123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310 |
- namespace UAS_MES_NEW.Employee
- {
- partial class Employee_Data
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Employee_Data));
- this.Employee = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.em_code = 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_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_NEW.CustomControl.ButtonUtil.NormalButton();
- this.em_code11 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.em_name11 = new UAS_MES_NEW.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_NEW.CustomControl.Pagination.PaginationDbFind();
- this.em_depart1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.em_position1 = new UAS_MES_NEW.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_sex
- //
- this.em_sex.DataPropertyName = "em_sex";
- this.em_sex.HeaderText = "性别";
- this.em_sex.Name = "em_sex";
- this.em_sex.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;
- //
- // 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;
- //
- // 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(1149, 23);
- this.Screen.Margin = new System.Windows.Forms.Padding(4);
- 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.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(392, 25);
- this.em_code11.Margin = new System.Windows.Forms.Padding(4);
- this.em_code11.Name = "em_code11";
- this.em_code11.Power = null;
- this.em_code11.Size = new System.Drawing.Size(150, 25);
- 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(112, 25);
- this.em_name11.Margin = new System.Windows.Forms.Padding(4);
- this.em_name11.Name = "em_name11";
- this.em_name11.Power = null;
- this.em_name11.Size = new System.Drawing.Size(150, 25);
- 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
- //
- 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 = "员工姓名";
- //
- // 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(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 = "员工编号";
- //
- // 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, 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;
- //
- // 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";
- //
- // 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(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";
- //
- // 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(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 = "员工岗位";
- //
- // Employee_Data
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1245, 761);
- this.Controls.Add(this.em_position1);
- 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);
- 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.Margin = new System.Windows.Forms.Padding(4);
- 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 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.DataGridViewTextBoxColumn em_code;
- 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_position;
- private System.Windows.Forms.DataGridViewTextBoxColumn em_email;
- private System.Windows.Forms.DataGridViewTextBoxColumn em_mobile;
- }
- }
|