|
|
@@ -39,8 +39,8 @@
|
|
|
this.em_code2_label = new System.Windows.Forms.Label();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
this.ug_name_title_label = new System.Windows.Forms.Label();
|
|
|
- this.em_name3 = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
|
|
|
- this.em_name2 = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
|
|
|
+ this.em_name3 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.em_name2 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ScreenOutGroup = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.ScreenInGroup = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.OutGroupUser = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
@@ -178,7 +178,6 @@
|
|
|
this.em_name3.BackColor = System.Drawing.Color.White;
|
|
|
this.em_name3.ID = null;
|
|
|
this.em_name3.Location = new System.Drawing.Point(153, 135);
|
|
|
- this.em_name3.Lock = false;
|
|
|
this.em_name3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.em_name3.Name = "em_name3";
|
|
|
this.em_name3.Power = null;
|
|
|
@@ -195,7 +194,6 @@
|
|
|
this.em_name2.BackColor = System.Drawing.Color.White;
|
|
|
this.em_name2.ID = null;
|
|
|
this.em_name2.Location = new System.Drawing.Point(772, 130);
|
|
|
- this.em_name2.Lock = false;
|
|
|
this.em_name2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.em_name2.Name = "em_name2";
|
|
|
this.em_name2.Power = null;
|
|
|
@@ -464,8 +462,8 @@
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
private CustomControl.ButtonUtil.NormalButton ScreenInGroup;
|
|
|
private CustomControl.ButtonUtil.NormalButton ScreenOutGroup;
|
|
|
- private CustomControl.TextBoxWithIcon.MaCodeTextBox em_name2;
|
|
|
- private CustomControl.TextBoxWithIcon.MaCodeTextBox em_name3;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox em_name2;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox em_name3;
|
|
|
private System.Windows.Forms.Label ug_name_title_label;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_code1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_name1;
|