namespace UAS_MES.Employee { partial class Employee_Data { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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_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(); ((System.ComponentModel.ISupportInitialize)(this.Employee)).BeginInit(); this.SuspendLayout(); // // em_name_label // 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 = "员工姓名"; // // em_code_label // 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 = "员工编号"; // // label1 // 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 = "员工组织"; // // label2 // 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 = "员工岗位"; // // 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; // // pagination1 // 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 // this.Screen.AllPower = ""; this.Screen.BackColor = System.Drawing.Color.Transparent; 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(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(53, 23); this.Screen.TabIndex = 237; this.Screen.Text = "筛选"; this.Screen.UseVisualStyleBackColor = true; this.Screen.Click += new System.EventHandler(this.Screen_Click); // // em_code11 // 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(294, 41); this.em_code11.Name = "em_code11"; this.em_code11.Power = null; 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; this.em_code11.TabIndex = 236; this.em_code11.Tag = "em_code"; // // em_name11 // 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(84, 41); this.em_name11.Name = "em_name11"; this.em_name11.Power = null; 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"; // // 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_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 // this.em_code.DataPropertyName = "em_code"; this.em_code.HeaderText = "员工编号"; this.em_code.Name = "em_code"; this.em_code.ReadOnly = true; // // em_password // this.em_password.DataPropertyName = "em_password"; this.em_password.HeaderText = "密码"; this.em_password.Name = "em_password"; this.em_password.Visible = false; // // em_name // this.em_name.DataPropertyName = "em_name"; this.em_name.HeaderText = "员工姓名"; this.em_name.Name = "em_name"; this.em_name.ReadOnly = true; // // em_sex // this.em_sex.DataPropertyName = "em_sex"; this.em_sex.HeaderText = "性别"; this.em_sex.Name = "em_sex"; this.em_sex.ReadOnly = true; // // 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(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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.label1); this.Controls.Add(this.pagination1); this.Controls.Add(this.Screen); this.Controls.Add(this.em_code11); this.Controls.Add(this.em_name11); this.Controls.Add(this.em_name_label); this.Controls.Add(this.em_code_label); this.Controls.Add(this.Employee); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Employee_Data"; this.Tag = "Employee!Group"; this.Text = "人员分组"; this.Load += new System.EventHandler(this.人员分组_Load); this.SizeChanged += new System.EventHandler(this.人员资料_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.Employee)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CustomControl.DataGrid_View.DataGridViewWithSerialNum Employee; private CustomControl.ButtonUtil.NormalButton Screen; 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 System.Windows.Forms.Label label1; 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_defaultorname; private System.Windows.Forms.DataGridViewTextBoxColumn em_position; private System.Windows.Forms.DataGridViewTextBoxColumn em_email; private System.Windows.Forms.DataGridViewTextBoxColumn em_mobile; } }