📄 frmemployee.designer.cs
字号:
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
//
// tlBtnExit
//
this.tlBtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tlBtnExit.Image")));
this.tlBtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlBtnExit.Name = "tlBtnExit";
this.tlBtnExit.Size = new System.Drawing.Size(49, 22);
this.tlBtnExit.Text = "退出";
this.tlBtnExit.Click += new System.EventHandler(this.tlBtnExit_Click);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cmbSex);
this.groupBox1.Controls.Add(this.txtMemo);
this.groupBox1.Controls.Add(this.txtTel);
this.groupBox1.Controls.Add(this.txtFullName);
this.groupBox1.Controls.Add(this.txtDept);
this.groupBox1.Controls.Add(this.txtEmpployCode);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(0, 29);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(689, 67);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "公司职员---基本信息";
//
// cmbSex
//
this.cmbSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSex.FormattingEnabled = true;
this.cmbSex.Items.AddRange(new object[] {
"男性",
"女性"});
this.cmbSex.Location = new System.Drawing.Point(408, 17);
this.cmbSex.Name = "cmbSex";
this.cmbSex.Size = new System.Drawing.Size(82, 20);
this.cmbSex.TabIndex = 5;
//
// txtMemo
//
this.txtMemo.Location = new System.Drawing.Point(408, 39);
this.txtMemo.Name = "txtMemo";
this.txtMemo.Size = new System.Drawing.Size(275, 21);
this.txtMemo.TabIndex = 4;
//
// txtTel
//
this.txtTel.Location = new System.Drawing.Point(233, 39);
this.txtTel.Name = "txtTel";
this.txtTel.Size = new System.Drawing.Size(106, 21);
this.txtTel.TabIndex = 4;
//
// txtFullName
//
this.txtFullName.Location = new System.Drawing.Point(233, 17);
this.txtFullName.Name = "txtFullName";
this.txtFullName.Size = new System.Drawing.Size(106, 21);
this.txtFullName.TabIndex = 4;
//
// txtDept
//
this.txtDept.Location = new System.Drawing.Point(79, 39);
this.txtDept.Name = "txtDept";
this.txtDept.Size = new System.Drawing.Size(87, 21);
this.txtDept.TabIndex = 4;
//
// txtEmpployCode
//
this.txtEmpployCode.Location = new System.Drawing.Point(79, 17);
this.txtEmpployCode.Name = "txtEmpployCode";
this.txtEmpployCode.Size = new System.Drawing.Size(87, 21);
this.txtEmpployCode.TabIndex = 4;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(344, 42);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 3;
this.label7.Text = "备 注:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(170, 42);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 3;
this.label5.Text = "联系电话:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(13, 42);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 3;
this.label4.Text = "所在部门:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(344, 20);
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(170, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 3;
this.label2.Text = "职员姓名:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 3;
this.label1.Text = "职员编号:";
//
// dgvEmployeeList
//
this.dgvEmployeeList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvEmployeeList.Location = new System.Drawing.Point(0, 99);
this.dgvEmployeeList.Name = "dgvEmployeeList";
this.dgvEmployeeList.RowTemplate.Height = 23;
this.dgvEmployeeList.Size = new System.Drawing.Size(689, 268);
this.dgvEmployeeList.TabIndex = 6;
this.dgvEmployeeList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvEmployeeList_CellClick);
//
// frmEmployee
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(692, 371);
this.Controls.Add(this.dgvEmployeeList);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.toolStrip1);
this.MaximizeBox = false;
this.Name = "frmEmployee";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "公司职员--基础数据";
this.Load += new System.EventHandler(this.frmEmployee_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvEmployeeList)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
private System.Windows.Forms.ToolStripComboBox tlCmbEmployeeType;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
private System.Windows.Forms.ToolStripTextBox tlTxtFindEmployee;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator14;
private System.Windows.Forms.ToolStripButton tlBtnFind;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton tlBtnAdd;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tlBtnEdit;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripButton tlBtnSave;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
private System.Windows.Forms.ToolStripButton tlBtnCancel;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tlBtnDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripButton tlBtnExit;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtMemo;
private System.Windows.Forms.TextBox txtTel;
private System.Windows.Forms.TextBox txtFullName;
private System.Windows.Forms.TextBox txtDept;
private System.Windows.Forms.TextBox txtEmpployCode;
private System.Windows.Forms.Label label7;
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.DataGridView dgvEmployeeList;
private System.Windows.Forms.ComboBox cmbSex;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -