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

企业管理

开发平台:

C#

  1. namespace 人事管理系统
  2. {
  3.     partial class employee_inf
  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.tabControl1 = new System.Windows.Forms.TabControl();
  30.             this.tabPage1 = new System.Windows.Forms.TabPage();
  31.             this.label8 = new System.Windows.Forms.Label();
  32.             this.groupBox3 = new System.Windows.Forms.GroupBox();
  33.             this.button6 = new System.Windows.Forms.Button();
  34.             this.button1 = new System.Windows.Forms.Button();
  35.             this.button2 = new System.Windows.Forms.Button();
  36.             this.dataGridView1 = new System.Windows.Forms.DataGridView();
  37.             this.tabPage2 = new System.Windows.Forms.TabPage();
  38.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  39.             this.button5 = new System.Windows.Forms.Button();
  40.             this.button4 = new System.Windows.Forms.Button();
  41.             this.dataGridView2 = new System.Windows.Forms.DataGridView();
  42.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  43.             this.button3 = new System.Windows.Forms.Button();
  44.             this.radiobutton2 = new System.Windows.Forms.RadioButton();
  45.             this.radiobutton1 = new System.Windows.Forms.RadioButton();
  46.             this.textBox1 = new System.Windows.Forms.TextBox();
  47.             this.label2 = new System.Windows.Forms.Label();
  48.             this.comboBox1 = new System.Windows.Forms.ComboBox();
  49.             this.label1 = new System.Windows.Forms.Label();
  50.             this.pERSONBindingSource = new System.Windows.Forms.BindingSource(this.components);
  51.             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  52.             this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  53.             this.label3 = new System.Windows.Forms.Label();
  54.             this.label4 = new System.Windows.Forms.Label();
  55.             this.label5 = new System.Windows.Forms.Label();
  56.             this.label6 = new System.Windows.Forms.Label();
  57.             this.label7 = new System.Windows.Forms.Label();
  58.             this.tabControl1.SuspendLayout();
  59.             this.tabPage1.SuspendLayout();
  60.             this.groupBox3.SuspendLayout();
  61.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  62.             this.tabPage2.SuspendLayout();
  63.             this.groupBox2.SuspendLayout();
  64.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  65.             this.groupBox1.SuspendLayout();
  66.             ((System.ComponentModel.ISupportInitialize)(this.pERSONBindingSource)).BeginInit();
  67.             this.statusStrip1.SuspendLayout();
  68.             this.SuspendLayout();
  69.             // 
  70.             // tabControl1
  71.             // 
  72.             this.tabControl1.Controls.Add(this.tabPage1);
  73.             this.tabControl1.Controls.Add(this.tabPage2);
  74.             this.tabControl1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75.             this.tabControl1.Location = new System.Drawing.Point(-1, 1);
  76.             this.tabControl1.Name = "tabControl1";
  77.             this.tabControl1.SelectedIndex = 0;
  78.             this.tabControl1.Size = new System.Drawing.Size(582, 354);
  79.             this.tabControl1.TabIndex = 0;
  80.             // 
  81.             // tabPage1
  82.             // 
  83.             this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  84.             this.tabPage1.Controls.Add(this.label8);
  85.             this.tabPage1.Controls.Add(this.groupBox3);
  86.             this.tabPage1.Controls.Add(this.dataGridView1);
  87.             this.tabPage1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88.             this.tabPage1.Location = new System.Drawing.Point(4, 21);
  89.             this.tabPage1.Name = "tabPage1";
  90.             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  91.             this.tabPage1.Size = new System.Drawing.Size(574, 329);
  92.             this.tabPage1.TabIndex = 0;
  93.             this.tabPage1.Text = "显示员工信息";
  94.             this.tabPage1.UseVisualStyleBackColor = true;
  95.             // 
  96.             // label8
  97.             // 
  98.             this.label8.AutoSize = true;
  99.             this.label8.Location = new System.Drawing.Point(506, 312);
  100.             this.label8.Name = "label8";
  101.             this.label8.Size = new System.Drawing.Size(41, 12);
  102.             this.label8.TabIndex = 3;
  103.             this.label8.Text = "label8";
  104.             this.label8.Visible = false;
  105.             // 
  106.             // groupBox3
  107.             // 
  108.             this.groupBox3.Controls.Add(this.button6);
  109.             this.groupBox3.Controls.Add(this.button1);
  110.             this.groupBox3.Controls.Add(this.button2);
  111.             this.groupBox3.Location = new System.Drawing.Point(7, 238);
  112.             this.groupBox3.Name = "groupBox3";
  113.             this.groupBox3.Size = new System.Drawing.Size(555, 78);
  114.             this.groupBox3.TabIndex = 2;
  115.             this.groupBox3.TabStop = false;
  116.             // 
  117.             // button6
  118.             // 
  119.             this.button6.Cursor = System.Windows.Forms.Cursors.Hand;
  120.             this.button6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121.             this.button6.Location = new System.Drawing.Point(30, 26);
  122.             this.button6.Name = "button6";
  123.             this.button6.Size = new System.Drawing.Size(98, 23);
  124.             this.button6.TabIndex = 2;
  125.             this.button6.Text = "刷新所有信息";
  126.             this.button6.UseVisualStyleBackColor = true;
  127.             this.button6.Click += new System.EventHandler(this.button6_Click);
  128.             // 
  129.             // button1
  130.             // 
  131.             this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  132.             this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133.             this.button1.Location = new System.Drawing.Point(248, 26);
  134.             this.button1.Name = "button1";
  135.             this.button1.Size = new System.Drawing.Size(75, 23);
  136.             this.button1.TabIndex = 1;
  137.             this.button1.Text = "*保存";
  138.             this.button1.UseVisualStyleBackColor = true;
  139.             this.button1.Click += new System.EventHandler(this.button1_Click);
  140.             // 
  141.             // button2
  142.             // 
  143.             this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
  144.             this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145.             this.button2.Location = new System.Drawing.Point(432, 26);
  146.             this.button2.Name = "button2";
  147.             this.button2.Size = new System.Drawing.Size(75, 23);
  148.             this.button2.TabIndex = 1;
  149.             this.button2.Text = "返回";
  150.             this.button2.UseVisualStyleBackColor = true;
  151.             this.button2.Click += new System.EventHandler(this.button2_Click);
  152.             // 
  153.             // dataGridView1
  154.             // 
  155.             this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  156.             this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  157.             this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  158.             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  159.             this.dataGridView1.Location = new System.Drawing.Point(1, 0);
  160.             this.dataGridView1.Name = "dataGridView1";
  161.             this.dataGridView1.RowTemplate.Height = 23;
  162.             this.dataGridView1.Size = new System.Drawing.Size(567, 232);
  163.             this.dataGridView1.StandardTab = true;
  164.             this.dataGridView1.TabIndex = 0;
  165.             this.dataGridView1.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDoubleClick);
  166.             // 
  167.             // tabPage2
  168.             // 
  169.             this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  170.             this.tabPage2.Controls.Add(this.groupBox2);
  171.             this.tabPage2.Controls.Add(this.groupBox1);
  172.             this.tabPage2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173.             this.tabPage2.Location = new System.Drawing.Point(4, 21);
  174.             this.tabPage2.Name = "tabPage2";
  175.             this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  176.             this.tabPage2.Size = new System.Drawing.Size(574, 329);
  177.             this.tabPage2.TabIndex = 1;
  178.             this.tabPage2.Text = "员工信息查询";
  179.             this.tabPage2.UseVisualStyleBackColor = true;
  180.             // 
  181.             // groupBox2
  182.             // 
  183.             this.groupBox2.Controls.Add(this.button5);
  184.             this.groupBox2.Controls.Add(this.button4);
  185.             this.groupBox2.Controls.Add(this.dataGridView2);
  186.             this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187.             this.groupBox2.Location = new System.Drawing.Point(169, 6);
  188.             this.groupBox2.Name = "groupBox2";
  189.             this.groupBox2.Size = new System.Drawing.Size(397, 310);
  190.             this.groupBox2.TabIndex = 1;
  191.             this.groupBox2.TabStop = false;
  192.             this.groupBox2.Text = "显示查询结果";
  193.             // 
  194.             // button5
  195.             // 
  196.             this.button5.Cursor = System.Windows.Forms.Cursors.Hand;
  197.             this.button5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198.             this.button5.Location = new System.Drawing.Point(251, 272);
  199.             this.button5.Name = "button5";
  200.             this.button5.Size = new System.Drawing.Size(75, 23);
  201.             this.button5.TabIndex = 1;
  202.             this.button5.Text = "清空信息";
  203.             this.button5.UseVisualStyleBackColor = true;
  204.             this.button5.Click += new System.EventHandler(this.button5_Click);
  205.             // 
  206.             // button4
  207.             // 
  208.             this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
  209.             this.button4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210.             this.button4.Location = new System.Drawing.Point(68, 272);
  211.             this.button4.Name = "button4";
  212.             this.button4.Size = new System.Drawing.Size(75, 23);
  213.             this.button4.TabIndex = 1;
  214.             this.button4.Text = "*保存修改";
  215.             this.button4.UseVisualStyleBackColor = true;
  216.             this.button4.Click += new System.EventHandler(this.button4_Click);
  217.             // 
  218.             // dataGridView2
  219.             // 
  220.             this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  221.             this.dataGridView2.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  222.             this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  223.             this.dataGridView2.Location = new System.Drawing.Point(6, 17);
  224.             this.dataGridView2.Name = "dataGridView2";
  225.             this.dataGridView2.RowTemplate.Height = 23;
  226.             this.dataGridView2.Size = new System.Drawing.Size(385, 232);
  227.             this.dataGridView2.TabIndex = 0;
  228.             this.dataGridView2.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView2_CellMouseDoubleClick);
  229.             // 
  230.             // groupBox1
  231.             // 
  232.             this.groupBox1.Controls.Add(this.button3);
  233.             this.groupBox1.Controls.Add(this.radiobutton2);
  234.             this.groupBox1.Controls.Add(this.radiobutton1);
  235.             this.groupBox1.Controls.Add(this.textBox1);
  236.             this.groupBox1.Controls.Add(this.label2);
  237.             this.groupBox1.Controls.Add(this.comboBox1);
  238.             this.groupBox1.Controls.Add(this.label1);
  239.             this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240.             this.groupBox1.Location = new System.Drawing.Point(7, 6);
  241.             this.groupBox1.Name = "groupBox1";
  242.             this.groupBox1.Size = new System.Drawing.Size(156, 310);
  243.             this.groupBox1.TabIndex = 0;
  244.             this.groupBox1.TabStop = false;
  245.             this.groupBox1.Text = "查询条件";
  246.             // 
  247.             // button3
  248.             // 
  249.             this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
  250.             this.button3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251.             this.button3.Location = new System.Drawing.Point(37, 272);
  252.             this.button3.Name = "button3";
  253.             this.button3.Size = new System.Drawing.Size(75, 23);
  254.             this.button3.TabIndex = 5;
  255.             this.button3.Text = "查询结果";
  256.             this.button3.UseVisualStyleBackColor = true;
  257.             this.button3.Click += new System.EventHandler(this.button3_Click);
  258.             // 
  259.             // radiobutton2
  260.             // 
  261.             this.radiobutton2.AutoSize = true;
  262.             this.radiobutton2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263.             this.radiobutton2.Location = new System.Drawing.Point(33, 223);
  264.             this.radiobutton2.Name = "radiobutton2";
  265.             this.radiobutton2.Size = new System.Drawing.Size(71, 16);
  266.             this.radiobutton2.TabIndex = 4;
  267.             this.radiobutton2.TabStop = true;
  268.             this.radiobutton2.Text = "模糊查找";
  269.             this.radiobutton2.UseVisualStyleBackColor = true;
  270.             // 
  271.             // radiobutton1
  272.             // 
  273.             this.radiobutton1.AutoSize = true;
  274.             this.radiobutton1.Checked = true;
  275.             this.radiobutton1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276.             this.radiobutton1.Location = new System.Drawing.Point(33, 188);
  277.             this.radiobutton1.Name = "radiobutton1";
  278.             this.radiobutton1.Size = new System.Drawing.Size(71, 16);
  279.             this.radiobutton1.TabIndex = 4;
  280.             this.radiobutton1.TabStop = true;
  281.             this.radiobutton1.Text = "精确查找";
  282.             this.radiobutton1.UseVisualStyleBackColor = true;
  283.             // 
  284.             // textBox1
  285.             // 
  286.             this.textBox1.Location = new System.Drawing.Point(17, 138);
  287.             this.textBox1.Name = "textBox1";
  288.             this.textBox1.Size = new System.Drawing.Size(131, 21);
  289.             this.textBox1.TabIndex = 3;
  290.             // 
  291.             // label2
  292.             // 
  293.             this.label2.AutoSize = true;
  294.             this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295.             this.label2.Location = new System.Drawing.Point(14, 106);
  296.             this.label2.Name = "label2";
  297.             this.label2.Size = new System.Drawing.Size(77, 12);
  298.             this.label2.TabIndex = 2;
  299.             this.label2.Text = "填写查询内容";
  300.             // 
  301.             // comboBox1
  302.             // 
  303.             this.comboBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  304.             this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  305.             this.comboBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306.             this.comboBox1.FormattingEnabled = true;
  307.             this.comboBox1.Items.AddRange(new object[] {
  308.             "员工号",
  309.             "姓名",
  310.             "性别",
  311.             "生日",
  312.             "联系电话",
  313.             "所在部门",
  314.             "职务",
  315.             "受教育程度",
  316.             "专业技能",
  317.             "家庭住址",
  318.             "电子邮箱"});
  319.             this.comboBox1.Location = new System.Drawing.Point(16, 64);
  320.             this.comboBox1.MaxDropDownItems = 15;
  321.             this.comboBox1.Name = "comboBox1";
  322.             this.comboBox1.Size = new System.Drawing.Size(132, 20);
  323.             this.comboBox1.TabIndex = 1;
  324.             // 
  325.             // label1
  326.             // 
  327.             this.label1.AutoSize = true;
  328.             this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329.             this.label1.Location = new System.Drawing.Point(14, 30);
  330.             this.label1.Name = "label1";
  331.             this.label1.Size = new System.Drawing.Size(77, 12);
  332.             this.label1.TabIndex = 0;
  333.             this.label1.Text = "选择查询字段";
  334.             // 
  335.             // statusStrip1
  336.             // 
  337.             this.statusStrip1.BackColor = System.Drawing.Color.Transparent;
  338.             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  339.             this.toolStripStatusLabel1});
  340.             this.statusStrip1.Location = new System.Drawing.Point(0, 357);
  341.             this.statusStrip1.Name = "statusStrip1";
  342.             this.statusStrip1.Size = new System.Drawing.Size(579, 22);
  343.             this.statusStrip1.TabIndex = 1;
  344.             this.statusStrip1.Text = "statusStrip1";
  345.             // 
  346.             // toolStripStatusLabel1
  347.             // 
  348.             this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  349.             this.toolStripStatusLabel1.Size = new System.Drawing.Size(67, 17);
  350.             this.toolStripStatusLabel1.Text = "欢迎您登陆";
  351.             // 
  352.             // label3
  353.             // 
  354.             this.label3.AutoSize = true;
  355.             this.label3.Location = new System.Drawing.Point(66, 362);
  356.             this.label3.Name = "label3";
  357.             this.label3.Size = new System.Drawing.Size(41, 12);
  358.             this.label3.TabIndex = 2;
  359.             this.label3.Text = "label3";
  360.             // 
  361.             // label4
  362.             // 
  363.             this.label4.AutoSize = true;
  364.             this.label4.Location = new System.Drawing.Point(115, 362);
  365.             this.label4.Name = "label4";
  366.             this.label4.Size = new System.Drawing.Size(11, 12);
  367.             this.label4.TabIndex = 3;
  368.             this.label4.Text = ":";
  369.             // 
  370.             // label5
  371.             // 
  372.             this.label5.AutoSize = true;
  373.             this.label5.Location = new System.Drawing.Point(126, 362);
  374.             this.label5.Name = "label5";
  375.             this.label5.Size = new System.Drawing.Size(41, 12);
  376.             this.label5.TabIndex = 3;
  377.             this.label5.Text = "label4";
  378.             // 
  379.             // label6
  380.             // 
  381.             this.label6.AutoSize = true;
  382.             this.label6.Location = new System.Drawing.Point(385, 362);
  383.             this.label6.Name = "label6";
  384.             this.label6.Size = new System.Drawing.Size(167, 12);
  385.             this.label6.TabIndex = 4;
  386.             this.label6.Text = "加*的项对于普通用户没有权限";
  387.             // 
  388.             // label7
  389.             // 
  390.             this.label7.AutoSize = true;
  391.             this.label7.Location = new System.Drawing.Point(191, 362);
  392.             this.label7.Name = "label7";
  393.             this.label7.Size = new System.Drawing.Size(185, 12);
  394.             this.label7.TabIndex = 5;
  395.             this.label7.Text = "表中信息可以双击进行查看并修改";
  396.             // 
  397.             // employee_inf
  398.             // 
  399.             this.AcceptButton = this.button3;
  400.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  401.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  402.             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  403.             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  404.             this.ClientSize = new System.Drawing.Size(579, 379);
  405.             this.Controls.Add(this.label7);
  406.             this.Controls.Add(this.label6);
  407.             this.Controls.Add(this.label5);
  408.             this.Controls.Add(this.label4);
  409.             this.Controls.Add(this.label3);
  410.             this.Controls.Add(this.statusStrip1);
  411.             this.Controls.Add(this.tabControl1);
  412.             this.MaximizeBox = false;
  413.             this.Name = "employee_inf";
  414.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  415.             this.Text = "员工信息查询与修改";
  416.             this.Load += new System.EventHandler(this.employee_inf_Load);
  417.             this.tabControl1.ResumeLayout(false);
  418.             this.tabPage1.ResumeLayout(false);
  419.             this.tabPage1.PerformLayout();
  420.             this.groupBox3.ResumeLayout(false);
  421.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  422.             this.tabPage2.ResumeLayout(false);
  423.             this.groupBox2.ResumeLayout(false);
  424.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  425.             this.groupBox1.ResumeLayout(false);
  426.             this.groupBox1.PerformLayout();
  427.             ((System.ComponentModel.ISupportInitialize)(this.pERSONBindingSource)).EndInit();
  428.             this.statusStrip1.ResumeLayout(false);
  429.             this.statusStrip1.PerformLayout();
  430.             this.ResumeLayout(false);
  431.             this.PerformLayout();
  432.         }
  433.         #endregion
  434.         private System.Windows.Forms.TabControl tabControl1;
  435.         private System.Windows.Forms.TabPage tabPage1;
  436.         private System.Windows.Forms.TabPage tabPage2;
  437.         private System.Windows.Forms.Button button2;
  438.         private System.Windows.Forms.Button button1;
  439.         private System.Windows.Forms.GroupBox groupBox3;
  440.         private System.Windows.Forms.GroupBox groupBox2;
  441.         private System.Windows.Forms.GroupBox groupBox1;
  442.         private System.Windows.Forms.ComboBox comboBox1;
  443.         private System.Windows.Forms.Label label1;
  444.         private System.Windows.Forms.Button button3;
  445.         private System.Windows.Forms.RadioButton radiobutton2;
  446.         private System.Windows.Forms.RadioButton radiobutton1;
  447.         private System.Windows.Forms.TextBox textBox1;
  448.         private System.Windows.Forms.Label label2;
  449.         private System.Windows.Forms.Button button5;
  450.         private System.Windows.Forms.Button button4;
  451.         private System.Windows.Forms.DataGridView dataGridView2;
  452.         //private 人事管理系统DataSet1 人事管理系统DataSet1;
  453.         //private 人事管理系统DataSet2 人事管理系统DataSet2;
  454.         private System.Windows.Forms.BindingSource pERSONBindingSource;
  455.         //private 人事管理系统.人事管理系统DataSet2TableAdapters.PERSONTableAdapter pERSONTableAdapter;
  456.         private System.Windows.Forms.Button button6;
  457.         private System.Windows.Forms.StatusStrip statusStrip1;
  458.         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  459.         public System.Windows.Forms.Label label3;
  460.         private System.Windows.Forms.Label label4;
  461.         public System.Windows.Forms.Label label5;
  462.         private System.Windows.Forms.Label label6;
  463.         private System.Windows.Forms.DataGridView dataGridView1;
  464.         private System.Windows.Forms.Label label7;
  465.         public System.Windows.Forms.Label label8;
  466.         
  467.     }
  468. }