📄 frmpersonelinfo.designer.cs
字号:
this.tlbtnReturn.Name = "tlbtnReturn";
this.tlbtnReturn.Size = new System.Drawing.Size(23, 22);
this.tlbtnReturn.Text = "取消";
this.tlbtnReturn.Click += new System.EventHandler(this.tlbtnReturn_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
//
// tlbtnAll
//
this.tlbtnAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tlbtnAll.Image = global::HRP.Properties.Resources.全部;
this.tlbtnAll.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbtnAll.Name = "tlbtnAll";
this.tlbtnAll.Size = new System.Drawing.Size(23, 22);
this.tlbtnAll.Text = "全部";
this.tlbtnAll.Click += new System.EventHandler(this.tlbtnAll_Click);
//
// tlbtnPrint
//
this.tlbtnPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tlbtnPrint.Image = global::HRP.Properties.Resources.打印;
this.tlbtnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbtnPrint.Name = "tlbtnPrint";
this.tlbtnPrint.Size = new System.Drawing.Size(23, 22);
this.tlbtnPrint.Text = "打印";
this.tlbtnPrint.Click += new System.EventHandler(this.tlbtnPrint_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// tlbtnClose
//
this.tlbtnClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tlbtnClose.Image = global::HRP.Properties.Resources.退出;
this.tlbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbtnClose.Name = "tlbtnClose";
this.tlbtnClose.Size = new System.Drawing.Size(23, 22);
this.tlbtnClose.Text = "退出";
this.tlbtnClose.Click += new System.EventHandler(this.tlbtnClose_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator11
//
this.toolStripSeparator11.Name = "toolStripSeparator11";
this.toolStripSeparator11.Size = new System.Drawing.Size(6, 25);
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(83, 22);
this.toolStripLabel2.Text = "查询的字段";
//
// tlcbbData
//
this.tlcbbData.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tlcbbData.Items.AddRange(new object[] {
"编号",
"姓名",
"部门",
"职务"});
this.tlcbbData.Name = "tlcbbData";
this.tlcbbData.Size = new System.Drawing.Size(121, 25);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(53, 22);
this.toolStripLabel1.Text = "关键字";
//
// tltxtKeyWord
//
this.tltxtKeyWord.Name = "tltxtKeyWord";
this.tltxtKeyWord.Size = new System.Drawing.Size(100, 25);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
//
// tlbtnSearch
//
this.tlbtnSearch.Image = global::HRP.Properties.Resources.查询;
this.tlbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbtnSearch.Name = "tlbtnSearch";
this.tlbtnSearch.Size = new System.Drawing.Size(58, 22);
this.tlbtnSearch.Text = "查询";
this.tlbtnSearch.Click += new System.EventHandler(this.tlbtnSearch_Click);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator10
//
this.toolStripSeparator10.Name = "toolStripSeparator10";
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 25);
//
// ptbEmployeePhoto
//
this.ptbEmployeePhoto.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.ptbEmployeePhoto.Location = new System.Drawing.Point(667, 52);
this.ptbEmployeePhoto.Name = "ptbEmployeePhoto";
this.ptbEmployeePhoto.Size = new System.Drawing.Size(92, 120);
this.ptbEmployeePhoto.TabIndex = 128;
this.ptbEmployeePhoto.TabStop = false;
//
// frmPersonelInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(786, 568);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.dtpBookInTime);
this.Controls.Add(this.label12);
this.Controls.Add(this.label28);
this.Controls.Add(this.btnImage);
this.Controls.Add(this.label14);
this.Controls.Add(this.dgvPersonnelManage);
this.Controls.Add(this.label19);
this.Controls.Add(this.txtEmployeeNativePlace);
this.Controls.Add(this.label16);
this.Controls.Add(this.label9);
this.Controls.Add(this.label13);
this.Controls.Add(this.ptbEmployeePhoto);
this.Controls.Add(this.label10);
this.Controls.Add(this.label17);
this.Controls.Add(this.label1);
this.Controls.Add(this.dtpEmployeeBirth);
this.Controls.Add(this.txtEmployeeAge);
this.Controls.Add(this.cbbEmployeePoliticsVisage);
this.Controls.Add(this.txtEmployeeOther);
this.Controls.Add(this.label7);
this.Controls.Add(this.txtEmployeeLongSuit);
this.Controls.Add(this.label8);
this.Controls.Add(this.cbbEmployeeSex);
this.Controls.Add(this.label5);
this.Controls.Add(this.label24);
this.Controls.Add(this.label18);
this.Controls.Add(this.label11);
this.Controls.Add(this.cbbEmployeeFolk);
this.Controls.Add(this.cbbEmployeeWorkType);
this.Controls.Add(this.cbbEmployeeDutyType);
this.Controls.Add(this.cbbEmployeeDept);
this.Controls.Add(this.label15);
this.Controls.Add(this.label6);
this.Controls.Add(this.label23);
this.Controls.Add(this.label3);
this.Controls.Add(this.label20);
this.Controls.Add(this.label21);
this.Controls.Add(this.label27);
this.Controls.Add(this.label26);
this.Controls.Add(this.label25);
this.Controls.Add(this.label22);
this.Controls.Add(this.cbbEmployeePostTitle);
this.Controls.Add(this.txtBooker);
this.Controls.Add(this.txtEmployeeSpeciality);
this.Controls.Add(this.txtEmployeeIDcard);
this.Controls.Add(this.txtEmployeeName);
this.Controls.Add(this.txtEmployeeCollege);
this.Controls.Add(this.txtEmployeeMobileTel);
this.Controls.Add(this.txtEmployeeResume);
this.Controls.Add(this.label29);
this.Controls.Add(this.txtEmployeeWorkAge);
this.Controls.Add(this.txtEmployeeAddress);
this.Controls.Add(this.label31);
this.Controls.Add(this.label30);
this.Controls.Add(this.txtEmployeeUnitWorkAge);
this.Controls.Add(this.txtEmployeeTel);
this.Controls.Add(this.txtEmployeeID);
this.Controls.Add(this.cbbEmployeeKultuLevel);
this.Controls.Add(this.cbbEmployeeMarriage);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.基本信息);
this.Name = "frmPersonelInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "【人事信息管理】";
this.Load += new System.EventHandler(this.frmPersonelInfo_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvPersonnelManage)).EndInit();
this.基本信息.ResumeLayout(false);
this.基本信息.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ptbEmployeePhoto)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
private System.Windows.Forms.TextBox txtEmployeeBasePay;
private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
private System.Windows.Forms.DateTimePicker dtpEmployeeFoldTime;
private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.DateTimePicker dtpBookInTime;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Button btnImage;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.DataGridViewTextBoxColumn Column30;
private System.Windows.Forms.DataGridView dgvPersonnelManage;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
private System.Windows.Forms.DataGridViewTextBoxColumn Column28;
private System.Windows.Forms.DataGridViewTextBoxColumn Column29;
private System.Windows.Forms.DataGridViewTextBoxColumn Column31;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TextBox txtEmployeeNativePlace;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.PictureBox ptbEmployeePhoto;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker dtpEmployeeBirth;
private System.Windows.Forms.TextBox txtEmployeeAge;
private System.Windows.Forms.ComboBox cbbEmployeePoliticsVisage;
private System.Windows.Forms.TextBox txtEmployeeOther;
private System.Windows.Forms.DateTimePicker dtpEmployeePartyTime;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtEmployeeLongSuit;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox cbbEmployeeSex;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label18;
private System.Windows.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -