|
|
@@ -51,6 +51,7 @@
|
|
|
this.Setting = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
this.PrintTest = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.MakeSnList = new System.Windows.Forms.RadioButton();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -162,7 +163,6 @@
|
|
|
this.SN.Name = "SN";
|
|
|
this.SN.Size = new System.Drawing.Size(161, 28);
|
|
|
this.SN.TabIndex = 39;
|
|
|
- this.SN.TabStop = true;
|
|
|
this.SN.Text = "内部序列号";
|
|
|
this.SN.UseVisualStyleBackColor = true;
|
|
|
this.SN.CheckedChanged += new System.EventHandler(this.SN_CheckedChanged);
|
|
|
@@ -346,11 +346,22 @@
|
|
|
this.PrintTest.UseVisualStyleBackColor = true;
|
|
|
this.PrintTest.Click += new System.EventHandler(this.PrintTest_Click);
|
|
|
//
|
|
|
+ // MakeSnList
|
|
|
+ //
|
|
|
+ this.MakeSnList.AutoSize = true;
|
|
|
+ this.MakeSnList.Location = new System.Drawing.Point(710, 60);
|
|
|
+ this.MakeSnList.Name = "MakeSnList";
|
|
|
+ this.MakeSnList.Size = new System.Drawing.Size(185, 28);
|
|
|
+ this.MakeSnList.TabIndex = 42;
|
|
|
+ this.MakeSnList.Text = "导入清单打印";
|
|
|
+ this.MakeSnList.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// SystemSetting_PrinterTest
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(2034, 1118);
|
|
|
+ this.Controls.Add(this.MakeSnList);
|
|
|
this.Controls.Add(this.pictureBox1);
|
|
|
this.Controls.Add(this.Material);
|
|
|
this.Controls.Add(this.SN);
|
|
|
@@ -380,7 +391,7 @@
|
|
|
this.Text = "打印机调试";
|
|
|
this.Load += new System.EventHandler(this.SystemSetting_PrinterTest_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -408,5 +419,6 @@
|
|
|
private System.Windows.Forms.RadioButton SN;
|
|
|
private System.Windows.Forms.RadioButton Material;
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
+ private System.Windows.Forms.RadioButton MakeSnList;
|
|
|
}
|
|
|
}
|