employee_add.Designer.cs
上传用户:zhongfine
上传日期:2022-08-01
资源大小:2860k
文件大小:32k
源码类别:

企业管理

开发平台:

C#

  1. namespace 人事管理系统
  2. {
  3.     partial class employee_add
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// Clean up any resources being used.
  11.         /// </summary>
  12.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows Form Designer generated code
  22.         /// <summary>
  23.         /// Required method for Designer support - do not modify
  24.         /// the contents of this method with the code editor.
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.components = new System.ComponentModel.Container();
  29.             this.comboBox1 = new System.Windows.Forms.ComboBox();
  30.             this.dEPARTMENTBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  31.             this.dEPARTMENTBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32.             this.label1 = new System.Windows.Forms.Label();
  33.             this.label2 = new System.Windows.Forms.Label();
  34.             this.label3 = new System.Windows.Forms.Label();
  35.             this.label4 = new System.Windows.Forms.Label();
  36.             this.label5 = new System.Windows.Forms.Label();
  37.             this.label6 = new System.Windows.Forms.Label();
  38.             this.label7 = new System.Windows.Forms.Label();
  39.             this.label8 = new System.Windows.Forms.Label();
  40.             this.label9 = new System.Windows.Forms.Label();
  41.             this.label11 = new System.Windows.Forms.Label();
  42.             this.label13 = new System.Windows.Forms.Label();
  43.             this.label14 = new System.Windows.Forms.Label();
  44.             this.label15 = new System.Windows.Forms.Label();
  45.             this.label16 = new System.Windows.Forms.Label();
  46.             this.textBox1 = new System.Windows.Forms.TextBox();
  47.             this.textBox2 = new System.Windows.Forms.TextBox();
  48.             this.comboBox2 = new System.Windows.Forms.ComboBox();
  49.             this.comboBox3 = new System.Windows.Forms.ComboBox();
  50.             this.eDULEVELBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  51.             this.eDULEVELBindingSource = new System.Windows.Forms.BindingSource(this.components);
  52.             this.comboBox4 = new System.Windows.Forms.ComboBox();
  53.             this.comboBox5 = new System.Windows.Forms.ComboBox();
  54.             this.label10 = new System.Windows.Forms.Label();
  55.             this.textBox4 = new System.Windows.Forms.TextBox();
  56.             this.textBox5 = new System.Windows.Forms.TextBox();
  57.             this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  58.             this.textBox6 = new System.Windows.Forms.TextBox();
  59.             this.textBox7 = new System.Windows.Forms.TextBox();
  60.             this.button1 = new System.Windows.Forms.Button();
  61.             this.button2 = new System.Windows.Forms.Button();
  62.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  63.             this.comboBox6 = new System.Windows.Forms.ComboBox();
  64.             this.jOBBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  65.             this.textBox8 = new System.Windows.Forms.TextBox();
  66.             this.label17 = new System.Windows.Forms.Label();
  67.             this.jOBBindingSource = new System.Windows.Forms.BindingSource(this.components);
  68.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  69.             this.button3 = new System.Windows.Forms.Button();
  70.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  71.             ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource1)).BeginInit();
  72.             ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource)).BeginInit();
  73.             ((System.ComponentModel.ISupportInitialize)(this.eDULEVELBindingSource1)).BeginInit();
  74.             ((System.ComponentModel.ISupportInitialize)(this.eDULEVELBindingSource)).BeginInit();
  75.             this.groupBox1.SuspendLayout();
  76.             ((System.ComponentModel.ISupportInitialize)(this.jOBBindingSource1)).BeginInit();
  77.             ((System.ComponentModel.ISupportInitialize)(this.jOBBindingSource)).BeginInit();
  78.             this.groupBox2.SuspendLayout();
  79.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  80.             this.SuspendLayout();
  81.             // 
  82.             // comboBox1
  83.             // 
  84.             this.comboBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  85.             this.comboBox1.DataSource = this.dEPARTMENTBindingSource1;
  86.             this.comboBox1.DisplayMember = "NAME";
  87.             this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  88.             this.comboBox1.FormattingEnabled = true;
  89.             this.comboBox1.Location = new System.Drawing.Point(361, 255);
  90.             this.comboBox1.Name = "comboBox1";
  91.             this.comboBox1.Size = new System.Drawing.Size(151, 20);
  92.             this.comboBox1.TabIndex = 10;
  93.             this.comboBox1.ValueMember = "ID";
  94.             // 
  95.             // dEPARTMENTBindingSource1
  96.             // 
  97.             this.dEPARTMENTBindingSource1.DataMember = "DEPARTMENT";
  98.             // 
  99.             // dEPARTMENTBindingSource
  100.             // 
  101.             this.dEPARTMENTBindingSource.DataMember = "DEPARTMENT";
  102.             // 
  103.             // label1
  104.             // 
  105.             this.label1.AutoSize = true;
  106.             this.label1.BackColor = System.Drawing.Color.Transparent;
  107.             this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108.             this.label1.Location = new System.Drawing.Point(41, 33);
  109.             this.label1.Name = "label1";
  110.             this.label1.Size = new System.Drawing.Size(41, 12);
  111.             this.label1.TabIndex = 1;
  112.             this.label1.Text = "员工号";
  113.             // 
  114.             // label2
  115.             // 
  116.             this.label2.AutoSize = true;
  117.             this.label2.BackColor = System.Drawing.Color.Transparent;
  118.             this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119.             this.label2.Location = new System.Drawing.Point(41, 62);
  120.             this.label2.Name = "label2";
  121.             this.label2.Size = new System.Drawing.Size(59, 12);
  122.             this.label2.TabIndex = 1;
  123.             this.label2.Text = "*员工密码";
  124.             // 
  125.             // label3
  126.             // 
  127.             this.label3.AutoSize = true;
  128.             this.label3.BackColor = System.Drawing.Color.Transparent;
  129.             this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130.             this.label3.Location = new System.Drawing.Point(41, 92);
  131.             this.label3.Name = "label3";
  132.             this.label3.Size = new System.Drawing.Size(35, 12);
  133.             this.label3.TabIndex = 1;
  134.             this.label3.Text = "*权限";
  135.             // 
  136.             // label4
  137.             // 
  138.             this.label4.AutoSize = true;
  139.             this.label4.BackColor = System.Drawing.Color.Transparent;
  140.             this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141.             this.label4.Location = new System.Drawing.Point(41, 120);
  142.             this.label4.Name = "label4";
  143.             this.label4.Size = new System.Drawing.Size(35, 12);
  144.             this.label4.TabIndex = 1;
  145.             this.label4.Text = "*姓名";
  146.             // 
  147.             // label5
  148.             // 
  149.             this.label5.AutoSize = true;
  150.             this.label5.BackColor = System.Drawing.Color.Transparent;
  151.             this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152.             this.label5.Location = new System.Drawing.Point(41, 148);
  153.             this.label5.Name = "label5";
  154.             this.label5.Size = new System.Drawing.Size(35, 12);
  155.             this.label5.TabIndex = 1;
  156.             this.label5.Text = "*性别";
  157.             // 
  158.             // label6
  159.             // 
  160.             this.label6.AutoSize = true;
  161.             this.label6.BackColor = System.Drawing.Color.Transparent;
  162.             this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163.             this.label6.Location = new System.Drawing.Point(41, 175);
  164.             this.label6.Name = "label6";
  165.             this.label6.Size = new System.Drawing.Size(29, 12);
  166.             this.label6.TabIndex = 1;
  167.             this.label6.Text = "生日";
  168.             // 
  169.             // label7
  170.             // 
  171.             this.label7.AutoSize = true;
  172.             this.label7.BackColor = System.Drawing.Color.Transparent;
  173.             this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174.             this.label7.Location = new System.Drawing.Point(41, 203);
  175.             this.label7.Name = "label7";
  176.             this.label7.Size = new System.Drawing.Size(35, 12);
  177.             this.label7.TabIndex = 1;
  178.             this.label7.Text = "*职位";
  179.             // 
  180.             // label8
  181.             // 
  182.             this.label8.AutoSize = true;
  183.             this.label8.BackColor = System.Drawing.Color.Transparent;
  184.             this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185.             this.label8.Location = new System.Drawing.Point(281, 288);
  186.             this.label8.Name = "label8";
  187.             this.label8.Size = new System.Drawing.Size(35, 12);
  188.             this.label8.TabIndex = 1;
  189.             this.label8.Text = "*学历";
  190.             // 
  191.             // label9
  192.             // 
  193.             this.label9.AutoSize = true;
  194.             this.label9.BackColor = System.Drawing.Color.Transparent;
  195.             this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196.             this.label9.Location = new System.Drawing.Point(41, 319);
  197.             this.label9.Name = "label9";
  198.             this.label9.Size = new System.Drawing.Size(53, 12);
  199.             this.label9.TabIndex = 1;
  200.             this.label9.Text = "联系地址";
  201.             // 
  202.             // label11
  203.             // 
  204.             this.label11.AutoSize = true;
  205.             this.label11.BackColor = System.Drawing.Color.Transparent;
  206.             this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207.             this.label11.Location = new System.Drawing.Point(41, 231);
  208.             this.label11.Name = "label11";
  209.             this.label11.Size = new System.Drawing.Size(59, 12);
  210.             this.label11.TabIndex = 1;
  211.             this.label11.Text = "*联系电话";
  212.             // 
  213.             // label13
  214.             // 
  215.             this.label13.AutoSize = true;
  216.             this.label13.BackColor = System.Drawing.Color.Transparent;
  217.             this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218.             this.label13.Location = new System.Drawing.Point(41, 259);
  219.             this.label13.Name = "label13";
  220.             this.label13.Size = new System.Drawing.Size(35, 12);
  221.             this.label13.TabIndex = 1;
  222.             this.label13.Text = "Email";
  223.             // 
  224.             // label14
  225.             // 
  226.             this.label14.AutoSize = true;
  227.             this.label14.BackColor = System.Drawing.Color.Transparent;
  228.             this.label14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229.             this.label14.Location = new System.Drawing.Point(41, 288);
  230.             this.label14.Name = "label14";
  231.             this.label14.Size = new System.Drawing.Size(29, 12);
  232.             this.label14.TabIndex = 1;
  233.             this.label14.Text = "专业";
  234.             // 
  235.             // label15
  236.             // 
  237.             this.label15.AutoSize = true;
  238.             this.label15.BackColor = System.Drawing.Color.Transparent;
  239.             this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240.             this.label15.Location = new System.Drawing.Point(275, 231);
  241.             this.label15.Name = "label15";
  242.             this.label15.Size = new System.Drawing.Size(59, 12);
  243.             this.label15.TabIndex = 1;
  244.             this.label15.Text = "*当前状态";
  245.             // 
  246.             // label16
  247.             // 
  248.             this.label16.AutoSize = true;
  249.             this.label16.BackColor = System.Drawing.Color.Transparent;
  250.             this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251.             this.label16.Location = new System.Drawing.Point(275, 259);
  252.             this.label16.Name = "label16";
  253.             this.label16.Size = new System.Drawing.Size(59, 12);
  254.             this.label16.TabIndex = 1;
  255.             this.label16.Text = "*所属部门";
  256.             // 
  257.             // textBox1
  258.             // 
  259.             this.textBox1.Location = new System.Drawing.Point(112, 60);
  260.             this.textBox1.Name = "textBox1";
  261.             this.textBox1.Size = new System.Drawing.Size(125, 21);
  262.             this.textBox1.TabIndex = 1;
  263.             this.textBox1.UseSystemPasswordChar = true;
  264.             // 
  265.             // textBox2
  266.             // 
  267.             this.textBox2.Location = new System.Drawing.Point(112, 117);
  268.             this.textBox2.Name = "textBox2";
  269.             this.textBox2.Size = new System.Drawing.Size(125, 21);
  270.             this.textBox2.TabIndex = 3;
  271.             // 
  272.             // comboBox2
  273.             // 
  274.             this.comboBox2.Cursor = System.Windows.Forms.Cursors.Hand;
  275.             this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  276.             this.comboBox2.FormattingEnabled = true;
  277.             this.comboBox2.Items.AddRange(new object[] {
  278.             "员工",
  279.             "非员工"});
  280.             this.comboBox2.Location = new System.Drawing.Point(361, 228);
  281.             this.comboBox2.Name = "comboBox2";
  282.             this.comboBox2.Size = new System.Drawing.Size(151, 20);
  283.             this.comboBox2.TabIndex = 9;
  284.             // 
  285.             // comboBox3
  286.             // 
  287.             this.comboBox3.Cursor = System.Windows.Forms.Cursors.Hand;
  288.             this.comboBox3.DataSource = this.eDULEVELBindingSource1;
  289.             this.comboBox3.DisplayMember = "DESCRIPTION";
  290.             this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  291.             this.comboBox3.FormattingEnabled = true;
  292.             this.comboBox3.Location = new System.Drawing.Point(361, 285);
  293.             this.comboBox3.Name = "comboBox3";
  294.             this.comboBox3.Size = new System.Drawing.Size(151, 20);
  295.             this.comboBox3.TabIndex = 11;
  296.             this.comboBox3.ValueMember = "CODE";
  297.             // 
  298.             // comboBox4
  299.             // 
  300.             this.comboBox4.Cursor = System.Windows.Forms.Cursors.Hand;
  301.             this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  302.             this.comboBox4.FormattingEnabled = true;
  303.             this.comboBox4.Items.AddRange(new object[] {
  304.             "男",
  305.             "女"});
  306.             this.comboBox4.Location = new System.Drawing.Point(112, 145);
  307.             this.comboBox4.Name = "comboBox4";
  308.             this.comboBox4.Size = new System.Drawing.Size(125, 20);
  309.             this.comboBox4.TabIndex = 4;
  310.             // 
  311.             // comboBox5
  312.             // 
  313.             this.comboBox5.Cursor = System.Windows.Forms.Cursors.Hand;
  314.             this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  315.             this.comboBox5.FormattingEnabled = true;
  316.             this.comboBox5.Items.AddRange(new object[] {
  317.             "管理员",
  318.             "普通用户"});
  319.             this.comboBox5.Location = new System.Drawing.Point(112, 90);
  320.             this.comboBox5.Name = "comboBox5";
  321.             this.comboBox5.Size = new System.Drawing.Size(125, 20);
  322.             this.comboBox5.TabIndex = 2;
  323.             // 
  324.             // label10
  325.             // 
  326.             this.label10.AutoSize = true;
  327.             this.label10.BackColor = System.Drawing.Color.Transparent;
  328.             this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329.             this.label10.Location = new System.Drawing.Point(112, 30);
  330.             this.label10.Name = "label10";
  331.             this.label10.Size = new System.Drawing.Size(50, 17);
  332.             this.label10.TabIndex = 7;
  333.             this.label10.Text = "label10";
  334.             // 
  335.             // textBox4
  336.             // 
  337.             this.textBox4.Location = new System.Drawing.Point(111, 285);
  338.             this.textBox4.Name = "textBox4";
  339.             this.textBox4.Size = new System.Drawing.Size(126, 21);
  340.             this.textBox4.TabIndex = 12;
  341.             // 
  342.             // textBox5
  343.             // 
  344.             this.textBox5.Location = new System.Drawing.Point(112, 314);
  345.             this.textBox5.Name = "textBox5";
  346.             this.textBox5.Size = new System.Drawing.Size(401, 21);
  347.             this.textBox5.TabIndex = 13;
  348.             // 
  349.             // dateTimePicker1
  350.             // 
  351.             this.dateTimePicker1.Cursor = System.Windows.Forms.Cursors.Hand;
  352.             this.dateTimePicker1.Location = new System.Drawing.Point(112, 172);
  353.             this.dateTimePicker1.Name = "dateTimePicker1";
  354.             this.dateTimePicker1.Size = new System.Drawing.Size(125, 21);
  355.             this.dateTimePicker1.TabIndex = 5;
  356.             // 
  357.             // textBox6
  358.             // 
  359.             this.textBox6.Location = new System.Drawing.Point(111, 226);
  360.             this.textBox6.Name = "textBox6";
  361.             this.textBox6.Size = new System.Drawing.Size(126, 21);
  362.             this.textBox6.TabIndex = 7;
  363.             // 
  364.             // textBox7
  365.             // 
  366.             this.textBox7.Location = new System.Drawing.Point(111, 256);
  367.             this.textBox7.Name = "textBox7";
  368.             this.textBox7.Size = new System.Drawing.Size(126, 21);
  369.             this.textBox7.TabIndex = 8;
  370.             // 
  371.             // button1
  372.             // 
  373.             this.button1.BackColor = System.Drawing.Color.Transparent;
  374.             this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  375.             this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376.             this.button1.Location = new System.Drawing.Point(137, 31);
  377.             this.button1.Name = "button1";
  378.             this.button1.Size = new System.Drawing.Size(75, 23);
  379.             this.button1.TabIndex = 15;
  380.             this.button1.Text = "提交";
  381.             this.button1.UseVisualStyleBackColor = false;
  382.             this.button1.Click += new System.EventHandler(this.button1_Click);
  383.             // 
  384.             // button2
  385.             // 
  386.             this.button2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  387.             this.button2.BackColor = System.Drawing.Color.Transparent;
  388.             this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
  389.             this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  390.             this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  391.             this.button2.Location = new System.Drawing.Point(333, 31);
  392.             this.button2.Name = "button2";
  393.             this.button2.Size = new System.Drawing.Size(75, 23);
  394.             this.button2.TabIndex = 16;
  395.             this.button2.Text = "返回";
  396.             this.button2.UseVisualStyleBackColor = false;
  397.             this.button2.Click += new System.EventHandler(this.button2_Click);
  398.             // 
  399.             // groupBox1
  400.             // 
  401.             this.groupBox1.Controls.Add(this.pictureBox1);
  402.             this.groupBox1.Controls.Add(this.button3);
  403.             this.groupBox1.Controls.Add(this.comboBox6);
  404.             this.groupBox1.Controls.Add(this.label1);
  405.             this.groupBox1.Controls.Add(this.label2);
  406.             this.groupBox1.Controls.Add(this.label5);
  407.             this.groupBox1.Controls.Add(this.textBox8);
  408.             this.groupBox1.Controls.Add(this.textBox5);
  409.             this.groupBox1.Controls.Add(this.comboBox2);
  410.             this.groupBox1.Controls.Add(this.label17);
  411.             this.groupBox1.Controls.Add(this.label9);
  412.             this.groupBox1.Controls.Add(this.dateTimePicker1);
  413.             this.groupBox1.Controls.Add(this.label3);
  414.             this.groupBox1.Controls.Add(this.textBox7);
  415.             this.groupBox1.Controls.Add(this.label10);
  416.             this.groupBox1.Controls.Add(this.textBox6);
  417.             this.groupBox1.Controls.Add(this.label6);
  418.             this.groupBox1.Controls.Add(this.label16);
  419.             this.groupBox1.Controls.Add(this.comboBox5);
  420.             this.groupBox1.Controls.Add(this.label15);
  421.             this.groupBox1.Controls.Add(this.label4);
  422.             this.groupBox1.Controls.Add(this.label13);
  423.             this.groupBox1.Controls.Add(this.comboBox4);
  424.             this.groupBox1.Controls.Add(this.label14);
  425.             this.groupBox1.Controls.Add(this.label11);
  426.             this.groupBox1.Controls.Add(this.comboBox3);
  427.             this.groupBox1.Controls.Add(this.comboBox1);
  428.             this.groupBox1.Controls.Add(this.label7);
  429.             this.groupBox1.Controls.Add(this.label8);
  430.             this.groupBox1.Controls.Add(this.textBox1);
  431.             this.groupBox1.Controls.Add(this.textBox4);
  432.             this.groupBox1.Controls.Add(this.textBox2);
  433.             this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  434.             this.groupBox1.Location = new System.Drawing.Point(12, 12);
  435.             this.groupBox1.Name = "groupBox1";
  436.             this.groupBox1.Size = new System.Drawing.Size(563, 388);
  437.             this.groupBox1.TabIndex = 16;
  438.             this.groupBox1.TabStop = false;
  439.             this.groupBox1.Text = "员工信息填写(带*的为必须内容)";
  440.             // 
  441.             // comboBox6
  442.             // 
  443.             this.comboBox6.Cursor = System.Windows.Forms.Cursors.Hand;
  444.             this.comboBox6.DataSource = this.jOBBindingSource1;
  445.             this.comboBox6.DisplayMember = "DESCRIPTION";
  446.             this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  447.             this.comboBox6.FormattingEnabled = true;
  448.             this.comboBox6.Location = new System.Drawing.Point(112, 200);
  449.             this.comboBox6.Name = "comboBox6";
  450.             this.comboBox6.Size = new System.Drawing.Size(125, 20);
  451.             this.comboBox6.TabIndex = 6;
  452.             this.comboBox6.ValueMember = "CODE";
  453.             // 
  454.             // textBox8
  455.             // 
  456.             this.textBox8.Location = new System.Drawing.Point(111, 348);
  457.             this.textBox8.Name = "textBox8";
  458.             this.textBox8.Size = new System.Drawing.Size(401, 21);
  459.             this.textBox8.TabIndex = 14;
  460.             // 
  461.             // label17
  462.             // 
  463.             this.label17.AutoSize = true;
  464.             this.label17.BackColor = System.Drawing.Color.Transparent;
  465.             this.label17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  466.             this.label17.Location = new System.Drawing.Point(41, 353);
  467.             this.label17.Name = "label17";
  468.             this.label17.Size = new System.Drawing.Size(29, 12);
  469.             this.label17.TabIndex = 1;
  470.             this.label17.Text = "备注";
  471.             // 
  472.             // groupBox2
  473.             // 
  474.             this.groupBox2.Controls.Add(this.button1);
  475.             this.groupBox2.Controls.Add(this.button2);
  476.             this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477.             this.groupBox2.Location = new System.Drawing.Point(12, 406);
  478.             this.groupBox2.Name = "groupBox2";
  479.             this.groupBox2.Size = new System.Drawing.Size(563, 70);
  480.             this.groupBox2.TabIndex = 17;
  481.             this.groupBox2.TabStop = false;
  482.             this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
  483.             // 
  484.             // button3
  485.             // 
  486.             this.button3.Location = new System.Drawing.Point(283, 58);
  487.             this.button3.Name = "button3";
  488.             this.button3.Size = new System.Drawing.Size(75, 23);
  489.             this.button3.TabIndex = 15;
  490.             this.button3.Text = "添加照片";
  491.             this.button3.UseVisualStyleBackColor = true;
  492.             this.button3.Click += new System.EventHandler(this.button3_Click);
  493.             // 
  494.             // pictureBox1
  495.             // 
  496.             this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  497.             this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  498.             this.pictureBox1.Location = new System.Drawing.Point(384, 60);
  499.             this.pictureBox1.Name = "pictureBox1";
  500.             this.pictureBox1.Size = new System.Drawing.Size(128, 142);
  501.             this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  502.             this.pictureBox1.TabIndex = 16;
  503.             this.pictureBox1.TabStop = false;
  504.             // 
  505.             // employee_add
  506.             // 
  507.             this.AcceptButton = this.button1;
  508.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  509.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  510.             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  511.             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  512.             this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  513.             this.CancelButton = this.button2;
  514.             this.ClientSize = new System.Drawing.Size(587, 485);
  515.             this.Controls.Add(this.groupBox2);
  516.             this.Controls.Add(this.groupBox1);
  517.             this.MaximizeBox = false;
  518.             this.Name = "employee_add";
  519.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  520.             this.Text = "增加新员工";
  521.             this.Load += new System.EventHandler(this.employee_add_Load);
  522.             ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource1)).EndInit();
  523.             ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource)).EndInit();
  524.             ((System.ComponentModel.ISupportInitialize)(this.eDULEVELBindingSource1)).EndInit();
  525.             ((System.ComponentModel.ISupportInitialize)(this.eDULEVELBindingSource)).EndInit();
  526.             this.groupBox1.ResumeLayout(false);
  527.             this.groupBox1.PerformLayout();
  528.             ((System.ComponentModel.ISupportInitialize)(this.jOBBindingSource1)).EndInit();
  529.             ((System.ComponentModel.ISupportInitialize)(this.jOBBindingSource)).EndInit();
  530.             this.groupBox2.ResumeLayout(false);
  531.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  532.             this.ResumeLayout(false);
  533.         }
  534.         #endregion
  535.         private System.Windows.Forms.ComboBox comboBox1;
  536.         //private 人事管理系统DataSet 人事管理系统DataSet;
  537.         //private 人事管理系统.人事管理系统DataSetTableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
  538.         private System.Windows.Forms.Label label1;
  539.         private System.Windows.Forms.Label label2;
  540.         private System.Windows.Forms.Label label3;
  541.         private System.Windows.Forms.Label label4;
  542.         private System.Windows.Forms.Label label5;
  543.         private System.Windows.Forms.Label label6;
  544.         private System.Windows.Forms.Label label7;
  545.         private System.Windows.Forms.Label label8;
  546.         private System.Windows.Forms.Label label9;
  547.         private System.Windows.Forms.Label label11;
  548.         private System.Windows.Forms.Label label13;
  549.         private System.Windows.Forms.Label label14;
  550.         private System.Windows.Forms.Label label15;
  551.         private System.Windows.Forms.Label label16;
  552.         private System.Windows.Forms.TextBox textBox1;
  553.         private System.Windows.Forms.TextBox textBox2;
  554.         private System.Windows.Forms.ComboBox comboBox2;
  555.         private System.Windows.Forms.ComboBox comboBox3;
  556.         private System.Windows.Forms.ComboBox comboBox4;
  557.         private System.Windows.Forms.ComboBox comboBox5;
  558.         private System.Windows.Forms.Label label10;
  559.         private System.Windows.Forms.TextBox textBox4;
  560.         private System.Windows.Forms.TextBox textBox5;
  561.         private System.Windows.Forms.DateTimePicker dateTimePicker1;
  562.         private System.Windows.Forms.TextBox textBox6;
  563.         private System.Windows.Forms.TextBox textBox7;
  564.         private System.Windows.Forms.Button button1;
  565.         private System.Windows.Forms.Button button2;
  566.         private System.Windows.Forms.GroupBox groupBox1;
  567.         private System.Windows.Forms.GroupBox groupBox2;
  568.         private System.Windows.Forms.TextBox textBox8;
  569.         private System.Windows.Forms.Label label17;
  570.         //private 人事管理系统DataSet3 人事管理系统DataSet3;
  571.         //private 人事管理系统.人事管理系统DataSet3TableAdapters.EDU_LEVELTableAdapter eDU_LEVELTableAdapter;
  572.         //private 人事管理系统DataSet 人事管理系统DataSet;
  573.         //private 人事管理系统.人事管理系统DataSetTableAdapters.EDU_LEVELTableAdapter eDU_LEVELTableAdapter1;
  574.         //private 人事管理系统DataSet1 人事管理系统DataSet1;
  575.         //private 人事管理系统.人事管理系统DataSet1TableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
  576.         private System.Windows.Forms.ComboBox comboBox6;
  577.         //private 人事管理系统DataSet7 人事管理系统DataSet7;
  578.         private System.Windows.Forms.BindingSource jOBBindingSource;
  579.         //private 人事管理系统DataSet2 人事管理系统DataSet2;
  580.         private System.Windows.Forms.BindingSource eDULEVELBindingSource;
  581.         //private 人事管理系统.人事管理系统DataSet2TableAdapters.EDU_LEVELTableAdapter eDU_LEVELTableAdapter;
  582.         //private 人事管理系统DataSet 人事管理系统DataSet;
  583.         private System.Windows.Forms.BindingSource dEPARTMENTBindingSource;
  584.         //private 人事管理系统DataSet 人事管理系统DataSet;
  585.         private System.Windows.Forms.BindingSource jOBBindingSource1;
  586.         //private 人事管理系统.人事管理系统DataSetTableAdapters.JOBTableAdapter jOBTableAdapter;
  587.         //private 人事管理系统DataSet1 人事管理系统DataSet1;
  588.         private System.Windows.Forms.BindingSource eDULEVELBindingSource1;
  589.         //private 人事管理系统.人事管理系统DataSet1TableAdapters.EDU_LEVELTableAdapter eDU_LEVELTableAdapter;
  590.         //private 人事管理系统DataSet2 人事管理系统DataSet2;
  591.         private System.Windows.Forms.BindingSource dEPARTMENTBindingSource1;
  592.         private System.Windows.Forms.PictureBox pictureBox1;
  593.         private System.Windows.Forms.Button button3;
  594.         //private 人事管理系统.人事管理系统DataSet2TableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
  595.         //private 人事管理系统.人事管理系统DataSetTableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
  596.         //private 人事管理系统.人事管理系统DataSet7TableAdapters.JOBTableAdapter jOBTableAdapter;
  597.     }
  598. }