123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884 |
- namespace UAS_MES_NEW.SMT
- {
- partial class SMT_Feeding
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SMT_Feeding));
- this.panel2 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.ma_lindcode_label = new System.Windows.Forms.Label();
- this.de_macode_label = new System.Windows.Forms.Label();
- this.de_code_label = new System.Windows.Forms.Label();
- this.de_runstatus_label = new System.Windows.Forms.Label();
- this.ma_qty_label = new System.Windows.Forms.Label();
- this.ma_prodcode_label = new System.Windows.Forms.Label();
- this.pr_spec_label = new System.Windows.Forms.Label();
- this.UpLoad = new System.Windows.Forms.RadioButton();
- this.PickUp = new System.Windows.Forms.RadioButton();
- this.Shift = new System.Windows.Forms.RadioButton();
- this.DownLoad = new System.Windows.Forms.RadioButton();
- this.psl_location_label = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.psl_table_label = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.Filter = new System.Windows.Forms.Label();
- this.ma_id = new System.Windows.Forms.Label();
- this.Clearpsl_location = new System.Windows.Forms.PictureBox();
- this.Clearbar_code = new System.Windows.Forms.PictureBox();
- this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.de_table = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
- this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.de_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.Input = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
- this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.DownLoadAll = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.bar_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
- this.psl_location = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
- this.SMTInf = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.v_location = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.v_table = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.v_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.v_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.v_remainqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.v_baseqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.v_needqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.v_fespec = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.v_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.v_nextbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.v_nextremainqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Start = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.Pause = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.MakeShift = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.Screen = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.ma_linecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.de_runstatus = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.bar_remain = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.Clearpsl_location)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Clearbar_code)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.SMTInf)).BeginInit();
- this.SuspendLayout();
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
- this.panel2.Controls.Add(this.label1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Margin = new System.Windows.Forms.Padding(4);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1280, 41);
- this.panel2.TabIndex = 89;
- this.panel2.Tag = "NoAuto";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.label1.Location = new System.Drawing.Point(16, 8);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(76, 21);
- this.label1.TabIndex = 0;
- this.label1.Text = "SMT上料";
- //
- // ma_lindcode_label
- //
- this.ma_lindcode_label.AutoSize = true;
- this.ma_lindcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_lindcode_label.Location = new System.Drawing.Point(9, 108);
- this.ma_lindcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ma_lindcode_label.Name = "ma_lindcode_label";
- this.ma_lindcode_label.Size = new System.Drawing.Size(74, 21);
- this.ma_lindcode_label.TabIndex = 90;
- this.ma_lindcode_label.Text = "产线代码";
- //
- // de_macode_label
- //
- this.de_macode_label.AutoSize = true;
- this.de_macode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.de_macode_label.Location = new System.Drawing.Point(359, 64);
- this.de_macode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.de_macode_label.Name = "de_macode_label";
- this.de_macode_label.Size = new System.Drawing.Size(74, 21);
- this.de_macode_label.TabIndex = 92;
- this.de_macode_label.Text = "制造单号";
- //
- // de_code_label
- //
- this.de_code_label.AutoSize = true;
- this.de_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.de_code_label.Location = new System.Drawing.Point(9, 64);
- this.de_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.de_code_label.Name = "de_code_label";
- this.de_code_label.Size = new System.Drawing.Size(74, 21);
- this.de_code_label.TabIndex = 94;
- this.de_code_label.Text = "机台编号";
- //
- // de_runstatus_label
- //
- this.de_runstatus_label.AutoSize = true;
- this.de_runstatus_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.de_runstatus_label.Location = new System.Drawing.Point(1041, 65);
- this.de_runstatus_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.de_runstatus_label.Name = "de_runstatus_label";
- this.de_runstatus_label.Size = new System.Drawing.Size(74, 21);
- this.de_runstatus_label.TabIndex = 98;
- this.de_runstatus_label.Text = "机台状态";
- //
- // ma_qty_label
- //
- this.ma_qty_label.AutoSize = true;
- this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_qty_label.Location = new System.Drawing.Point(359, 108);
- this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ma_qty_label.Name = "ma_qty_label";
- this.ma_qty_label.Size = new System.Drawing.Size(58, 21);
- this.ma_qty_label.TabIndex = 102;
- this.ma_qty_label.Text = "工单数";
- //
- // ma_prodcode_label
- //
- this.ma_prodcode_label.AutoSize = true;
- this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_prodcode_label.Location = new System.Drawing.Point(715, 108);
- this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ma_prodcode_label.Name = "ma_prodcode_label";
- this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
- this.ma_prodcode_label.TabIndex = 104;
- this.ma_prodcode_label.Text = "产品编号";
- //
- // pr_spec_label
- //
- this.pr_spec_label.AutoSize = true;
- this.pr_spec_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_spec_label.Location = new System.Drawing.Point(1041, 108);
- this.pr_spec_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pr_spec_label.Name = "pr_spec_label";
- this.pr_spec_label.Size = new System.Drawing.Size(74, 21);
- this.pr_spec_label.TabIndex = 106;
- this.pr_spec_label.Text = "产品规格";
- //
- // UpLoad
- //
- this.UpLoad.AutoSize = true;
- this.UpLoad.Checked = true;
- this.UpLoad.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.UpLoad.ForeColor = System.Drawing.Color.Blue;
- this.UpLoad.Location = new System.Drawing.Point(16, 637);
- this.UpLoad.Margin = new System.Windows.Forms.Padding(4);
- this.UpLoad.Name = "UpLoad";
- this.UpLoad.Size = new System.Drawing.Size(60, 25);
- this.UpLoad.TabIndex = 114;
- this.UpLoad.TabStop = true;
- this.UpLoad.Text = "上料";
- this.UpLoad.UseVisualStyleBackColor = true;
- //
- // PickUp
- //
- this.PickUp.AutoSize = true;
- this.PickUp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PickUp.ForeColor = System.Drawing.Color.Blue;
- this.PickUp.Location = new System.Drawing.Point(359, 637);
- this.PickUp.Margin = new System.Windows.Forms.Padding(4);
- this.PickUp.Name = "PickUp";
- this.PickUp.Size = new System.Drawing.Size(60, 25);
- this.PickUp.TabIndex = 115;
- this.PickUp.Text = "接料";
- this.PickUp.UseVisualStyleBackColor = true;
- //
- // Shift
- //
- this.Shift.AutoSize = true;
- this.Shift.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Shift.ForeColor = System.Drawing.Color.Blue;
- this.Shift.Location = new System.Drawing.Point(237, 637);
- this.Shift.Margin = new System.Windows.Forms.Padding(4);
- this.Shift.Name = "Shift";
- this.Shift.Size = new System.Drawing.Size(60, 25);
- this.Shift.TabIndex = 116;
- this.Shift.Text = "换料";
- this.Shift.UseVisualStyleBackColor = true;
- //
- // DownLoad
- //
- this.DownLoad.AutoSize = true;
- this.DownLoad.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.DownLoad.ForeColor = System.Drawing.Color.Blue;
- this.DownLoad.Location = new System.Drawing.Point(117, 637);
- this.DownLoad.Margin = new System.Windows.Forms.Padding(4);
- this.DownLoad.Name = "DownLoad";
- this.DownLoad.Size = new System.Drawing.Size(60, 25);
- this.DownLoad.TabIndex = 117;
- this.DownLoad.Text = "退料";
- this.DownLoad.UseVisualStyleBackColor = true;
- //
- // psl_location_label
- //
- this.psl_location_label.AutoSize = true;
- this.psl_location_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.psl_location_label.Location = new System.Drawing.Point(19, 676);
- this.psl_location_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.psl_location_label.Name = "psl_location_label";
- this.psl_location_label.Size = new System.Drawing.Size(42, 21);
- this.psl_location_label.TabIndex = 118;
- this.psl_location_label.Text = "站位";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label10.Location = new System.Drawing.Point(332, 676);
- this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(58, 21);
- this.label10.TabIndex = 120;
- this.label10.Text = "料卷号";
- //
- // psl_table_label
- //
- this.psl_table_label.AutoSize = true;
- this.psl_table_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.psl_table_label.Location = new System.Drawing.Point(715, 64);
- this.psl_table_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.psl_table_label.Name = "psl_table_label";
- this.psl_table_label.Size = new System.Drawing.Size(42, 21);
- this.psl_table_label.TabIndex = 124;
- this.psl_table_label.Text = "版面";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label12.Location = new System.Drawing.Point(652, 676);
- this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(74, 21);
- this.label12.TabIndex = 122;
- this.label12.Text = "料卷数量";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label13.Location = new System.Drawing.Point(19, 717);
- this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(58, 21);
- this.label13.TabIndex = 129;
- this.label13.Text = "录入框";
- //
- // Filter
- //
- this.Filter.AutoSize = true;
- this.Filter.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Filter.Location = new System.Drawing.Point(455, 639);
- this.Filter.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.Filter.Name = "Filter";
- this.Filter.Size = new System.Drawing.Size(0, 21);
- this.Filter.TabIndex = 134;
- //
- // ma_id
- //
- this.ma_id.AutoSize = true;
- this.ma_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_id.Location = new System.Drawing.Point(1041, 151);
- this.ma_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ma_id.Name = "ma_id";
- this.ma_id.Size = new System.Drawing.Size(55, 21);
- this.ma_id.TabIndex = 135;
- this.ma_id.Text = "ma_id";
- this.ma_id.Visible = false;
- //
- // Clearpsl_location
- //
- this.Clearpsl_location.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Clearpsl_location.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
- this.Clearpsl_location.Location = new System.Drawing.Point(301, 678);
- this.Clearpsl_location.Margin = new System.Windows.Forms.Padding(4);
- this.Clearpsl_location.Name = "Clearpsl_location";
- this.Clearpsl_location.Size = new System.Drawing.Size(21, 20);
- this.Clearpsl_location.TabIndex = 137;
- this.Clearpsl_location.TabStop = false;
- this.Clearpsl_location.Click += new System.EventHandler(this.Clearpsl_location_Click);
- //
- // Clearbar_code
- //
- this.Clearbar_code.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Clearbar_code.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
- this.Clearbar_code.Location = new System.Drawing.Point(612, 678);
- this.Clearbar_code.Margin = new System.Windows.Forms.Padding(4);
- this.Clearbar_code.Name = "Clearbar_code";
- this.Clearbar_code.Size = new System.Drawing.Size(21, 20);
- this.Clearbar_code.TabIndex = 138;
- this.Clearbar_code.TabStop = false;
- this.Clearbar_code.Click += new System.EventHandler(this.Clearbar_code_Click);
- //
- // Clean
- //
- this.Clean.AllPower = null;
- this.Clean.BackColor = System.Drawing.Color.Transparent;
- this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
- this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
- this.Clean.IsShowBorder = true;
- this.Clean.Location = new System.Drawing.Point(1077, 759);
- this.Clean.Margin = new System.Windows.Forms.Padding(4);
- this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
- this.Clean.Name = "Clean";
- this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
- this.Clean.Power = null;
- this.Clean.Size = new System.Drawing.Size(64, 31);
- this.Clean.TabIndex = 136;
- this.Clean.Text = "清除";
- this.Clean.UseVisualStyleBackColor = true;
- this.Clean.Click += new System.EventHandler(this.Clean_Click);
- //
- // de_table
- //
- this.de_table.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.de_table.FormattingEnabled = true;
- this.de_table.Items.AddRange(new object[] {
- "全部",
- "A",
- "B"});
- this.de_table.Location = new System.Drawing.Point(827, 65);
- this.de_table.Margin = new System.Windows.Forms.Padding(4);
- this.de_table.Name = "de_table";
- this.de_table.Size = new System.Drawing.Size(173, 20);
- this.de_table.TabIndex = 133;
- //
- // ma_code
- //
- this.ma_code.AllPower = null;
- this.ma_code.Caller = null;
- this.ma_code.Condition = null;
- this.ma_code.DBTitle = "制造单查询";
- this.ma_code.FormName = null;
- this.ma_code.Location = new System.Drawing.Point(464, 64);
- this.ma_code.Margin = new System.Windows.Forms.Padding(4);
- this.ma_code.Name = "ma_code";
- this.ma_code.Power = null;
- this.ma_code.SelectField = null;
- this.ma_code.SetValueField = null;
- this.ma_code.Size = new System.Drawing.Size(213, 26);
- this.ma_code.TabIndex = 132;
- this.ma_code.TableName = null;
- this.ma_code.TextBoxEnable = false;
- this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.de_macode_UserControlTextChanged);
- //
- // de_code
- //
- this.de_code.AllPower = null;
- this.de_code.Caller = null;
- this.de_code.Condition = null;
- this.de_code.DBTitle = "机台查询";
- this.de_code.FormName = null;
- this.de_code.Location = new System.Drawing.Point(112, 64);
- this.de_code.Margin = new System.Windows.Forms.Padding(4);
- this.de_code.Name = "de_code";
- this.de_code.Power = null;
- this.de_code.SelectField = null;
- this.de_code.SetValueField = null;
- this.de_code.Size = new System.Drawing.Size(213, 26);
- this.de_code.TabIndex = 0;
- this.de_code.TableName = null;
- this.de_code.TextBoxEnable = false;
- this.de_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.de_code_UserControlTextChanged);
- this.de_code.TextKeyDown += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextKeyDown(this.de_code_TextKeyDown);
- //
- // Input
- //
- this.Input.AllPower = null;
- this.Input.BackColor = System.Drawing.Color.White;
- this.Input.ID = null;
- this.Input.Location = new System.Drawing.Point(120, 717);
- this.Input.Margin = new System.Windows.Forms.Padding(4);
- this.Input.Name = "Input";
- this.Input.Power = null;
- this.Input.Size = new System.Drawing.Size(176, 21);
- this.Input.Str = null;
- this.Input.Str1 = null;
- this.Input.Str2 = null;
- this.Input.TabIndex = 130;
- this.Input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Input_KeyDown);
- //
- // Confirm
- //
- this.Confirm.AllPower = null;
- this.Confirm.BackColor = System.Drawing.Color.Transparent;
- this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
- this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
- this.Confirm.IsShowBorder = true;
- this.Confirm.Location = new System.Drawing.Point(337, 717);
- this.Confirm.Margin = new System.Windows.Forms.Padding(4);
- this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
- this.Confirm.Name = "Confirm";
- this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
- this.Confirm.Power = null;
- this.Confirm.Size = new System.Drawing.Size(60, 25);
- this.Confirm.TabIndex = 128;
- this.Confirm.Text = "确认";
- this.Confirm.UseVisualStyleBackColor = true;
- this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
- //
- // DownLoadAll
- //
- this.DownLoadAll.AllPower = null;
- this.DownLoadAll.BackColor = System.Drawing.Color.Transparent;
- this.DownLoadAll.DownImage = ((System.Drawing.Image)(resources.GetObject("DownLoadAll.DownImage")));
- this.DownLoadAll.Image = ((System.Drawing.Image)(resources.GetObject("DownLoadAll.Image")));
- this.DownLoadAll.IsShowBorder = true;
- this.DownLoadAll.Location = new System.Drawing.Point(433, 718);
- this.DownLoadAll.Margin = new System.Windows.Forms.Padding(4);
- this.DownLoadAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("DownLoadAll.MoveImage")));
- this.DownLoadAll.Name = "DownLoadAll";
- this.DownLoadAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("DownLoadAll.NormalImage")));
- this.DownLoadAll.Power = null;
- this.DownLoadAll.Size = new System.Drawing.Size(60, 25);
- this.DownLoadAll.TabIndex = 127;
- this.DownLoadAll.Text = "全部下料";
- this.DownLoadAll.UseVisualStyleBackColor = true;
- this.DownLoadAll.Click += new System.EventHandler(this.DownLoadAll_Click);
- //
- // OperateResult
- //
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OperateResult.Location = new System.Drawing.Point(948, 631);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(319, 125);
- this.OperateResult.TabIndex = 126;
- this.OperateResult.Text = "";
- //
- // bar_code
- //
- this.bar_code.AllPower = null;
- this.bar_code.BackColor = System.Drawing.Color.White;
- this.bar_code.Enabled = false;
- this.bar_code.ID = null;
- this.bar_code.Location = new System.Drawing.Point(433, 676);
- this.bar_code.Margin = new System.Windows.Forms.Padding(4);
- this.bar_code.Name = "bar_code";
- this.bar_code.Power = null;
- this.bar_code.Size = new System.Drawing.Size(176, 21);
- this.bar_code.Str = null;
- this.bar_code.Str1 = null;
- this.bar_code.Str2 = null;
- this.bar_code.TabIndex = 121;
- //
- // psl_location
- //
- this.psl_location.AllPower = null;
- this.psl_location.BackColor = System.Drawing.Color.White;
- this.psl_location.Enabled = false;
- this.psl_location.ID = null;
- this.psl_location.Location = new System.Drawing.Point(120, 676);
- this.psl_location.Margin = new System.Windows.Forms.Padding(4);
- this.psl_location.Name = "psl_location";
- this.psl_location.Power = null;
- this.psl_location.Size = new System.Drawing.Size(176, 21);
- this.psl_location.Str = null;
- this.psl_location.Str1 = null;
- this.psl_location.Str2 = null;
- this.psl_location.TabIndex = 119;
- //
- // SMTInf
- //
- this.SMTInf.AllowUserToAddRows = false;
- this.SMTInf.BackgroundColor = System.Drawing.SystemColors.ControlDark;
- this.SMTInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.SMTInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.v_location,
- this.v_table,
- this.v_prodcode,
- this.v_barcode,
- this.v_remainqty,
- this.v_baseqty,
- this.v_needqty,
- this.v_fespec,
- this.v_indate,
- this.v_nextbarcode,
- this.v_nextremainqty});
- this.SMTInf.Location = new System.Drawing.Point(0, 192);
- this.SMTInf.Margin = new System.Windows.Forms.Padding(4);
- this.SMTInf.Name = "SMTInf";
- this.SMTInf.ReadOnly = true;
- this.SMTInf.RowTemplate.Height = 23;
- this.SMTInf.Size = new System.Drawing.Size(1280, 429);
- this.SMTInf.TabIndex = 113;
- //
- // v_location
- //
- this.v_location.DataPropertyName = "v_location";
- this.v_location.HeaderText = "站位";
- this.v_location.Name = "v_location";
- this.v_location.ReadOnly = true;
- //
- // v_table
- //
- this.v_table.DataPropertyName = "v_table";
- this.v_table.HeaderText = "版面";
- this.v_table.Name = "v_table";
- this.v_table.ReadOnly = true;
- this.v_table.Width = 80;
- //
- // v_prodcode
- //
- this.v_prodcode.DataPropertyName = "v_prodcode";
- this.v_prodcode.HeaderText = "物料编号";
- this.v_prodcode.Name = "v_prodcode";
- this.v_prodcode.ReadOnly = true;
- //
- // v_barcode
- //
- this.v_barcode.DataPropertyName = "v_barcode";
- this.v_barcode.HeaderText = "料卷号";
- this.v_barcode.Name = "v_barcode";
- this.v_barcode.ReadOnly = true;
- //
- // v_remainqty
- //
- this.v_remainqty.DataPropertyName = "v_remainqty";
- this.v_remainqty.HeaderText = "料卷剩余数";
- this.v_remainqty.Name = "v_remainqty";
- this.v_remainqty.ReadOnly = true;
- this.v_remainqty.Width = 120;
- //
- // v_baseqty
- //
- this.v_baseqty.DataPropertyName = "v_baseqty";
- this.v_baseqty.HeaderText = "单位用量";
- this.v_baseqty.Name = "v_baseqty";
- this.v_baseqty.ReadOnly = true;
- //
- // v_needqty
- //
- this.v_needqty.DataPropertyName = "v_needqty";
- this.v_needqty.HeaderText = "需求数";
- this.v_needqty.Name = "v_needqty";
- this.v_needqty.ReadOnly = true;
- //
- // v_fespec
- //
- this.v_fespec.DataPropertyName = "v_fespec";
- this.v_fespec.HeaderText = "飞达规格";
- this.v_fespec.Name = "v_fespec";
- this.v_fespec.ReadOnly = true;
- //
- // v_indate
- //
- this.v_indate.DataPropertyName = "v_indate";
- this.v_indate.HeaderText = "上料时间";
- this.v_indate.Name = "v_indate";
- this.v_indate.ReadOnly = true;
- //
- // v_nextbarcode
- //
- this.v_nextbarcode.DataPropertyName = "v_nextbarcode";
- this.v_nextbarcode.HeaderText = "下一料卷号";
- this.v_nextbarcode.Name = "v_nextbarcode";
- this.v_nextbarcode.ReadOnly = true;
- this.v_nextbarcode.Width = 120;
- //
- // v_nextremainqty
- //
- this.v_nextremainqty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.v_nextremainqty.DataPropertyName = "v_nextremainqty";
- this.v_nextremainqty.HeaderText = "下一料卷剩余数";
- this.v_nextremainqty.Name = "v_nextremainqty";
- this.v_nextremainqty.ReadOnly = true;
- this.v_nextremainqty.Width = 200;
- //
- // Start
- //
- this.Start.AllPower = null;
- this.Start.BackColor = System.Drawing.Color.Transparent;
- this.Start.DownImage = ((System.Drawing.Image)(resources.GetObject("Start.DownImage")));
- this.Start.Image = ((System.Drawing.Image)(resources.GetObject("Start.Image")));
- this.Start.IsShowBorder = true;
- this.Start.Location = new System.Drawing.Point(521, 150);
- this.Start.Margin = new System.Windows.Forms.Padding(4);
- this.Start.MoveImage = ((System.Drawing.Image)(resources.GetObject("Start.MoveImage")));
- this.Start.Name = "Start";
- this.Start.NormalImage = ((System.Drawing.Image)(resources.GetObject("Start.NormalImage")));
- this.Start.Power = null;
- this.Start.Size = new System.Drawing.Size(70, 25);
- this.Start.TabIndex = 112;
- this.Start.Text = "启用";
- this.Start.UseVisualStyleBackColor = true;
- this.Start.Click += new System.EventHandler(this.Start_Click);
- //
- // Pause
- //
- this.Pause.AllPower = null;
- this.Pause.BackColor = System.Drawing.Color.Transparent;
- this.Pause.DownImage = ((System.Drawing.Image)(resources.GetObject("Pause.DownImage")));
- this.Pause.Image = ((System.Drawing.Image)(resources.GetObject("Pause.Image")));
- this.Pause.IsShowBorder = true;
- this.Pause.Location = new System.Drawing.Point(675, 150);
- this.Pause.Margin = new System.Windows.Forms.Padding(4);
- this.Pause.MoveImage = ((System.Drawing.Image)(resources.GetObject("Pause.MoveImage")));
- this.Pause.Name = "Pause";
- this.Pause.NormalImage = ((System.Drawing.Image)(resources.GetObject("Pause.NormalImage")));
- this.Pause.Power = null;
- this.Pause.Size = new System.Drawing.Size(70, 25);
- this.Pause.TabIndex = 111;
- this.Pause.Text = "暂停";
- this.Pause.UseVisualStyleBackColor = true;
- this.Pause.Click += new System.EventHandler(this.Pause_Click);
- //
- // MakeShift
- //
- this.MakeShift.AllPower = null;
- this.MakeShift.BackColor = System.Drawing.Color.Transparent;
- this.MakeShift.DownImage = ((System.Drawing.Image)(resources.GetObject("MakeShift.DownImage")));
- this.MakeShift.Image = ((System.Drawing.Image)(resources.GetObject("MakeShift.Image")));
- this.MakeShift.IsShowBorder = true;
- this.MakeShift.Location = new System.Drawing.Point(831, 150);
- this.MakeShift.Margin = new System.Windows.Forms.Padding(4);
- this.MakeShift.MoveImage = ((System.Drawing.Image)(resources.GetObject("MakeShift.MoveImage")));
- this.MakeShift.Name = "MakeShift";
- this.MakeShift.NormalImage = ((System.Drawing.Image)(resources.GetObject("MakeShift.NormalImage")));
- this.MakeShift.Power = null;
- this.MakeShift.Size = new System.Drawing.Size(70, 25);
- this.MakeShift.TabIndex = 110;
- this.MakeShift.Text = "工单切换";
- this.MakeShift.UseVisualStyleBackColor = true;
- this.MakeShift.Visible = false;
- this.MakeShift.Click += new System.EventHandler(this.MakeShift_Click);
- //
- // Screen
- //
- this.Screen.AllPower = null;
- this.Screen.BackColor = System.Drawing.Color.Transparent;
- this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
- this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
- this.Screen.IsShowBorder = true;
- this.Screen.Location = new System.Drawing.Point(371, 150);
- this.Screen.Margin = new System.Windows.Forms.Padding(4);
- this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
- this.Screen.Name = "Screen";
- this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
- this.Screen.Power = null;
- this.Screen.Size = new System.Drawing.Size(70, 25);
- this.Screen.TabIndex = 108;
- this.Screen.Text = "筛选";
- this.Screen.UseVisualStyleBackColor = true;
- this.Screen.Click += new System.EventHandler(this.Screen_Click);
- //
- // pr_spec
- //
- this.pr_spec.AutoSize = true;
- this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_spec.Location = new System.Drawing.Point(1150, 108);
- this.pr_spec.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pr_spec.Name = "pr_spec";
- this.pr_spec.Size = new System.Drawing.Size(0, 21);
- this.pr_spec.TabIndex = 107;
- //
- // ma_prodcode
- //
- this.ma_prodcode.AutoSize = true;
- this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_prodcode.Location = new System.Drawing.Point(827, 108);
- this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ma_prodcode.Name = "ma_prodcode";
- this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
- this.ma_prodcode.TabIndex = 105;
- //
- // ma_qty
- //
- this.ma_qty.AutoSize = true;
- this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_qty.Location = new System.Drawing.Point(467, 108);
- this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ma_qty.Name = "ma_qty";
- this.ma_qty.Size = new System.Drawing.Size(0, 21);
- this.ma_qty.TabIndex = 103;
- //
- // ma_linecode
- //
- this.ma_linecode.AutoSize = true;
- this.ma_linecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_linecode.Location = new System.Drawing.Point(112, 108);
- this.ma_linecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ma_linecode.Name = "ma_linecode";
- this.ma_linecode.Size = new System.Drawing.Size(0, 21);
- this.ma_linecode.TabIndex = 100;
- //
- // de_runstatus
- //
- this.de_runstatus.AutoSize = true;
- this.de_runstatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.de_runstatus.Location = new System.Drawing.Point(1150, 65);
- this.de_runstatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.de_runstatus.Name = "de_runstatus";
- this.de_runstatus.Size = new System.Drawing.Size(0, 21);
- this.de_runstatus.TabIndex = 99;
- //
- // bar_remain
- //
- this.bar_remain.AllPower = null;
- this.bar_remain.BackColor = System.Drawing.Color.White;
- this.bar_remain.ID = null;
- this.bar_remain.Location = new System.Drawing.Point(759, 676);
- this.bar_remain.Margin = new System.Windows.Forms.Padding(4);
- this.bar_remain.Name = "bar_remain";
- this.bar_remain.Negative = false;
- this.bar_remain.Power = null;
- this.bar_remain.Size = new System.Drawing.Size(176, 21);
- this.bar_remain.Str = null;
- this.bar_remain.Str1 = null;
- this.bar_remain.Str2 = null;
- this.bar_remain.TabIndex = 139;
- //
- // SMT_Feeding
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(1280, 794);
- this.Controls.Add(this.bar_remain);
- this.Controls.Add(this.Clearbar_code);
- this.Controls.Add(this.Clearpsl_location);
- this.Controls.Add(this.Clean);
- this.Controls.Add(this.ma_id);
- this.Controls.Add(this.Filter);
- this.Controls.Add(this.de_table);
- this.Controls.Add(this.ma_code);
- this.Controls.Add(this.de_code);
- this.Controls.Add(this.Input);
- this.Controls.Add(this.label13);
- this.Controls.Add(this.Confirm);
- this.Controls.Add(this.DownLoadAll);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.psl_table_label);
- this.Controls.Add(this.label12);
- this.Controls.Add(this.bar_code);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.psl_location);
- this.Controls.Add(this.psl_location_label);
- this.Controls.Add(this.DownLoad);
- this.Controls.Add(this.Shift);
- this.Controls.Add(this.PickUp);
- this.Controls.Add(this.UpLoad);
- this.Controls.Add(this.SMTInf);
- this.Controls.Add(this.Start);
- this.Controls.Add(this.Pause);
- this.Controls.Add(this.MakeShift);
- this.Controls.Add(this.Screen);
- this.Controls.Add(this.pr_spec);
- this.Controls.Add(this.pr_spec_label);
- this.Controls.Add(this.ma_prodcode);
- this.Controls.Add(this.ma_prodcode_label);
- this.Controls.Add(this.ma_qty);
- this.Controls.Add(this.ma_qty_label);
- this.Controls.Add(this.ma_linecode);
- this.Controls.Add(this.de_runstatus);
- this.Controls.Add(this.de_runstatus_label);
- this.Controls.Add(this.de_code_label);
- this.Controls.Add(this.de_macode_label);
- this.Controls.Add(this.ma_lindcode_label);
- this.Controls.Add(this.panel2);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "SMT_Feeding";
- this.Load += new System.EventHandler(this.SMT上料_Load);
- this.SizeChanged += new System.EventHandler(this.SMT上料_SizeChanged);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.Clearpsl_location)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Clearbar_code)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.SMTInf)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label ma_lindcode_label;
- private System.Windows.Forms.Label de_macode_label;
- private System.Windows.Forms.Label de_code_label;
- private System.Windows.Forms.Label de_runstatus_label;
- private CustomControl.ValueLabel.ValueLabel de_runstatus;
- private CustomControl.ValueLabel.ValueLabel ma_linecode;
- private CustomControl.ValueLabel.ValueLabel ma_qty;
- private System.Windows.Forms.Label ma_qty_label;
- private CustomControl.ValueLabel.ValueLabel ma_prodcode;
- private System.Windows.Forms.Label ma_prodcode_label;
- private CustomControl.ValueLabel.ValueLabel pr_spec;
- private System.Windows.Forms.Label pr_spec_label;
- private CustomControl.ButtonUtil.NormalButton Screen;
- private CustomControl.ButtonUtil.NormalButton MakeShift;
- private CustomControl.ButtonUtil.NormalButton Pause;
- private CustomControl.ButtonUtil.NormalButton Start;
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum SMTInf;
- private System.Windows.Forms.RadioButton UpLoad;
- private System.Windows.Forms.RadioButton PickUp;
- private System.Windows.Forms.RadioButton Shift;
- private System.Windows.Forms.RadioButton DownLoad;
- private CustomControl.TextBoxWithIcon.MaCodeTextBox psl_location;
- private System.Windows.Forms.Label psl_location_label;
- private CustomControl.TextBoxWithIcon.MaCodeTextBox bar_code;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label psl_table_label;
- private System.Windows.Forms.Label label12;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private CustomControl.ButtonUtil.NormalButton DownLoadAll;
- private CustomControl.ButtonUtil.NormalButton Confirm;
- private CustomControl.TextBoxWithIcon.MaCodeTextBox Input;
- private System.Windows.Forms.Label label13;
- private CustomControl.TextBoxWithIcon.SearchTextBox de_code;
- private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
- private CustomControl.ComBoxWithFocus.ComBoxWithFocus de_table;
- private System.Windows.Forms.Label Filter;
- private System.Windows.Forms.Label ma_id;
- private CustomControl.ButtonUtil.NormalButton Clean;
- private System.Windows.Forms.PictureBox Clearpsl_location;
- private System.Windows.Forms.PictureBox Clearbar_code;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox bar_remain;
- private System.Windows.Forms.DataGridViewTextBoxColumn v_location;
- private System.Windows.Forms.DataGridViewTextBoxColumn v_table;
- private System.Windows.Forms.DataGridViewTextBoxColumn v_prodcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn v_barcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn v_remainqty;
- private System.Windows.Forms.DataGridViewTextBoxColumn v_baseqty;
- private System.Windows.Forms.DataGridViewTextBoxColumn v_needqty;
- private System.Windows.Forms.DataGridViewTextBoxColumn v_fespec;
- private System.Windows.Forms.DataGridViewTextBoxColumn v_indate;
- private System.Windows.Forms.DataGridViewTextBoxColumn v_nextbarcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn v_nextremainqty;
- }
- }
|