|
@@ -104,6 +104,8 @@
|
|
|
this.CustBarCode = new System.Windows.Forms.Button();
|
|
this.CustBarCode = new System.Windows.Forms.Button();
|
|
|
this.cu_code = new UAS_LabelMachine.CustomControl.SearchTextBox();
|
|
this.cu_code = new UAS_LabelMachine.CustomControl.SearchTextBox();
|
|
|
this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
|
|
+ this.Order_Prod = new System.Windows.Forms.RadioButton();
|
|
|
|
|
+ this.Order_Detno = new System.Windows.Forms.RadioButton();
|
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
|
this.MidBoxEnd = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
this.MidBoxEnd = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.MidBoxBegin = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
this.MidBoxBegin = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
@@ -888,6 +890,8 @@
|
|
|
//
|
|
//
|
|
|
// groupBoxWithBorder1
|
|
// groupBoxWithBorder1
|
|
|
//
|
|
//
|
|
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.Order_Prod);
|
|
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.Order_Detno);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.label18);
|
|
this.groupBoxWithBorder1.Controls.Add(this.label18);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.MidBoxEnd);
|
|
this.groupBoxWithBorder1.Controls.Add(this.MidBoxEnd);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.MidBoxBegin);
|
|
this.groupBoxWithBorder1.Controls.Add(this.MidBoxBegin);
|
|
@@ -905,11 +909,35 @@
|
|
|
this.groupBoxWithBorder1.TabStop = false;
|
|
this.groupBoxWithBorder1.TabStop = false;
|
|
|
this.groupBoxWithBorder1.Text = " 打印参数设置";
|
|
this.groupBoxWithBorder1.Text = " 打印参数设置";
|
|
|
//
|
|
//
|
|
|
|
|
+ // Order_Prod
|
|
|
|
|
+ //
|
|
|
|
|
+ this.Order_Prod.AutoSize = true;
|
|
|
|
|
+ this.Order_Prod.Checked = true;
|
|
|
|
|
+ this.Order_Prod.Location = new System.Drawing.Point(49, 360);
|
|
|
|
|
+ this.Order_Prod.Name = "Order_Prod";
|
|
|
|
|
+ this.Order_Prod.Size = new System.Drawing.Size(149, 28);
|
|
|
|
|
+ this.Order_Prod.TabIndex = 92;
|
|
|
|
|
+ this.Order_Prod.TabStop = true;
|
|
|
|
|
+ this.Order_Prod.Text = "订单+料号";
|
|
|
|
|
+ this.Order_Prod.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.Order_Prod.Visible = false;
|
|
|
|
|
+ //
|
|
|
|
|
+ // Order_Detno
|
|
|
|
|
+ //
|
|
|
|
|
+ this.Order_Detno.AutoSize = true;
|
|
|
|
|
+ this.Order_Detno.Location = new System.Drawing.Point(49, 417);
|
|
|
|
|
+ this.Order_Detno.Name = "Order_Detno";
|
|
|
|
|
+ this.Order_Detno.Size = new System.Drawing.Size(149, 28);
|
|
|
|
|
+ this.Order_Detno.TabIndex = 91;
|
|
|
|
|
+ this.Order_Detno.Text = "订单+序号";
|
|
|
|
|
+ this.Order_Detno.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.Order_Detno.Visible = false;
|
|
|
|
|
+ //
|
|
|
// label18
|
|
// label18
|
|
|
//
|
|
//
|
|
|
this.label18.AutoSize = true;
|
|
this.label18.AutoSize = true;
|
|
|
this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label18.Location = new System.Drawing.Point(139, 277);
|
|
|
|
|
|
|
+ this.label18.Location = new System.Drawing.Point(140, 278);
|
|
|
this.label18.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label18.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label18.Name = "label18";
|
|
this.label18.Name = "label18";
|
|
|
this.label18.Size = new System.Drawing.Size(24, 31);
|
|
this.label18.Size = new System.Drawing.Size(24, 31);
|
|
@@ -944,7 +972,7 @@
|
|
|
//
|
|
//
|
|
|
this.label16.AutoSize = true;
|
|
this.label16.AutoSize = true;
|
|
|
this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label16.Location = new System.Drawing.Point(137, 131);
|
|
|
|
|
|
|
+ this.label16.Location = new System.Drawing.Point(138, 132);
|
|
|
this.label16.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label16.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label16.Name = "label16";
|
|
this.label16.Name = "label16";
|
|
|
this.label16.Size = new System.Drawing.Size(24, 31);
|
|
this.label16.Size = new System.Drawing.Size(24, 31);
|
|
@@ -979,7 +1007,7 @@
|
|
|
//
|
|
//
|
|
|
this.label12.AutoSize = true;
|
|
this.label12.AutoSize = true;
|
|
|
this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label12.Location = new System.Drawing.Point(21, 223);
|
|
|
|
|
|
|
+ this.label12.Location = new System.Drawing.Point(22, 224);
|
|
|
this.label12.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label12.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label12.Name = "label12";
|
|
this.label12.Name = "label12";
|
|
|
this.label12.Size = new System.Drawing.Size(110, 31);
|
|
this.label12.Size = new System.Drawing.Size(110, 31);
|
|
@@ -990,7 +1018,7 @@
|
|
|
//
|
|
//
|
|
|
this.label7.AutoSize = true;
|
|
this.label7.AutoSize = true;
|
|
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label7.Location = new System.Drawing.Point(21, 81);
|
|
|
|
|
|
|
+ this.label7.Location = new System.Drawing.Point(22, 82);
|
|
|
this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label7.Name = "label7";
|
|
this.label7.Name = "label7";
|
|
|
this.label7.Size = new System.Drawing.Size(110, 31);
|
|
this.label7.Size = new System.Drawing.Size(110, 31);
|
|
@@ -1044,7 +1072,7 @@
|
|
|
//
|
|
//
|
|
|
this.Capacity.AutoSize = true;
|
|
this.Capacity.AutoSize = true;
|
|
|
this.Capacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Capacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Capacity.Location = new System.Drawing.Point(119, 137);
|
|
|
|
|
|
|
+ this.Capacity.Location = new System.Drawing.Point(120, 138);
|
|
|
this.Capacity.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.Capacity.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.Capacity.Name = "Capacity";
|
|
this.Capacity.Name = "Capacity";
|
|
|
this.Capacity.Size = new System.Drawing.Size(0, 31);
|
|
this.Capacity.Size = new System.Drawing.Size(0, 31);
|
|
@@ -1054,7 +1082,7 @@
|
|
|
//
|
|
//
|
|
|
this.Process_midboxcode.AutoSize = true;
|
|
this.Process_midboxcode.AutoSize = true;
|
|
|
this.Process_midboxcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Process_midboxcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Process_midboxcode.Location = new System.Drawing.Point(119, 225);
|
|
|
|
|
|
|
+ this.Process_midboxcode.Location = new System.Drawing.Point(120, 226);
|
|
|
this.Process_midboxcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.Process_midboxcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.Process_midboxcode.Name = "Process_midboxcode";
|
|
this.Process_midboxcode.Name = "Process_midboxcode";
|
|
|
this.Process_midboxcode.Size = new System.Drawing.Size(28, 31);
|
|
this.Process_midboxcode.Size = new System.Drawing.Size(28, 31);
|
|
@@ -1065,7 +1093,7 @@
|
|
|
//
|
|
//
|
|
|
this.Process_outboxcode.AutoSize = true;
|
|
this.Process_outboxcode.AutoSize = true;
|
|
|
this.Process_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Process_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Process_outboxcode.Location = new System.Drawing.Point(119, 177);
|
|
|
|
|
|
|
+ this.Process_outboxcode.Location = new System.Drawing.Point(120, 178);
|
|
|
this.Process_outboxcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.Process_outboxcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.Process_outboxcode.Name = "Process_outboxcode";
|
|
this.Process_outboxcode.Name = "Process_outboxcode";
|
|
|
this.Process_outboxcode.Size = new System.Drawing.Size(28, 31);
|
|
this.Process_outboxcode.Size = new System.Drawing.Size(28, 31);
|
|
@@ -1077,7 +1105,7 @@
|
|
|
this.TotalCount.AutoSize = true;
|
|
this.TotalCount.AutoSize = true;
|
|
|
this.TotalCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.TotalCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.TotalCount.ForeColor = System.Drawing.Color.Blue;
|
|
this.TotalCount.ForeColor = System.Drawing.Color.Blue;
|
|
|
- this.TotalCount.Location = new System.Drawing.Point(187, 41);
|
|
|
|
|
|
|
+ this.TotalCount.Location = new System.Drawing.Point(188, 42);
|
|
|
this.TotalCount.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.TotalCount.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.TotalCount.Name = "TotalCount";
|
|
this.TotalCount.Name = "TotalCount";
|
|
|
this.TotalCount.Size = new System.Drawing.Size(28, 31);
|
|
this.TotalCount.Size = new System.Drawing.Size(28, 31);
|
|
@@ -1088,7 +1116,7 @@
|
|
|
//
|
|
//
|
|
|
this.label17.AutoSize = true;
|
|
this.label17.AutoSize = true;
|
|
|
this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label17.Location = new System.Drawing.Point(159, 41);
|
|
|
|
|
|
|
+ this.label17.Location = new System.Drawing.Point(160, 42);
|
|
|
this.label17.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label17.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label17.Name = "label17";
|
|
this.label17.Name = "label17";
|
|
|
this.label17.Size = new System.Drawing.Size(24, 31);
|
|
this.label17.Size = new System.Drawing.Size(24, 31);
|
|
@@ -1100,7 +1128,7 @@
|
|
|
this.CollectedCount.AutoSize = true;
|
|
this.CollectedCount.AutoSize = true;
|
|
|
this.CollectedCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.CollectedCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.CollectedCount.ForeColor = System.Drawing.Color.Red;
|
|
this.CollectedCount.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.CollectedCount.Location = new System.Drawing.Point(123, 41);
|
|
|
|
|
|
|
+ this.CollectedCount.Location = new System.Drawing.Point(124, 42);
|
|
|
this.CollectedCount.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.CollectedCount.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.CollectedCount.Name = "CollectedCount";
|
|
this.CollectedCount.Name = "CollectedCount";
|
|
|
this.CollectedCount.Size = new System.Drawing.Size(28, 31);
|
|
this.CollectedCount.Size = new System.Drawing.Size(28, 31);
|
|
@@ -1111,7 +1139,7 @@
|
|
|
//
|
|
//
|
|
|
this.label14.AutoSize = true;
|
|
this.label14.AutoSize = true;
|
|
|
this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label14.Location = new System.Drawing.Point(19, 177);
|
|
|
|
|
|
|
+ this.label14.Location = new System.Drawing.Point(20, 178);
|
|
|
this.label14.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label14.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label14.Name = "label14";
|
|
this.label14.Name = "label14";
|
|
|
this.label14.Size = new System.Drawing.Size(62, 31);
|
|
this.label14.Size = new System.Drawing.Size(62, 31);
|
|
@@ -1122,7 +1150,7 @@
|
|
|
//
|
|
//
|
|
|
this.label11.AutoSize = true;
|
|
this.label11.AutoSize = true;
|
|
|
this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label11.Location = new System.Drawing.Point(19, 223);
|
|
|
|
|
|
|
+ this.label11.Location = new System.Drawing.Point(20, 224);
|
|
|
this.label11.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label11.Name = "label11";
|
|
this.label11.Name = "label11";
|
|
|
this.label11.Size = new System.Drawing.Size(62, 31);
|
|
this.label11.Size = new System.Drawing.Size(62, 31);
|
|
@@ -1133,7 +1161,7 @@
|
|
|
//
|
|
//
|
|
|
this.label13.AutoSize = true;
|
|
this.label13.AutoSize = true;
|
|
|
this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label13.Location = new System.Drawing.Point(19, 97);
|
|
|
|
|
|
|
+ this.label13.Location = new System.Drawing.Point(20, 98);
|
|
|
this.label13.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label13.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label13.Name = "label13";
|
|
this.label13.Name = "label13";
|
|
|
this.label13.Size = new System.Drawing.Size(86, 31);
|
|
this.label13.Size = new System.Drawing.Size(86, 31);
|
|
@@ -1144,7 +1172,7 @@
|
|
|
//
|
|
//
|
|
|
this.Installed.AutoSize = true;
|
|
this.Installed.AutoSize = true;
|
|
|
this.Installed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Installed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Installed.Location = new System.Drawing.Point(119, 97);
|
|
|
|
|
|
|
+ this.Installed.Location = new System.Drawing.Point(120, 98);
|
|
|
this.Installed.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.Installed.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.Installed.Name = "Installed";
|
|
this.Installed.Name = "Installed";
|
|
|
this.Installed.Size = new System.Drawing.Size(0, 31);
|
|
this.Installed.Size = new System.Drawing.Size(0, 31);
|
|
@@ -1154,7 +1182,7 @@
|
|
|
//
|
|
//
|
|
|
this.Process.AutoSize = true;
|
|
this.Process.AutoSize = true;
|
|
|
this.Process.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Process.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Process.Location = new System.Drawing.Point(19, 41);
|
|
|
|
|
|
|
+ this.Process.Location = new System.Drawing.Point(20, 42);
|
|
|
this.Process.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.Process.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.Process.Name = "Process";
|
|
this.Process.Name = "Process";
|
|
|
this.Process.Size = new System.Drawing.Size(86, 31);
|
|
this.Process.Size = new System.Drawing.Size(86, 31);
|
|
@@ -1536,7 +1564,7 @@
|
|
|
//
|
|
//
|
|
|
this.LabelSpace.AutoSize = true;
|
|
this.LabelSpace.AutoSize = true;
|
|
|
this.LabelSpace.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.LabelSpace.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.LabelSpace.Location = new System.Drawing.Point(19, 279);
|
|
|
|
|
|
|
+ this.LabelSpace.Location = new System.Drawing.Point(20, 280);
|
|
|
this.LabelSpace.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.LabelSpace.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.LabelSpace.Name = "LabelSpace";
|
|
this.LabelSpace.Name = "LabelSpace";
|
|
|
this.LabelSpace.Size = new System.Drawing.Size(142, 35);
|
|
this.LabelSpace.Size = new System.Drawing.Size(142, 35);
|
|
@@ -1549,7 +1577,7 @@
|
|
|
//
|
|
//
|
|
|
this.label8.AutoSize = true;
|
|
this.label8.AutoSize = true;
|
|
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.label8.Location = new System.Drawing.Point(11, 41);
|
|
|
|
|
|
|
+ this.label8.Location = new System.Drawing.Point(12, 42);
|
|
|
this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label8.Name = "label8";
|
|
this.label8.Name = "label8";
|
|
|
this.label8.Size = new System.Drawing.Size(102, 35);
|
|
this.label8.Size = new System.Drawing.Size(102, 35);
|
|
@@ -1559,7 +1587,7 @@
|
|
|
// SingleDocRefresh
|
|
// SingleDocRefresh
|
|
|
//
|
|
//
|
|
|
this.SingleDocRefresh.AutoSize = true;
|
|
this.SingleDocRefresh.AutoSize = true;
|
|
|
- this.SingleDocRefresh.Location = new System.Drawing.Point(119, 41);
|
|
|
|
|
|
|
+ this.SingleDocRefresh.Location = new System.Drawing.Point(120, 42);
|
|
|
this.SingleDocRefresh.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.SingleDocRefresh.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.SingleDocRefresh.Name = "SingleDocRefresh";
|
|
this.SingleDocRefresh.Name = "SingleDocRefresh";
|
|
|
this.SingleDocRefresh.Size = new System.Drawing.Size(82, 41);
|
|
this.SingleDocRefresh.Size = new System.Drawing.Size(82, 41);
|
|
@@ -1582,7 +1610,7 @@
|
|
|
//
|
|
//
|
|
|
this.SingleLabelPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.SingleLabelPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.SingleLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.SingleLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.SingleLabelPrint.Location = new System.Drawing.Point(137, 415);
|
|
|
|
|
|
|
+ this.SingleLabelPrint.Location = new System.Drawing.Point(160, 417);
|
|
|
this.SingleLabelPrint.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.SingleLabelPrint.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.SingleLabelPrint.Name = "SingleLabelPrint";
|
|
this.SingleLabelPrint.Name = "SingleLabelPrint";
|
|
|
this.SingleLabelPrint.Size = new System.Drawing.Size(136, 52);
|
|
this.SingleLabelPrint.Size = new System.Drawing.Size(136, 52);
|
|
@@ -1595,7 +1623,7 @@
|
|
|
//
|
|
//
|
|
|
this.SingleLabelAutoPrint.AutoSize = true;
|
|
this.SingleLabelAutoPrint.AutoSize = true;
|
|
|
this.SingleLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.SingleLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.SingleLabelAutoPrint.Location = new System.Drawing.Point(21, 223);
|
|
|
|
|
|
|
+ this.SingleLabelAutoPrint.Location = new System.Drawing.Point(22, 224);
|
|
|
this.SingleLabelAutoPrint.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.SingleLabelAutoPrint.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.SingleLabelAutoPrint.Name = "SingleLabelAutoPrint";
|
|
this.SingleLabelAutoPrint.Name = "SingleLabelAutoPrint";
|
|
|
this.SingleLabelAutoPrint.Size = new System.Drawing.Size(142, 35);
|
|
this.SingleLabelAutoPrint.Size = new System.Drawing.Size(142, 35);
|
|
@@ -1643,7 +1671,7 @@
|
|
|
// MidLabelPreView
|
|
// MidLabelPreView
|
|
|
//
|
|
//
|
|
|
this.MidLabelPreView.AutoSize = true;
|
|
this.MidLabelPreView.AutoSize = true;
|
|
|
- this.MidLabelPreView.Location = new System.Drawing.Point(197, 41);
|
|
|
|
|
|
|
+ this.MidLabelPreView.Location = new System.Drawing.Point(198, 42);
|
|
|
this.MidLabelPreView.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.MidLabelPreView.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.MidLabelPreView.Name = "MidLabelPreView";
|
|
this.MidLabelPreView.Name = "MidLabelPreView";
|
|
|
this.MidLabelPreView.Size = new System.Drawing.Size(82, 41);
|
|
this.MidLabelPreView.Size = new System.Drawing.Size(82, 41);
|
|
@@ -1668,7 +1696,7 @@
|
|
|
//
|
|
//
|
|
|
this.label9.AutoSize = true;
|
|
this.label9.AutoSize = true;
|
|
|
this.label9.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.label9.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.label9.Location = new System.Drawing.Point(11, 41);
|
|
|
|
|
|
|
+ this.label9.Location = new System.Drawing.Point(12, 42);
|
|
|
this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label9.Name = "label9";
|
|
this.label9.Name = "label9";
|
|
|
this.label9.Size = new System.Drawing.Size(102, 35);
|
|
this.label9.Size = new System.Drawing.Size(102, 35);
|
|
@@ -1678,7 +1706,7 @@
|
|
|
// MidDocRefresh
|
|
// MidDocRefresh
|
|
|
//
|
|
//
|
|
|
this.MidDocRefresh.AutoSize = true;
|
|
this.MidDocRefresh.AutoSize = true;
|
|
|
- this.MidDocRefresh.Location = new System.Drawing.Point(115, 41);
|
|
|
|
|
|
|
+ this.MidDocRefresh.Location = new System.Drawing.Point(116, 42);
|
|
|
this.MidDocRefresh.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.MidDocRefresh.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.MidDocRefresh.Name = "MidDocRefresh";
|
|
this.MidDocRefresh.Name = "MidDocRefresh";
|
|
|
this.MidDocRefresh.Size = new System.Drawing.Size(82, 41);
|
|
this.MidDocRefresh.Size = new System.Drawing.Size(82, 41);
|
|
@@ -1704,7 +1732,7 @@
|
|
|
//
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
this.label5.AutoSize = true;
|
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label5.Location = new System.Drawing.Point(17, 349);
|
|
|
|
|
|
|
+ this.label5.Location = new System.Drawing.Point(18, 350);
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label5.Name = "label5";
|
|
this.label5.Name = "label5";
|
|
|
this.label5.Size = new System.Drawing.Size(62, 31);
|
|
this.label5.Size = new System.Drawing.Size(62, 31);
|
|
@@ -1715,7 +1743,7 @@
|
|
|
//
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label4.Location = new System.Drawing.Point(17, 287);
|
|
|
|
|
|
|
+ this.label4.Location = new System.Drawing.Point(18, 288);
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label4.Name = "label4";
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(62, 31);
|
|
this.label4.Size = new System.Drawing.Size(62, 31);
|
|
@@ -1736,7 +1764,7 @@
|
|
|
//
|
|
//
|
|
|
this.label15.AutoSize = true;
|
|
this.label15.AutoSize = true;
|
|
|
this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label15.Location = new System.Drawing.Point(199, 289);
|
|
|
|
|
|
|
+ this.label15.Location = new System.Drawing.Point(200, 290);
|
|
|
this.label15.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label15.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label15.Name = "label15";
|
|
this.label15.Name = "label15";
|
|
|
this.label15.Size = new System.Drawing.Size(38, 31);
|
|
this.label15.Size = new System.Drawing.Size(38, 31);
|
|
@@ -1769,7 +1797,7 @@
|
|
|
//
|
|
//
|
|
|
this.MidLabelAutoPrint.AutoSize = true;
|
|
this.MidLabelAutoPrint.AutoSize = true;
|
|
|
this.MidLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.MidLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.MidLabelAutoPrint.Location = new System.Drawing.Point(11, 213);
|
|
|
|
|
|
|
+ this.MidLabelAutoPrint.Location = new System.Drawing.Point(12, 214);
|
|
|
this.MidLabelAutoPrint.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.MidLabelAutoPrint.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.MidLabelAutoPrint.Name = "MidLabelAutoPrint";
|
|
this.MidLabelAutoPrint.Name = "MidLabelAutoPrint";
|
|
|
this.MidLabelAutoPrint.Size = new System.Drawing.Size(142, 35);
|
|
this.MidLabelAutoPrint.Size = new System.Drawing.Size(142, 35);
|
|
@@ -1818,7 +1846,7 @@
|
|
|
//
|
|
//
|
|
|
this.DiffCustOutBoxCode.AutoSize = true;
|
|
this.DiffCustOutBoxCode.AutoSize = true;
|
|
|
this.DiffCustOutBoxCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.DiffCustOutBoxCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.DiffCustOutBoxCode.Location = new System.Drawing.Point(195, 333);
|
|
|
|
|
|
|
+ this.DiffCustOutBoxCode.Location = new System.Drawing.Point(196, 334);
|
|
|
this.DiffCustOutBoxCode.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.DiffCustOutBoxCode.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.DiffCustOutBoxCode.Name = "DiffCustOutBoxCode";
|
|
this.DiffCustOutBoxCode.Name = "DiffCustOutBoxCode";
|
|
|
this.DiffCustOutBoxCode.Size = new System.Drawing.Size(142, 35);
|
|
this.DiffCustOutBoxCode.Size = new System.Drawing.Size(142, 35);
|
|
@@ -1847,7 +1875,7 @@
|
|
|
//
|
|
//
|
|
|
this.cu_print_ordercode.AutoSize = true;
|
|
this.cu_print_ordercode.AutoSize = true;
|
|
|
this.cu_print_ordercode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cu_print_ordercode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.cu_print_ordercode.Location = new System.Drawing.Point(13, 135);
|
|
|
|
|
|
|
+ this.cu_print_ordercode.Location = new System.Drawing.Point(14, 136);
|
|
|
this.cu_print_ordercode.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.cu_print_ordercode.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.cu_print_ordercode.Name = "cu_print_ordercode";
|
|
this.cu_print_ordercode.Name = "cu_print_ordercode";
|
|
|
this.cu_print_ordercode.Size = new System.Drawing.Size(142, 35);
|
|
this.cu_print_ordercode.Size = new System.Drawing.Size(142, 35);
|
|
@@ -1859,7 +1887,7 @@
|
|
|
//
|
|
//
|
|
|
this.cu_print_outpo.AutoSize = true;
|
|
this.cu_print_outpo.AutoSize = true;
|
|
|
this.cu_print_outpo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cu_print_outpo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.cu_print_outpo.Location = new System.Drawing.Point(13, 89);
|
|
|
|
|
|
|
+ this.cu_print_outpo.Location = new System.Drawing.Point(14, 90);
|
|
|
this.cu_print_outpo.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.cu_print_outpo.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.cu_print_outpo.Name = "cu_print_outpo";
|
|
this.cu_print_outpo.Name = "cu_print_outpo";
|
|
|
this.cu_print_outpo.Size = new System.Drawing.Size(142, 35);
|
|
this.cu_print_outpo.Size = new System.Drawing.Size(142, 35);
|
|
@@ -1871,7 +1899,7 @@
|
|
|
//
|
|
//
|
|
|
this.cu_print_outdc.AutoSize = true;
|
|
this.cu_print_outdc.AutoSize = true;
|
|
|
this.cu_print_outdc.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cu_print_outdc.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.cu_print_outdc.Location = new System.Drawing.Point(13, 231);
|
|
|
|
|
|
|
+ this.cu_print_outdc.Location = new System.Drawing.Point(14, 232);
|
|
|
this.cu_print_outdc.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.cu_print_outdc.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.cu_print_outdc.Name = "cu_print_outdc";
|
|
this.cu_print_outdc.Name = "cu_print_outdc";
|
|
|
this.cu_print_outdc.Size = new System.Drawing.Size(80, 35);
|
|
this.cu_print_outdc.Size = new System.Drawing.Size(80, 35);
|
|
@@ -1883,7 +1911,7 @@
|
|
|
//
|
|
//
|
|
|
this.cu_print_outlotno.AutoSize = true;
|
|
this.cu_print_outlotno.AutoSize = true;
|
|
|
this.cu_print_outlotno.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cu_print_outlotno.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.cu_print_outlotno.Location = new System.Drawing.Point(13, 181);
|
|
|
|
|
|
|
+ this.cu_print_outlotno.Location = new System.Drawing.Point(14, 182);
|
|
|
this.cu_print_outlotno.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.cu_print_outlotno.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.cu_print_outlotno.Name = "cu_print_outlotno";
|
|
this.cu_print_outlotno.Name = "cu_print_outlotno";
|
|
|
this.cu_print_outlotno.Size = new System.Drawing.Size(117, 35);
|
|
this.cu_print_outlotno.Size = new System.Drawing.Size(117, 35);
|
|
@@ -1895,7 +1923,7 @@
|
|
|
//
|
|
//
|
|
|
this.cu_print_outprod.AutoSize = true;
|
|
this.cu_print_outprod.AutoSize = true;
|
|
|
this.cu_print_outprod.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cu_print_outprod.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.cu_print_outprod.Location = new System.Drawing.Point(13, 39);
|
|
|
|
|
|
|
+ this.cu_print_outprod.Location = new System.Drawing.Point(14, 40);
|
|
|
this.cu_print_outprod.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.cu_print_outprod.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.cu_print_outprod.Name = "cu_print_outprod";
|
|
this.cu_print_outprod.Name = "cu_print_outprod";
|
|
|
this.cu_print_outprod.Size = new System.Drawing.Size(142, 35);
|
|
this.cu_print_outprod.Size = new System.Drawing.Size(142, 35);
|
|
@@ -1907,7 +1935,7 @@
|
|
|
//
|
|
//
|
|
|
this.label19.AutoSize = true;
|
|
this.label19.AutoSize = true;
|
|
|
this.label19.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.label19.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.label19.Location = new System.Drawing.Point(7, 43);
|
|
|
|
|
|
|
+ this.label19.Location = new System.Drawing.Point(8, 44);
|
|
|
this.label19.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label19.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label19.Name = "label19";
|
|
this.label19.Name = "label19";
|
|
|
this.label19.Size = new System.Drawing.Size(102, 35);
|
|
this.label19.Size = new System.Drawing.Size(102, 35);
|
|
@@ -1917,7 +1945,7 @@
|
|
|
// OutDocRefresh
|
|
// OutDocRefresh
|
|
|
//
|
|
//
|
|
|
this.OutDocRefresh.AutoSize = true;
|
|
this.OutDocRefresh.AutoSize = true;
|
|
|
- this.OutDocRefresh.Location = new System.Drawing.Point(113, 43);
|
|
|
|
|
|
|
+ this.OutDocRefresh.Location = new System.Drawing.Point(114, 44);
|
|
|
this.OutDocRefresh.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.OutDocRefresh.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.OutDocRefresh.Name = "OutDocRefresh";
|
|
this.OutDocRefresh.Name = "OutDocRefresh";
|
|
|
this.OutDocRefresh.Size = new System.Drawing.Size(82, 41);
|
|
this.OutDocRefresh.Size = new System.Drawing.Size(82, 41);
|
|
@@ -1929,7 +1957,7 @@
|
|
|
// LogingOut
|
|
// LogingOut
|
|
|
//
|
|
//
|
|
|
this.LogingOut.AutoSize = true;
|
|
this.LogingOut.AutoSize = true;
|
|
|
- this.LogingOut.Location = new System.Drawing.Point(195, 43);
|
|
|
|
|
|
|
+ this.LogingOut.Location = new System.Drawing.Point(196, 44);
|
|
|
this.LogingOut.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.LogingOut.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.LogingOut.Name = "LogingOut";
|
|
this.LogingOut.Name = "LogingOut";
|
|
|
this.LogingOut.Size = new System.Drawing.Size(146, 41);
|
|
this.LogingOut.Size = new System.Drawing.Size(146, 41);
|
|
@@ -1967,7 +1995,7 @@
|
|
|
//
|
|
//
|
|
|
this.label10.AutoSize = true;
|
|
this.label10.AutoSize = true;
|
|
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label10.Location = new System.Drawing.Point(187, 285);
|
|
|
|
|
|
|
+ this.label10.Location = new System.Drawing.Point(188, 286);
|
|
|
this.label10.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label10.Name = "label10";
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(62, 31);
|
|
this.label10.Size = new System.Drawing.Size(62, 31);
|
|
@@ -1978,7 +2006,7 @@
|
|
|
//
|
|
//
|
|
|
this.label6.AutoSize = true;
|
|
this.label6.AutoSize = true;
|
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label6.Location = new System.Drawing.Point(185, 225);
|
|
|
|
|
|
|
+ this.label6.Location = new System.Drawing.Point(186, 226);
|
|
|
this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label6.Name = "label6";
|
|
this.label6.Name = "label6";
|
|
|
this.label6.Size = new System.Drawing.Size(62, 31);
|
|
this.label6.Size = new System.Drawing.Size(62, 31);
|
|
@@ -2285,5 +2313,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
|
private System.Windows.Forms.LinkLabel MidLabelPreView;
|
|
private System.Windows.Forms.LinkLabel MidLabelPreView;
|
|
|
|
|
+ private System.Windows.Forms.RadioButton Order_Prod;
|
|
|
|
|
+ private System.Windows.Forms.RadioButton Order_Detno;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|