|
|
@@ -29,94 +29,186 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Employee_Data));
|
|
|
+ this.em_name_label = new System.Windows.Forms.Label();
|
|
|
+ this.em_code_label = new System.Windows.Forms.Label();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.em_status = new System.Windows.Forms.TextBox();
|
|
|
+ this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
+ this.normalButton2 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.CLEAR = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.or_name = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ this.jo_name = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ this.pagination1 = new UAS_MES.CustomControl.Pagination.PaginationDbFind();
|
|
|
+ this.Screen = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.em_code11 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.em_name11 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.Employee = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
this.em_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.em_password = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.em_sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.em_depart = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.em_defaultorname = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.em_position = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
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.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.EnterTextBox();
|
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.em_position1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.label2 = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Employee)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
- // Employee
|
|
|
- //
|
|
|
- this.Employee.AllowUserToAddRows = false;
|
|
|
- this.Employee.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
- this.Employee.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
- this.em_code,
|
|
|
- this.em_name,
|
|
|
- this.em_sex,
|
|
|
- this.em_depart,
|
|
|
- this.em_position,
|
|
|
- this.em_email,
|
|
|
- this.em_mobile});
|
|
|
- this.Employee.Location = new System.Drawing.Point(0, 70);
|
|
|
- this.Employee.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.Employee.Name = "Employee";
|
|
|
- this.Employee.RowTemplate.Height = 23;
|
|
|
- this.Employee.Size = new System.Drawing.Size(1243, 644);
|
|
|
- this.Employee.TabIndex = 0;
|
|
|
- //
|
|
|
- // em_code
|
|
|
- //
|
|
|
- this.em_code.DataPropertyName = "em_code";
|
|
|
- this.em_code.HeaderText = "员工编号";
|
|
|
- this.em_code.Name = "em_code";
|
|
|
- this.em_code.ReadOnly = true;
|
|
|
- //
|
|
|
- // em_name
|
|
|
- //
|
|
|
- this.em_name.DataPropertyName = "em_name";
|
|
|
- this.em_name.HeaderText = "员工姓名";
|
|
|
- this.em_name.Name = "em_name";
|
|
|
- this.em_name.ReadOnly = true;
|
|
|
+ // em_name_label
|
|
|
//
|
|
|
- // em_sex
|
|
|
+ this.em_name_label.AutoSize = true;
|
|
|
+ this.em_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.em_name_label.Location = new System.Drawing.Point(6, 42);
|
|
|
+ this.em_name_label.Name = "em_name_label";
|
|
|
+ this.em_name_label.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.em_name_label.TabIndex = 234;
|
|
|
+ this.em_name_label.Text = "员工姓名";
|
|
|
//
|
|
|
- this.em_sex.DataPropertyName = "em_sex";
|
|
|
- this.em_sex.HeaderText = "性别";
|
|
|
- this.em_sex.Name = "em_sex";
|
|
|
- this.em_sex.ReadOnly = true;
|
|
|
+ // em_code_label
|
|
|
//
|
|
|
- // em_depart
|
|
|
+ this.em_code_label.AutoSize = true;
|
|
|
+ this.em_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.em_code_label.Location = new System.Drawing.Point(214, 41);
|
|
|
+ this.em_code_label.Name = "em_code_label";
|
|
|
+ this.em_code_label.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.em_code_label.TabIndex = 233;
|
|
|
+ this.em_code_label.Text = "员工编号";
|
|
|
//
|
|
|
- this.em_depart.DataPropertyName = "em_depart";
|
|
|
- this.em_depart.HeaderText = "部门";
|
|
|
- this.em_depart.Name = "em_depart";
|
|
|
- this.em_depart.ReadOnly = true;
|
|
|
+ // label1
|
|
|
//
|
|
|
- // em_position
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(421, 40);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label1.TabIndex = 239;
|
|
|
+ this.label1.Text = "员工组织";
|
|
|
//
|
|
|
- this.em_position.DataPropertyName = "em_position";
|
|
|
- this.em_position.HeaderText = "岗位";
|
|
|
- this.em_position.Name = "em_position";
|
|
|
- this.em_position.ReadOnly = true;
|
|
|
+ // label2
|
|
|
//
|
|
|
- // em_email
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label2.Location = new System.Drawing.Point(649, 40);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label2.TabIndex = 241;
|
|
|
+ this.label2.Text = "员工岗位";
|
|
|
//
|
|
|
- this.em_email.DataPropertyName = "em_email";
|
|
|
- this.em_email.HeaderText = "邮箱";
|
|
|
- this.em_email.Name = "em_email";
|
|
|
- this.em_email.ReadOnly = true;
|
|
|
+ // em_status
|
|
|
+ //
|
|
|
+ this.em_status.Location = new System.Drawing.Point(734, 583);
|
|
|
+ this.em_status.Name = "em_status";
|
|
|
+ this.em_status.Size = new System.Drawing.Size(100, 21);
|
|
|
+ this.em_status.TabIndex = 243;
|
|
|
+ this.em_status.Tag = "em_status";
|
|
|
+ this.em_status.Text = "已审核";
|
|
|
+ this.em_status.Visible = false;
|
|
|
+ //
|
|
|
+ // normalButton2
|
|
|
+ //
|
|
|
+ this.normalButton2.AllPower = null;
|
|
|
+ this.normalButton2.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.normalButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.DownImage")));
|
|
|
+ this.normalButton2.Image = null;
|
|
|
+ this.normalButton2.IsShowBorder = true;
|
|
|
+ this.normalButton2.Location = new System.Drawing.Point(12, 6);
|
|
|
+ this.normalButton2.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.MoveImage")));
|
|
|
+ this.normalButton2.Name = "normalButton2";
|
|
|
+ this.normalButton2.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.NormalImage")));
|
|
|
+ this.normalButton2.Power = null;
|
|
|
+ this.normalButton2.Size = new System.Drawing.Size(75, 28);
|
|
|
+ this.normalButton2.TabIndex = 249;
|
|
|
+ this.normalButton2.Text = "导出全部";
|
|
|
+ this.normalButton2.UseVisualStyleBackColor = false;
|
|
|
+ this.normalButton2.Click += new System.EventHandler(this.normalButton2_Click);
|
|
|
+ //
|
|
|
+ // normalButton1
|
|
|
+ //
|
|
|
+ this.normalButton1.AllPower = null;
|
|
|
+ this.normalButton1.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
|
|
|
+ this.normalButton1.Image = null;
|
|
|
+ this.normalButton1.IsShowBorder = true;
|
|
|
+ this.normalButton1.Location = new System.Drawing.Point(113, 7);
|
|
|
+ this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
|
|
|
+ this.normalButton1.Name = "normalButton1";
|
|
|
+ this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
|
|
|
+ this.normalButton1.Power = null;
|
|
|
+ this.normalButton1.Size = new System.Drawing.Size(75, 28);
|
|
|
+ this.normalButton1.TabIndex = 248;
|
|
|
+ this.normalButton1.Text = "导出当前页";
|
|
|
+ this.normalButton1.UseVisualStyleBackColor = false;
|
|
|
+ this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
|
|
|
+ //
|
|
|
+ // CLEAR
|
|
|
+ //
|
|
|
+ this.CLEAR.AllPower = null;
|
|
|
+ this.CLEAR.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.CLEAR.DownImage = ((System.Drawing.Image)(resources.GetObject("CLEAR.DownImage")));
|
|
|
+ this.CLEAR.Image = null;
|
|
|
+ this.CLEAR.IsShowBorder = true;
|
|
|
+ this.CLEAR.Location = new System.Drawing.Point(218, 7);
|
|
|
+ this.CLEAR.MoveImage = ((System.Drawing.Image)(resources.GetObject("CLEAR.MoveImage")));
|
|
|
+ this.CLEAR.Name = "CLEAR";
|
|
|
+ this.CLEAR.NormalImage = ((System.Drawing.Image)(resources.GetObject("CLEAR.NormalImage")));
|
|
|
+ this.CLEAR.Power = null;
|
|
|
+ this.CLEAR.Size = new System.Drawing.Size(84, 28);
|
|
|
+ this.CLEAR.TabIndex = 247;
|
|
|
+ this.CLEAR.Text = "清空录入信息";
|
|
|
+ this.CLEAR.UseVisualStyleBackColor = false;
|
|
|
+ this.CLEAR.Click += new System.EventHandler(this.CLEAR_Click);
|
|
|
+ //
|
|
|
+ // or_name
|
|
|
+ //
|
|
|
+ this.or_name.AllPower = null;
|
|
|
+ this.or_name.Caller = null;
|
|
|
+ this.or_name.Condition = null;
|
|
|
+ this.or_name.DBTitle = null;
|
|
|
+ this.or_name.FormName = null;
|
|
|
+ this.or_name.Location = new System.Drawing.Point(498, 41);
|
|
|
+ this.or_name.Name = "or_name";
|
|
|
+ this.or_name.Power = null;
|
|
|
+ this.or_name.ReturnData = null;
|
|
|
+ this.or_name.SelectField = null;
|
|
|
+ this.or_name.SetValueField = null;
|
|
|
+ this.or_name.Size = new System.Drawing.Size(147, 21);
|
|
|
+ this.or_name.TabIndex = 246;
|
|
|
+ this.or_name.TableName = null;
|
|
|
+ this.or_name.Tag = "em_defaultorname";
|
|
|
+ this.or_name.TextBoxEnable = true;
|
|
|
+ //
|
|
|
+ // jo_name
|
|
|
+ //
|
|
|
+ this.jo_name.AllPower = null;
|
|
|
+ this.jo_name.Caller = null;
|
|
|
+ this.jo_name.Condition = null;
|
|
|
+ this.jo_name.DBTitle = null;
|
|
|
+ this.jo_name.FormName = null;
|
|
|
+ this.jo_name.Location = new System.Drawing.Point(728, 42);
|
|
|
+ this.jo_name.Name = "jo_name";
|
|
|
+ this.jo_name.Power = null;
|
|
|
+ this.jo_name.ReturnData = null;
|
|
|
+ this.jo_name.SelectField = null;
|
|
|
+ this.jo_name.SetValueField = null;
|
|
|
+ this.jo_name.Size = new System.Drawing.Size(135, 21);
|
|
|
+ this.jo_name.TabIndex = 245;
|
|
|
+ this.jo_name.TableName = null;
|
|
|
+ this.jo_name.Tag = "em_position";
|
|
|
+ this.jo_name.TextBoxEnable = true;
|
|
|
//
|
|
|
- // em_mobile
|
|
|
+ // pagination1
|
|
|
//
|
|
|
- this.em_mobile.DataPropertyName = "em_mobile";
|
|
|
- this.em_mobile.HeaderText = "电话";
|
|
|
- this.em_mobile.Name = "em_mobile";
|
|
|
- this.em_mobile.ReadOnly = true;
|
|
|
+ this.pagination1.AddEnable = false;
|
|
|
+ this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.pagination1.DeleteEnable = false;
|
|
|
+ this.pagination1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
+ this.pagination1.Location = new System.Drawing.Point(0, 577);
|
|
|
+ this.pagination1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pagination1.Name = "pagination1";
|
|
|
+ this.pagination1.Size = new System.Drawing.Size(934, 32);
|
|
|
+ this.pagination1.TabIndex = 238;
|
|
|
//
|
|
|
// Screen
|
|
|
//
|
|
|
@@ -125,13 +217,12 @@
|
|
|
this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
|
|
|
this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
|
|
|
this.Screen.IsShowBorder = true;
|
|
|
- this.Screen.Location = new System.Drawing.Point(1149, 23);
|
|
|
- this.Screen.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Screen.Location = new System.Drawing.Point(869, 40);
|
|
|
this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
|
|
|
this.Screen.Name = "Screen";
|
|
|
this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
|
|
|
this.Screen.Power = "";
|
|
|
- this.Screen.Size = new System.Drawing.Size(71, 29);
|
|
|
+ this.Screen.Size = new System.Drawing.Size(53, 23);
|
|
|
this.Screen.TabIndex = 237;
|
|
|
this.Screen.Text = "筛选";
|
|
|
this.Screen.UseVisualStyleBackColor = true;
|
|
|
@@ -142,11 +233,10 @@
|
|
|
this.em_code11.AllPower = null;
|
|
|
this.em_code11.BackColor = System.Drawing.Color.White;
|
|
|
this.em_code11.ID = null;
|
|
|
- this.em_code11.Location = new System.Drawing.Point(392, 25);
|
|
|
- this.em_code11.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.em_code11.Location = new System.Drawing.Point(294, 41);
|
|
|
this.em_code11.Name = "em_code11";
|
|
|
this.em_code11.Power = null;
|
|
|
- this.em_code11.Size = new System.Drawing.Size(150, 25);
|
|
|
+ this.em_code11.Size = new System.Drawing.Size(114, 21);
|
|
|
this.em_code11.Str = null;
|
|
|
this.em_code11.Str1 = null;
|
|
|
this.em_code11.Str2 = null;
|
|
|
@@ -158,113 +248,104 @@
|
|
|
this.em_name11.AllPower = null;
|
|
|
this.em_name11.BackColor = System.Drawing.Color.White;
|
|
|
this.em_name11.ID = null;
|
|
|
- this.em_name11.Location = new System.Drawing.Point(112, 25);
|
|
|
- this.em_name11.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.em_name11.Location = new System.Drawing.Point(84, 41);
|
|
|
this.em_name11.Name = "em_name11";
|
|
|
this.em_name11.Power = null;
|
|
|
- this.em_name11.Size = new System.Drawing.Size(150, 25);
|
|
|
+ this.em_name11.Size = new System.Drawing.Size(114, 21);
|
|
|
this.em_name11.Str = null;
|
|
|
this.em_name11.Str1 = null;
|
|
|
this.em_name11.Str2 = null;
|
|
|
this.em_name11.TabIndex = 235;
|
|
|
this.em_name11.Tag = "em_name";
|
|
|
//
|
|
|
- // em_name_label
|
|
|
+ // Employee
|
|
|
//
|
|
|
- this.em_name_label.AutoSize = true;
|
|
|
- this.em_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.em_name_label.Location = new System.Drawing.Point(8, 26);
|
|
|
- this.em_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.em_name_label.Name = "em_name_label";
|
|
|
- this.em_name_label.Size = new System.Drawing.Size(92, 27);
|
|
|
- this.em_name_label.TabIndex = 234;
|
|
|
- this.em_name_label.Text = "员工姓名";
|
|
|
+ this.Employee.AllowUserToAddRows = false;
|
|
|
+ this.Employee.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.Employee.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.em_code,
|
|
|
+ this.em_password,
|
|
|
+ this.em_name,
|
|
|
+ this.em_sex,
|
|
|
+ this.em_defaultorname,
|
|
|
+ this.em_position,
|
|
|
+ this.em_email,
|
|
|
+ this.em_mobile});
|
|
|
+ this.Employee.EnableContentClick = true;
|
|
|
+ this.Employee.Location = new System.Drawing.Point(0, 77);
|
|
|
+ this.Employee.Name = "Employee";
|
|
|
+ this.Employee.RowTemplate.Height = 23;
|
|
|
+ this.Employee.Size = new System.Drawing.Size(932, 494);
|
|
|
+ this.Employee.TabIndex = 0;
|
|
|
//
|
|
|
- // em_code_label
|
|
|
+ // em_code
|
|
|
//
|
|
|
- this.em_code_label.AutoSize = true;
|
|
|
- this.em_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.em_code_label.Location = new System.Drawing.Point(285, 25);
|
|
|
- this.em_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.em_code_label.Name = "em_code_label";
|
|
|
- this.em_code_label.Size = new System.Drawing.Size(92, 27);
|
|
|
- this.em_code_label.TabIndex = 233;
|
|
|
- this.em_code_label.Text = "员工编号";
|
|
|
+ this.em_code.DataPropertyName = "em_code";
|
|
|
+ this.em_code.HeaderText = "员工编号";
|
|
|
+ this.em_code.Name = "em_code";
|
|
|
+ this.em_code.ReadOnly = true;
|
|
|
//
|
|
|
- // pagination1
|
|
|
+ // em_password
|
|
|
//
|
|
|
- this.pagination1.AddEnable = false;
|
|
|
- this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.pagination1.DeleteEnable = false;
|
|
|
- this.pagination1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
- this.pagination1.Location = new System.Drawing.Point(0, 721);
|
|
|
- this.pagination1.Margin = new System.Windows.Forms.Padding(5);
|
|
|
- this.pagination1.Name = "pagination1";
|
|
|
- this.pagination1.Size = new System.Drawing.Size(1245, 40);
|
|
|
- this.pagination1.TabIndex = 238;
|
|
|
+ this.em_password.DataPropertyName = "em_password";
|
|
|
+ this.em_password.HeaderText = "密码";
|
|
|
+ this.em_password.Name = "em_password";
|
|
|
+ this.em_password.Visible = false;
|
|
|
//
|
|
|
- // em_depart1
|
|
|
- //
|
|
|
- this.em_depart1.AllPower = null;
|
|
|
- this.em_depart1.BackColor = System.Drawing.Color.White;
|
|
|
- this.em_depart1.ID = null;
|
|
|
- this.em_depart1.Location = new System.Drawing.Point(675, 25);
|
|
|
- this.em_depart1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.em_depart1.Name = "em_depart1";
|
|
|
- this.em_depart1.Power = null;
|
|
|
- this.em_depart1.Size = new System.Drawing.Size(150, 25);
|
|
|
- this.em_depart1.Str = null;
|
|
|
- this.em_depart1.Str1 = null;
|
|
|
- this.em_depart1.Str2 = null;
|
|
|
- this.em_depart1.TabIndex = 240;
|
|
|
- this.em_depart1.Tag = "em_depart";
|
|
|
+ // em_name
|
|
|
//
|
|
|
- // label1
|
|
|
+ this.em_name.DataPropertyName = "em_name";
|
|
|
+ this.em_name.HeaderText = "员工姓名";
|
|
|
+ this.em_name.Name = "em_name";
|
|
|
+ this.em_name.ReadOnly = true;
|
|
|
//
|
|
|
- this.label1.AutoSize = true;
|
|
|
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1.Location = new System.Drawing.Point(569, 23);
|
|
|
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(92, 27);
|
|
|
- this.label1.TabIndex = 239;
|
|
|
- this.label1.Text = "员工部门";
|
|
|
- //
|
|
|
- // em_position1
|
|
|
- //
|
|
|
- this.em_position1.AllPower = null;
|
|
|
- this.em_position1.BackColor = System.Drawing.Color.White;
|
|
|
- this.em_position1.ID = null;
|
|
|
- this.em_position1.Location = new System.Drawing.Point(960, 25);
|
|
|
- this.em_position1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.em_position1.Name = "em_position1";
|
|
|
- this.em_position1.Power = null;
|
|
|
- this.em_position1.Size = new System.Drawing.Size(150, 25);
|
|
|
- this.em_position1.Str = null;
|
|
|
- this.em_position1.Str1 = null;
|
|
|
- this.em_position1.Str2 = null;
|
|
|
- this.em_position1.TabIndex = 242;
|
|
|
- this.em_position1.Tag = "em_position";
|
|
|
+ // em_sex
|
|
|
//
|
|
|
- // label2
|
|
|
+ this.em_sex.DataPropertyName = "em_sex";
|
|
|
+ this.em_sex.HeaderText = "性别";
|
|
|
+ this.em_sex.Name = "em_sex";
|
|
|
+ this.em_sex.ReadOnly = true;
|
|
|
//
|
|
|
- this.label2.AutoSize = true;
|
|
|
- this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label2.Location = new System.Drawing.Point(853, 25);
|
|
|
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(92, 27);
|
|
|
- this.label2.TabIndex = 241;
|
|
|
- this.label2.Text = "员工岗位";
|
|
|
+ // em_defaultorname
|
|
|
+ //
|
|
|
+ this.em_defaultorname.DataPropertyName = "em_defaultorname";
|
|
|
+ this.em_defaultorname.HeaderText = "组织";
|
|
|
+ this.em_defaultorname.Name = "em_defaultorname";
|
|
|
+ this.em_defaultorname.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // em_position
|
|
|
+ //
|
|
|
+ this.em_position.DataPropertyName = "em_position";
|
|
|
+ this.em_position.HeaderText = "岗位";
|
|
|
+ this.em_position.Name = "em_position";
|
|
|
+ this.em_position.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // em_email
|
|
|
+ //
|
|
|
+ this.em_email.DataPropertyName = "em_email";
|
|
|
+ this.em_email.HeaderText = "邮箱";
|
|
|
+ this.em_email.Name = "em_email";
|
|
|
+ this.em_email.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // em_mobile
|
|
|
+ //
|
|
|
+ this.em_mobile.DataPropertyName = "em_mobile";
|
|
|
+ this.em_mobile.HeaderText = "电话";
|
|
|
+ this.em_mobile.Name = "em_mobile";
|
|
|
+ this.em_mobile.ReadOnly = true;
|
|
|
//
|
|
|
// Employee_Data
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1245, 761);
|
|
|
- this.Controls.Add(this.em_position1);
|
|
|
+ this.ClientSize = new System.Drawing.Size(934, 609);
|
|
|
+ this.Controls.Add(this.normalButton2);
|
|
|
+ this.Controls.Add(this.normalButton1);
|
|
|
+ this.Controls.Add(this.CLEAR);
|
|
|
+ this.Controls.Add(this.or_name);
|
|
|
+ this.Controls.Add(this.jo_name);
|
|
|
+ this.Controls.Add(this.em_status);
|
|
|
this.Controls.Add(this.label2);
|
|
|
- this.Controls.Add(this.em_depart1);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.pagination1);
|
|
|
this.Controls.Add(this.Screen);
|
|
|
@@ -274,7 +355,6 @@
|
|
|
this.Controls.Add(this.em_code_label);
|
|
|
this.Controls.Add(this.Employee);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Name = "Employee_Data";
|
|
|
this.Tag = "Employee!Group";
|
|
|
this.Text = "人员分组";
|
|
|
@@ -295,14 +375,20 @@
|
|
|
private System.Windows.Forms.Label em_name_label;
|
|
|
private System.Windows.Forms.Label em_code_label;
|
|
|
private CustomControl.Pagination.PaginationDbFind pagination1;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox em_depart1;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox em_position1;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.TextBox em_status;
|
|
|
+ private CustomControl.TextBoxWithIcon.SearchTextBox jo_name;
|
|
|
+ private CustomControl.TextBoxWithIcon.SearchTextBox or_name;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton CLEAR;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton normalButton1;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton normalButton2;
|
|
|
+ private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_code;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn em_password;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_sex;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn em_depart;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn em_defaultorname;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_position;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_email;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_mobile;
|