|
|
@@ -46,10 +46,6 @@
|
|
|
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();
|
|
|
- this.em_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.em_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.em_depart = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.em_position = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.UserOut = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
|
|
|
this.UserIn = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
|
|
|
this.InGroupUser = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
@@ -58,6 +54,11 @@
|
|
|
this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.em_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.em_recorder = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.em_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.em_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.em_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.em_depart = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.em_position = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OutGroupUser)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.InGroupUser)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
@@ -288,6 +289,7 @@
|
|
|
this.OutGroupUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.OutGroupUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.em_code1,
|
|
|
+ this.em_id,
|
|
|
this.em_name1,
|
|
|
this.em_depart,
|
|
|
this.em_position});
|
|
|
@@ -298,36 +300,6 @@
|
|
|
this.OutGroupUser.Size = new System.Drawing.Size(500, 555);
|
|
|
this.OutGroupUser.TabIndex = 243;
|
|
|
//
|
|
|
- // em_code1
|
|
|
- //
|
|
|
- this.em_code1.DataPropertyName = "em_code";
|
|
|
- this.em_code1.HeaderText = "用户编号";
|
|
|
- this.em_code1.Name = "em_code1";
|
|
|
- this.em_code1.ReadOnly = true;
|
|
|
- this.em_code1.Width = 96;
|
|
|
- //
|
|
|
- // em_name1
|
|
|
- //
|
|
|
- this.em_name1.DataPropertyName = "em_name";
|
|
|
- this.em_name1.HeaderText = "用户名称";
|
|
|
- this.em_name1.Name = "em_name1";
|
|
|
- this.em_name1.ReadOnly = true;
|
|
|
- //
|
|
|
- // em_depart
|
|
|
- //
|
|
|
- this.em_depart.DataPropertyName = "em_depart";
|
|
|
- this.em_depart.HeaderText = "部门";
|
|
|
- this.em_depart.Name = "em_depart";
|
|
|
- this.em_depart.ReadOnly = true;
|
|
|
- this.em_depart.Width = 66;
|
|
|
- //
|
|
|
- // em_position
|
|
|
- //
|
|
|
- this.em_position.DataPropertyName = "em_position";
|
|
|
- this.em_position.HeaderText = "岗位";
|
|
|
- this.em_position.Name = "em_position";
|
|
|
- this.em_position.ReadOnly = true;
|
|
|
- //
|
|
|
// UserOut
|
|
|
//
|
|
|
this.UserOut.Image = ((System.Drawing.Image)(resources.GetObject("UserOut.Image")));
|
|
|
@@ -406,6 +378,43 @@
|
|
|
this.em_recorder.ReadOnly = true;
|
|
|
this.em_recorder.Width = 81;
|
|
|
//
|
|
|
+ // em_code1
|
|
|
+ //
|
|
|
+ this.em_code1.DataPropertyName = "em_code";
|
|
|
+ this.em_code1.HeaderText = "用户编号";
|
|
|
+ this.em_code1.Name = "em_code1";
|
|
|
+ this.em_code1.ReadOnly = true;
|
|
|
+ this.em_code1.Width = 96;
|
|
|
+ //
|
|
|
+ // em_id
|
|
|
+ //
|
|
|
+ this.em_id.DataPropertyName = "em_id";
|
|
|
+ this.em_id.HeaderText = "em_id";
|
|
|
+ this.em_id.Name = "em_id";
|
|
|
+ this.em_id.Visible = false;
|
|
|
+ //
|
|
|
+ // em_name1
|
|
|
+ //
|
|
|
+ this.em_name1.DataPropertyName = "em_name";
|
|
|
+ this.em_name1.HeaderText = "用户名称";
|
|
|
+ this.em_name1.Name = "em_name1";
|
|
|
+ this.em_name1.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // em_depart
|
|
|
+ //
|
|
|
+ this.em_depart.DataPropertyName = "em_depart";
|
|
|
+ this.em_depart.HeaderText = "部门";
|
|
|
+ this.em_depart.Name = "em_depart";
|
|
|
+ this.em_depart.ReadOnly = true;
|
|
|
+ this.em_depart.Width = 66;
|
|
|
+ //
|
|
|
+ // em_position
|
|
|
+ //
|
|
|
+ this.em_position.DataPropertyName = "em_position";
|
|
|
+ this.em_position.HeaderText = "岗位";
|
|
|
+ this.em_position.Name = "em_position";
|
|
|
+ this.em_position.ReadOnly = true;
|
|
|
+ //
|
|
|
// Employee_ChooseUserToGroup
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
@@ -465,10 +474,6 @@
|
|
|
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;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn em_depart;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn em_position;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_code;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn eg_id;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
|
|
|
@@ -476,5 +481,10 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_recorder;
|
|
|
private CustomControl.TextBoxWithIcon.SearchTextBox em_code3;
|
|
|
private CustomControl.TextBoxWithIcon.SearchTextBox em_code2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn em_code1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn em_id;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn em_name1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn em_depart;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn em_position;
|
|
|
}
|
|
|
}
|