|
@@ -30,7 +30,6 @@
|
|
|
{
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.pi_inoutno = new System.Windows.Forms.TextBox();
|
|
|
- this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.Prodiodetail = new System.Windows.Forms.DataGridView();
|
|
|
this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -38,21 +37,24 @@
|
|
|
this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_inqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.bi_inqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
+ this.PR_CODE = new System.Windows.Forms.TextBox();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
- this.textBox3 = new System.Windows.Forms.TextBox();
|
|
|
+ this.INQTY = new System.Windows.Forms.TextBox();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
- this.textBox4 = new System.Windows.Forms.TextBox();
|
|
|
+ this.DC = new System.Windows.Forms.TextBox();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
- this.textBox5 = new System.Windows.Forms.TextBox();
|
|
|
+ this.LOTNO = new System.Windows.Forms.TextBox();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.textBox6 = new System.Windows.Forms.TextBox();
|
|
|
+ this.ZXBZ = new System.Windows.Forms.TextBox();
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.Barcode = new System.Windows.Forms.TextBox();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.es_custcode = new UAS_BARCODEIO.SearchTextBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Prodiodetail)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
@@ -77,14 +79,6 @@
|
|
|
this.pi_inoutno.TabIndex = 16;
|
|
|
this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pi_inoutnokeydown);
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- this.textBox1.Location = new System.Drawing.Point(168, 108);
|
|
|
- this.textBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
- this.textBox1.Name = "textBox1";
|
|
|
- this.textBox1.Size = new System.Drawing.Size(436, 35);
|
|
|
- this.textBox1.TabIndex = 18;
|
|
|
-
|
|
|
|
|
|
|
|
|
this.label1.AutoSize = true;
|
|
@@ -154,13 +148,13 @@
|
|
|
this.bi_inqty.Name = "bi_inqty";
|
|
|
this.bi_inqty.Width = 200;
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
- this.textBox2.Location = new System.Drawing.Point(168, 771);
|
|
|
- this.textBox2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
- this.textBox2.Name = "textBox2";
|
|
|
- this.textBox2.Size = new System.Drawing.Size(436, 35);
|
|
|
- this.textBox2.TabIndex = 21;
|
|
|
+ this.PR_CODE.Location = new System.Drawing.Point(168, 771);
|
|
|
+ this.PR_CODE.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.PR_CODE.Name = "PR_CODE";
|
|
|
+ this.PR_CODE.Size = new System.Drawing.Size(436, 35);
|
|
|
+ this.PR_CODE.TabIndex = 21;
|
|
|
|
|
|
|
|
|
|
|
@@ -173,13 +167,13 @@
|
|
|
this.label3.TabIndex = 20;
|
|
|
this.label3.Text = "物料编号";
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
- this.textBox3.Location = new System.Drawing.Point(168, 851);
|
|
|
- this.textBox3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
- this.textBox3.Name = "textBox3";
|
|
|
- this.textBox3.Size = new System.Drawing.Size(436, 35);
|
|
|
- this.textBox3.TabIndex = 23;
|
|
|
+ this.INQTY.Location = new System.Drawing.Point(168, 851);
|
|
|
+ this.INQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.INQTY.Name = "INQTY";
|
|
|
+ this.INQTY.Size = new System.Drawing.Size(436, 35);
|
|
|
+ this.INQTY.TabIndex = 23;
|
|
|
|
|
|
|
|
|
|
|
@@ -192,13 +186,13 @@
|
|
|
this.label4.TabIndex = 22;
|
|
|
this.label4.Text = "入库数量";
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
- this.textBox4.Location = new System.Drawing.Point(168, 929);
|
|
|
- this.textBox4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
- this.textBox4.Name = "textBox4";
|
|
|
- this.textBox4.Size = new System.Drawing.Size(436, 35);
|
|
|
- this.textBox4.TabIndex = 25;
|
|
|
+ this.DC.Location = new System.Drawing.Point(168, 929);
|
|
|
+ this.DC.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.DC.Name = "DC";
|
|
|
+ this.DC.Size = new System.Drawing.Size(436, 35);
|
|
|
+ this.DC.TabIndex = 25;
|
|
|
|
|
|
|
|
|
|
|
@@ -211,13 +205,13 @@
|
|
|
this.label5.TabIndex = 24;
|
|
|
this.label5.Text = "DC";
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
- this.textBox5.Location = new System.Drawing.Point(168, 1013);
|
|
|
- this.textBox5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
- this.textBox5.Name = "textBox5";
|
|
|
- this.textBox5.Size = new System.Drawing.Size(436, 35);
|
|
|
- this.textBox5.TabIndex = 27;
|
|
|
+ this.LOTNO.Location = new System.Drawing.Point(168, 1013);
|
|
|
+ this.LOTNO.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.LOTNO.Name = "LOTNO";
|
|
|
+ this.LOTNO.Size = new System.Drawing.Size(436, 35);
|
|
|
+ this.LOTNO.TabIndex = 27;
|
|
|
|
|
|
|
|
|
|
|
@@ -279,13 +273,13 @@
|
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
this.dataGridViewTextBoxColumn4.Width = 200;
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
- this.textBox6.Location = new System.Drawing.Point(168, 1097);
|
|
|
- this.textBox6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
- this.textBox6.Name = "textBox6";
|
|
|
- this.textBox6.Size = new System.Drawing.Size(436, 35);
|
|
|
- this.textBox6.TabIndex = 30;
|
|
|
+ this.ZXBZ.Location = new System.Drawing.Point(168, 1097);
|
|
|
+ this.ZXBZ.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.ZXBZ.Name = "ZXBZ";
|
|
|
+ this.ZXBZ.Size = new System.Drawing.Size(436, 35);
|
|
|
+ this.ZXBZ.TabIndex = 30;
|
|
|
|
|
|
|
|
|
|
|
@@ -298,24 +292,64 @@
|
|
|
this.label7.TabIndex = 29;
|
|
|
this.label7.Text = "最小包数";
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.Barcode.Location = new System.Drawing.Point(844, 108);
|
|
|
+ this.Barcode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.Barcode.Name = "Barcode";
|
|
|
+ this.Barcode.Size = new System.Drawing.Size(436, 35);
|
|
|
+ this.Barcode.TabIndex = 32;
|
|
|
+ this.Barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Barcode_KeyDown);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label8.Location = new System.Drawing.Point(712, 111);
|
|
|
+ this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(104, 38);
|
|
|
+ this.label8.TabIndex = 33;
|
|
|
+ this.label8.Text = "扫码框";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.es_custcode.AllPower = null;
|
|
|
+ this.es_custcode.Caller = null;
|
|
|
+ this.es_custcode.Condition = null;
|
|
|
+ this.es_custcode.DBTitle = null;
|
|
|
+ this.es_custcode.FormName = null;
|
|
|
+ this.es_custcode.Location = new System.Drawing.Point(167, 108);
|
|
|
+ this.es_custcode.Name = "es_custcode";
|
|
|
+ this.es_custcode.Power = null;
|
|
|
+ this.es_custcode.ReturnData = null;
|
|
|
+ this.es_custcode.SelectField = null;
|
|
|
+ this.es_custcode.SetValueField = null;
|
|
|
+ this.es_custcode.Size = new System.Drawing.Size(437, 35);
|
|
|
+ this.es_custcode.TabIndex = 31;
|
|
|
+ this.es_custcode.TableName = null;
|
|
|
+ this.es_custcode.TextBoxEnable = false;
|
|
|
+
|
|
|
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(2025, 1225);
|
|
|
- this.Controls.Add(this.textBox6);
|
|
|
+ this.Controls.Add(this.label8);
|
|
|
+ this.Controls.Add(this.Barcode);
|
|
|
+ this.Controls.Add(this.es_custcode);
|
|
|
+ this.Controls.Add(this.ZXBZ);
|
|
|
this.Controls.Add(this.label7);
|
|
|
this.Controls.Add(this.dataGridView1);
|
|
|
- this.Controls.Add(this.textBox5);
|
|
|
+ this.Controls.Add(this.LOTNO);
|
|
|
this.Controls.Add(this.label6);
|
|
|
- this.Controls.Add(this.textBox4);
|
|
|
+ this.Controls.Add(this.DC);
|
|
|
this.Controls.Add(this.label5);
|
|
|
- this.Controls.Add(this.textBox3);
|
|
|
+ this.Controls.Add(this.INQTY);
|
|
|
this.Controls.Add(this.label4);
|
|
|
- this.Controls.Add(this.textBox2);
|
|
|
+ this.Controls.Add(this.PR_CODE);
|
|
|
this.Controls.Add(this.label3);
|
|
|
this.Controls.Add(this.Prodiodetail);
|
|
|
- this.Controls.Add(this.textBox1);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.pi_inoutno);
|
|
|
this.Controls.Add(this.label2);
|
|
@@ -334,7 +368,6 @@
|
|
|
#endregion
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.TextBox pi_inoutno;
|
|
|
- private System.Windows.Forms.TextBox textBox1;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.DataGridView Prodiodetail;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
|
|
@@ -342,21 +375,24 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_inqty;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bi_inqty;
|
|
|
- private System.Windows.Forms.TextBox textBox2;
|
|
|
+ private System.Windows.Forms.TextBox PR_CODE;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
- private System.Windows.Forms.TextBox textBox3;
|
|
|
+ private System.Windows.Forms.TextBox INQTY;
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
- private System.Windows.Forms.TextBox textBox4;
|
|
|
+ private System.Windows.Forms.TextBox DC;
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
- private System.Windows.Forms.TextBox textBox5;
|
|
|
+ private System.Windows.Forms.TextBox LOTNO;
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
- private System.Windows.Forms.TextBox textBox6;
|
|
|
+ private System.Windows.Forms.TextBox ZXBZ;
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
+ private SearchTextBox es_custcode;
|
|
|
+ private System.Windows.Forms.TextBox Barcode;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
}
|
|
|
}
|
|
|
|