employee_add.Designer.cs
上传用户:zhongfine
上传日期:2022-08-01
资源大小:2860k
文件大小:32k
- namespace 人事管理系统
- {
- partial class employee_add
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.dEPARTMENTBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.dEPARTMENTBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.comboBox2 = new System.Windows.Forms.ComboBox();
- this.comboBox3 = new System.Windows.Forms.ComboBox();
- this.eDULEVELBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.eDULEVELBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.comboBox4 = new System.Windows.Forms.ComboBox();
- this.comboBox5 = new System.Windows.Forms.ComboBox();
- this.label10 = new System.Windows.Forms.Label();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
- this.textBox6 = new System.Windows.Forms.TextBox();
- this.textBox7 = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.comboBox6 = new System.Windows.Forms.ComboBox();
- this.jOBBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.textBox8 = new System.Windows.Forms.TextBox();
- this.label17 = new System.Windows.Forms.Label();
- this.jOBBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.button3 = new System.Windows.Forms.Button();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.eDULEVELBindingSource1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.eDULEVELBindingSource)).BeginInit();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.jOBBindingSource1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.jOBBindingSource)).BeginInit();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // comboBox1
- //
- this.comboBox1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.comboBox1.DataSource = this.dEPARTMENTBindingSource1;
- this.comboBox1.DisplayMember = "NAME";
- this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(361, 255);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(151, 20);
- this.comboBox1.TabIndex = 10;
- this.comboBox1.ValueMember = "ID";
- //
- // dEPARTMENTBindingSource1
- //
- this.dEPARTMENTBindingSource1.DataMember = "DEPARTMENT";
- //
- // dEPARTMENTBindingSource
- //
- this.dEPARTMENTBindingSource.DataMember = "DEPARTMENT";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(41, 33);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 1;
- this.label1.Text = "员工号";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(41, 62);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(59, 12);
- this.label2.TabIndex = 1;
- this.label2.Text = "*员工密码";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(41, 92);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(35, 12);
- this.label3.TabIndex = 1;
- this.label3.Text = "*权限";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(41, 120);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(35, 12);
- this.label4.TabIndex = 1;
- this.label4.Text = "*姓名";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(41, 148);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(35, 12);
- this.label5.TabIndex = 1;
- this.label5.Text = "*性别";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(41, 175);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(29, 12);
- this.label6.TabIndex = 1;
- this.label6.Text = "生日";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.Color.Transparent;
- this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(41, 203);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(35, 12);
- this.label7.TabIndex = 1;
- this.label7.Text = "*职位";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.BackColor = System.Drawing.Color.Transparent;
- this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(281, 288);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(35, 12);
- this.label8.TabIndex = 1;
- this.label8.Text = "*学历";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.Color.Transparent;
- this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.Location = new System.Drawing.Point(41, 319);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(53, 12);
- this.label9.TabIndex = 1;
- this.label9.Text = "联系地址";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.BackColor = System.Drawing.Color.Transparent;
- this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label11.Location = new System.Drawing.Point(41, 231);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(59, 12);
- this.label11.TabIndex = 1;
- this.label11.Text = "*联系电话";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.BackColor = System.Drawing.Color.Transparent;
- this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label13.Location = new System.Drawing.Point(41, 259);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(35, 12);
- this.label13.TabIndex = 1;
- this.label13.Text = "Email";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.BackColor = System.Drawing.Color.Transparent;
- this.label14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label14.Location = new System.Drawing.Point(41, 288);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(29, 12);
- this.label14.TabIndex = 1;
- this.label14.Text = "专业";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.BackColor = System.Drawing.Color.Transparent;
- this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label15.Location = new System.Drawing.Point(275, 231);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(59, 12);
- this.label15.TabIndex = 1;
- this.label15.Text = "*当前状态";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.BackColor = System.Drawing.Color.Transparent;
- this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label16.Location = new System.Drawing.Point(275, 259);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(59, 12);
- this.label16.TabIndex = 1;
- this.label16.Text = "*所属部门";
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(112, 60);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(125, 21);
- this.textBox1.TabIndex = 1;
- this.textBox1.UseSystemPasswordChar = true;
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(112, 117);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(125, 21);
- this.textBox2.TabIndex = 3;
- //
- // comboBox2
- //
- this.comboBox2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox2.FormattingEnabled = true;
- this.comboBox2.Items.AddRange(new object[] {
- "员工",
- "非员工"});
- this.comboBox2.Location = new System.Drawing.Point(361, 228);
- this.comboBox2.Name = "comboBox2";
- this.comboBox2.Size = new System.Drawing.Size(151, 20);
- this.comboBox2.TabIndex = 9;
- //
- // comboBox3
- //
- this.comboBox3.Cursor = System.Windows.Forms.Cursors.Hand;
- this.comboBox3.DataSource = this.eDULEVELBindingSource1;
- this.comboBox3.DisplayMember = "DESCRIPTION";
- this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox3.FormattingEnabled = true;
- this.comboBox3.Location = new System.Drawing.Point(361, 285);
- this.comboBox3.Name = "comboBox3";
- this.comboBox3.Size = new System.Drawing.Size(151, 20);
- this.comboBox3.TabIndex = 11;
- this.comboBox3.ValueMember = "CODE";
- //
- // comboBox4
- //
- this.comboBox4.Cursor = System.Windows.Forms.Cursors.Hand;
- this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox4.FormattingEnabled = true;
- this.comboBox4.Items.AddRange(new object[] {
- "男",
- "女"});
- this.comboBox4.Location = new System.Drawing.Point(112, 145);
- this.comboBox4.Name = "comboBox4";
- this.comboBox4.Size = new System.Drawing.Size(125, 20);
- this.comboBox4.TabIndex = 4;
- //
- // comboBox5
- //
- this.comboBox5.Cursor = System.Windows.Forms.Cursors.Hand;
- this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox5.FormattingEnabled = true;
- this.comboBox5.Items.AddRange(new object[] {
- "管理员",
- "普通用户"});
- this.comboBox5.Location = new System.Drawing.Point(112, 90);
- this.comboBox5.Name = "comboBox5";
- this.comboBox5.Size = new System.Drawing.Size(125, 20);
- this.comboBox5.TabIndex = 2;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.BackColor = System.Drawing.Color.Transparent;
- this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label10.Location = new System.Drawing.Point(112, 30);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(50, 17);
- this.label10.TabIndex = 7;
- this.label10.Text = "label10";
- //
- // textBox4
- //
- this.textBox4.Location = new System.Drawing.Point(111, 285);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(126, 21);
- this.textBox4.TabIndex = 12;
- //
- // textBox5
- //
- this.textBox5.Location = new System.Drawing.Point(112, 314);
- this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(401, 21);
- this.textBox5.TabIndex = 13;
- //
- // dateTimePicker1
- //
- this.dateTimePicker1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.dateTimePicker1.Location = new System.Drawing.Point(112, 172);
- this.dateTimePicker1.Name = "dateTimePicker1";
- this.dateTimePicker1.Size = new System.Drawing.Size(125, 21);
- this.dateTimePicker1.TabIndex = 5;
- //
- // textBox6
- //
- this.textBox6.Location = new System.Drawing.Point(111, 226);
- this.textBox6.Name = "textBox6";
- this.textBox6.Size = new System.Drawing.Size(126, 21);
- this.textBox6.TabIndex = 7;
- //
- // textBox7
- //
- this.textBox7.Location = new System.Drawing.Point(111, 256);
- this.textBox7.Name = "textBox7";
- this.textBox7.Size = new System.Drawing.Size(126, 21);
- this.textBox7.TabIndex = 8;
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.Transparent;
- this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button1.Location = new System.Drawing.Point(137, 31);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 15;
- this.button1.Text = "提交";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.button2.BackColor = System.Drawing.Color.Transparent;
- this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button2.Location = new System.Drawing.Point(333, 31);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 16;
- this.button2.Text = "返回";
- this.button2.UseVisualStyleBackColor = false;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.pictureBox1);
- this.groupBox1.Controls.Add(this.button3);
- this.groupBox1.Controls.Add(this.comboBox6);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.textBox8);
- this.groupBox1.Controls.Add(this.textBox5);
- this.groupBox1.Controls.Add(this.comboBox2);
- this.groupBox1.Controls.Add(this.label17);
- this.groupBox1.Controls.Add(this.label9);
- this.groupBox1.Controls.Add(this.dateTimePicker1);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.textBox7);
- this.groupBox1.Controls.Add(this.label10);
- this.groupBox1.Controls.Add(this.textBox6);
- this.groupBox1.Controls.Add(this.label6);
- this.groupBox1.Controls.Add(this.label16);
- this.groupBox1.Controls.Add(this.comboBox5);
- this.groupBox1.Controls.Add(this.label15);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.label13);
- this.groupBox1.Controls.Add(this.comboBox4);
- this.groupBox1.Controls.Add(this.label14);
- this.groupBox1.Controls.Add(this.label11);
- this.groupBox1.Controls.Add(this.comboBox3);
- this.groupBox1.Controls.Add(this.comboBox1);
- this.groupBox1.Controls.Add(this.label7);
- this.groupBox1.Controls.Add(this.label8);
- this.groupBox1.Controls.Add(this.textBox1);
- this.groupBox1.Controls.Add(this.textBox4);
- this.groupBox1.Controls.Add(this.textBox2);
- this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(563, 388);
- this.groupBox1.TabIndex = 16;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "员工信息填写(带*的为必须内容)";
- //
- // comboBox6
- //
- this.comboBox6.Cursor = System.Windows.Forms.Cursors.Hand;
- this.comboBox6.DataSource = this.jOBBindingSource1;
- this.comboBox6.DisplayMember = "DESCRIPTION";
- this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox6.FormattingEnabled = true;
- this.comboBox6.Location = new System.Drawing.Point(112, 200);
- this.comboBox6.Name = "comboBox6";
- this.comboBox6.Size = new System.Drawing.Size(125, 20);
- this.comboBox6.TabIndex = 6;
- this.comboBox6.ValueMember = "CODE";
- //
- // textBox8
- //
- this.textBox8.Location = new System.Drawing.Point(111, 348);
- this.textBox8.Name = "textBox8";
- this.textBox8.Size = new System.Drawing.Size(401, 21);
- this.textBox8.TabIndex = 14;
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.BackColor = System.Drawing.Color.Transparent;
- this.label17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label17.Location = new System.Drawing.Point(41, 353);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(29, 12);
- this.label17.TabIndex = 1;
- this.label17.Text = "备注";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.button1);
- this.groupBox2.Controls.Add(this.button2);
- this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox2.Location = new System.Drawing.Point(12, 406);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(563, 70);
- this.groupBox2.TabIndex = 17;
- this.groupBox2.TabStop = false;
- this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(283, 58);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 15;
- this.button3.Text = "添加照片";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
- this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.pictureBox1.Location = new System.Drawing.Point(384, 60);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(128, 142);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 16;
- this.pictureBox1.TabStop = false;
- //
- // employee_add
- //
- this.AcceptButton = this.button1;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.CancelButton = this.button2;
- this.ClientSize = new System.Drawing.Size(587, 485);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.MaximizeBox = false;
- this.Name = "employee_add";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "增加新员工";
- this.Load += new System.EventHandler(this.employee_add_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.eDULEVELBindingSource1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.eDULEVELBindingSource)).EndInit();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.jOBBindingSource1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.jOBBindingSource)).EndInit();
- this.groupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ComboBox comboBox1;
- //private 人事管理系统DataSet 人事管理系统DataSet;
- //private 人事管理系统.人事管理系统DataSetTableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.ComboBox comboBox2;
- private System.Windows.Forms.ComboBox comboBox3;
- private System.Windows.Forms.ComboBox comboBox4;
- private System.Windows.Forms.ComboBox comboBox5;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.TextBox textBox5;
- private System.Windows.Forms.DateTimePicker dateTimePicker1;
- private System.Windows.Forms.TextBox textBox6;
- private System.Windows.Forms.TextBox textBox7;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.TextBox textBox8;
- private System.Windows.Forms.Label label17;
- //private 人事管理系统DataSet3 人事管理系统DataSet3;
- //private 人事管理系统.人事管理系统DataSet3TableAdapters.EDU_LEVELTableAdapter eDU_LEVELTableAdapter;
- //private 人事管理系统DataSet 人事管理系统DataSet;
- //private 人事管理系统.人事管理系统DataSetTableAdapters.EDU_LEVELTableAdapter eDU_LEVELTableAdapter1;
- //private 人事管理系统DataSet1 人事管理系统DataSet1;
- //private 人事管理系统.人事管理系统DataSet1TableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
- private System.Windows.Forms.ComboBox comboBox6;
- //private 人事管理系统DataSet7 人事管理系统DataSet7;
- private System.Windows.Forms.BindingSource jOBBindingSource;
- //private 人事管理系统DataSet2 人事管理系统DataSet2;
- private System.Windows.Forms.BindingSource eDULEVELBindingSource;
- //private 人事管理系统.人事管理系统DataSet2TableAdapters.EDU_LEVELTableAdapter eDU_LEVELTableAdapter;
- //private 人事管理系统DataSet 人事管理系统DataSet;
- private System.Windows.Forms.BindingSource dEPARTMENTBindingSource;
- //private 人事管理系统DataSet 人事管理系统DataSet;
- private System.Windows.Forms.BindingSource jOBBindingSource1;
- //private 人事管理系统.人事管理系统DataSetTableAdapters.JOBTableAdapter jOBTableAdapter;
- //private 人事管理系统DataSet1 人事管理系统DataSet1;
- private System.Windows.Forms.BindingSource eDULEVELBindingSource1;
- //private 人事管理系统.人事管理系统DataSet1TableAdapters.EDU_LEVELTableAdapter eDU_LEVELTableAdapter;
- //private 人事管理系统DataSet2 人事管理系统DataSet2;
- private System.Windows.Forms.BindingSource dEPARTMENTBindingSource1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button button3;
- //private 人事管理系统.人事管理系统DataSet2TableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
- //private 人事管理系统.人事管理系统DataSetTableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
- //private 人事管理系统.人事管理系统DataSet7TableAdapters.JOBTableAdapter jOBTableAdapter;
- }
- }