|
@@ -35,6 +35,8 @@
|
|
|
this.pr_kind_label = new System.Windows.Forms.Label();
|
|
|
this.pr_kind = new System.Windows.Forms.ComboBox();
|
|
|
this.MidCapacity_label = new System.Windows.Forms.Label();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.ResetSerialNum = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
this.SetMidCapacity = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
this.MidCapacity = new UAS_LabelMachine.CustomControl.NumOnlyTextBox();
|
|
|
this.ChooseAll = new UAS_LabelMachine.CustomControl.ChooseAllButton();
|
|
@@ -42,8 +44,6 @@
|
|
|
this.Screen = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
this.ProdIoInfDGV = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
|
this.pi_inoutno = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
- this.ResetSerialNum = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
|
this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.pd_orderdetno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -53,6 +53,7 @@
|
|
|
this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_ordercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pr_orispeccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_pocode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pr_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pr_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_totalqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -127,6 +128,27 @@
|
|
|
this.MidCapacity_label.TabIndex = 158;
|
|
|
this.MidCapacity_label.Text = "中盘容量";
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(795, 81);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(146, 21);
|
|
|
+ this.label1.TabIndex = 162;
|
|
|
+ this.label1.Text = "尾数用 , (逗号)分割";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.ResetSerialNum.Image = ((System.Drawing.Image)(resources.GetObject("ResetSerialNum.Image")));
|
|
|
+ this.ResetSerialNum.Location = new System.Drawing.Point(604, 78);
|
|
|
+ this.ResetSerialNum.Name = "ResetSerialNum";
|
|
|
+ this.ResetSerialNum.Size = new System.Drawing.Size(64, 24);
|
|
|
+ this.ResetSerialNum.TabIndex = 161;
|
|
|
+ this.ResetSerialNum.Text = "流水重置";
|
|
|
+ this.ResetSerialNum.UseVisualStyleBackColor = true;
|
|
|
+ this.ResetSerialNum.Click += new System.EventHandler(this.ResetSerialNum_Click);
|
|
|
+
|
|
|
|
|
|
|
|
|
this.SetMidCapacity.Image = ((System.Drawing.Image)(resources.GetObject("SetMidCapacity.Image")));
|
|
@@ -195,6 +217,7 @@
|
|
|
this.pr_detail,
|
|
|
this.pd_ordercode,
|
|
|
this.pr_orispeccode,
|
|
|
+ this.pd_pocode,
|
|
|
this.pr_brand,
|
|
|
this.pr_unit,
|
|
|
this.pd_totalqty,
|
|
@@ -226,27 +249,6 @@
|
|
|
this.pi_inoutno.Tag = "cu_name";
|
|
|
this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bi_inoutno_KeyDown);
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- this.ResetSerialNum.Image = ((System.Drawing.Image)(resources.GetObject("ResetSerialNum.Image")));
|
|
|
- this.ResetSerialNum.Location = new System.Drawing.Point(604, 78);
|
|
|
- this.ResetSerialNum.Name = "ResetSerialNum";
|
|
|
- this.ResetSerialNum.Size = new System.Drawing.Size(64, 24);
|
|
|
- this.ResetSerialNum.TabIndex = 161;
|
|
|
- this.ResetSerialNum.Text = "流水重置";
|
|
|
- this.ResetSerialNum.UseVisualStyleBackColor = true;
|
|
|
- this.ResetSerialNum.Click += new System.EventHandler(this.ResetSerialNum_Click);
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.label1.AutoSize = true;
|
|
|
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1.Location = new System.Drawing.Point(795, 81);
|
|
|
- this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(146, 21);
|
|
|
- this.label1.TabIndex = 162;
|
|
|
- this.label1.Text = "尾数用 , (逗号)分割";
|
|
|
-
|
|
|
|
|
|
|
|
|
this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
@@ -320,6 +322,12 @@
|
|
|
this.pr_orispeccode.ReadOnly = true;
|
|
|
this.pr_orispeccode.Width = 54;
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.pd_pocode.DataPropertyName = "pd_pocode";
|
|
|
+ this.pd_pocode.HeaderText = "客户PO";
|
|
|
+ this.pd_pocode.Name = "pd_pocode";
|
|
|
+
|
|
|
|
|
|
|
|
|
this.pr_brand.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
@@ -449,6 +457,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_ordercode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_orispeccode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pd_pocode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_brand;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_unit;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_totalqty;
|