📄 formaddemp.designer.cs
字号:
using System.Windows.Forms;
namespace HRMan.HROper
{
partial class FormAddEmp
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
private OpenFileDialog openfile = new OpenFileDialog();
/// <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(FormAddEmp));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.Sex_cb = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.Party_cb = new System.Windows.Forms.ComboBox();
this.Marrige_cb = new System.Windows.Forms.ComboBox();
this.Race_cb = new System.Windows.Forms.ComboBox();
this.comboBox5 = new System.Windows.Forms.ComboBox();
this.Name_txt = new System.Windows.Forms.TextBox();
this.No_txt = new System.Windows.Forms.TextBox();
this.Wa_txt = new System.Windows.Forms.TextBox();
this.Med_txt = new System.Windows.Forms.TextBox();
this.EenMen_txt = new System.Windows.Forms.TextBox();
this.label33 = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.Title_cb = new System.Windows.Forms.ComboBox();
this.label27 = new System.Windows.Forms.Label();
this.Job_cb = new System.Windows.Forms.ComboBox();
this.label28 = new System.Windows.Forms.Label();
this.Section_cb = new System.Windows.Forms.ComboBox();
this.label30 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.School_txt = new System.Windows.Forms.TextBox();
this.App_cb = new System.Windows.Forms.ComboBox();
this.label25 = new System.Windows.Forms.Label();
this.Source_cb = new System.Windows.Forms.ComboBox();
this.label26 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.LeaveSchool_dtp = new System.Windows.Forms.DateTimePicker();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.Degree_cb = new System.Windows.Forms.ComboBox();
this.label18 = new System.Windows.Forms.Label();
this.Pro_cb = new System.Windows.Forms.ComboBox();
this.label21 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.Edu_cb = new System.Windows.Forms.ComboBox();
this.EmpType_cb = new System.Windows.Forms.ComboBox();
this.label24 = new System.Windows.Forms.Label();
this.EmpTime_dtp = new System.Windows.Forms.DateTimePicker();
this.Number_txt = new System.Windows.Forms.TextBox();
this.Phone_txt = new System.Windows.Forms.TextBox();
this.Adress_txt = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.Place_cb = new System.Windows.Forms.ComboBox();
this.label16 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.Birth_dtp = new System.Windows.Forms.DateTimePicker();
this.textBox2 = new System.Windows.Forms.TextBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.RaceId_txt = new System.Windows.Forms.TextBox();
this.SectionId_txt = new System.Windows.Forms.TextBox();
this.TitleId_txt = new System.Windows.Forms.TextBox();
this.JobId_txt = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.Sex_cb);
this.groupBox1.Controls.Add(this.label6);
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.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(727, 300);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "添加员工信息";
//
// Sex_cb
//
this.Sex_cb.Items.AddRange(new object[] {
"男",
"女"});
this.Sex_cb.Location = new System.Drawing.Point(271, 140);
this.Sex_cb.Name = "Sex_cb";
this.Sex_cb.Size = new System.Drawing.Size(184, 20);
this.Sex_cb.TabIndex = 28;
//
// label6
//
this.label6.Location = new System.Drawing.Point(585, 148);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(32, 16);
this.label6.TabIndex = 26;
this.label6.Text = "党派";
//
// label5
//
this.label5.Location = new System.Drawing.Point(497, 148);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(32, 16);
this.label5.TabIndex = 24;
this.label5.Text = "婚否";
//
// label4
//
this.label4.Location = new System.Drawing.Point(409, 148);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(32, 16);
this.label4.TabIndex = 22;
this.label4.Text = "民族";
//
// label3
//
this.label3.Location = new System.Drawing.Point(321, 148);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(32, 16);
this.label3.TabIndex = 20;
this.label3.Text = "性别";
//
// label2
//
this.label2.Location = new System.Drawing.Point(145, 148);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 16);
this.label2.TabIndex = 18;
this.label2.Text = "员工姓名";
//
// label1
//
this.label1.Location = new System.Drawing.Point(-31, 148);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 16);
this.label1.TabIndex = 16;
this.label1.Text = "员工编号";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.Party_cb);
this.groupBox2.Controls.Add(this.Marrige_cb);
this.groupBox2.Controls.Add(this.Race_cb);
this.groupBox2.Controls.Add(this.comboBox5);
this.groupBox2.Controls.Add(this.Name_txt);
this.groupBox2.Controls.Add(this.No_txt);
this.groupBox2.Controls.Add(this.Wa_txt);
this.groupBox2.Controls.Add(this.Med_txt);
this.groupBox2.Controls.Add(this.EenMen_txt);
this.groupBox2.Controls.Add(this.label33);
this.groupBox2.Controls.Add(this.label29);
this.groupBox2.Controls.Add(this.Title_cb);
this.groupBox2.Controls.Add(this.label27);
this.groupBox2.Controls.Add(this.Job_cb);
this.groupBox2.Controls.Add(this.label28);
this.groupBox2.Controls.Add(this.Section_cb);
this.groupBox2.Controls.Add(this.label30);
this.groupBox2.Controls.Add(this.label31);
this.groupBox2.Controls.Add(this.button3);
this.groupBox2.Controls.Add(this.pictureBox1);
this.groupBox2.Controls.Add(this.School_txt);
this.groupBox2.Controls.Add(this.App_cb);
this.groupBox2.Controls.Add(this.label25);
this.groupBox2.Controls.Add(this.Source_cb);
this.groupBox2.Controls.Add(this.label26);
this.groupBox2.Controls.Add(this.label23);
this.groupBox2.Controls.Add(this.LeaveSchool_dtp);
this.groupBox2.Controls.Add(this.label19);
this.groupBox2.Controls.Add(this.label20);
this.groupBox2.Controls.Add(this.Degree_cb);
this.groupBox2.Controls.Add(this.label18);
this.groupBox2.Controls.Add(this.Pro_cb);
this.groupBox2.Controls.Add(this.label21);
this.groupBox2.Controls.Add(this.label22);
this.groupBox2.Controls.Add(this.Edu_cb);
this.groupBox2.Controls.Add(this.EmpType_cb);
this.groupBox2.Controls.Add(this.label24);
this.groupBox2.Controls.Add(this.EmpTime_dtp);
this.groupBox2.Controls.Add(this.Number_txt);
this.groupBox2.Controls.Add(this.Phone_txt);
this.groupBox2.Controls.Add(this.Adress_txt);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.label15);
this.groupBox2.Controls.Add(this.Place_cb);
this.groupBox2.Controls.Add(this.label16);
this.groupBox2.Controls.Add(this.label17);
this.groupBox2.Controls.Add(this.Birth_dtp);
this.groupBox2.Controls.Add(this.textBox2);
this.groupBox2.Controls.Add(this.comboBox1);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.comboBox2);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.comboBox3);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
this.groupBox2.Location = new System.Drawing.Point(12, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(727, 300);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "员工基本信息";
this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
//
// Party_cb
//
this.Party_cb.BackColor = System.Drawing.SystemColors.Info;
this.Party_cb.Items.AddRange(new object[] {
"群众",
"团员",
"党员",
"其他"});
this.Party_cb.Location = new System.Drawing.Point(662, 31);
this.Party_cb.Name = "Party_cb";
this.Party_cb.Size = new System.Drawing.Size(50, 20);
this.Party_cb.TabIndex = 62;
//
// Marrige_cb
//
this.Marrige_cb.BackColor = System.Drawing.SystemColors.Info;
this.Marrige_cb.Items.AddRange(new object[] {
"未婚",
"已婚"});
this.Marrige_cb.Location = new System.Drawing.Point(567, 31);
this.Marrige_cb.Name = "Marrige_cb";
this.Marrige_cb.Size = new System.Drawing.Size(50, 20);
this.Marrige_cb.TabIndex = 62;
//
// Race_cb
//
this.Race_cb.BackColor = System.Drawing.SystemColors.Info;
this.Race_cb.Location = new System.Drawing.Point(478, 31);
this.Race_cb.Name = "Race_cb";
this.Race_cb.Size = new System.Drawing.Size(50, 20);
this.Race_cb.TabIndex = 62;
//
// comboBox5
//
this.comboBox5.BackColor = System.Drawing.SystemColors.Info;
this.comboBox5.Items.AddRange(new object[] {
"男",
"女"});
this.comboBox5.Location = new System.Drawing.Point(393, 31);
this.comboBox5.Name = "comboBox5";
this.comboBox5.Size = new System.Drawing.Size(47, 20);
this.comboBox5.TabIndex = 62;
//
// Name_txt
//
this.Name_txt.BackColor = System.Drawing.SystemColors.Info;
this.Name_txt.Location = new System.Drawing.Point(238, 30);
this.Name_txt.Name = "Name_txt";
this.Name_txt.Size = new System.Drawing.Size(109, 21);
this.Name_txt.TabIndex = 78;
//
// No_txt
//
this.No_txt.BackColor = System.Drawing.SystemColors.Info;
this.No_txt.Location = new System.Drawing.Point(72, 31);
this.No_txt.Name = "No_txt";
this.No_txt.Size = new System.Drawing.Size(100, 21);
this.No_txt.TabIndex = 77;
//
// Wa_txt
//
this.Wa_txt.BackColor = System.Drawing.SystemColors.Info;
this.Wa_txt.Enabled = false;
this.Wa_txt.Location = new System.Drawing.Point(314, 258);
this.Wa_txt.Name = "Wa_txt";
this.Wa_txt.Size = new System.Drawing.Size(100, 21);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -