📄 frmaddemployee.designer.cs
字号:
namespace PMS
{
partial class frmAddEmployee
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddEmployee));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.txtYGJiuzhi = new System.Windows.Forms.DateTimePicker();
this.txtYGBirthday = new System.Windows.Forms.DateTimePicker();
this.txtYGZhiwu = new System.Windows.Forms.ComboBox();
this.txtYGPay = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.txtYGminzu = new System.Windows.Forms.ComboBox();
this.cbbYGBumen = new System.Windows.Forms.ComboBox();
this.button1 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label10 = new System.Windows.Forms.Label();
this.txtYGPhone = new System.Windows.Forms.TextBox();
this.cbbYGHunyin = new System.Windows.Forms.ComboBox();
this.cbbYGSex = new System.Windows.Forms.ComboBox();
this.txtYGName = new System.Windows.Forms.TextBox();
this.txtYGNum = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripButton();
this.toolStripLabel4 = new System.Windows.Forms.ToolStripButton();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.toolStrip2.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Location = new System.Drawing.Point(0, 28);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(488, 251);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.Color.WhiteSmoke;
this.tabPage1.Controls.Add(this.txtYGJiuzhi);
this.tabPage1.Controls.Add(this.txtYGBirthday);
this.tabPage1.Controls.Add(this.txtYGZhiwu);
this.tabPage1.Controls.Add(this.txtYGPay);
this.tabPage1.Controls.Add(this.label11);
this.tabPage1.Controls.Add(this.txtYGminzu);
this.tabPage1.Controls.Add(this.cbbYGBumen);
this.tabPage1.Controls.Add(this.button1);
this.tabPage1.Controls.Add(this.pictureBox1);
this.tabPage1.Controls.Add(this.label10);
this.tabPage1.Controls.Add(this.txtYGPhone);
this.tabPage1.Controls.Add(this.cbbYGHunyin);
this.tabPage1.Controls.Add(this.cbbYGSex);
this.tabPage1.Controls.Add(this.txtYGName);
this.tabPage1.Controls.Add(this.txtYGNum);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.label6);
this.tabPage1.Controls.Add(this.label7);
this.tabPage1.Controls.Add(this.label8);
this.tabPage1.Controls.Add(this.label9);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(480, 226);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "员工基本信息";
//
// txtYGJiuzhi
//
this.txtYGJiuzhi.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.txtYGJiuzhi.Location = new System.Drawing.Point(261, 157);
this.txtYGJiuzhi.Name = "txtYGJiuzhi";
this.txtYGJiuzhi.Size = new System.Drawing.Size(100, 21);
this.txtYGJiuzhi.TabIndex = 38;
//
// txtYGBirthday
//
this.txtYGBirthday.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.txtYGBirthday.Location = new System.Drawing.Point(77, 83);
this.txtYGBirthday.Name = "txtYGBirthday";
this.txtYGBirthday.Size = new System.Drawing.Size(100, 21);
this.txtYGBirthday.TabIndex = 37;
//
// txtYGZhiwu
//
this.txtYGZhiwu.FormattingEnabled = true;
this.txtYGZhiwu.Location = new System.Drawing.Point(261, 119);
this.txtYGZhiwu.Name = "txtYGZhiwu";
this.txtYGZhiwu.Size = new System.Drawing.Size(100, 20);
this.txtYGZhiwu.TabIndex = 31;
//
// txtYGPay
//
this.txtYGPay.Location = new System.Drawing.Point(77, 193);
this.txtYGPay.Name = "txtYGPay";
this.txtYGPay.Size = new System.Drawing.Size(100, 21);
this.txtYGPay.TabIndex = 30;
this.txtYGPay.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtYGPay_KeyPress);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(8, 196);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(65, 12);
this.label11.TabIndex = 29;
this.label11.Text = "工资待遇:";
//
// txtYGminzu
//
this.txtYGminzu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtYGminzu.FormattingEnabled = true;
this.txtYGminzu.Items.AddRange(new object[] {
"汉族",
"满族",
"朝鲜族"});
this.txtYGminzu.Location = new System.Drawing.Point(261, 84);
this.txtYGminzu.Name = "txtYGminzu";
this.txtYGminzu.Size = new System.Drawing.Size(100, 20);
this.txtYGminzu.TabIndex = 28;
//
// cbbYGBumen
//
this.cbbYGBumen.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbbYGBumen.FormattingEnabled = true;
this.cbbYGBumen.Location = new System.Drawing.Point(261, 50);
this.cbbYGBumen.Name = "cbbYGBumen";
this.cbbYGBumen.Size = new System.Drawing.Size(100, 20);
this.cbbYGBumen.TabIndex = 27;
//
// button1
//
this.button1.Location = new System.Drawing.Point(380, 14);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(87, 23);
this.button1.TabIndex = 24;
this.button1.Text = "选择员工头像";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// pictureBox1
//
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(380, 56);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(90, 120);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 22;
this.pictureBox1.TabStop = false;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(193, 163);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 20;
this.label10.Text = "就职日期:";
//
// txtYGPhone
//
this.txtYGPhone.Location = new System.Drawing.Point(77, 158);
this.txtYGPhone.MaxLength = 11;
this.txtYGPhone.Name = "txtYGPhone";
this.txtYGPhone.Size = new System.Drawing.Size(100, 21);
this.txtYGPhone.TabIndex = 19;
this.txtYGPhone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtYGPhone_KeyPress);
//
// cbbYGHunyin
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -