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

📄 form2.cs

📁 某企业ERP,人员基本信息模块
💻 CS
📖 第 1 页 / 共 5 页
字号:
			// 
			// label23
			// 
			this.label23.Location = new System.Drawing.Point(200, 168);
			this.label23.Name = "label23";
			this.label23.Size = new System.Drawing.Size(56, 16);
			this.label23.TabIndex = 15;
			this.label23.Text = "岗薪工资";
			// 
			// label22
			// 
			this.label22.Location = new System.Drawing.Point(200, 128);
			this.label22.Name = "label22";
			this.label22.Size = new System.Drawing.Size(56, 16);
			this.label22.TabIndex = 14;
			this.label22.Text = "调整时间";
			// 
			// label21
			// 
			this.label21.Location = new System.Drawing.Point(16, 88);
			this.label21.Name = "label21";
			this.label21.Size = new System.Drawing.Size(72, 16);
			this.label21.TabIndex = 13;
			this.label21.Text = "职 称 等 级";
			// 
			// label20
			// 
			this.label20.Location = new System.Drawing.Point(16, 400);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(88, 16);
			this.label20.TabIndex = 12;
			this.label20.Text = "备         注";
			// 
			// label19
			// 
			this.label19.Location = new System.Drawing.Point(16, 360);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(80, 16);
			this.label19.TabIndex = 11;
			this.label19.Text = "档案 存 放地";
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(16, 320);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(80, 16);
			this.label18.TabIndex = 10;
			this.label18.Text = "岗位变动时间";
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(16, 280);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(80, 16);
			this.label17.TabIndex = 9;
			this.label17.Text = "离 职  时 间";
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(16, 240);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(80, 16);
			this.label16.TabIndex = 8;
			this.label16.Text = "变 动  岗 位";
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(16, 168);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(80, 16);
			this.label15.TabIndex = 7;
			this.label15.Text = "职        务";
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(16, 128);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(80, 16);
			this.label14.TabIndex = 6;
			this.label14.Text = "职称评定时间";
			// 
			// textBoxfilecode
			// 
			this.textBoxfilecode.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.档案号"));
			this.textBoxfilecode.Location = new System.Drawing.Point(272, 320);
			this.textBoxfilecode.Name = "textBoxfilecode";
			this.textBoxfilecode.Size = new System.Drawing.Size(64, 21);
			this.textBoxfilecode.TabIndex = 30;
			this.textBoxfilecode.Text = "";
			// 
			// label28
			// 
			this.label28.Location = new System.Drawing.Point(200, 328);
			this.label28.Name = "label28";
			this.label28.Size = new System.Drawing.Size(56, 16);
			this.label28.TabIndex = 25;
			this.label28.Text = "档 案 号";
			// 
			// textBoxoperator
			// 
			this.textBoxoperator.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.操作者"));
			this.textBoxoperator.Location = new System.Drawing.Point(88, 512);
			this.textBoxoperator.Name = "textBoxoperator";
			this.textBoxoperator.ReadOnly = true;
			this.textBoxoperator.Size = new System.Drawing.Size(96, 21);
			this.textBoxoperator.TabIndex = 34;
			this.textBoxoperator.Text = "001";
			this.textBoxoperator.Visible = false;
			// 
			// sqlDataAdapter1
			// 
			this.sqlDataAdapter1.DeleteCommand = this.sqlDeleteCommand1;
			this.sqlDataAdapter1.InsertCommand = this.sqlInsertCommand1;
			this.sqlDataAdapter1.SelectCommand = this.sqlSelectCommand1;
			this.sqlDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
																									  new System.Data.Common.DataTableMapping("Table", "人员基本信息管理", new System.Data.Common.DataColumnMapping[] {
																																																				  new System.Data.Common.DataColumnMapping("姓名", "姓名"),
																																																				  new System.Data.Common.DataColumnMapping("工号", "工号"),
																																																				  new System.Data.Common.DataColumnMapping("性别", "性别"),
																																																				  new System.Data.Common.DataColumnMapping("身份证号码", "身份证号码"),
																																																				  new System.Data.Common.DataColumnMapping("家庭住址", "家庭住址"),
																																																				  new System.Data.Common.DataColumnMapping("联系方式", "联系方式"),
																																																				  new System.Data.Common.DataColumnMapping("民族", "民族"),
																																																				  new System.Data.Common.DataColumnMapping("学历", "学历"),
																																																				  new System.Data.Common.DataColumnMapping("出生日期", "出生日期"),
																																																				  new System.Data.Common.DataColumnMapping("专业", "专业"),
																																																				  new System.Data.Common.DataColumnMapping("籍贯", "籍贯"),
																																																				  new System.Data.Common.DataColumnMapping("毕业学校", "毕业学校"),
																																																				  new System.Data.Common.DataColumnMapping("政治面貌", "政治面貌"),
																																																				  new System.Data.Common.DataColumnMapping("毕业时间", "毕业时间"),
																																																				  new System.Data.Common.DataColumnMapping("参加工作时间", "参加工作时间"),
																																																				  new System.Data.Common.DataColumnMapping("进入公司时间", "进入公司时间"),
																																																				  new System.Data.Common.DataColumnMapping("职务", "职务"),
																																																				  new System.Data.Common.DataColumnMapping("职称等级", "职称等级"),
																																																				  new System.Data.Common.DataColumnMapping("职称", "职称"),
																																																				  new System.Data.Common.DataColumnMapping("职称评定时间", "职称评定时间"),
																																																				  new System.Data.Common.DataColumnMapping("档案工资", "档案工资"),
																																																				  new System.Data.Common.DataColumnMapping("调整时间", "调整时间"),
																																																				  new System.Data.Common.DataColumnMapping("岗薪工资", "岗薪工资"),
																																																				  new System.Data.Common.DataColumnMapping("参保种类", "参保种类"),
																																																				  new System.Data.Common.DataColumnMapping("参保时间", "参保时间"),
																																																				  new System.Data.Common.DataColumnMapping("参保额", "参保额"),
																																																				  new System.Data.Common.DataColumnMapping("档案存放地", "档案存放地"),
																																																				  new System.Data.Common.DataColumnMapping("岗位变动时间", "岗位变动时间"),
																																																				  new System.Data.Common.DataColumnMapping("变动岗位", "变动岗位"),
																																																				  new System.Data.Common.DataColumnMapping("离职时间", "离职时间"),
																																																				  new System.Data.Common.DataColumnMapping("操作者", "操作者"),
																																																				  new System.Data.Common.DataColumnMapping("试用信息", "试用信息"),
																																																				  new System.Data.Common.DataColumnMapping("档案号", "档案号"),
																																																				  new System.Data.Common.DataColumnMapping("照片", "照片"),
																																																				  new System.Data.Common.DataColumnMapping("操作日期", "操作日期"),
																																																				  new System.Data.Common.DataColumnMapping("备注", "备注")})});
			this.sqlDataAdapter1.UpdateCommand = this.sqlUpdateCommand1;
			// 
			// sqlDeleteCommand1
			// 
			this.sqlDeleteCommand1.CommandText = "DELETE FROM 人员基本信息管理 WHERE (姓名 = @Original_姓名) AND (工号 = @Original_工号) AND (专业 = " +
				"@Original_专业 OR @Original_专业 IS NULL AND 专业 IS NULL) AND (出生日期 = @Original_出生日期)" +
				" AND (参保时间 = @Original_参保时间 OR @Original_参保时间 IS NULL AND 参保时间 IS NULL) AND (参保种" +
				"类 = @Original_参保种类 OR @Original_参保种类 IS NULL AND 参保种类 IS NULL) AND (参保额 = @Origi" +
				"nal_参保额 OR @Original_参保额 IS NULL AND 参保额 IS NULL) AND (参加工作时间 = @Original_参加工作时间" +
				") AND (变动岗位 = @Original_变动岗位 OR @Original_变动岗位 IS NULL AND 变动岗位 IS NULL) AND (备注" +
				" = @Original_备注 OR @Original_备注 IS NULL AND 备注 IS NULL) AND (学历 = @Original_学历) " +
				"AND (家庭住址 = @Original_家庭住址 OR @Original_家庭住址 IS NULL AND 家庭住址 IS NULL) AND (岗位变动" +
				"时间 = @Original_岗位变动时间 OR @Original_岗位变动时间 IS NULL AND 岗位变动时间 IS NULL) AND (岗薪工资 " +
				"= @Original_岗薪工资 OR @Original_岗薪工资 IS NULL AND 岗薪工资 IS NULL) AND (性别 = @Original" +
				"_性别) AND (操作日期 = @Original_操作日期) AND (政治面貌 = @Original_政治面貌) AND (档案号 = @Origina" +
				"l_档案号 OR @Original_档案号 IS NULL AND 档案号 IS NULL) AND (档案存放地 = @Original_档案存放地 OR " +
				"@Original_档案存放地 IS NULL AND 档案存放地 IS NULL) AND (档案工资 = @Original_档案工资 OR @Origin" +
				"al_档案工资 IS NULL AND 档案工资 IS NULL) AND (毕业学校 = @Original_毕业学校) AND (毕业时间 = @Origi" +
				"nal_毕业时间) AND (民族 = @Original_民族) AND (离职时间 = @Original_离职时间 OR @Original_离职时间 I" +
				"S NULL AND 离职时间 IS NULL) AND (籍贯 = @Original_籍贯 OR @Original_籍贯 IS NULL AND 籍贯 I" +
				"S NULL) AND (职务 = @Original_职务) AND (职称 = @Original_职称) AND (职称等级 = @Original_职称" +
				"等级 OR @Original_职称等级 IS NULL AND 职称等级 IS NULL) AND (职称评定时间 = @Original_职称评定时间 OR" +
				" @Original_职称评定时间 IS NULL AND 职称评定时间 IS NULL) AND (联系方式 = @Original_联系方式 OR @Ori" +
				"ginal_联系方式 IS NULL AND 联系方式 IS NULL) AND (调整时间 = @Original_调整时间 OR @Original_调整时" +
				"间 IS NULL AND 调整时间 IS NULL) AND (身份证号码 = @Original_身份证号码) AND (进入公司时间 = @Origina" +
				"l_进入公司时间)";
			this.sqlDeleteCommand1.Connection = this.sqlConnection2;
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_姓名", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "姓名", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_工号", System.Data.SqlDbType.VarChar, 10, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "工号", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_专业", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "专业", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_出生日期", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "出生日期", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_参保时间", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "参保时间", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_参保种类", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "参保种类", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_参保额", System.Data.SqlDbType.Money, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "参保额", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_参加工作时间", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "参加工作时间", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_变动岗位", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "变动岗位", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_备注", System.Data.SqlDbType.NVarChar, 100, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "备注", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_学历", System.Data.SqlDbType.NVarChar, 10, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "学历", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_家庭住址", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "家庭住址", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_岗位变动时间", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "岗位变动时间", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_岗薪工资", System.Data.SqlDbType.Money, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "岗薪工资", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_性别", System.Data.SqlDbType.NVarChar, 10, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "性别", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_操作日期", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "操作日期", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_政治面貌", System.Data.SqlDbType.NVarChar, 10, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "政治面貌", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_档案号", System.Data.SqlDbType.VarChar, 30, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "档案号", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_档案存放地", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "档案存放地", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_档案工资", System.Data.SqlDbType.Money, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "档案工资", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_毕业学校", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "毕业学校", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_毕业时间", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "毕业时间", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_民族", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "民族", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_离职时间", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "离职时间", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_籍贯", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "籍贯", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_职务", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "职务", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_职称", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "职称", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_职称等级", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "职称等级", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_职称评定时间", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "职称评定时间", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_联系方式", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "联系方式", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_调整时间", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "调整时间", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_身份证号码", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "身份证号码", System.Data.DataRowVersion.Original, null));
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_进入公司时间", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "进入公司时间", System.Data.DataRowVersion.Original, null));
			// 
			// sqlConnection2
			// 
			this.sqlConnection2.ConnectionString = "data source=SERVER;initial catalog=sgerp;password=sa;persist security info=True;u" +
				"ser id=sa;workstation id=BLIZZARD;packet size=4096";
			// 
			// sqlInsertCommand1
			// 
			this.sqlInsertCommand1.CommandText = @"INSERT INTO 人员基本信息管理(姓名, 工号, 性别, 身份证号码, 家庭住址, 联系方式, 民族, 学历, 出生日期, 专业, 籍贯, 毕业学校, 政治面貌, 毕业时间, 参加工作时间, 进入公司时间, 职务, 职称等级, 职称, 职称评定时间, 档案工资, 调整时间, 岗薪工资, 参保种类, 参保时间, 参保额, 档案存放地, 岗位变动时间, 变动岗位, 离职时间, 操作者, 试用信息, 档案号, 照片, 操作日期, 备注) VALUES (@姓名, @工号, @性别, @身份证号码, @家庭住址, @联系方式, @民族, @学历, @出生日期, @专业, @籍贯, @毕业学校, @政治面貌, @毕业时间, @参加工作时间, @进入公司时间, @职务, @职称等级, @职称, @职称评定时间, @档案工资, @调整时间, @岗薪工资, @参保种类, @参保时间, @参保额, @档案存放地, @岗位变动时间, @变动岗位, @离职时间, @操作者, @试用信息, @档案号, @照片, @操作日期, @备注); SELECT 姓名, 工号, 性别, 身份证号码, 家庭住址, 联系方式, 民族, 学历, 出生日期, 专业, 籍贯, 毕业学校, 政治面貌, 毕业时间, 参加工作时间, 进入公司时间, 职务, 职称等级, 职称, 职称评定时间, 档案工资, 调整时间, 岗薪工资, 参保种类, 参保时间, 参保额, 档案存放地, 岗位变动时间, 变动岗位, 离职时间, 操作者, 试用信息, 档案号, 照片, 操作日期, 备注 FROM 人员基本信息管理 WHERE (姓名 = @姓名) AND (工号 = @工号)";
			this.sqlInsertCommand1.Connection = this.sqlConnection2;
			this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@姓名", System.Data.SqlDbType.NVarChar, 50, "姓名"));
			this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@工号", System.Data.SqlDbType.VarChar, 10, "工号"));
			this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@性别", System.Data.SqlDbType.NVarChar, 10, "性别"));
			this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@身份证号码", System.Data.SqlDbType.NVarChar, 50, "身份证号码"));
			this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@家庭住址", System.Data.SqlDbType.NVarChar, 50, "家庭住址"));
			this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@联系方式", System.Data.SqlDbType.NVarChar, 50, "联系方式"));
			this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@民族", System.Data.SqlDbType.NVarChar, 50, "民族"));
			this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@学历", System.Data.SqlDbType.NVarChar, 10, "学历"));
			this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@出生日期", System.Data.SqlDbType.DateTime, 8, "出生日期"));
			this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@专业", System.Data.SqlDbType.NVarChar, 50, "专业"));
			this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@籍贯", System.Data.SqlDbTy

⌨️ 快捷键说明

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