|
@@ -37,12 +37,10 @@
|
|
|
this.MidCapacity_label = new System.Windows.Forms.Label();
|
|
this.MidCapacity_label = new System.Windows.Forms.Label();
|
|
|
this.ResetSerialNum = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
this.ResetSerialNum = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
this.SetMidCapacity = 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();
|
|
this.ChooseAll = new UAS_LabelMachine.CustomControl.ChooseAllButton();
|
|
|
this.GenerateBarCode = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
this.GenerateBarCode = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
this.Screen = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
this.Screen = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
this.ProdIoInfDGV = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
this.ProdIoInfDGV = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
|
- this.pi_inoutno = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
|
|
this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.pd_orderdetno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pd_orderdetno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -61,6 +59,8 @@
|
|
|
this.mid_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.mid_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.mid_num = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.mid_num = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.mid_remain = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.mid_remain = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.pi_inoutno = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
|
|
+ this.MidCapacity = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ProdIoInfDGV)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ProdIoInfDGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
@@ -129,7 +129,7 @@
|
|
|
// ResetSerialNum
|
|
// ResetSerialNum
|
|
|
//
|
|
//
|
|
|
this.ResetSerialNum.Image = ((System.Drawing.Image)(resources.GetObject("ResetSerialNum.Image")));
|
|
this.ResetSerialNum.Image = ((System.Drawing.Image)(resources.GetObject("ResetSerialNum.Image")));
|
|
|
- this.ResetSerialNum.Location = new System.Drawing.Point(529, 78);
|
|
|
|
|
|
|
+ this.ResetSerialNum.Location = new System.Drawing.Point(661, 78);
|
|
|
this.ResetSerialNum.Name = "ResetSerialNum";
|
|
this.ResetSerialNum.Name = "ResetSerialNum";
|
|
|
this.ResetSerialNum.Size = new System.Drawing.Size(64, 24);
|
|
this.ResetSerialNum.Size = new System.Drawing.Size(64, 24);
|
|
|
this.ResetSerialNum.TabIndex = 161;
|
|
this.ResetSerialNum.TabIndex = 161;
|
|
@@ -148,14 +148,6 @@
|
|
|
this.SetMidCapacity.UseVisualStyleBackColor = true;
|
|
this.SetMidCapacity.UseVisualStyleBackColor = true;
|
|
|
this.SetMidCapacity.Click += new System.EventHandler(this.SetMidCapacity_Click);
|
|
this.SetMidCapacity.Click += new System.EventHandler(this.SetMidCapacity_Click);
|
|
|
//
|
|
//
|
|
|
- // MidCapacity
|
|
|
|
|
- //
|
|
|
|
|
- this.MidCapacity.Location = new System.Drawing.Point(787, 29);
|
|
|
|
|
- this.MidCapacity.Name = "MidCapacity";
|
|
|
|
|
- this.MidCapacity.Negative = false;
|
|
|
|
|
- this.MidCapacity.Size = new System.Drawing.Size(121, 21);
|
|
|
|
|
- this.MidCapacity.TabIndex = 159;
|
|
|
|
|
- //
|
|
|
|
|
// ChooseAll
|
|
// ChooseAll
|
|
|
//
|
|
//
|
|
|
this.ChooseAll.Location = new System.Drawing.Point(1, 102);
|
|
this.ChooseAll.Location = new System.Drawing.Point(1, 102);
|
|
@@ -168,7 +160,7 @@
|
|
|
// GenerateBarCode
|
|
// GenerateBarCode
|
|
|
//
|
|
//
|
|
|
this.GenerateBarCode.Image = ((System.Drawing.Image)(resources.GetObject("GenerateBarCode.Image")));
|
|
this.GenerateBarCode.Image = ((System.Drawing.Image)(resources.GetObject("GenerateBarCode.Image")));
|
|
|
- this.GenerateBarCode.Location = new System.Drawing.Point(442, 78);
|
|
|
|
|
|
|
+ this.GenerateBarCode.Location = new System.Drawing.Point(574, 78);
|
|
|
this.GenerateBarCode.Name = "GenerateBarCode";
|
|
this.GenerateBarCode.Name = "GenerateBarCode";
|
|
|
this.GenerateBarCode.Size = new System.Drawing.Size(64, 24);
|
|
this.GenerateBarCode.Size = new System.Drawing.Size(64, 24);
|
|
|
this.GenerateBarCode.TabIndex = 154;
|
|
this.GenerateBarCode.TabIndex = 154;
|
|
@@ -179,7 +171,7 @@
|
|
|
// Screen
|
|
// Screen
|
|
|
//
|
|
//
|
|
|
this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
|
|
this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
|
|
|
- this.Screen.Location = new System.Drawing.Point(354, 78);
|
|
|
|
|
|
|
+ this.Screen.Location = new System.Drawing.Point(486, 78);
|
|
|
this.Screen.Name = "Screen";
|
|
this.Screen.Name = "Screen";
|
|
|
this.Screen.Size = new System.Drawing.Size(64, 24);
|
|
this.Screen.Size = new System.Drawing.Size(64, 24);
|
|
|
this.Screen.TabIndex = 153;
|
|
this.Screen.TabIndex = 153;
|
|
@@ -223,19 +215,6 @@
|
|
|
this.ProdIoInfDGV.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.ProdIoInfDGV_CellEndEdit);
|
|
this.ProdIoInfDGV.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.ProdIoInfDGV_CellEndEdit);
|
|
|
this.ProdIoInfDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.ProdIoInfDGV_CellPainting);
|
|
this.ProdIoInfDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.ProdIoInfDGV_CellPainting);
|
|
|
//
|
|
//
|
|
|
- // pi_inoutno
|
|
|
|
|
- //
|
|
|
|
|
- this.pi_inoutno.ID = null;
|
|
|
|
|
- this.pi_inoutno.Location = new System.Drawing.Point(128, 29);
|
|
|
|
|
- this.pi_inoutno.Name = "pi_inoutno";
|
|
|
|
|
- this.pi_inoutno.Size = new System.Drawing.Size(121, 21);
|
|
|
|
|
- this.pi_inoutno.Str = null;
|
|
|
|
|
- this.pi_inoutno.Str1 = null;
|
|
|
|
|
- this.pi_inoutno.Str2 = null;
|
|
|
|
|
- this.pi_inoutno.TabIndex = 149;
|
|
|
|
|
- this.pi_inoutno.Tag = "cu_name";
|
|
|
|
|
- this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bi_inoutno_KeyDown);
|
|
|
|
|
- //
|
|
|
|
|
// Choose
|
|
// Choose
|
|
|
//
|
|
//
|
|
|
this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
@@ -249,7 +228,7 @@
|
|
|
this.pd_orderdetno.DataPropertyName = "pd_orderdetno";
|
|
this.pd_orderdetno.DataPropertyName = "pd_orderdetno";
|
|
|
this.pd_orderdetno.HeaderText = "订单序号";
|
|
this.pd_orderdetno.HeaderText = "订单序号";
|
|
|
this.pd_orderdetno.Name = "pd_orderdetno";
|
|
this.pd_orderdetno.Name = "pd_orderdetno";
|
|
|
- this.pd_orderdetno.Width = 78;
|
|
|
|
|
|
|
+ this.pd_orderdetno.Width = 61;
|
|
|
//
|
|
//
|
|
|
// pd_pdno
|
|
// pd_pdno
|
|
|
//
|
|
//
|
|
@@ -360,14 +339,39 @@
|
|
|
this.mid_remain.Name = "mid_remain";
|
|
this.mid_remain.Name = "mid_remain";
|
|
|
this.mid_remain.ReadOnly = true;
|
|
this.mid_remain.ReadOnly = true;
|
|
|
//
|
|
//
|
|
|
|
|
+ // pi_inoutno
|
|
|
|
|
+ //
|
|
|
|
|
+ this.pi_inoutno.ID = null;
|
|
|
|
|
+ this.pi_inoutno.Location = new System.Drawing.Point(128, 29);
|
|
|
|
|
+ this.pi_inoutno.Name = "pi_inoutno";
|
|
|
|
|
+ this.pi_inoutno.Size = new System.Drawing.Size(121, 21);
|
|
|
|
|
+ this.pi_inoutno.Str = null;
|
|
|
|
|
+ this.pi_inoutno.Str1 = null;
|
|
|
|
|
+ this.pi_inoutno.Str2 = null;
|
|
|
|
|
+ this.pi_inoutno.TabIndex = 149;
|
|
|
|
|
+ this.pi_inoutno.Tag = "cu_name";
|
|
|
|
|
+ this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bi_inoutno_KeyDown);
|
|
|
|
|
+ //
|
|
|
|
|
+ // MidCapacity
|
|
|
|
|
+ //
|
|
|
|
|
+ this.MidCapacity.ID = null;
|
|
|
|
|
+ this.MidCapacity.Location = new System.Drawing.Point(783, 30);
|
|
|
|
|
+ this.MidCapacity.Name = "MidCapacity";
|
|
|
|
|
+ this.MidCapacity.Size = new System.Drawing.Size(121, 21);
|
|
|
|
|
+ this.MidCapacity.Str = null;
|
|
|
|
|
+ this.MidCapacity.Str1 = null;
|
|
|
|
|
+ this.MidCapacity.Str2 = null;
|
|
|
|
|
+ this.MidCapacity.TabIndex = 162;
|
|
|
|
|
+ this.MidCapacity.Tag = "cu_name";
|
|
|
|
|
+ //
|
|
|
// 生成条码
|
|
// 生成条码
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1201, 554);
|
|
this.ClientSize = new System.Drawing.Size(1201, 554);
|
|
|
|
|
+ this.Controls.Add(this.MidCapacity);
|
|
|
this.Controls.Add(this.ResetSerialNum);
|
|
this.Controls.Add(this.ResetSerialNum);
|
|
|
this.Controls.Add(this.SetMidCapacity);
|
|
this.Controls.Add(this.SetMidCapacity);
|
|
|
- this.Controls.Add(this.MidCapacity);
|
|
|
|
|
this.Controls.Add(this.MidCapacity_label);
|
|
this.Controls.Add(this.MidCapacity_label);
|
|
|
this.Controls.Add(this.pr_kind);
|
|
this.Controls.Add(this.pr_kind);
|
|
|
this.Controls.Add(this.pr_kind_label);
|
|
this.Controls.Add(this.pr_kind_label);
|
|
@@ -402,7 +406,6 @@
|
|
|
private System.Windows.Forms.Label pr_kind_label;
|
|
private System.Windows.Forms.Label pr_kind_label;
|
|
|
private System.Windows.Forms.ComboBox pr_kind;
|
|
private System.Windows.Forms.ComboBox pr_kind;
|
|
|
private System.Windows.Forms.Label MidCapacity_label;
|
|
private System.Windows.Forms.Label MidCapacity_label;
|
|
|
- private CustomControl.NumOnlyTextBox MidCapacity;
|
|
|
|
|
private CustomControl.NormalButton SetMidCapacity;
|
|
private CustomControl.NormalButton SetMidCapacity;
|
|
|
private CustomControl.NormalButton ResetSerialNum;
|
|
private CustomControl.NormalButton ResetSerialNum;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
@@ -423,5 +426,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mid_qty;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mid_qty;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mid_num;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mid_num;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mid_remain;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mid_remain;
|
|
|
|
|
+ private CustomControl.EnterTextBox MidCapacity;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|