📄 formaddemp.designer.cs
字号:
this.label14.TabIndex = 37;
this.label14.Text = "联系地址";
//
// label13
//
this.label13.Location = new System.Drawing.Point(11, 69);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(56, 16);
this.label13.TabIndex = 36;
this.label13.Text = "出生日期";
//
// label15
//
this.label15.Location = new System.Drawing.Point(182, 69);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(56, 16);
this.label15.TabIndex = 34;
this.label15.Text = "身份证号";
//
// Place_cb
//
this.Place_cb.BackColor = System.Drawing.SystemColors.Info;
this.Place_cb.Items.AddRange(new object[] {
"北京",
"上海",
"天津",
"河北",
"广西",
"广东",
"内蒙古",
"山西",
"湖南",
"山东",
"黑龙江",
"湖北",
"江西",
"四川",
"重庆"});
this.Place_cb.Location = new System.Drawing.Point(400, 65);
this.Place_cb.Name = "Place_cb";
this.Place_cb.Size = new System.Drawing.Size(128, 20);
this.Place_cb.TabIndex = 33;
//
// label16
//
this.label16.Location = new System.Drawing.Point(364, 69);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(32, 16);
this.label16.TabIndex = 32;
this.label16.Text = "籍贯";
//
// label17
//
this.label17.Location = new System.Drawing.Point(534, 70);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(56, 16);
this.label17.TabIndex = 29;
this.label17.Text = "联系电话";
//
// Birth_dtp
//
this.Birth_dtp.CalendarMonthBackground = System.Drawing.SystemColors.Info;
this.Birth_dtp.CalendarTitleBackColor = System.Drawing.SystemColors.ControlText;
this.Birth_dtp.CalendarTitleForeColor = System.Drawing.SystemColors.Info;
this.Birth_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.Birth_dtp.Location = new System.Drawing.Point(72, 65);
this.Birth_dtp.Name = "Birth_dtp";
this.Birth_dtp.Size = new System.Drawing.Size(100, 21);
this.Birth_dtp.TabIndex = 28;
//
// textBox2
//
this.textBox2.BackColor = System.Drawing.SystemColors.Info;
this.textBox2.Location = new System.Drawing.Point(72, 31);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 17;
//
// comboBox1
//
this.comboBox1.BackColor = System.Drawing.SystemColors.Info;
this.comboBox1.Items.AddRange(new object[] {
"群众",
"团员",
"党员",
"其他"});
this.comboBox1.Location = new System.Drawing.Point(662, 31);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(50, 20);
this.comboBox1.TabIndex = 27;
//
// label7
//
this.label7.Location = new System.Drawing.Point(622, 37);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(32, 16);
this.label7.TabIndex = 26;
this.label7.Text = "党派";
//
// comboBox2
//
this.comboBox2.BackColor = System.Drawing.SystemColors.Info;
this.comboBox2.Items.AddRange(new object[] {
"未婚",
"已婚"});
this.comboBox2.Location = new System.Drawing.Point(566, 31);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(50, 20);
this.comboBox2.TabIndex = 25;
//
// label8
//
this.label8.Location = new System.Drawing.Point(534, 37);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(32, 16);
this.label8.TabIndex = 24;
this.label8.Text = "婚否";
//
// comboBox3
//
this.comboBox3.BackColor = System.Drawing.SystemColors.Info;
this.comboBox3.Location = new System.Drawing.Point(478, 31);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(50, 20);
this.comboBox3.TabIndex = 23;
//
// label9
//
this.label9.Location = new System.Drawing.Point(446, 37);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(32, 16);
this.label9.TabIndex = 22;
this.label9.Text = "民族";
//
// label10
//
this.label10.Location = new System.Drawing.Point(358, 37);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(32, 16);
this.label10.TabIndex = 20;
this.label10.Text = "性别";
//
// label11
//
this.label11.Location = new System.Drawing.Point(182, 37);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(56, 16);
this.label11.TabIndex = 18;
this.label11.Text = "员工姓名";
//
// label12
//
this.label12.Location = new System.Drawing.Point(12, 37);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(56, 16);
this.label12.TabIndex = 16;
this.label12.Text = "员工编号";
//
// button1
//
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.Location = new System.Drawing.Point(235, 331);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(64, 23);
this.button1.TabIndex = 2;
this.button1.Text = " 确定";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button2.Location = new System.Drawing.Point(387, 331);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(65, 23);
this.button2.TabIndex = 1;
this.button2.Text = " 取消";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// RaceId_txt
//
this.RaceId_txt.Location = new System.Drawing.Point(470, 334);
this.RaceId_txt.Name = "RaceId_txt";
this.RaceId_txt.Size = new System.Drawing.Size(20, 21);
this.RaceId_txt.TabIndex = 57;
this.RaceId_txt.Text = "1";
this.RaceId_txt.Visible = false;
//
// SectionId_txt
//
this.SectionId_txt.Location = new System.Drawing.Point(503, 334);
this.SectionId_txt.Name = "SectionId_txt";
this.SectionId_txt.Size = new System.Drawing.Size(20, 21);
this.SectionId_txt.TabIndex = 58;
this.SectionId_txt.Text = "10";
this.SectionId_txt.Visible = false;
//
// TitleId_txt
//
this.TitleId_txt.Location = new System.Drawing.Point(541, 333);
this.TitleId_txt.Name = "TitleId_txt";
this.TitleId_txt.Size = new System.Drawing.Size(20, 21);
this.TitleId_txt.TabIndex = 60;
this.TitleId_txt.Text = "12";
this.TitleId_txt.Visible = false;
//
// JobId_txt
//
this.JobId_txt.Location = new System.Drawing.Point(571, 334);
this.JobId_txt.Name = "JobId_txt";
this.JobId_txt.Size = new System.Drawing.Size(20, 21);
this.JobId_txt.TabIndex = 61;
this.JobId_txt.Text = "11";
this.JobId_txt.Visible = false;
//
// FormAddEmp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(751, 367);
this.Controls.Add(this.JobId_txt);
this.Controls.Add(this.TitleId_txt);
this.Controls.Add(this.SectionId_txt);
this.Controls.Add(this.RaceId_txt);
this.Controls.Add(this.button1);
this.Controls.Add(this.button2);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormAddEmp";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormAddEmp_FormClosing);
this.Load += new System.EventHandler(this.FormAddEmp_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label6;
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.GroupBox groupBox2;
private System.Windows.Forms.TextBox Number_txt;
private System.Windows.Forms.TextBox Phone_txt;
private System.Windows.Forms.TextBox Adress_txt;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.ComboBox Place_cb;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.DateTimePicker Birth_dtp;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox School_txt;
private System.Windows.Forms.ComboBox App_cb;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.ComboBox Source_cb;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.DateTimePicker LeaveSchool_dtp;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.ComboBox Degree_cb;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.ComboBox Pro_cb;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.ComboBox Edu_cb;
private System.Windows.Forms.ComboBox EmpType_cb;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.DateTimePicker EmpTime_dtp;
private System.Windows.Forms.TextBox Wa_txt;
private System.Windows.Forms.TextBox Med_txt;
private System.Windows.Forms.TextBox EenMen_txt;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.ComboBox Title_cb;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.ComboBox Job_cb;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.ComboBox Section_cb;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private TextBox RaceId_txt;
private TextBox SectionId_txt;
private TextBox TitleId_txt;
private TextBox JobId_txt;
private TextBox No_txt;
private TextBox Name_txt;
private ComboBox Sex_cb;
private ComboBox Race_cb;
private ComboBox comboBox5;
private ComboBox Party_cb;
private ComboBox Marrige_cb;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -