ソースを参照

修改输入框类型

章政 8 年 前
コミット
8bc432c32b

+ 4 - 6
UAS-MES/FunctionCode/Employee/Employee_ChooseUserToGroup.Designer.cs

@@ -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;

+ 8 - 8
UAS-MES/FunctionCode/Employee/Employee_Data.Designer.cs

@@ -38,14 +38,14 @@
             this.em_email = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.em_mobile = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.Screen = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
-            this.em_code11 = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
-            this.em_name11 = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
+            this.em_code11 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
+            this.em_name11 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
             this.em_name_label = new System.Windows.Forms.Label();
             this.em_code_label = new System.Windows.Forms.Label();
             this.pagination1 = new UAS_MES.CustomControl.Pagination.PaginationDbFind();
-            this.em_depart1 = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
+            this.em_depart1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
             this.label1 = new System.Windows.Forms.Label();
-            this.em_position1 = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
+            this.em_position1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
             this.label2 = new System.Windows.Forms.Label();
             ((System.ComponentModel.ISupportInitialize)(this.Employee)).BeginInit();
             this.SuspendLayout();
@@ -290,14 +290,14 @@
 
         private CustomControl.DataGrid_View.DataGridViewWithSerialNum Employee;
         private CustomControl.ButtonUtil.NormalButton Screen;
-        private CustomControl.TextBoxWithIcon.MaCodeTextBox em_code11;
-        private CustomControl.TextBoxWithIcon.MaCodeTextBox em_name11;
+        private CustomControl.TextBoxWithIcon.EnterTextBox em_code11;
+        private CustomControl.TextBoxWithIcon.EnterTextBox em_name11;
         private System.Windows.Forms.Label em_name_label;
         private System.Windows.Forms.Label em_code_label;
         private CustomControl.Pagination.PaginationDbFind pagination1;
-        private CustomControl.TextBoxWithIcon.MaCodeTextBox em_depart1;
+        private CustomControl.TextBoxWithIcon.EnterTextBox em_depart1;
         private System.Windows.Forms.Label label1;
-        private CustomControl.TextBoxWithIcon.MaCodeTextBox em_position1;
+        private CustomControl.TextBoxWithIcon.EnterTextBox em_position1;
         private System.Windows.Forms.Label label2;
         private System.Windows.Forms.DataGridViewTextBoxColumn em_code;
         private System.Windows.Forms.DataGridViewTextBoxColumn em_name;

+ 4 - 4
UAS-MES/FunctionCode/Employee/Employee_NewGroup.Designer.cs

@@ -34,8 +34,8 @@
             this.ug_code_label = new System.Windows.Forms.Label();
             this.ug_name_label = new System.Windows.Forms.Label();
             this.SaveGroup = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
-            this.ug_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
-            this.ug_name = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
+            this.ug_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
+            this.ug_name = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
             this.SuspendLayout();
             // 
             // headBar1
@@ -159,7 +159,7 @@
         private System.Windows.Forms.Label ug_code_label;
         private System.Windows.Forms.Label ug_name_label;
         private CustomControl.ButtonUtil.NormalButton SaveGroup;
-        private CustomControl.TextBoxWithIcon.MaCodeTextBox ug_code;
-        private CustomControl.TextBoxWithIcon.MaCodeTextBox ug_name;
+        private CustomControl.TextBoxWithIcon.EnterTextBox ug_code;
+        private CustomControl.TextBoxWithIcon.EnterTextBox ug_name;
     }
 }