|
|
@@ -29,7 +29,6 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_RePrintLabel));
|
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
|
this.giftBox = new System.Windows.Forms.RadioButton();
|
|
|
this.CartonBox = new System.Windows.Forms.RadioButton();
|
|
|
this.fuselagel = new System.Windows.Forms.RadioButton();
|
|
|
@@ -54,26 +53,19 @@
|
|
|
this.printNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
this.inputText = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
+ this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.groupBoxWithBorder1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
- // label1
|
|
|
- //
|
|
|
- this.label1.AutoSize = true;
|
|
|
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label1.Location = new System.Drawing.Point(38, 16);
|
|
|
- this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(110, 31);
|
|
|
- this.label1.TabIndex = 0;
|
|
|
- this.label1.Text = "打印类型";
|
|
|
- //
|
|
|
// giftBox
|
|
|
//
|
|
|
this.giftBox.AutoSize = true;
|
|
|
this.giftBox.Checked = true;
|
|
|
this.giftBox.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.giftBox.Location = new System.Drawing.Point(235, 16);
|
|
|
+ this.giftBox.Location = new System.Drawing.Point(28, 39);
|
|
|
+ this.giftBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.giftBox.Name = "giftBox";
|
|
|
- this.giftBox.Size = new System.Drawing.Size(135, 35);
|
|
|
+ this.giftBox.Size = new System.Drawing.Size(113, 31);
|
|
|
this.giftBox.TabIndex = 1;
|
|
|
this.giftBox.TabStop = true;
|
|
|
this.giftBox.Text = "彩标打印";
|
|
|
@@ -84,9 +76,10 @@
|
|
|
//
|
|
|
this.CartonBox.AutoSize = true;
|
|
|
this.CartonBox.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.CartonBox.Location = new System.Drawing.Point(492, 14);
|
|
|
+ this.CartonBox.Location = new System.Drawing.Point(239, 39);
|
|
|
+ this.CartonBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.CartonBox.Name = "CartonBox";
|
|
|
- this.CartonBox.Size = new System.Drawing.Size(164, 35);
|
|
|
+ this.CartonBox.Size = new System.Drawing.Size(137, 31);
|
|
|
this.CartonBox.TabIndex = 2;
|
|
|
this.CartonBox.Text = "Carton打印";
|
|
|
this.CartonBox.UseVisualStyleBackColor = true;
|
|
|
@@ -96,9 +89,10 @@
|
|
|
//
|
|
|
this.fuselagel.AutoSize = true;
|
|
|
this.fuselagel.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.fuselagel.Location = new System.Drawing.Point(732, 12);
|
|
|
+ this.fuselagel.Location = new System.Drawing.Point(490, 39);
|
|
|
+ this.fuselagel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.fuselagel.Name = "fuselagel";
|
|
|
- this.fuselagel.Size = new System.Drawing.Size(159, 35);
|
|
|
+ this.fuselagel.Size = new System.Drawing.Size(133, 31);
|
|
|
this.fuselagel.TabIndex = 3;
|
|
|
this.fuselagel.Text = "机身标打印";
|
|
|
this.fuselagel.UseVisualStyleBackColor = true;
|
|
|
@@ -108,9 +102,9 @@
|
|
|
//
|
|
|
this.label.AutoSize = true;
|
|
|
this.label.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label.Location = new System.Drawing.Point(38, 52);
|
|
|
+ this.label.Location = new System.Drawing.Point(34, 121);
|
|
|
this.label.Name = "label";
|
|
|
- this.label.Size = new System.Drawing.Size(86, 31);
|
|
|
+ this.label.Size = new System.Drawing.Size(72, 27);
|
|
|
this.label.TabIndex = 4;
|
|
|
this.label.Text = "输入值";
|
|
|
//
|
|
|
@@ -118,9 +112,9 @@
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label3.Location = new System.Drawing.Point(546, 52);
|
|
|
+ this.label3.Location = new System.Drawing.Point(485, 121);
|
|
|
this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.label3.Size = new System.Drawing.Size(92, 27);
|
|
|
this.label3.TabIndex = 5;
|
|
|
this.label3.Text = "工单代码";
|
|
|
//
|
|
|
@@ -128,9 +122,9 @@
|
|
|
//
|
|
|
this.label111.AutoSize = true;
|
|
|
this.label111.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label111.Location = new System.Drawing.Point(38, 93);
|
|
|
+ this.label111.Location = new System.Drawing.Point(34, 161);
|
|
|
this.label111.Name = "label111";
|
|
|
- this.label111.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.label111.Size = new System.Drawing.Size(92, 27);
|
|
|
this.label111.TabIndex = 6;
|
|
|
this.label111.Text = "产品编号";
|
|
|
//
|
|
|
@@ -138,9 +132,9 @@
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label5.Location = new System.Drawing.Point(546, 93);
|
|
|
+ this.label5.Location = new System.Drawing.Point(485, 161);
|
|
|
this.label5.Name = "label5";
|
|
|
- this.label5.Size = new System.Drawing.Size(62, 31);
|
|
|
+ this.label5.Size = new System.Drawing.Size(52, 27);
|
|
|
this.label5.TabIndex = 7;
|
|
|
this.label5.Text = "名称";
|
|
|
//
|
|
|
@@ -148,20 +142,20 @@
|
|
|
//
|
|
|
this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.PrintLabel.FormattingEnabled = true;
|
|
|
- this.PrintLabel.Location = new System.Drawing.Point(188, 187);
|
|
|
+ this.PrintLabel.Location = new System.Drawing.Point(167, 241);
|
|
|
this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.PrintLabel.Name = "PrintLabel";
|
|
|
- this.PrintLabel.Size = new System.Drawing.Size(222, 26);
|
|
|
+ this.PrintLabel.Size = new System.Drawing.Size(198, 23);
|
|
|
this.PrintLabel.TabIndex = 189;
|
|
|
//
|
|
|
// label6
|
|
|
//
|
|
|
this.label6.AutoSize = true;
|
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label6.Location = new System.Drawing.Point(38, 135);
|
|
|
+ this.label6.Location = new System.Drawing.Point(34, 198);
|
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label6.Name = "label6";
|
|
|
- this.label6.Size = new System.Drawing.Size(134, 31);
|
|
|
+ this.label6.Size = new System.Drawing.Size(112, 27);
|
|
|
this.label6.TabIndex = 188;
|
|
|
this.label6.Text = "打印机列表";
|
|
|
//
|
|
|
@@ -169,10 +163,10 @@
|
|
|
//
|
|
|
this.label7.AutoSize = true;
|
|
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label7.Location = new System.Drawing.Point(38, 182);
|
|
|
+ this.label7.Location = new System.Drawing.Point(34, 237);
|
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label7.Name = "label7";
|
|
|
- this.label7.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.label7.Size = new System.Drawing.Size(92, 27);
|
|
|
this.label7.TabIndex = 187;
|
|
|
this.label7.Text = "标签模板";
|
|
|
//
|
|
|
@@ -180,9 +174,9 @@
|
|
|
//
|
|
|
this.label8.AutoSize = true;
|
|
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label8.Location = new System.Drawing.Point(38, 233);
|
|
|
+ this.label8.Location = new System.Drawing.Point(484, 202);
|
|
|
this.label8.Name = "label8";
|
|
|
- this.label8.Size = new System.Drawing.Size(86, 31);
|
|
|
+ this.label8.Size = new System.Drawing.Size(72, 27);
|
|
|
this.label8.TabIndex = 190;
|
|
|
this.label8.Text = "输入框";
|
|
|
//
|
|
|
@@ -190,9 +184,9 @@
|
|
|
//
|
|
|
this.label9.AutoSize = true;
|
|
|
this.label9.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label9.Location = new System.Drawing.Point(38, 284);
|
|
|
+ this.label9.Location = new System.Drawing.Point(485, 241);
|
|
|
this.label9.Name = "label9";
|
|
|
- this.label9.Size = new System.Drawing.Size(62, 31);
|
|
|
+ this.label9.Size = new System.Drawing.Size(52, 27);
|
|
|
this.label9.TabIndex = 192;
|
|
|
this.label9.Text = "份数";
|
|
|
//
|
|
|
@@ -200,9 +194,9 @@
|
|
|
//
|
|
|
this.label10.AutoSize = true;
|
|
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label10.Location = new System.Drawing.Point(49, 587);
|
|
|
+ this.label10.Location = new System.Drawing.Point(44, 500);
|
|
|
this.label10.Name = "label10";
|
|
|
- this.label10.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.label10.Size = new System.Drawing.Size(92, 27);
|
|
|
this.label10.TabIndex = 196;
|
|
|
this.label10.Text = "补打核对";
|
|
|
//
|
|
|
@@ -210,18 +204,18 @@
|
|
|
//
|
|
|
this.inputValue.AutoSize = true;
|
|
|
this.inputValue.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.inputValue.Location = new System.Drawing.Point(182, 52);
|
|
|
+ this.inputValue.Location = new System.Drawing.Point(162, 121);
|
|
|
this.inputValue.Name = "inputValue";
|
|
|
- this.inputValue.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.inputValue.Size = new System.Drawing.Size(0, 27);
|
|
|
this.inputValue.TabIndex = 199;
|
|
|
//
|
|
|
// pr_code
|
|
|
//
|
|
|
this.pr_code.AutoSize = true;
|
|
|
this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.pr_code.Location = new System.Drawing.Point(182, 93);
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(162, 161);
|
|
|
this.pr_code.Name = "pr_code";
|
|
|
- this.pr_code.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(0, 27);
|
|
|
this.pr_code.TabIndex = 200;
|
|
|
this.pr_code.TextChanged += new System.EventHandler(this.PrintLabel_TextChanged);
|
|
|
//
|
|
|
@@ -229,27 +223,28 @@
|
|
|
//
|
|
|
this.ms_makecode.AutoSize = true;
|
|
|
this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.ms_makecode.Location = new System.Drawing.Point(656, 52);
|
|
|
+ this.ms_makecode.Location = new System.Drawing.Point(583, 121);
|
|
|
this.ms_makecode.Name = "ms_makecode";
|
|
|
- this.ms_makecode.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.ms_makecode.Size = new System.Drawing.Size(0, 27);
|
|
|
this.ms_makecode.TabIndex = 201;
|
|
|
//
|
|
|
// pr_detail
|
|
|
//
|
|
|
this.pr_detail.AutoSize = true;
|
|
|
this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.pr_detail.Location = new System.Drawing.Point(656, 93);
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(583, 161);
|
|
|
this.pr_detail.Name = "pr_detail";
|
|
|
- this.pr_detail.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 27);
|
|
|
this.pr_detail.TabIndex = 202;
|
|
|
//
|
|
|
// SN
|
|
|
//
|
|
|
this.SN.AutoSize = true;
|
|
|
this.SN.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.SN.Location = new System.Drawing.Point(955, 10);
|
|
|
+ this.SN.Location = new System.Drawing.Point(728, 39);
|
|
|
+ this.SN.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.SN.Name = "SN";
|
|
|
- this.SN.Size = new System.Drawing.Size(145, 35);
|
|
|
+ this.SN.Size = new System.Drawing.Size(121, 31);
|
|
|
this.SN.TabIndex = 203;
|
|
|
this.SN.TabStop = true;
|
|
|
this.SN.Text = "SN标打印";
|
|
|
@@ -261,10 +256,11 @@
|
|
|
this.rePrintCheck.AllPower = null;
|
|
|
this.rePrintCheck.BackColor = System.Drawing.Color.White;
|
|
|
this.rePrintCheck.ID = null;
|
|
|
- this.rePrintCheck.Location = new System.Drawing.Point(224, 587);
|
|
|
+ this.rePrintCheck.Location = new System.Drawing.Point(199, 500);
|
|
|
+ this.rePrintCheck.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.rePrintCheck.Name = "rePrintCheck";
|
|
|
this.rePrintCheck.Power = null;
|
|
|
- this.rePrintCheck.Size = new System.Drawing.Size(242, 28);
|
|
|
+ this.rePrintCheck.Size = new System.Drawing.Size(216, 25);
|
|
|
this.rePrintCheck.Str = null;
|
|
|
this.rePrintCheck.Str1 = null;
|
|
|
this.rePrintCheck.Str2 = null;
|
|
|
@@ -274,10 +270,10 @@
|
|
|
// OperateResult
|
|
|
//
|
|
|
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OperateResult.Location = new System.Drawing.Point(44, 323);
|
|
|
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(39, 281);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.OperateResult.Name = "OperateResult";
|
|
|
- this.OperateResult.Size = new System.Drawing.Size(1144, 246);
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(1017, 206);
|
|
|
this.OperateResult.TabIndex = 195;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
@@ -288,12 +284,13 @@
|
|
|
this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
|
|
|
this.normalButton1.Image = null;
|
|
|
this.normalButton1.IsShowBorder = true;
|
|
|
- this.normalButton1.Location = new System.Drawing.Point(550, 287);
|
|
|
+ this.normalButton1.Location = new System.Drawing.Point(821, 244);
|
|
|
+ this.normalButton1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
|
|
|
this.normalButton1.Name = "normalButton1";
|
|
|
this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
|
|
|
this.normalButton1.Power = null;
|
|
|
- this.normalButton1.Size = new System.Drawing.Size(75, 28);
|
|
|
+ this.normalButton1.Size = new System.Drawing.Size(67, 30);
|
|
|
this.normalButton1.TabIndex = 194;
|
|
|
this.normalButton1.Text = "打印";
|
|
|
this.normalButton1.UseVisualStyleBackColor = false;
|
|
|
@@ -304,11 +301,12 @@
|
|
|
this.printNum.AllPower = null;
|
|
|
this.printNum.BackColor = System.Drawing.Color.White;
|
|
|
this.printNum.ID = null;
|
|
|
- this.printNum.Location = new System.Drawing.Point(188, 287);
|
|
|
+ this.printNum.Location = new System.Drawing.Point(589, 244);
|
|
|
+ this.printNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.printNum.Name = "printNum";
|
|
|
this.printNum.Negative = false;
|
|
|
this.printNum.Power = null;
|
|
|
- this.printNum.Size = new System.Drawing.Size(222, 28);
|
|
|
+ this.printNum.Size = new System.Drawing.Size(198, 25);
|
|
|
this.printNum.Str = null;
|
|
|
this.printNum.Str1 = null;
|
|
|
this.printNum.Str2 = null;
|
|
|
@@ -320,10 +318,11 @@
|
|
|
this.inputText.AllPower = null;
|
|
|
this.inputText.BackColor = System.Drawing.Color.White;
|
|
|
this.inputText.ID = null;
|
|
|
- this.inputText.Location = new System.Drawing.Point(188, 233);
|
|
|
+ this.inputText.Location = new System.Drawing.Point(588, 203);
|
|
|
+ this.inputText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.inputText.Name = "inputText";
|
|
|
this.inputText.Power = null;
|
|
|
- this.inputText.Size = new System.Drawing.Size(222, 28);
|
|
|
+ this.inputText.Size = new System.Drawing.Size(198, 25);
|
|
|
this.inputText.Str = null;
|
|
|
this.inputText.Str1 = null;
|
|
|
this.inputText.Str2 = null;
|
|
|
@@ -332,24 +331,36 @@
|
|
|
//
|
|
|
// Printer
|
|
|
//
|
|
|
- this.Printer.Location = new System.Drawing.Point(188, 135);
|
|
|
- this.Printer.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Printer.Location = new System.Drawing.Point(167, 198);
|
|
|
+ this.Printer.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
this.Printer.Name = "Printer";
|
|
|
- this.Printer.Size = new System.Drawing.Size(222, 37);
|
|
|
+ this.Printer.Size = new System.Drawing.Size(197, 31);
|
|
|
this.Printer.TabIndex = 186;
|
|
|
//
|
|
|
+ // groupBoxWithBorder1
|
|
|
+ //
|
|
|
+ this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.CartonBox);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.SN);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.fuselagel);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.giftBox);
|
|
|
+ this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.groupBoxWithBorder1.Location = new System.Drawing.Point(39, 12);
|
|
|
+ this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
|
|
|
+ this.groupBoxWithBorder1.Size = new System.Drawing.Size(1017, 90);
|
|
|
+ this.groupBoxWithBorder1.TabIndex = 204;
|
|
|
+ this.groupBoxWithBorder1.TabStop = false;
|
|
|
+ this.groupBoxWithBorder1.Text = "打印类型";
|
|
|
+ this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
|
|
|
+ //
|
|
|
// Make_RePrintLabel
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1227, 644);
|
|
|
- this.Controls.Add(this.SN);
|
|
|
- this.Controls.Add(this.giftBox);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1091, 537);
|
|
|
+ this.Controls.Add(this.groupBoxWithBorder1);
|
|
|
this.Controls.Add(this.pr_detail);
|
|
|
- this.Controls.Add(this.label1);
|
|
|
- this.Controls.Add(this.CartonBox);
|
|
|
this.Controls.Add(this.ms_makecode);
|
|
|
- this.Controls.Add(this.fuselagel);
|
|
|
this.Controls.Add(this.pr_code);
|
|
|
this.Controls.Add(this.inputValue);
|
|
|
this.Controls.Add(this.rePrintCheck);
|
|
|
@@ -369,20 +380,21 @@
|
|
|
this.Controls.Add(this.label3);
|
|
|
this.Controls.Add(this.label);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.Name = "Make_RePrintLabel";
|
|
|
this.Tag = "Make!RePrintLabel";
|
|
|
this.Text = "Make_RePrintLabel";
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_RePrintLabel_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Make_RePrintLabel_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_RePrintLabel_SizeChanged);
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.groupBoxWithBorder1.ResumeLayout(true);
|
|
|
+ this.groupBoxWithBorder1.PerformLayout();
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
-
|
|
|
- private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.RadioButton giftBox;
|
|
|
private System.Windows.Forms.RadioButton CartonBox;
|
|
|
private System.Windows.Forms.RadioButton fuselagel;
|
|
|
@@ -407,5 +419,6 @@
|
|
|
private System.Windows.Forms.Label ms_makecode;
|
|
|
private System.Windows.Forms.Label pr_detail;
|
|
|
private System.Windows.Forms.RadioButton SN;
|
|
|
+ private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
|
|
|
}
|
|
|
}
|