FormWorker.Designer.cs

namespace ProductManager
{
    partial class FormWorker
    {
        /// <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(FormWorker));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
            this.splitContainer = new System.Windows.Forms.SplitContainer();
            this.gbButton = new System.Windows.Forms.GroupBox();
            this.btnAdd = new System.Windows.Forms.Button();
            this.btnModify = new System.Windows.Forms.Button();
            this.btnDelete = new System.Windows.Forms.Button();
            this.btnSave = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.gbText = new System.Windows.Forms.GroupBox();
            this.comboJiguan = new System.Windows.Forms.ComboBox();
            this.comboMinzu = new System.Windows.Forms.ComboBox();
            this.gbView = new System.Windows.Forms.GroupBox();
            this.cmbValue = new System.Windows.Forms.ComboBox();
            this.btnQuery = new System.Windows.Forms.Button();
            this.cmbQuery = new System.Windows.Forms.ComboBox();
            this.lastButton = new System.Windows.Forms.Button();
            this.previousButton = new System.Windows.Forms.Button();
            this.firstButton = new System.Windows.Forms.Button();
            this.labelPosition = new System.Windows.Forms.Label();
            this.nextButton = new System.Windows.Forms.Button();
            this.comboDepartment = new System.Windows.Forms.ComboBox();
            this.maskedTextAge = new System.Windows.Forms.MaskedTextBox();
            this.maskedTextTEL = new System.Windows.Forms.MaskedTextBox();
            this.maskedTextPhone = new System.Windows.Forms.MaskedTextBox();
            this.maskedTextCardID = new System.Windows.Forms.MaskedTextBox();
            this.comboSingle = new System.Windows.Forms.ComboBox();
            this.comboXueli = new System.Windows.Forms.ComboBox();
            this.dtpBirthday = new System.Windows.Forms.DateTimePicker();
            this.comboSex = new System.Windows.Forms.ComboBox();
            this.txtAddress = new System.Windows.Forms.TextBox();
            this.txtName = new System.Windows.Forms.TextBox();
            this.pictureWorker = new System.Windows.Forms.PictureBox();
            this.label14 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.maskedTextID = new System.Windows.Forms.MaskedTextBox();
            this.dgvWorker = new System.Windows.Forms.DataGridView();
            this.columnImage = new System.Windows.Forms.DataGridViewImageColumn();
            this.columnWorkerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.olumnWorkerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.columnDepartmentName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.columnSex = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.columnBirthday = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.columnAge = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.columnJiguan = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.columnMinzu = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.columnXueli = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.columnSingle = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.openFile = new System.Windows.Forms.OpenFileDialog();
            this.splitContainer.Panel1.SuspendLayout();
            this.splitContainer.Panel2.SuspendLayout();
            this.splitContainer.SuspendLayout();
            this.gbButton.SuspendLayout();
            this.gbText.SuspendLayout();
            this.gbView.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureWorker)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvWorker)).BeginInit();
            this.SuspendLayout();
            //
            // splitContainer
            //
            this.splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer.Location = new System.Drawing.Point(0, 0);
            this.splitContainer.Name = "splitContainer";
            this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
            //
            // splitContainer.Panel1
            //
            this.splitContainer.Panel1.Controls.Add(this.gbButton);
            this.splitContainer.Panel1.Controls.Add(this.gbText);
            //
            // splitContainer.Panel2
            //
            this.splitContainer.Panel2.Controls.Add(this.dgvWorker);
            this.splitContainer.Size = new System.Drawing.Size(792, 592);
            this.splitContainer.SplitterDistance = 360;
            this.splitContainer.TabIndex = 0;
            //
            // gbButton
            //
            this.gbButton.Controls.Add(this.btnAdd);
            this.gbButton.Controls.Add(this.btnModify);
            this.gbButton.Controls.Add(this.btnDelete);
            this.gbButton.Controls.Add(this.btnSave);
            this.gbButton.Controls.Add(this.btnCancel);
            this.gbButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.gbButton.Location = new System.Drawing.Point(44, 300);
            this.gbButton.Name = "gbButton";
            this.gbButton.Size = new System.Drawing.Size(700, 42);
            this.gbButton.TabIndex = 63;
            this.gbButton.TabStop = false;
            //
            // btnAdd
            //
            this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnAdd.Font = new System.Drawing.Font("宋体", 9.5F);
            this.btnAdd.ForeColor = System.Drawing.SystemColors.Desktop;
            this.btnAdd.Location = new System.Drawing.Point(5, 11);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(75, 26);
            this.btnAdd.TabIndex = 15;
            this.btnAdd.Text = "添加(&A)";
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            //
            // btnModify
            //
            this.btnModify.Enabled = false;
            this.btnModify.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnModify.Font = new System.Drawing.Font("宋体", 9.5F);
            this.btnModify.ForeColor = System.Drawing.SystemColors.Desktop;
            this.btnModify.Location = new System.Drawing.Point(115, 11);
            this.btnModify.Name = "btnModify";
            this.btnModify.Size = new System.Drawing.Size(75, 26);
            this.btnModify.TabIndex = 16;
            this.btnModify.Text = "修改(&U)";
            this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
            //
            // btnDelete
            //
            this.btnDelete.Enabled = false;
            this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnDelete.Font = new System.Drawing.Font("宋体", 9.5F);
            this.btnDelete.ForeColor = System.Drawing.SystemColors.Desktop;
            this.btnDelete.Location = new System.Drawing.Point(225, 11);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(75, 26);
            this.btnDelete.TabIndex = 17;
            this.btnDelete.Text = "删除(&D)";
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            //
            // btnSave
            //
            this.btnSave.Enabled = false;
            this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnSave.Font = new System.Drawing.Font("宋体", 9.5F);
            this.btnSave.ForeColor = System.Drawing.SystemColors.Desktop;
            this.btnSave.Location = new System.Drawing.Point(510, 11);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(75, 26);
            this.btnSave.TabIndex = 18;
            this.btnSave.Text = "保存(&S)";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            //
            // btnCancel
            //
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnCancel.Font = new System.Drawing.Font("宋体", 9.5F);
            this.btnCancel.ForeColor = System.Drawing.SystemColors.Desktop;
            this.btnCancel.Location = new System.Drawing.Point(620, 11);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 26);
            this.btnCancel.TabIndex = 19;
            this.btnCancel.Text = "取消(&C)";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            //
            // gbText
            //
            this.gbText.Controls.Add(this.comboJiguan);
            this.gbText.Controls.Add(this.comboMinzu);
            this.gbText.Controls.Add(this.gbView);
            this.gbText.Controls.Add(this.comboDepartment);
            this.gbText.Controls.Add(this.maskedTextAge);
            this.gbText.Controls.Add(this.maskedTextTEL);
            this.gbText.Controls.Add(this.maskedTextPhone);
            this.gbText.Controls.Add(this.maskedTextCardID);
            this.gbText.Controls.Add(this.comboSingle);
            this.gbText.Controls.Add(this.comboXueli);
            this.gbText.Controls.Add(this.dtpBirthday);
            this.gbText.Controls.Add(this.comboSex);
            this.gbText.Controls.Add(this.txtAddress);
            this.gbText.Controls.Add(this.txtName);
            this.gbText.Controls.Add(this.pictureWorker);
            this.gbText.Controls.Add(this.label14);
            this.gbText.Controls.Add(this.label13);
            this.gbText.Controls.Add(this.label12);
            this.gbText.Controls.Add(this.label11);
            this.gbText.Controls.Add(this.label10);
            this.gbText.Controls.Add(this.label9);
            this.gbText.Controls.Add(this.label8);
            this.gbText.Controls.Add(this.label7);
            this.gbText.Controls.Add(this.label6);
            this.gbText.Controls.Add(this.label5);
            this.gbText.Controls.Add(this.label4);
            this.gbText.Controls.Add(this.label3);
            this.gbText.Controls.Add(this.label2);
            this.gbText.Controls.Add(this.label1);
            this.gbText.Controls.Add(this.maskedTextID);
            this.gbText.Location = new System.Drawing.Point(44, 48);
            this.gbText.Name = "gbText";
            this.gbText.Size = new System.Drawing.Size(700, 252);
            this.gbText.TabIndex = 0;
            this.gbText.TabStop = false;
            this.gbText.Text = "员工信息";
            //
            // comboJiguan
            //
            this.comboJiguan.FormattingEnabled = true;
            this.comboJiguan.Items.AddRange(new object[] {
            "黑龙江省",
            "吉林省",
            "辽宁省",
            "安徽省",
            "福建省",
            "甘肃省",
            "广东省",
            "贵州省",
            "海南省",
            "河北省",
            "河南省",
            "湖北省",
            "湖南省",
            "江苏省",
            "江西省",
            "青海省",
            "山东省",
            "山西省",
            "陕西省",
            "四川省",
            "台湾省",
            "云南省",
            "浙江省"});
            this.comboJiguan.Location = new System.Drawing.Point(100, 143);
            this.comboJiguan.Name = "comboJiguan";
            this.comboJiguan.Size = new System.Drawing.Size(155, 20);
            this.comboJiguan.TabIndex = 38;
            this.comboJiguan.TextChanged += new System.EventHandler(this.comboJiguan_TextChanged);
            //
            // comboMinzu
            //
            this.comboMinzu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboMinzu.FormattingEnabled = true;
            this.comboMinzu.Items.AddRange(new object[] {
            "汉族",
            "白族",
            "藏族",
            "傣族",
            "侗族",
            "回族",
            "京族",
            "黎族",
            "满族",
            "苗族",
            "怒族",
            "羌族",
            "畲族",
            "水族",
            "土族",
            "佤族",
            "瑶族",
            "彝族",
            "壮族",
            "朝鲜族",
            "阿昌族",
            "保安族",
            "布朗族",
            "布依族",
            "德昂族",
            "东乡族",
            "独龙族",
            "高山族",
            "哈尼族",
            "赫哲族",
            "基诺族",
            "景颇族",
            "拉祜族",
            "傈僳族",
            "珞巴族",
            "毛南族",
            "门巴族",
            "蒙古族",
            "仫佬族",
            "纳西族",
            "普米族",
            "撒拉族",
            "土家族",
            "锡伯族",
            "仡佬族",
            "裕固族",
            "达斡尔族",
            "俄罗斯族",
            "鄂伦春族",
            "鄂温克族",
            "哈萨克族",
            "塔吉克族",
            "塔塔尔族",
            "柯尔克孜族",
            "乌孜别克族"});
            this.comboMinzu.Location = new System.Drawing.Point(369, 143);
            this.comboMinzu.Name = "comboMinzu";
            this.comboMinzu.Size = new System.Drawing.Size(161, 20);
            this.comboMinzu.TabIndex = 37;
            //
            // gbView
            //
            this.gbView.Controls.Add(this.cmbValue);
            this.gbView.Controls.Add(this.btnQuery);
            this.gbView.Controls.Add(this.cmbQuery);
            this.gbView.Controls.Add(this.lastButton);
            this.gbView.Controls.Add(this.previousButton);
            this.gbView.Controls.Add(this.firstButton);
            this.gbView.Controls.Add(this.labelPosition);
            this.gbView.Controls.Add(this.nextButton);
            this.gbView.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.gbView.Font = new System.Drawing.Font("宋体", 9F);
            this.gbView.Location = new System.Drawing.Point(45, 11);
            this.gbView.Name = "gbView";
            this.gbView.Size = new System.Drawing.Size(645, 41);
            this.gbView.TabIndex = 36;
            this.gbView.TabStop = false;
            //
            // cmbValue
            //
            this.cmbValue.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbValue.FormattingEnabled = true;
            this.cmbValue.Location = new System.Drawing.Point(385, 12);
            this.cmbValue.Name = "cmbValue";
            this.cmbValue.Size = new System.Drawing.Size(176, 22);
            this.cmbValue.TabIndex = 66;
            //
            // btnQuery
            //
            this.btnQuery.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnQuery.Font = new System.Drawing.Font("宋体", 9.5F);
            this.btnQuery.ForeColor = System.Drawing.SystemColors.Desktop;
            this.btnQuery.Location = new System.Drawing.Point(565, 11);
            this.btnQuery.Name = "btnQuery";
            this.btnQuery.Size = new System.Drawing.Size(75, 25);
            this.btnQuery.TabIndex = 65;
            this.btnQuery.Text = "查询(&Q)";
            this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
            //
            // cmbQuery
            //
            this.cmbQuery.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbQuery.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbQuery.FormattingEnabled = true;
            this.cmbQuery.Items.AddRange(new object[] {
            "职工编号",
            "职工姓名",
            "部门名称",
            "性别",
            "籍贯",
            "民族",
            "学历",
            "身份证"});
            this.cmbQuery.Location = new System.Drawing.Point(237, 12);
            this.cmbQuery.Name = "cmbQuery";
            this.cmbQuery.Size = new System.Drawing.Size(145, 22);
            this.cmbQuery.TabIndex = 64;
            this.cmbQuery.SelectedIndexChanged += new System.EventHandler(this.cmbQuery_SelectedIndexChanged);
            //
            // lastButton
            //
            this.lastButton.Enabled = false;
            this.lastButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.lastButton.Image = ((System.Drawing.Image)(resources.GetObject("lastButton.Image")));
            this.lastButton.Location = new System.Drawing.Point(182, 12);
            this.lastButton.Name = "lastButton";
            this.lastButton.Size = new System.Drawing.Size(32, 23);
            this.lastButton.TabIndex = 34;
            this.lastButton.Click += new System.EventHandler(this.PositionPage_Click);
            //
            // previousButton
            //
            this.previousButton.Enabled = false;
            this.previousButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.previousButton.Image = ((System.Drawing.Image)(resources.GetObject("previousButton.Image")));
            this.previousButton.Location = new System.Drawing.Point(37, 12);
            this.previousButton.Name = "previousButton";
            this.previousButton.Size = new System.Drawing.Size(32, 23);
            this.previousButton.TabIndex = 32;
            this.previousButton.Click += new System.EventHandler(this.PositionPage_Click);
            //
            // firstButton
            //
            this.firstButton.Enabled = false;
            this.firstButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.firstButton.Image = ((System.Drawing.Image)(resources.GetObject("firstButton.Image")));
            this.firstButton.Location = new System.Drawing.Point(5, 12);
            this.firstButton.Name = "firstButton";
            this.firstButton.Size = new System.Drawing.Size(32, 23);
            this.firstButton.TabIndex = 31;
            this.firstButton.Click += new System.EventHandler(this.PositionPage_Click);
            //
            // labelPosition
            //
            this.labelPosition.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.labelPosition.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.labelPosition.ForeColor = System.Drawing.Color.White;
            this.labelPosition.Location = new System.Drawing.Point(72, 12);
            this.labelPosition.Name = "labelPosition";
            this.labelPosition.Size = new System.Drawing.Size(75, 23);
            this.labelPosition.TabIndex = 30;
            this.labelPosition.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // nextButton
            //
            this.nextButton.Enabled = false;
            this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.nextButton.Image = ((System.Drawing.Image)(resources.GetObject("nextButton.Image")));
            this.nextButton.Location = new System.Drawing.Point(150, 12);
            this.nextButton.Name = "nextButton";
            this.nextButton.Size = new System.Drawing.Size(32, 23);
            this.nextButton.TabIndex = 33;
            this.nextButton.Click += new System.EventHandler(this.PositionPage_Click);
            //
            // comboDepartment
            //
            this.comboDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboDepartment.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.comboDepartment.FormattingEnabled = true;
            this.comboDepartment.Items.AddRange(new object[] {
            "采购部",
            "销售部",
            "库存部"});
            this.comboDepartment.Location = new System.Drawing.Point(100, 88);
            this.comboDepartment.Name = "comboDepartment";
            this.comboDepartment.Size = new System.Drawing.Size(155, 20);
            this.comboDepartment.TabIndex = 2;
            //
            // maskedTextAge
            //
            this.maskedTextAge.Location = new System.Drawing.Point(369, 115);
            this.maskedTextAge.Mask = "00";
            this.maskedTextAge.Name = "maskedTextAge";
            this.maskedTextAge.Size = new System.Drawing.Size(161, 21);
            this.maskedTextAge.TabIndex = 5;
            this.maskedTextAge.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.maskedTextAge.MaskInputRejected += new System.Windows.Forms.MaskInputRejectedEventHandler(this.maskedTextAge_MaskInputRejected);
            //
            // maskedTextTEL
            //
            this.maskedTextTEL.Location = new System.Drawing.Point(100, 226);
            this.maskedTextTEL.Mask = "000-0000-0000";
            this.maskedTextTEL.Name = "maskedTextTEL";
            this.maskedTextTEL.ResetOnSpace = false;
            this.maskedTextTEL.Size = new System.Drawing.Size(155, 21);
            this.maskedTextTEL.TabIndex = 12;
            this.maskedTextTEL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.maskedTextTEL.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            this.maskedTextTEL.MaskInputRejected += new System.Windows.Forms.MaskInputRejectedEventHandler(this.maskedTextTEL_MaskInputRejected);
            //
            // maskedTextPhone
            //
            this.maskedTextPhone.Location = new System.Drawing.Point(369, 198);
            this.maskedTextPhone.Mask = "(9000)9000-0000";
            this.maskedTextPhone.Name = "maskedTextPhone";
            this.maskedTextPhone.Size = new System.Drawing.Size(161, 21);
            this.maskedTextPhone.TabIndex = 11;
            this.maskedTextPhone.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.maskedTextPhone.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            this.maskedTextPhone.MaskInputRejected += new System.Windows.Forms.MaskInputRejectedEventHandler(this.maskedTextPhone_MaskInputRejected);
            //
            // maskedTextCardID
            //
            this.maskedTextCardID.Location = new System.Drawing.Point(100, 198);
            this.maskedTextCardID.Mask = "000000-00000000-000A";
            this.maskedTextCardID.Name = "maskedTextCardID";
            this.maskedTextCardID.ResetOnSpace = false;
            this.maskedTextCardID.Size = new System.Drawing.Size(155, 21);
            this.maskedTextCardID.TabIndex = 10;
            this.maskedTextCardID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.maskedTextCardID.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            this.maskedTextCardID.MaskInputRejected += new System.Windows.Forms.MaskInputRejectedEventHandler(this.maskedTextCardID_MaskInputRejected);
            //
            // comboSingle
            //
            this.comboSingle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboSingle.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.comboSingle.FormattingEnabled = true;
            this.comboSingle.Items.AddRange(new object[] {
            "未婚",
            "已婚",
            "离婚"});
            this.comboSingle.Location = new System.Drawing.Point(369, 171);
            this.comboSingle.Name = "comboSingle";
            this.comboSingle.Size = new System.Drawing.Size(161, 20);
            this.comboSingle.TabIndex = 9;
            //
            // comboXueli
            //
            this.comboXueli.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboXueli.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.comboXueli.FormattingEnabled = true;
            this.comboXueli.Items.AddRange(new object[] {
            "大专",
            "本科",
            "研究生",
            "硕士",
            "博士"});
            this.comboXueli.Location = new System.Drawing.Point(100, 171);
            this.comboXueli.Name = "comboXueli";
            this.comboXueli.Size = new System.Drawing.Size(155, 20);
            this.comboXueli.TabIndex = 8;
            //
            // dtpBirthday
            //
            this.dtpBirthday.CustomFormat = "yyyy-MM-dd";
            this.dtpBirthday.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtpBirthday.Location = new System.Drawing.Point(100, 115);
            this.dtpBirthday.Name = "dtpBirthday";
            this.dtpBirthday.Size = new System.Drawing.Size(155, 21);
            this.dtpBirthday.TabIndex = 4;
            this.dtpBirthday.ValueChanged += new System.EventHandler(this.dtpBirthday_ValueChanged);
            //
            // comboSex
            //
            this.comboSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboSex.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.comboSex.FormattingEnabled = true;
            this.comboSex.Items.AddRange(new object[] {
            "男",
            "女"});
            this.comboSex.Location = new System.Drawing.Point(369, 88);
            this.comboSex.Name = "comboSex";
            this.comboSex.Size = new System.Drawing.Size(161, 20);
            this.comboSex.TabIndex = 3;
            //
            // txtAddress
            //
            this.txtAddress.Location = new System.Drawing.Point(369, 226);
            this.txtAddress.Name = "txtAddress";
            this.txtAddress.Size = new System.Drawing.Size(161, 21);
            this.txtAddress.TabIndex = 13;
            //
            // txtName
            //
            this.txtName.Location = new System.Drawing.Point(369, 60);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(161, 21);
            this.txtName.TabIndex = 1;
            this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // pictureWorker
            //
            this.pictureWorker.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pictureWorker.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureWorker.Location = new System.Drawing.Point(540, 60);
            this.pictureWorker.Name = "pictureWorker";
            this.pictureWorker.Size = new System.Drawing.Size(150, 186);
            this.pictureWorker.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureWorker.TabIndex = 16;
            this.pictureWorker.TabStop = false;
            this.pictureWorker.Click += new System.EventHandler(this.pictureWorker_Click);
            //
            // label14
            //
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(301, 228);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(41, 12);
            this.label14.TabIndex = 14;
            this.label14.Text = "住址:";
            //
            // label13
            //
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(32, 229);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(41, 12);
            this.label13.TabIndex = 13;
            this.label13.Text = "手机:";
            //
            // label12
            //
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(301, 202);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(65, 12);
            this.label12.TabIndex = 12;
            this.label12.Text = "家庭电话:";
            //
            // label11
            //
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(32, 201);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(53, 12);
            this.label11.TabIndex = 11;
            this.label11.Text = "身份证:";
            //
            // label10
            //
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(301, 175);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 12);
            this.label10.TabIndex = 10;
            this.label10.Text = "婚姻状况:";
            //
            // label9
            //
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(32, 174);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(41, 12);
            this.label9.TabIndex = 9;
            this.label9.Text = "学历:";
            //
            // label8
            //
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(301, 147);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(41, 12);
            this.label8.TabIndex = 8;
            this.label8.Text = "民族:";
            //
            // label7
            //
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(32, 146);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(41, 12);
            this.label7.TabIndex = 7;
            this.label7.Text = "籍贯:";
            //
            // label6
            //
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(301, 119);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(41, 12);
            this.label6.TabIndex = 6;
            this.label6.Text = "年龄:";
            //
            // label5
            //
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(32, 118);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 5;
            this.label5.Text = "出生日期:";
            //
            // label4
            //
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(301, 92);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 4;
            this.label4.Text = "性别:";
            //
            // label3
            //
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(32, 91);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 3;
            this.label3.Text = "部门名称:";
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(301, 64);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "职员姓名:";
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(32, 63);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "职员编号:";
            //
            // maskedTextID
            //
            this.maskedTextID.Location = new System.Drawing.Point(100, 60);
            this.maskedTextID.Mask = "W000";
            this.maskedTextID.Name = "maskedTextID";
            this.maskedTextID.ReadOnly = true;
            this.maskedTextID.ResetOnSpace = false;
            this.maskedTextID.Size = new System.Drawing.Size(155, 21);
            this.maskedTextID.TabIndex = 0;
            this.maskedTextID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // dgvWorker
            //
            this.dgvWorker.AllowUserToAddRows = false;
            this.dgvWorker.AllowUserToDeleteRows = false;
            this.dgvWorker.BackgroundColor = System.Drawing.Color.Lavender;
            this.dgvWorker.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.dgvWorker.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
            this.dgvWorker.ColumnHeadersHeight = 25;
            this.dgvWorker.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dgvWorker.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.columnImage,
            this.columnWorkerID,
            this.olumnWorkerName,
            this.columnDepartmentName,
            this.columnSex,
            this.columnBirthday,
            this.columnAge,
            this.columnJiguan,
            this.columnMinzu,
            this.columnXueli,
            this.columnSingle});
            this.dgvWorker.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvWorker.Location = new System.Drawing.Point(0, 0);
            this.dgvWorker.MultiSelect = false;
            this.dgvWorker.Name = "dgvWorker";
            this.dgvWorker.ReadOnly = true;
            this.dgvWorker.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
            this.dgvWorker.RowTemplate.Height = 23;
            this.dgvWorker.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvWorker.Size = new System.Drawing.Size(788, 224);
            this.dgvWorker.TabIndex = 0;
            this.dgvWorker.TabStop = false;
            this.dgvWorker.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvWorker_CellClick);
            this.dgvWorker.Resize += new System.EventHandler(this.dgvWorker_Resize);
            //
            // columnImage
            //
            this.columnImage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
            this.columnImage.DataPropertyName = "DataImage";
            this.columnImage.HeaderText = " ";
            this.columnImage.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch;
            this.columnImage.Name = "columnImage";
            this.columnImage.ReadOnly = true;
            this.columnImage.Width = 17;
            //
            // columnWorkerID
            //
            this.columnWorkerID.DataPropertyName = "WorkerID";
            this.columnWorkerID.HeaderText = "职员编号";
            this.columnWorkerID.Name = "columnWorkerID";
            this.columnWorkerID.ReadOnly = true;
            //
            // olumnWorkerName
            //
            this.olumnWorkerName.DataPropertyName = "WorkerName";
            this.olumnWorkerName.HeaderText = "职员姓名";
            this.olumnWorkerName.Name = "olumnWorkerName";
            this.olumnWorkerName.ReadOnly = true;
            //
            // columnDepartmentName
            //
            this.columnDepartmentName.DataPropertyName = "DepartmentName";
            this.columnDepartmentName.HeaderText = "部门名称";
            this.columnDepartmentName.Name = "columnDepartmentName";
            this.columnDepartmentName.ReadOnly = true;
            //
            // columnSex
            //
            this.columnSex.DataPropertyName = "Sex";
            this.columnSex.HeaderText = "性别";
            this.columnSex.Name = "columnSex";
            this.columnSex.ReadOnly = true;
            //
            // columnBirthday
            //
            this.columnBirthday.DataPropertyName = "Birthday";
            dataGridViewCellStyle11.Format = "yyyy-MM-dd";
            dataGridViewCellStyle11.NullValue = null;
            this.columnBirthday.DefaultCellStyle = dataGridViewCellStyle11;
            this.columnBirthday.HeaderText = "出生日期";
            this.columnBirthday.Name = "columnBirthday";
            this.columnBirthday.ReadOnly = true;
            //
            // columnAge
            //
            this.columnAge.DataPropertyName = "Age";
            dataGridViewCellStyle12.Format = "0岁";
            this.columnAge.DefaultCellStyle = dataGridViewCellStyle12;
            this.columnAge.HeaderText = "年龄";
            this.columnAge.Name = "columnAge";
            this.columnAge.ReadOnly = true;
            //
            // columnJiguan
            //
            this.columnJiguan.DataPropertyName = "Jiguan";
            this.columnJiguan.HeaderText = "籍贯";
            this.columnJiguan.Name = "columnJiguan";
            this.columnJiguan.ReadOnly = true;
            //
            // columnMinzu
            //
            this.columnMinzu.DataPropertyName = "Minzu";
            this.columnMinzu.HeaderText = "民族";
            this.columnMinzu.Name = "columnMinzu";
            this.columnMinzu.ReadOnly = true;
            //
            // columnXueli
            //
            this.columnXueli.DataPropertyName = "Xueli";
            this.columnXueli.HeaderText = "学历";
            this.columnXueli.Name = "columnXueli";
            this.columnXueli.ReadOnly = true;
            //
            // columnSingle
            //
            this.columnSingle.DataPropertyName = "Address";
            this.columnSingle.HeaderText = "住址";
            this.columnSingle.Name = "columnSingle";
            this.columnSingle.ReadOnly = true;
            //
            // FormWorker
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize = new System.Drawing.Size(792, 592);
            this.ControlBox = false;
            this.Controls.Add(this.splitContainer);
            this.Name = "FormWorker";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormProvider_FormClosing);
            this.splitContainer.Panel1.ResumeLayout(false);
            this.splitContainer.Panel2.ResumeLayout(false);
            this.splitContainer.ResumeLayout(false);
            this.gbButton.ResumeLayout(false);
            this.gbText.ResumeLayout(false);
            this.gbText.PerformLayout();
            this.gbView.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureWorker)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvWorker)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.SplitContainer splitContainer;
        private System.Windows.Forms.GroupBox gbText;
        private System.Windows.Forms.GroupBox gbButton;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.Button btnModify;
        private System.Windows.Forms.Button btnDelete;
        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.MaskedTextBox maskedTextID;
        private System.Windows.Forms.PictureBox pictureWorker;
        private System.Windows.Forms.TextBox txtName;
        private System.Windows.Forms.ComboBox comboSex;
        private System.Windows.Forms.TextBox txtAddress;
        private System.Windows.Forms.ComboBox comboSingle;
        private System.Windows.Forms.ComboBox comboXueli;
        private System.Windows.Forms.DateTimePicker dtpBirthday;
        private System.Windows.Forms.MaskedTextBox maskedTextTEL;
        private System.Windows.Forms.MaskedTextBox maskedTextPhone;
        private System.Windows.Forms.MaskedTextBox maskedTextCardID;
        private System.Windows.Forms.MaskedTextBox maskedTextAge;
        private System.Windows.Forms.ComboBox comboDepartment;
        private System.Windows.Forms.OpenFileDialog openFile;
        private System.Windows.Forms.DataGridView dgvWorker;
        private System.Windows.Forms.GroupBox gbView;
        private System.Windows.Forms.Button btnQuery;
        private System.Windows.Forms.ComboBox cmbQuery;
        private System.Windows.Forms.Button lastButton;
        private System.Windows.Forms.Button previousButton;
        private System.Windows.Forms.Button firstButton;
        private System.Windows.Forms.Label labelPosition;
        private System.Windows.Forms.Button nextButton;
        private System.Windows.Forms.ComboBox cmbValue;
        private System.Windows.Forms.DataGridViewImageColumn columnImage;
        private System.Windows.Forms.DataGridViewTextBoxColumn columnWorkerID;
        private System.Windows.Forms.DataGridViewTextBoxColumn olumnWorkerName;
        private System.Windows.Forms.DataGridViewTextBoxColumn columnDepartmentName;
        private System.Windows.Forms.DataGridViewTextBoxColumn columnSex;
        private System.Windows.Forms.DataGridViewTextBoxColumn columnBirthday;
        private System.Windows.Forms.DataGridViewTextBoxColumn columnAge;
        private System.Windows.Forms.DataGridViewTextBoxColumn columnJiguan;
        private System.Windows.Forms.DataGridViewTextBoxColumn columnMinzu;
        private System.Windows.Forms.DataGridViewTextBoxColumn columnXueli;
        private System.Windows.Forms.DataGridViewTextBoxColumn columnSingle;
        private System.Windows.Forms.ComboBox comboMinzu;
        private System.Windows.Forms.ComboBox comboJiguan;
    }
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值