⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addform1.cs

📁 c#编写的人事管理系统源码 写得不错 值得收藏
💻 CS
📖 第 1 页 / 共 4 页
字号:
			// Place_cb
			// 
			this.Place_cb.Items.AddRange(new object[] {
														  "广西南宁",
														  "广西桂林",
														  "广西柳州",
														  "广西北海",
														  "广西玉林",
														  "海南海口",
														  "海南三亚",
														  "河南商丘",
														  "河南安阳",
														  "河南郑州"});
			this.Place_cb.Location = new System.Drawing.Point(416, 48);
			this.Place_cb.Name = "Place_cb";
			this.Place_cb.Size = new System.Drawing.Size(120, 20);
			this.Place_cb.TabIndex = 19;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(376, 56);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(32, 16);
			this.label10.TabIndex = 18;
			this.label10.Text = "籍贯";
			// 
			// Phone_txt
			// 
			this.Phone_txt.Location = new System.Drawing.Point(624, 48);
			this.Phone_txt.Name = "Phone_txt";
			this.Phone_txt.TabIndex = 15;
			this.Phone_txt.Text = "";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(560, 56);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(56, 16);
			this.label8.TabIndex = 14;
			this.label8.Text = "联系电话";
			// 
			// Birth_dtp
			// 
			this.Birth_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Short;
			this.Birth_dtp.Location = new System.Drawing.Point(72, 48);
			this.Birth_dtp.Name = "Birth_dtp";
			this.Birth_dtp.Size = new System.Drawing.Size(100, 21);
			this.Birth_dtp.TabIndex = 13;
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(16, 56);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(56, 16);
			this.label13.TabIndex = 22;
			this.label13.Text = "出生日期";
			// 
			// Adress_txt
			// 
			this.Adress_txt.Location = new System.Drawing.Point(80, 80);
			this.Adress_txt.Name = "Adress_txt";
			this.Adress_txt.Size = new System.Drawing.Size(640, 21);
			this.Adress_txt.TabIndex = 17;
			this.Adress_txt.Text = "";
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(16, 88);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(56, 16);
			this.label14.TabIndex = 23;
			this.label14.Text = "联系地址";
			// 
			// Edu_cb
			// 
			this.Edu_cb.Items.AddRange(new object[] {
														"小学",
														"初中",
														"高中",
														"中专",
														"大专",
														"本科",
														"硕士",
														"博士",
														"博士后",
														"未知"});
			this.Edu_cb.Location = new System.Drawing.Point(80, 112);
			this.Edu_cb.Name = "Edu_cb";
			this.Edu_cb.Size = new System.Drawing.Size(80, 20);
			this.Edu_cb.TabIndex = 23;
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(32, 120);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(32, 16);
			this.label15.TabIndex = 24;
			this.label15.Text = "学历";
			// 
			// Degree_cb
			// 
			this.Degree_cb.Items.AddRange(new object[] {
														   "学士",
														   "硕士",
														   "博士",
														   "博士后",
														   "其他"});
			this.Degree_cb.Location = new System.Drawing.Point(328, 112);
			this.Degree_cb.Name = "Degree_cb";
			this.Degree_cb.Size = new System.Drawing.Size(80, 20);
			this.Degree_cb.TabIndex = 31;
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(296, 120);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(32, 16);
			this.label16.TabIndex = 30;
			this.label16.Text = "学位";
			// 
			// Pro_cb
			// 
			this.Pro_cb.Items.AddRange(new object[] {
														"计算机",
														"电子",
														"市场营销",
														"物流管理"});
			this.Pro_cb.Location = new System.Drawing.Point(208, 112);
			this.Pro_cb.Name = "Pro_cb";
			this.Pro_cb.Size = new System.Drawing.Size(80, 20);
			this.Pro_cb.TabIndex = 29;
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(176, 120);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(32, 16);
			this.label18.TabIndex = 28;
			this.label18.Text = "专业";
			// 
			// LeaveSchool_dtp
			// 
			this.LeaveSchool_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Short;
			this.LeaveSchool_dtp.Location = new System.Drawing.Point(632, 112);
			this.LeaveSchool_dtp.Name = "LeaveSchool_dtp";
			this.LeaveSchool_dtp.Size = new System.Drawing.Size(100, 21);
			this.LeaveSchool_dtp.TabIndex = 36;
			// 
			// label19
			// 
			this.label19.Location = new System.Drawing.Point(576, 120);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(56, 16);
			this.label19.TabIndex = 35;
			this.label19.Text = "毕业时间";
			// 
			// School_txt
			// 
			this.School_txt.Location = new System.Drawing.Point(472, 112);
			this.School_txt.Name = "School_txt";
			this.School_txt.TabIndex = 34;
			this.School_txt.Text = "";
			// 
			// label20
			// 
			this.label20.Location = new System.Drawing.Point(416, 120);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(56, 16);
			this.label20.TabIndex = 33;
			this.label20.Text = "毕业学校";
			// 
			// EmpType_cb
			// 
			this.EmpType_cb.Items.AddRange(new object[] {
															"合同",
															"正式",
															"兼职",
															"实习",
															"试用",
															"待聘"});
			this.EmpType_cb.Location = new System.Drawing.Point(256, 144);
			this.EmpType_cb.Name = "EmpType_cb";
			this.EmpType_cb.Size = new System.Drawing.Size(100, 20);
			this.EmpType_cb.TabIndex = 36;
			// 
			// label22
			// 
			this.label22.Location = new System.Drawing.Point(200, 152);
			this.label22.Name = "label22";
			this.label22.Size = new System.Drawing.Size(56, 16);
			this.label22.TabIndex = 35;
			this.label22.Text = "聘用方式";
			// 
			// EmpTime_dtp
			// 
			this.EmpTime_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Short;
			this.EmpTime_dtp.Location = new System.Drawing.Point(80, 144);
			this.EmpTime_dtp.Name = "EmpTime_dtp";
			this.EmpTime_dtp.Size = new System.Drawing.Size(100, 21);
			this.EmpTime_dtp.TabIndex = 34;
			// 
			// label23
			// 
			this.label23.Location = new System.Drawing.Point(16, 152);
			this.label23.Name = "label23";
			this.label23.Size = new System.Drawing.Size(56, 16);
			this.label23.TabIndex = 37;
			this.label23.Text = "聘用时间";
			// 
			// App_cb
			// 
			this.App_cb.Items.AddRange(new object[] {
														"在职",
														"离职"});
			this.App_cb.Location = new System.Drawing.Point(632, 144);
			this.App_cb.Name = "App_cb";
			this.App_cb.Size = new System.Drawing.Size(100, 20);
			this.App_cb.TabIndex = 44;
			// 
			// label25
			// 
			this.label25.Location = new System.Drawing.Point(568, 152);
			this.label25.Name = "label25";
			this.label25.Size = new System.Drawing.Size(56, 16);
			this.label25.TabIndex = 43;
			this.label25.Text = "员工状态";
			// 
			// Source_cb
			// 
			this.Source_cb.Items.AddRange(new object[] {
														   "网上应聘",
														   "员工介绍",
														   "人才市场",
														   "猎头公司",
														   "学校推荐"});
			this.Source_cb.Location = new System.Drawing.Point(448, 144);
			this.Source_cb.Name = "Source_cb";
			this.Source_cb.Size = new System.Drawing.Size(100, 20);
			this.Source_cb.TabIndex = 42;
			// 
			// label26
			// 
			this.label26.Location = new System.Drawing.Point(384, 152);
			this.label26.Name = "label26";
			this.label26.Size = new System.Drawing.Size(56, 16);
			this.label26.TabIndex = 41;
			this.label26.Text = "聘用来源";
			// 
			// Title_cb
			// 
			this.Title_cb.Location = new System.Drawing.Point(440, 176);
			this.Title_cb.Name = "Title_cb";
			this.Title_cb.Size = new System.Drawing.Size(100, 20);
			this.Title_cb.TabIndex = 46;
			this.Title_cb.SelectedIndexChanged += new System.EventHandler(this.Title_cb_SelectedIndexChanged);
			// 
			// label27
			// 
			this.label27.Location = new System.Drawing.Point(376, 184);
			this.label27.Name = "label27";
			this.label27.Size = new System.Drawing.Size(56, 16);
			this.label27.TabIndex = 45;
			this.label27.Text = "所获职称";
			// 
			// Job_cb
			// 
			this.Job_cb.Location = new System.Drawing.Point(256, 176);
			this.Job_cb.Name = "Job_cb";
			this.Job_cb.Size = new System.Drawing.Size(100, 20);
			this.Job_cb.TabIndex = 44;
			this.Job_cb.SelectedIndexChanged += new System.EventHandler(this.Job_cb_SelectedIndexChanged);
			// 
			// label28
			// 
			this.label28.Location = new System.Drawing.Point(200, 184);
			this.label28.Name = "label28";
			this.label28.Size = new System.Drawing.Size(56, 16);
			this.label28.TabIndex = 43;
			this.label28.Text = "所任职务";
			// 
			// Section_cb
			// 
			this.Section_cb.Location = new System.Drawing.Point(80, 176);
			this.Section_cb.Name = "Section_cb";
			this.Section_cb.Size = new System.Drawing.Size(100, 20);
			this.Section_cb.TabIndex = 42;
			this.Section_cb.SelectedIndexChanged += new System.EventHandler(this.Section_cb_SelectedIndexChanged);
			// 
			// label29
			// 
			this.label29.Location = new System.Drawing.Point(16, 184);
			this.label29.Name = "label29";
			this.label29.Size = new System.Drawing.Size(56, 16);
			this.label29.TabIndex = 47;
			this.label29.Text = "所在部门";
			// 
			// Wa_txt
			// 
			this.Wa_txt.Enabled = false;
			this.Wa_txt.Location = new System.Drawing.Point(496, 208);
			this.Wa_txt.Name = "Wa_txt";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -