|
|
@@ -41,6 +41,8 @@
|
|
|
this.GenerateBarCode = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
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.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.pd_orderdetno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -58,8 +60,6 @@
|
|
|
this.mid_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.mid_num = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.mid_remain = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pi_inoutno = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
- this.ResetSerialNum = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ProdIoInfDGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -205,11 +205,35 @@
|
|
|
this.ProdIoInfDGV.Location = new System.Drawing.Point(0, 125);
|
|
|
this.ProdIoInfDGV.Name = "ProdIoInfDGV";
|
|
|
this.ProdIoInfDGV.RowTemplate.Height = 23;
|
|
|
- this.ProdIoInfDGV.Size = new System.Drawing.Size(964, 350);
|
|
|
+ this.ProdIoInfDGV.Size = new System.Drawing.Size(1200, 427);
|
|
|
this.ProdIoInfDGV.TabIndex = 151;
|
|
|
this.ProdIoInfDGV.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.ProdIoInfDGV_CellEndEdit);
|
|
|
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);
|
|
|
+ //
|
|
|
+ // ResetSerialNum
|
|
|
+ //
|
|
|
+ this.ResetSerialNum.Image = ((System.Drawing.Image)(resources.GetObject("ResetSerialNum.Image")));
|
|
|
+ this.ResetSerialNum.Location = new System.Drawing.Point(529, 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);
|
|
|
+ //
|
|
|
// Choose
|
|
|
//
|
|
|
this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
@@ -219,9 +243,11 @@
|
|
|
//
|
|
|
// pd_orderdetno
|
|
|
//
|
|
|
+ this.pd_orderdetno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
this.pd_orderdetno.DataPropertyName = "pd_orderdetno";
|
|
|
this.pd_orderdetno.HeaderText = "订单序号";
|
|
|
this.pd_orderdetno.Name = "pd_orderdetno";
|
|
|
+ this.pd_orderdetno.Width = 78;
|
|
|
//
|
|
|
// pd_pdno
|
|
|
//
|
|
|
@@ -326,35 +352,11 @@
|
|
|
this.mid_remain.Name = "mid_remain";
|
|
|
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);
|
|
|
- //
|
|
|
- // ResetSerialNum
|
|
|
- //
|
|
|
- this.ResetSerialNum.Image = ((System.Drawing.Image)(resources.GetObject("ResetSerialNum.Image")));
|
|
|
- this.ResetSerialNum.Location = new System.Drawing.Point(529, 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.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(965, 477);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1201, 554);
|
|
|
this.Controls.Add(this.ResetSerialNum);
|
|
|
this.Controls.Add(this.SetMidCapacity);
|
|
|
this.Controls.Add(this.MidCapacity);
|
|
|
@@ -394,6 +396,7 @@
|
|
|
private System.Windows.Forms.Label MidCapacity_label;
|
|
|
private CustomControl.NumOnlyTextBox MidCapacity;
|
|
|
private CustomControl.NormalButton SetMidCapacity;
|
|
|
+ private CustomControl.NormalButton ResetSerialNum;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_orderdetno;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_pdno;
|
|
|
@@ -411,6 +414,5 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mid_qty;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mid_num;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mid_remain;
|
|
|
- private CustomControl.NormalButton ResetSerialNum;
|
|
|
}
|
|
|
}
|