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

📄 frmpersonelinfo.designer.cs

📁 中小企业人力资源管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.Column12.HeaderText = "联系电话";
            this.Column12.Name = "Column12";
            this.Column12.ReadOnly = true;
            // 
            // Column13
            // 
            this.Column13.DataPropertyName = "EmployeeMobileTel";
            this.Column13.HeaderText = "手机号码";
            this.Column13.Name = "Column13";
            this.Column13.ReadOnly = true;
            // 
            // statusStrip1
            // 
            this.statusStrip1.Location = new System.Drawing.Point(0, 546);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(786, 22);
            this.statusStrip1.TabIndex = 183;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // dtpBookInTime
            // 
            this.dtpBookInTime.Location = new System.Drawing.Point(66, 349);
            this.dtpBookInTime.Name = "dtpBookInTime";
            this.dtpBookInTime.Size = new System.Drawing.Size(323, 21);
            this.dtpBookInTime.TabIndex = 119;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(14, 213);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(53, 12);
            this.label12.TabIndex = 132;
            this.label12.Text = "家庭地址";
            // 
            // label28
            // 
            this.label28.AutoSize = true;
            this.label28.Location = new System.Drawing.Point(448, 215);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(41, 12);
            this.label28.TabIndex = 130;
            this.label28.Text = "总工龄";
            // 
            // btnImage
            // 
            this.btnImage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnImage.Location = new System.Drawing.Point(675, 177);
            this.btnImage.Name = "btnImage";
            this.btnImage.Size = new System.Drawing.Size(75, 23);
            this.btnImage.TabIndex = 129;
            this.btnImage.Text = "浏览图片";
            this.btnImage.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnImage.UseVisualStyleBackColor = true;
            this.btnImage.Click += new System.EventHandler(this.btnImage_Click);
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(14, 180);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(53, 12);
            this.label14.TabIndex = 131;
            this.label14.Text = "毕业院校";
            // 
            // Column30
            // 
            this.Column30.DataPropertyName = "Booker";
            this.Column30.HeaderText = "登记人";
            this.Column30.Name = "Column30";
            this.Column30.ReadOnly = true;
            // 
            // dgvPersonnelManage
            // 
            this.dgvPersonnelManage.AllowUserToAddRows = false;
            this.dgvPersonnelManage.AllowUserToDeleteRows = false;
            this.dgvPersonnelManage.AllowUserToOrderColumns = true;
            this.dgvPersonnelManage.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
            this.dgvPersonnelManage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvPersonnelManage.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5,
            this.Column6,
            this.Column7,
            this.Column8,
            this.Column9,
            this.Column10,
            this.Column11,
            this.Column12,
            this.Column13,
            this.Column14,
            this.Column15,
            this.Column16,
            this.Column17,
            this.Column18,
            this.Column19,
            this.Column20,
            this.Column22,
            this.Column23,
            this.Column24,
            this.Column25,
            this.Column26,
            this.Column27,
            this.Column28,
            this.Column29,
            this.Column30,
            this.Column31});
            this.dgvPersonnelManage.Location = new System.Drawing.Point(-3, 387);
            this.dgvPersonnelManage.MultiSelect = false;
            this.dgvPersonnelManage.Name = "dgvPersonnelManage";
            this.dgvPersonnelManage.ReadOnly = true;
            this.dgvPersonnelManage.RowTemplate.Height = 23;
            this.dgvPersonnelManage.Size = new System.Drawing.Size(786, 157);
            this.dgvPersonnelManage.TabIndex = 133;
            this.dgvPersonnelManage.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dgvPersonnelManage_MouseClick);
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "EmployeeID";
            this.Column1.HeaderText = "编号";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            // 
            // Column5
            // 
            this.Column5.DataPropertyName = "EmployeeBirth";
            this.Column5.HeaderText = "出生年月日";
            this.Column5.Name = "Column5";
            this.Column5.ReadOnly = true;
            // 
            // Column6
            // 
            this.Column6.DataPropertyName = "EmployeeAge";
            this.Column6.HeaderText = "年龄";
            this.Column6.Name = "Column6";
            this.Column6.ReadOnly = true;
            // 
            // Column7
            // 
            this.Column7.DataPropertyName = "EmployeeFolk";
            this.Column7.HeaderText = "民族";
            this.Column7.Name = "Column7";
            this.Column7.ReadOnly = true;
            // 
            // Column8
            // 
            this.Column8.DataPropertyName = "EmployeeMarriage";
            this.Column8.HeaderText = "婚姻状况";
            this.Column8.Name = "Column8";
            this.Column8.ReadOnly = true;
            // 
            // Column9
            // 
            this.Column9.DataPropertyName = "EmployeePoliticsVisage";
            this.Column9.HeaderText = "政治面貌";
            this.Column9.Name = "Column9";
            this.Column9.ReadOnly = true;
            // 
            // Column10
            // 
            this.Column10.DataPropertyName = "EmployeePartyTime";
            this.Column10.HeaderText = "入党团时间";
            this.Column10.Name = "Column10";
            this.Column10.ReadOnly = true;
            // 
            // Column24
            // 
            this.Column24.DataPropertyName = "EmployeeDutyType";
            this.Column24.HeaderText = "职务";
            this.Column24.Name = "Column24";
            this.Column24.ReadOnly = true;
            // 
            // Column25
            // 
            this.Column25.DataPropertyName = "EmployeePostTitle";
            this.Column25.HeaderText = "职称";
            this.Column25.Name = "Column25";
            this.Column25.ReadOnly = true;
            // 
            // Column26
            // 
            this.Column26.DataPropertyName = "EmployeeBasePay";
            this.Column26.HeaderText = "基本工资";
            this.Column26.Name = "Column26";
            this.Column26.ReadOnly = true;
            // 
            // Column27
            // 
            this.Column27.DataPropertyName = "EmployeeOther";
            this.Column27.HeaderText = "其它工资";
            this.Column27.Name = "Column27";
            this.Column27.ReadOnly = true;
            // 
            // Column28
            // 
            this.Column28.DataPropertyName = "EmployeeFoldTime";
            this.Column28.HeaderText = "调入时间";
            this.Column28.Name = "Column28";
            this.Column28.ReadOnly = true;
            // 
            // Column29
            // 
            this.Column29.DataPropertyName = "EmployeeUnitWorkAge";
            this.Column29.HeaderText = "本单位工龄";
            this.Column29.Name = "Column29";
            this.Column29.ReadOnly = true;
            // 
            // Column31
            // 
            this.Column31.DataPropertyName = "BookInTime";
            this.Column31.HeaderText = "登记日期";
            this.Column31.Name = "Column31";
            this.Column31.ReadOnly = true;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(13, 258);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(29, 12);
            this.label19.TabIndex = 161;
            this.label19.Text = "部门";
            // 
            // txtEmployeeNativePlace
            // 
            this.txtEmployeeNativePlace.Location = new System.Drawing.Point(635, 210);
            this.txtEmployeeNativePlace.Name = "txtEmployeeNativePlace";
            this.txtEmployeeNativePlace.Size = new System.Drawing.Size(137, 21);
            this.txtEmployeeNativePlace.TabIndex = 120;
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(224, 179);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(29, 12);
            this.label16.TabIndex = 159;
            this.label16.Text = "专业";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(589, 214);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(29, 12);
            this.label9.TabIndex = 123;
            this.label9.Text = "籍贯";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(12, 150);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(53, 12);
            this.label13.TabIndex = 156;
            this.label13.Text = "手机号码";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(457, 121);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(53, 12);
            this.label10.TabIndex = 157;
            this.label10.Text = "联系电话";
            // 

⌨️ 快捷键说明

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