|
|
@@ -0,0 +1,406 @@
|
|
|
+namespace UAS_MES.Make
|
|
|
+{
|
|
|
+ partial class Make_RePrintLabel
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ 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();
|
|
|
+ this.label = new System.Windows.Forms.Label();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.label111 = new System.Windows.Forms.Label();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.PrintLabel = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.label9 = new System.Windows.Forms.Label();
|
|
|
+ this.label10 = new System.Windows.Forms.Label();
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.inputValue = new System.Windows.Forms.Label();
|
|
|
+ this.pr_code = new System.Windows.Forms.Label();
|
|
|
+ this.ms_makecode = new System.Windows.Forms.Label();
|
|
|
+ this.pr_detail = new System.Windows.Forms.Label();
|
|
|
+ this.rePrintCheck = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ 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.panel1.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Location = new System.Drawing.Point(4, 10);
|
|
|
+ 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.Location = new System.Drawing.Point(179, 8);
|
|
|
+ this.giftBox.Name = "giftBox";
|
|
|
+ this.giftBox.Size = new System.Drawing.Size(135, 35);
|
|
|
+ this.giftBox.TabIndex = 1;
|
|
|
+ this.giftBox.TabStop = true;
|
|
|
+ this.giftBox.Text = "彩标打印";
|
|
|
+ this.giftBox.UseVisualStyleBackColor = true;
|
|
|
+ this.giftBox.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
|
|
+ //
|
|
|
+ // CartonBox
|
|
|
+ //
|
|
|
+ this.CartonBox.AutoSize = true;
|
|
|
+ this.CartonBox.Location = new System.Drawing.Point(425, 10);
|
|
|
+ this.CartonBox.Name = "CartonBox";
|
|
|
+ this.CartonBox.Size = new System.Drawing.Size(164, 35);
|
|
|
+ this.CartonBox.TabIndex = 2;
|
|
|
+ this.CartonBox.Text = "Carton打印";
|
|
|
+ this.CartonBox.UseVisualStyleBackColor = true;
|
|
|
+ this.CartonBox.CheckedChanged += new System.EventHandler(this.CartonBox_CheckedChanged);
|
|
|
+ //
|
|
|
+ // fuselagel
|
|
|
+ //
|
|
|
+ this.fuselagel.AutoSize = true;
|
|
|
+ this.fuselagel.Location = new System.Drawing.Point(718, 10);
|
|
|
+ this.fuselagel.Name = "fuselagel";
|
|
|
+ this.fuselagel.Size = new System.Drawing.Size(159, 35);
|
|
|
+ this.fuselagel.TabIndex = 3;
|
|
|
+ this.fuselagel.Text = "机身标打印";
|
|
|
+ this.fuselagel.UseVisualStyleBackColor = true;
|
|
|
+ this.fuselagel.CheckedChanged += new System.EventHandler(this.fuselagel_CheckedChanged);
|
|
|
+ //
|
|
|
+ // label
|
|
|
+ //
|
|
|
+ this.label.AutoSize = true;
|
|
|
+ this.label.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label.Location = new System.Drawing.Point(48, 101);
|
|
|
+ this.label.Name = "label";
|
|
|
+ this.label.Size = new System.Drawing.Size(86, 31);
|
|
|
+ this.label.TabIndex = 4;
|
|
|
+ this.label.Text = "输入值";
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label3.Location = new System.Drawing.Point(571, 101);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.label3.TabIndex = 5;
|
|
|
+ this.label3.Text = "工单代码";
|
|
|
+ //
|
|
|
+ // label111
|
|
|
+ //
|
|
|
+ this.label111.AutoSize = true;
|
|
|
+ this.label111.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label111.Location = new System.Drawing.Point(42, 154);
|
|
|
+ this.label111.Name = "label111";
|
|
|
+ this.label111.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.label111.TabIndex = 6;
|
|
|
+ this.label111.Text = "产品编号";
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label5.Location = new System.Drawing.Point(571, 154);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(62, 31);
|
|
|
+ this.label5.TabIndex = 7;
|
|
|
+ this.label5.Text = "名称";
|
|
|
+ //
|
|
|
+ // PrintLabel
|
|
|
+ //
|
|
|
+ this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.PrintLabel.FormattingEnabled = true;
|
|
|
+ this.PrintLabel.Location = new System.Drawing.Point(192, 276);
|
|
|
+ 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.TabIndex = 189;
|
|
|
+ this.PrintLabel.TextChanged += new System.EventHandler(this.PrintLabel_TextChanged);
|
|
|
+ //
|
|
|
+ // 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(42, 210);
|
|
|
+ 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.TabIndex = 188;
|
|
|
+ this.label6.Text = "打印机列表";
|
|
|
+ //
|
|
|
+ // label7
|
|
|
+ //
|
|
|
+ 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(42, 269);
|
|
|
+ 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.TabIndex = 187;
|
|
|
+ this.label7.Text = "标签模板";
|
|
|
+ //
|
|
|
+ // label8
|
|
|
+ //
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label8.Location = new System.Drawing.Point(42, 331);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(86, 31);
|
|
|
+ this.label8.TabIndex = 190;
|
|
|
+ this.label8.Text = "输入框";
|
|
|
+ //
|
|
|
+ // label9
|
|
|
+ //
|
|
|
+ this.label9.AutoSize = true;
|
|
|
+ this.label9.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label9.Location = new System.Drawing.Point(42, 385);
|
|
|
+ this.label9.Name = "label9";
|
|
|
+ this.label9.Size = new System.Drawing.Size(62, 31);
|
|
|
+ this.label9.TabIndex = 192;
|
|
|
+ this.label9.Text = "份数";
|
|
|
+ //
|
|
|
+ // label10
|
|
|
+ //
|
|
|
+ this.label10.AutoSize = true;
|
|
|
+ this.label10.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label10.Location = new System.Drawing.Point(42, 725);
|
|
|
+ this.label10.Name = "label10";
|
|
|
+ this.label10.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.label10.TabIndex = 196;
|
|
|
+ this.label10.Text = "补打核对";
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
+ this.panel1.Controls.Add(this.giftBox);
|
|
|
+ this.panel1.Controls.Add(this.label1);
|
|
|
+ this.panel1.Controls.Add(this.CartonBox);
|
|
|
+ this.panel1.Controls.Add(this.fuselagel);
|
|
|
+ this.panel1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.panel1.Location = new System.Drawing.Point(48, 30);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(1057, 56);
|
|
|
+ this.panel1.TabIndex = 198;
|
|
|
+ //
|
|
|
+ // inputValue
|
|
|
+ //
|
|
|
+ this.inputValue.AutoSize = true;
|
|
|
+ this.inputValue.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.inputValue.Location = new System.Drawing.Point(198, 101);
|
|
|
+ this.inputValue.Name = "inputValue";
|
|
|
+ this.inputValue.Size = new System.Drawing.Size(0, 31);
|
|
|
+ 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(198, 154);
|
|
|
+ this.pr_code.Name = "pr_code";
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.pr_code.TabIndex = 200;
|
|
|
+ //
|
|
|
+ // ms_makecode
|
|
|
+ //
|
|
|
+ this.ms_makecode.AutoSize = true;
|
|
|
+ this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.ms_makecode.Location = new System.Drawing.Point(697, 101);
|
|
|
+ this.ms_makecode.Name = "ms_makecode";
|
|
|
+ this.ms_makecode.Size = new System.Drawing.Size(0, 31);
|
|
|
+ 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(697, 154);
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.pr_detail.TabIndex = 202;
|
|
|
+ //
|
|
|
+ // rePrintCheck
|
|
|
+ //
|
|
|
+ this.rePrintCheck.AllPower = null;
|
|
|
+ this.rePrintCheck.BackColor = System.Drawing.Color.White;
|
|
|
+ this.rePrintCheck.ID = null;
|
|
|
+ this.rePrintCheck.Location = new System.Drawing.Point(226, 725);
|
|
|
+ this.rePrintCheck.Name = "rePrintCheck";
|
|
|
+ this.rePrintCheck.Power = null;
|
|
|
+ this.rePrintCheck.Size = new System.Drawing.Size(242, 28);
|
|
|
+ this.rePrintCheck.Str = null;
|
|
|
+ this.rePrintCheck.Str1 = null;
|
|
|
+ this.rePrintCheck.Str2 = null;
|
|
|
+ this.rePrintCheck.TabIndex = 197;
|
|
|
+ this.rePrintCheck.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rePrintCheck_KeyDown);
|
|
|
+ //
|
|
|
+ // 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(37, 443);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(1144, 257);
|
|
|
+ this.OperateResult.TabIndex = 195;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
+ //
|
|
|
+ // normalButton1
|
|
|
+ //
|
|
|
+ this.normalButton1.AllPower = null;
|
|
|
+ this.normalButton1.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ 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(575, 390);
|
|
|
+ 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.TabIndex = 194;
|
|
|
+ this.normalButton1.Text = "打印";
|
|
|
+ this.normalButton1.UseVisualStyleBackColor = false;
|
|
|
+ this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
|
|
|
+ //
|
|
|
+ // printNum
|
|
|
+ //
|
|
|
+ this.printNum.AllPower = null;
|
|
|
+ this.printNum.BackColor = System.Drawing.Color.White;
|
|
|
+ this.printNum.ID = null;
|
|
|
+ this.printNum.Location = new System.Drawing.Point(194, 392);
|
|
|
+ this.printNum.Name = "printNum";
|
|
|
+ this.printNum.Negative = false;
|
|
|
+ this.printNum.Power = null;
|
|
|
+ this.printNum.Size = new System.Drawing.Size(153, 28);
|
|
|
+ this.printNum.Str = null;
|
|
|
+ this.printNum.Str1 = null;
|
|
|
+ this.printNum.Str2 = null;
|
|
|
+ this.printNum.TabIndex = 193;
|
|
|
+ this.printNum.Text = "1";
|
|
|
+ //
|
|
|
+ // inputText
|
|
|
+ //
|
|
|
+ this.inputText.AllPower = null;
|
|
|
+ this.inputText.BackColor = System.Drawing.Color.White;
|
|
|
+ this.inputText.ID = null;
|
|
|
+ this.inputText.Location = new System.Drawing.Point(196, 334);
|
|
|
+ this.inputText.Name = "inputText";
|
|
|
+ this.inputText.Power = null;
|
|
|
+ this.inputText.Size = new System.Drawing.Size(222, 28);
|
|
|
+ this.inputText.Str = null;
|
|
|
+ this.inputText.Str1 = null;
|
|
|
+ this.inputText.Str2 = null;
|
|
|
+ this.inputText.TabIndex = 191;
|
|
|
+ this.inputText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputText_KeyDown);
|
|
|
+ //
|
|
|
+ // Printer
|
|
|
+ //
|
|
|
+ this.Printer.Location = new System.Drawing.Point(192, 210);
|
|
|
+ this.Printer.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Printer.Name = "Printer";
|
|
|
+ this.Printer.Size = new System.Drawing.Size(222, 37);
|
|
|
+ this.Printer.TabIndex = 186;
|
|
|
+ //
|
|
|
+ // Make_RePrintLabel
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1264, 780);
|
|
|
+ this.Controls.Add(this.pr_detail);
|
|
|
+ this.Controls.Add(this.ms_makecode);
|
|
|
+ this.Controls.Add(this.pr_code);
|
|
|
+ this.Controls.Add(this.inputValue);
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Controls.Add(this.rePrintCheck);
|
|
|
+ this.Controls.Add(this.label10);
|
|
|
+ this.Controls.Add(this.OperateResult);
|
|
|
+ this.Controls.Add(this.normalButton1);
|
|
|
+ this.Controls.Add(this.printNum);
|
|
|
+ this.Controls.Add(this.label9);
|
|
|
+ this.Controls.Add(this.inputText);
|
|
|
+ this.Controls.Add(this.label8);
|
|
|
+ this.Controls.Add(this.PrintLabel);
|
|
|
+ this.Controls.Add(this.label6);
|
|
|
+ this.Controls.Add(this.label7);
|
|
|
+ this.Controls.Add(this.Printer);
|
|
|
+ this.Controls.Add(this.label5);
|
|
|
+ this.Controls.Add(this.label111);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.label);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ 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.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ 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;
|
|
|
+ private System.Windows.Forms.Label label;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Label label111;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.ComboBox PrintLabel;
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
+ private System.Windows.Forms.Label label7;
|
|
|
+ private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox inputText;
|
|
|
+ private System.Windows.Forms.Label label9;
|
|
|
+ private CustomControl.TextBoxWithIcon.NumOnlyTextBox printNum;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton normalButton1;
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
+ private System.Windows.Forms.Label label10;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox rePrintCheck;
|
|
|
+ private System.Windows.Forms.Panel panel1;
|
|
|
+ private System.Windows.Forms.Label inputValue;
|
|
|
+ private System.Windows.Forms.Label pr_code;
|
|
|
+ private System.Windows.Forms.Label ms_makecode;
|
|
|
+ private System.Windows.Forms.Label pr_detail;
|
|
|
+ }
|
|
|
+}
|