📄 frmeinfomanage.designer.cs
字号:
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtEID);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(10, 28);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(467, 156);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "员工基本信息";
//
// dtpWDate
//
this.dtpWDate.Location = new System.Drawing.Point(112, 72);
this.dtpWDate.Name = "dtpWDate";
this.dtpWDate.Size = new System.Drawing.Size(100, 21);
this.dtpWDate.TabIndex = 3;
//
// dtpEBirthday
//
this.dtpEBirthday.Location = new System.Drawing.Point(302, 44);
this.dtpEBirthday.Name = "dtpEBirthday";
this.dtpEBirthday.Size = new System.Drawing.Size(100, 21);
this.dtpEBirthday.TabIndex = 2;
//
// cboxEType
//
this.cboxEType.FormattingEnabled = true;
this.cboxEType.Items.AddRange(new object[] {
"管理人员",
"财务人员",
"普通员工"});
this.cboxEType.Location = new System.Drawing.Point(112, 127);
this.cboxEType.Name = "cboxEType";
this.cboxEType.Size = new System.Drawing.Size(100, 20);
this.cboxEType.TabIndex = 7;
//
// cboxEPositon
//
this.cboxEPositon.FormattingEnabled = true;
this.cboxEPositon.Items.AddRange(new object[] {
"总经理",
"董事长",
"副总经理",
"部门经理",
"会计",
"出纳",
"普通员工"});
this.cboxEPositon.Location = new System.Drawing.Point(302, 100);
this.cboxEPositon.Name = "cboxEPositon";
this.cboxEPositon.Size = new System.Drawing.Size(100, 20);
this.cboxEPositon.TabIndex = 6;
//
// cboxEDepartment
//
this.cboxEDepartment.FormattingEnabled = true;
this.cboxEDepartment.Items.AddRange(new object[] {
".NET技术部门",
"ASP部门",
"VC++部门",
"JSP部门",
"Delphi部门",
"VB部门"});
this.cboxEDepartment.Location = new System.Drawing.Point(112, 100);
this.cboxEDepartment.Name = "cboxEDepartment";
this.cboxEDepartment.Size = new System.Drawing.Size(100, 20);
this.cboxEDepartment.TabIndex = 5;
//
// cboxEDiploma
//
this.cboxEDiploma.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxEDiploma.FormattingEnabled = true;
this.cboxEDiploma.Items.AddRange(new object[] {
"初中",
"中专",
"高中",
"大专",
"本科",
"研究生",
"硕士",
"博士",
"博士后"});
this.cboxEDiploma.Location = new System.Drawing.Point(302, 72);
this.cboxEDiploma.Name = "cboxEDiploma";
this.cboxEDiploma.Size = new System.Drawing.Size(100, 20);
this.cboxEDiploma.TabIndex = 4;
//
// cboxSex
//
this.cboxSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxSex.FormattingEnabled = true;
this.cboxSex.Items.AddRange(new object[] {
"男",
"女"});
this.cboxSex.Location = new System.Drawing.Point(112, 44);
this.cboxSex.Name = "cboxSex";
this.cboxSex.Size = new System.Drawing.Size(100, 20);
this.cboxSex.TabIndex = 1;
//
// txtEName
//
this.txtEName.Location = new System.Drawing.Point(302, 17);
this.txtEName.Name = "txtEName";
this.txtEName.Size = new System.Drawing.Size(100, 21);
this.txtEName.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(244, 104);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 27;
this.label1.Text = "当前职务";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(53, 104);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(53, 12);
this.label12.TabIndex = 24;
this.label12.Text = "所在部门";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(256, 76);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(29, 12);
this.label13.TabIndex = 22;
this.label13.Text = "学历";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(53, 76);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 20;
this.label10.Text = "工作日期";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(244, 48);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 18;
this.label11.Text = "员工生日";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(53, 48);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 16;
this.label8.Text = "员工性别";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(244, 21);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 6;
this.label5.Text = "员工姓名";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(53, 131);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 5;
this.label3.Text = "员工类别";
//
// txtEID
//
this.txtEID.Location = new System.Drawing.Point(112, 17);
this.txtEID.Name = "txtEID";
this.txtEID.ReadOnly = true;
this.txtEID.Size = new System.Drawing.Size(100, 21);
this.txtEID.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(53, 21);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 3;
this.label2.Text = "员工编号";
//
// frmEInfoManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(488, 378);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dgvEInfo);
this.Controls.Add(this.bindingNavigator1);
this.MaximizeBox = false;
this.Name = "frmEInfoManage";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "员工资料管理";
this.Load += new System.EventHandler(this.frmEInfoManage_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvEInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
this.bindingNavigator1.ResumeLayout(false);
this.bindingNavigator1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStripButton tsbtnSave;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.DataGridView dgvEInfo;
private System.Windows.Forms.BindingNavigator bindingNavigator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbtnEdit;
private System.Windows.Forms.ToolStripButton tsbtnDel;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripComboBox tscboxCondition;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.ToolStripTextBox tstxtKeyWord;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripButton tsbtnLook;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripButton tsbtnExit;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtEName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtEID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cboxEType;
private System.Windows.Forms.ComboBox cboxEPositon;
private System.Windows.Forms.ComboBox cboxEDepartment;
private System.Windows.Forms.ComboBox cboxEDiploma;
private System.Windows.Forms.ComboBox cboxSex;
private System.Windows.Forms.DateTimePicker dtpWDate;
private System.Windows.Forms.DateTimePicker dtpEBirthday;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -