|
|
@@ -47,9 +47,8 @@
|
|
|
this.ThreeColumn = new System.Windows.Forms.RadioButton();
|
|
|
this.FourColumn = new System.Windows.Forms.RadioButton();
|
|
|
this.GenSN = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.ma_count = new System.Windows.Forms.NumericUpDown();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.ma_count)).BeginInit();
|
|
|
+ this.ma_count = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// ma_salecode_label
|
|
|
@@ -298,13 +297,6 @@
|
|
|
this.GenSN.UseVisualStyleBackColor = false;
|
|
|
this.GenSN.Click += new System.EventHandler(this.GenSN_Click);
|
|
|
//
|
|
|
- // ma_count
|
|
|
- //
|
|
|
- this.ma_count.Location = new System.Drawing.Point(356, 335);
|
|
|
- this.ma_count.Name = "ma_count";
|
|
|
- this.ma_count.Size = new System.Drawing.Size(120, 35);
|
|
|
- this.ma_count.TabIndex = 247;
|
|
|
- //
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
@@ -316,13 +308,27 @@
|
|
|
this.label1.TabIndex = 248;
|
|
|
this.label1.Text = "工单数量";
|
|
|
//
|
|
|
+ // ma_count
|
|
|
+ //
|
|
|
+ this.ma_count.AllPower = null;
|
|
|
+ this.ma_count.BackColor = System.Drawing.Color.White;
|
|
|
+ this.ma_count.ID = null;
|
|
|
+ this.ma_count.Location = new System.Drawing.Point(356, 338);
|
|
|
+ this.ma_count.Name = "ma_count";
|
|
|
+ this.ma_count.Power = null;
|
|
|
+ this.ma_count.Size = new System.Drawing.Size(152, 35);
|
|
|
+ this.ma_count.Str = null;
|
|
|
+ this.ma_count.Str1 = null;
|
|
|
+ this.ma_count.Str2 = null;
|
|
|
+ this.ma_count.TabIndex = 249;
|
|
|
+ //
|
|
|
// Query_SN
|
|
|
//
|
|
|
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.label1);
|
|
|
this.Controls.Add(this.ma_count);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.GenSN);
|
|
|
this.Controls.Add(this.FourColumn);
|
|
|
this.Controls.Add(this.ThreeColumn);
|
|
|
@@ -347,8 +353,7 @@
|
|
|
this.Tag = "Query_SN";
|
|
|
this.Text = "打印机调试";
|
|
|
this.Load += new System.EventHandler(this.SystemSetting_PrinterTest_Load);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.ma_count)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -372,7 +377,7 @@
|
|
|
private System.Windows.Forms.RadioButton ThreeColumn;
|
|
|
private System.Windows.Forms.RadioButton FourColumn;
|
|
|
private CustomControl.ButtonUtil.NormalButton GenSN;
|
|
|
- private System.Windows.Forms.NumericUpDown ma_count;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox ma_count;
|
|
|
}
|
|
|
}
|