|
|
@@ -31,6 +31,8 @@
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_OutBoxSnCheck));
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
this.CheckSnDGV = new System.Windows.Forms.DataGridView();
|
|
|
+ this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_checksn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.pa_makecode_label = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
@@ -39,11 +41,13 @@
|
|
|
this.CheckNum = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pa_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
- this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pd_checksn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cancel = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.pa_outboxcode2 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.pa_outboxcode1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckSnDGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -72,22 +76,40 @@
|
|
|
this.CheckSnDGV.Size = new System.Drawing.Size(1117, 624);
|
|
|
this.CheckSnDGV.TabIndex = 18;
|
|
|
//
|
|
|
+ // pd_barcode
|
|
|
+ //
|
|
|
+ this.pd_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
+ this.pd_barcode.DataPropertyName = "pd_barcode";
|
|
|
+ this.pd_barcode.HeaderText = "箱内序列号";
|
|
|
+ this.pd_barcode.MinimumWidth = 10;
|
|
|
+ this.pd_barcode.Name = "pd_barcode";
|
|
|
+ this.pd_barcode.Width = 175;
|
|
|
+ //
|
|
|
+ // pd_checksn
|
|
|
+ //
|
|
|
+ this.pd_checksn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
+ this.pd_checksn.DataPropertyName = "pd_checksn";
|
|
|
+ this.pd_checksn.HeaderText = "扫描SN号";
|
|
|
+ this.pd_checksn.MinimumWidth = 10;
|
|
|
+ this.pd_checksn.Name = "pd_checksn";
|
|
|
+ this.pd_checksn.Width = 151;
|
|
|
+ //
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1.Location = new System.Drawing.Point(66, 46);
|
|
|
+ this.label1.Location = new System.Drawing.Point(11, 49);
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(283, 64);
|
|
|
+ this.label1.Size = new System.Drawing.Size(155, 64);
|
|
|
this.label1.TabIndex = 19;
|
|
|
- this.label1.Text = "卡通箱号";
|
|
|
+ this.label1.Text = "箱号";
|
|
|
//
|
|
|
// pa_makecode_label
|
|
|
//
|
|
|
this.pa_makecode_label.AutoSize = true;
|
|
|
this.pa_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_makecode_label.Location = new System.Drawing.Point(1156, 68);
|
|
|
+ this.pa_makecode_label.Location = new System.Drawing.Point(898, 790);
|
|
|
this.pa_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pa_makecode_label.Name = "pa_makecode_label";
|
|
|
this.pa_makecode_label.Size = new System.Drawing.Size(146, 41);
|
|
|
@@ -112,7 +134,7 @@
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "箱内序列号";
|
|
|
this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
- this.dataGridViewTextBoxColumn1.Width = 175;
|
|
|
+ this.dataGridViewTextBoxColumn1.Width = 200;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn2
|
|
|
//
|
|
|
@@ -121,7 +143,7 @@
|
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "扫描SN号";
|
|
|
this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
|
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
- this.dataGridViewTextBoxColumn2.Width = 151;
|
|
|
+ this.dataGridViewTextBoxColumn2.Width = 200;
|
|
|
//
|
|
|
// CheckNum
|
|
|
//
|
|
|
@@ -141,7 +163,7 @@
|
|
|
this.pa_makecode.AutoSize = true;
|
|
|
this.pa_makecode.CutLength = null;
|
|
|
this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_makecode.Location = new System.Drawing.Point(1324, 68);
|
|
|
+ this.pa_makecode.Location = new System.Drawing.Point(1066, 790);
|
|
|
this.pa_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pa_makecode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.pa_makecode.Name = "pa_makecode";
|
|
|
@@ -155,35 +177,17 @@
|
|
|
this.pa_outboxcode.BackColor = System.Drawing.Color.White;
|
|
|
this.pa_outboxcode.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.pa_outboxcode.ID = null;
|
|
|
- this.pa_outboxcode.Location = new System.Drawing.Point(358, 43);
|
|
|
+ this.pa_outboxcode.Location = new System.Drawing.Point(184, 43);
|
|
|
this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.pa_outboxcode.Name = "pa_outboxcode";
|
|
|
this.pa_outboxcode.Power = null;
|
|
|
- this.pa_outboxcode.Size = new System.Drawing.Size(773, 80);
|
|
|
+ this.pa_outboxcode.Size = new System.Drawing.Size(363, 80);
|
|
|
this.pa_outboxcode.Str = null;
|
|
|
this.pa_outboxcode.Str1 = null;
|
|
|
this.pa_outboxcode.Str2 = null;
|
|
|
this.pa_outboxcode.TabIndex = 20;
|
|
|
this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
|
|
|
//
|
|
|
- // pd_barcode
|
|
|
- //
|
|
|
- this.pd_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
- this.pd_barcode.DataPropertyName = "pd_barcode";
|
|
|
- this.pd_barcode.HeaderText = "箱内序列号";
|
|
|
- this.pd_barcode.MinimumWidth = 10;
|
|
|
- this.pd_barcode.Name = "pd_barcode";
|
|
|
- this.pd_barcode.Width = 175;
|
|
|
- //
|
|
|
- // pd_checksn
|
|
|
- //
|
|
|
- this.pd_checksn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
- this.pd_checksn.DataPropertyName = "pd_checksn";
|
|
|
- this.pd_checksn.HeaderText = "扫描SN号";
|
|
|
- this.pd_checksn.MinimumWidth = 10;
|
|
|
- this.pd_checksn.Name = "pd_checksn";
|
|
|
- this.pd_checksn.Width = 151;
|
|
|
- //
|
|
|
// cancel
|
|
|
//
|
|
|
this.cancel.AllPower = null;
|
|
|
@@ -230,11 +234,71 @@
|
|
|
this.OperateResult.TabIndex = 10;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label3.Location = new System.Drawing.Point(569, 50);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(155, 64);
|
|
|
+ this.label3.TabIndex = 114;
|
|
|
+ this.label3.Text = "箱号";
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label4.Location = new System.Drawing.Point(1163, 50);
|
|
|
+ this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(155, 64);
|
|
|
+ this.label4.TabIndex = 116;
|
|
|
+ this.label4.Text = "箱号";
|
|
|
+ //
|
|
|
+ // pa_outboxcode2
|
|
|
+ //
|
|
|
+ this.pa_outboxcode2.AllPower = null;
|
|
|
+ this.pa_outboxcode2.BackColor = System.Drawing.Color.White;
|
|
|
+ this.pa_outboxcode2.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pa_outboxcode2.ID = null;
|
|
|
+ this.pa_outboxcode2.Location = new System.Drawing.Point(1326, 47);
|
|
|
+ this.pa_outboxcode2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pa_outboxcode2.Name = "pa_outboxcode2";
|
|
|
+ this.pa_outboxcode2.Power = null;
|
|
|
+ this.pa_outboxcode2.Size = new System.Drawing.Size(363, 80);
|
|
|
+ this.pa_outboxcode2.Str = null;
|
|
|
+ this.pa_outboxcode2.Str1 = null;
|
|
|
+ this.pa_outboxcode2.Str2 = null;
|
|
|
+ this.pa_outboxcode2.TabIndex = 118;
|
|
|
+ this.pa_outboxcode2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
|
|
|
+ //
|
|
|
+ // pa_outboxcode1
|
|
|
+ //
|
|
|
+ this.pa_outboxcode1.AllPower = null;
|
|
|
+ this.pa_outboxcode1.BackColor = System.Drawing.Color.White;
|
|
|
+ this.pa_outboxcode1.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pa_outboxcode1.ID = null;
|
|
|
+ this.pa_outboxcode1.Location = new System.Drawing.Point(756, 43);
|
|
|
+ this.pa_outboxcode1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pa_outboxcode1.Name = "pa_outboxcode1";
|
|
|
+ this.pa_outboxcode1.Power = null;
|
|
|
+ this.pa_outboxcode1.Size = new System.Drawing.Size(363, 80);
|
|
|
+ this.pa_outboxcode1.Str = null;
|
|
|
+ this.pa_outboxcode1.Str1 = null;
|
|
|
+ this.pa_outboxcode1.Str2 = null;
|
|
|
+ this.pa_outboxcode1.TabIndex = 119;
|
|
|
+ this.pa_outboxcode1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
|
|
|
+ //
|
|
|
// Make_OutBoxSnCheck
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1772, 866);
|
|
|
+ this.Controls.Add(this.pa_outboxcode1);
|
|
|
+ this.Controls.Add(this.pa_outboxcode2);
|
|
|
+ this.Controls.Add(this.label4);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
this.Controls.Add(this.CheckNum);
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.pa_makecode);
|
|
|
@@ -254,7 +318,7 @@
|
|
|
this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckSnDGV)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -275,5 +339,9 @@
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode2;
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode1;
|
|
|
}
|
|
|
}
|