⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmpersonelinfo.designer.cs

📁 中小企业人力资源管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(457, 85);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(53, 12);
            this.label17.TabIndex = 121;
            this.label17.Text = "出生年月";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(11, 51);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 158;
            this.label1.Text = "编号";
            // 
            // dtpEmployeeBirth
            // 
            this.dtpEmployeeBirth.CustomFormat = "2008-05-15";
            this.dtpEmployeeBirth.Location = new System.Drawing.Point(512, 80);
            this.dtpEmployeeBirth.Name = "dtpEmployeeBirth";
            this.dtpEmployeeBirth.Size = new System.Drawing.Size(140, 21);
            this.dtpEmployeeBirth.TabIndex = 127;
            this.dtpEmployeeBirth.Value = new System.DateTime(2008, 5, 15, 0, 0, 0, 0);
            // 
            // txtEmployeeAge
            // 
            this.txtEmployeeAge.Location = new System.Drawing.Point(277, 83);
            this.txtEmployeeAge.Name = "txtEmployeeAge";
            this.txtEmployeeAge.Size = new System.Drawing.Size(54, 21);
            this.txtEmployeeAge.TabIndex = 137;
            this.txtEmployeeAge.Text = "20";
            // 
            // cbbEmployeePoliticsVisage
            // 
            this.cbbEmployeePoliticsVisage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbEmployeePoliticsVisage.FormattingEnabled = true;
            this.cbbEmployeePoliticsVisage.Location = new System.Drawing.Point(69, 112);
            this.cbbEmployeePoliticsVisage.Name = "cbbEmployeePoliticsVisage";
            this.cbbEmployeePoliticsVisage.Size = new System.Drawing.Size(137, 20);
            this.cbbEmployeePoliticsVisage.TabIndex = 125;
            // 
            // txtEmployeeOther
            // 
            this.txtEmployeeOther.Location = new System.Drawing.Point(261, 286);
            this.txtEmployeeOther.Name = "txtEmployeeOther";
            this.txtEmployeeOther.Size = new System.Drawing.Size(128, 21);
            this.txtEmployeeOther.TabIndex = 138;
            this.txtEmployeeOther.Text = "0";
            // 
            // dtpEmployeePartyTime
            // 
            this.dtpEmployeePartyTime.Location = new System.Drawing.Point(270, 87);
            this.dtpEmployeePartyTime.Name = "dtpEmployeePartyTime";
            this.dtpEmployeePartyTime.Size = new System.Drawing.Size(177, 21);
            this.dtpEmployeePartyTime.TabIndex = 126;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(11, 117);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 124;
            this.label7.Text = "政治面貌";
            // 
            // txtEmployeeLongSuit
            // 
            this.txtEmployeeLongSuit.Location = new System.Drawing.Point(512, 179);
            this.txtEmployeeLongSuit.Name = "txtEmployeeLongSuit";
            this.txtEmployeeLongSuit.Size = new System.Drawing.Size(140, 21);
            this.txtEmployeeLongSuit.TabIndex = 141;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(210, 118);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 122;
            this.label8.Text = "入党团时间";
            // 
            // cbbEmployeeSex
            // 
            this.cbbEmployeeSex.AllowDrop = true;
            this.cbbEmployeeSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbEmployeeSex.FormattingEnabled = true;
            this.cbbEmployeeSex.Items.AddRange(new object[] {
            "男",
            "女"});
            this.cbbEmployeeSex.Location = new System.Drawing.Point(512, 49);
            this.cbbEmployeeSex.Name = "cbbEmployeeSex";
            this.cbbEmployeeSex.Size = new System.Drawing.Size(140, 20);
            this.cbbEmployeeSex.TabIndex = 177;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(337, 87);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(29, 12);
            this.label5.TabIndex = 163;
            this.label5.Text = "民族";
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Location = new System.Drawing.Point(207, 291);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(53, 12);
            this.label24.TabIndex = 165;
            this.label24.Text = "其他工资";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(459, 184);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(29, 12);
            this.label18.TabIndex = 167;
            this.label18.Text = "特长";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(212, 151);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(53, 12);
            this.label11.TabIndex = 162;
            this.label11.Text = "身份证号";
            // 
            // cbbEmployeeFolk
            // 
            this.cbbEmployeeFolk.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbEmployeeFolk.FormattingEnabled = true;
            this.cbbEmployeeFolk.Location = new System.Drawing.Point(383, 84);
            this.cbbEmployeeFolk.Name = "cbbEmployeeFolk";
            this.cbbEmployeeFolk.Size = new System.Drawing.Size(69, 20);
            this.cbbEmployeeFolk.TabIndex = 175;
            // 
            // cbbEmployeeWorkType
            // 
            this.cbbEmployeeWorkType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbEmployeeWorkType.FormattingEnabled = true;
            this.cbbEmployeeWorkType.Location = new System.Drawing.Point(261, 257);
            this.cbbEmployeeWorkType.Name = "cbbEmployeeWorkType";
            this.cbbEmployeeWorkType.Size = new System.Drawing.Size(128, 20);
            this.cbbEmployeeWorkType.TabIndex = 174;
            // 
            // cbbEmployeeDutyType
            // 
            this.cbbEmployeeDutyType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbEmployeeDutyType.FormattingEnabled = true;
            this.cbbEmployeeDutyType.Location = new System.Drawing.Point(456, 258);
            this.cbbEmployeeDutyType.Name = "cbbEmployeeDutyType";
            this.cbbEmployeeDutyType.Size = new System.Drawing.Size(128, 20);
            this.cbbEmployeeDutyType.TabIndex = 172;
            // 
            // cbbEmployeeDept
            // 
            this.cbbEmployeeDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbEmployeeDept.FormattingEnabled = true;
            this.cbbEmployeeDept.Location = new System.Drawing.Point(66, 255);
            this.cbbEmployeeDept.Name = "cbbEmployeeDept";
            this.cbbEmployeeDept.Size = new System.Drawing.Size(137, 20);
            this.cbbEmployeeDept.TabIndex = 178;
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(458, 153);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(53, 12);
            this.label15.TabIndex = 168;
            this.label15.Text = "文化程度";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(221, 26);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 169;
            this.label2.Text = "姓名";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(11, 86);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 170;
            this.label6.Text = "婚姻状况";
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Location = new System.Drawing.Point(12, 289);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(53, 12);
            this.label23.TabIndex = 153;
            this.label23.Text = "基本工资";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(457, 53);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 154;
            this.label3.Text = "性别";
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(208, 259);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(29, 12);
            this.label20.TabIndex = 155;
            this.label20.Text = "工种";
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(395, 262);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(29, 12);
            this.label21.TabIndex = 152;
            this.label21.Text = "职务";
            // 
            // label27
            // 
            this.label27.AutoSize = true;
            this.label27.Location = new System.Drawing.Point(395, 353);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(41, 12);
            this.label27.TabIndex = 148;
            this.label27.Text = "登记人";
            // 
            // label26
            // 
            this.label26.AutoSize = true;
            this.label26.Location = new System.Drawing.Point(11, 351);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(53, 12);
            this.label26.TabIndex = 150;
            this.label26.Text = "登记日期";
            // 
            // label25
            // 
            this.label25.AutoSize = true;
            this.label25.Location = new System.Drawing.Point(13, 320);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(29, 12);
            this.label25.TabIndex = 151;
            this.label25.Text = "备注";
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.Location = new System.Drawing.Point(603, 261);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(29, 12);
            this.label22.TabIndex = 160;
            this.label22.Text = "职称";
            // 
            // cbbEmployeePostTitle

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -