|
|
@@ -52,7 +52,11 @@
|
|
|
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();
|
|
|
+ this.NumLength = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.RePrint = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.NumLength)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// ma_salecode_label
|
|
|
@@ -129,9 +133,9 @@
|
|
|
this.label4.Location = new System.Drawing.Point(162, 187);
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(170, 41);
|
|
|
+ this.label4.Size = new System.Drawing.Size(114, 41);
|
|
|
this.label4.TabIndex = 33;
|
|
|
- this.label4.Text = "工单号XX-";
|
|
|
+ this.label4.Text = "工单号";
|
|
|
//
|
|
|
// label6
|
|
|
//
|
|
|
@@ -163,6 +167,7 @@
|
|
|
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);
|
|
|
@@ -239,7 +244,7 @@
|
|
|
this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
|
|
|
this.Export.Image = null;
|
|
|
this.Export.IsShowBorder = true;
|
|
|
- this.Export.Location = new System.Drawing.Point(356, 656);
|
|
|
+ this.Export.Location = new System.Drawing.Point(214, 551);
|
|
|
this.Export.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
|
|
|
this.Export.Name = "Export";
|
|
|
@@ -355,12 +360,58 @@
|
|
|
this.MakeSnList.TabIndex = 42;
|
|
|
this.MakeSnList.Text = "导入清单打印";
|
|
|
this.MakeSnList.UseVisualStyleBackColor = true;
|
|
|
+ this.MakeSnList.CheckedChanged += new System.EventHandler(this.SN_CheckedChanged);
|
|
|
+ //
|
|
|
+ // NumLength
|
|
|
+ //
|
|
|
+ this.NumLength.Location = new System.Drawing.Point(1470, 197);
|
|
|
+ this.NumLength.Name = "NumLength";
|
|
|
+ this.NumLength.Size = new System.Drawing.Size(120, 35);
|
|
|
+ this.NumLength.TabIndex = 43;
|
|
|
+ this.NumLength.Value = new decimal(new int[] {
|
|
|
+ 5,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ //
|
|
|
+ // label8
|
|
|
+ //
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label8.Location = new System.Drawing.Point(1302, 190);
|
|
|
+ this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label8.TabIndex = 44;
|
|
|
+ this.label8.Text = "流水长度";
|
|
|
+ //
|
|
|
+ // RePrint
|
|
|
+ //
|
|
|
+ this.RePrint.AllPower = null;
|
|
|
+ this.RePrint.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.RePrint.DownImage = ((System.Drawing.Image)(resources.GetObject("RePrint.DownImage")));
|
|
|
+ this.RePrint.Image = null;
|
|
|
+ this.RePrint.IsShowBorder = true;
|
|
|
+ this.RePrint.Location = new System.Drawing.Point(464, 551);
|
|
|
+ this.RePrint.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.RePrint.MoveImage = ((System.Drawing.Image)(resources.GetObject("RePrint.MoveImage")));
|
|
|
+ this.RePrint.Name = "RePrint";
|
|
|
+ this.RePrint.NormalImage = ((System.Drawing.Image)(resources.GetObject("RePrint.NormalImage")));
|
|
|
+ this.RePrint.Power = null;
|
|
|
+ this.RePrint.Size = new System.Drawing.Size(150, 56);
|
|
|
+ this.RePrint.TabIndex = 45;
|
|
|
+ this.RePrint.Text = "补打";
|
|
|
+ this.RePrint.UseVisualStyleBackColor = false;
|
|
|
+ this.RePrint.Click += new System.EventHandler(this.RePrint_Click);
|
|
|
//
|
|
|
// 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.RePrint);
|
|
|
+ this.Controls.Add(this.label8);
|
|
|
+ this.Controls.Add(this.NumLength);
|
|
|
this.Controls.Add(this.MakeSnList);
|
|
|
this.Controls.Add(this.pictureBox1);
|
|
|
this.Controls.Add(this.Material);
|
|
|
@@ -391,6 +442,7 @@
|
|
|
this.Text = "打印机调试";
|
|
|
this.Load += new System.EventHandler(this.SystemSetting_PrinterTest_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.NumLength)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -420,5 +472,8 @@
|
|
|
private System.Windows.Forms.RadioButton Material;
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
private System.Windows.Forms.RadioButton MakeSnList;
|
|
|
+ private System.Windows.Forms.NumericUpDown NumLength;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton RePrint;
|
|
|
}
|
|
|
}
|