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

📄 form2.cs

📁 某企业ERP,人员基本信息模块
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.label21 = new System.Windows.Forms.Label();
			this.label20 = new System.Windows.Forms.Label();
			this.label19 = new System.Windows.Forms.Label();
			this.label18 = new System.Windows.Forms.Label();
			this.label17 = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.textBoxfilecode = new System.Windows.Forms.TextBox();
			this.label28 = new System.Windows.Forms.Label();
			this.textBoxoperator = new System.Windows.Forms.TextBox();
			this.sqlDataAdapter1 = new System.Data.SqlClient.SqlDataAdapter();
			this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlConnection2 = new System.Data.SqlClient.SqlConnection();
			this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
			this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
			this.groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// mainMenu1
			// 
			this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem1,
																					  this.menuItem7,
																					  this.menuItem10});
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 0;
			this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem11,
																					  this.menuItem3,
																					  this.menuItem4,
																					  this.menuItem5,
																					  this.menuItem6});
			this.menuItem1.Text = "操作";
			// 
			// menuItem11
			// 
			this.menuItem11.Index = 0;
			this.menuItem11.Text = "新建";
			// 
			// menuItem3
			// 
			this.menuItem3.Index = 1;
			this.menuItem3.Text = "保存";
			// 
			// menuItem4
			// 
			this.menuItem4.Index = 2;
			this.menuItem4.Text = "上一条";
			// 
			// menuItem5
			// 
			this.menuItem5.Index = 3;
			this.menuItem5.Text = "下一条";
			// 
			// menuItem6
			// 
			this.menuItem6.Index = 4;
			this.menuItem6.Text = "取消";
			// 
			// menuItem7
			// 
			this.menuItem7.Index = 1;
			this.menuItem7.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem8,
																					  this.menuItem9});
			this.menuItem7.Text = "退出";
			// 
			// menuItem8
			// 
			this.menuItem8.Index = 0;
			this.menuItem8.Text = "返回";
			// 
			// menuItem9
			// 
			this.menuItem9.Index = 1;
			this.menuItem9.Text = "退出";
			// 
			// menuItem10
			// 
			this.menuItem10.Index = 2;
			this.menuItem10.Text = "帮助";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.textBoxbirthday);
			this.groupBox1.Controls.Add(this.label32);
			this.groupBox1.Controls.Add(this.pictureBox1);
			this.groupBox1.Controls.Add(this.comboBox1);
			this.groupBox1.Controls.Add(this.comboBoxsex);
			this.groupBox1.Controls.Add(this.textBoxgraduate);
			this.groupBox1.Controls.Add(this.textBoxcode);
			this.groupBox1.Controls.Add(this.textBoxnative);
			this.groupBox1.Controls.Add(this.textBoxeducation);
			this.groupBox1.Controls.Add(this.textBoxschool);
			this.groupBox1.Controls.Add(this.textBoxID);
			this.groupBox1.Controls.Add(this.textBoxaddress);
			this.groupBox1.Controls.Add(this.textBoxcontact);
			this.groupBox1.Controls.Add(this.textBoxname);
			this.groupBox1.Controls.Add(this.label13);
			this.groupBox1.Controls.Add(this.label12);
			this.groupBox1.Controls.Add(this.label11);
			this.groupBox1.Controls.Add(this.label10);
			this.groupBox1.Controls.Add(this.label9);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.label7);
			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.Controls.Add(this.textBoxnation);
			this.groupBox1.Controls.Add(this.textBoxmajor);
			this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.groupBox1.ForeColor = System.Drawing.SystemColors.Desktop;
			this.groupBox1.Location = new System.Drawing.Point(16, 64);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(320, 432);
			this.groupBox1.TabIndex = 4;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "通用";
			// 
			// textBoxbirthday
			// 
			this.textBoxbirthday.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.出生日期"));
			this.textBoxbirthday.Location = new System.Drawing.Point(72, 120);
			this.textBoxbirthday.Name = "textBoxbirthday";
			this.textBoxbirthday.Size = new System.Drawing.Size(64, 21);
			this.textBoxbirthday.TabIndex = 4;
			this.textBoxbirthday.Text = "";
			// 
			// dataSet11
			// 
			this.dataSet11.DataSetName = "DataSet1";
			this.dataSet11.Locale = new System.Globalization.CultureInfo("zh-CN");
			// 
			// label32
			// 
			this.label32.Location = new System.Drawing.Point(8, 128);
			this.label32.Name = "label32";
			this.label32.Size = new System.Drawing.Size(56, 16);
			this.label32.TabIndex = 27;
			this.label32.Text = "出生日期";
			// 
			// pictureBox1
			// 
			this.pictureBox1.BackColor = System.Drawing.SystemColors.ControlDark;
			this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.pictureBox1.Location = new System.Drawing.Point(152, 24);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(152, 168);
			this.pictureBox1.TabIndex = 26;
			this.pictureBox1.TabStop = false;
			// 
			// comboBox1
			// 
			this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.政治面貌"));
			this.comboBox1.Items.AddRange(new object[] {
														   "党员",
														   "群众"});
			this.comboBox1.Location = new System.Drawing.Point(232, 288);
			this.comboBox1.Name = "comboBox1";
			this.comboBox1.Size = new System.Drawing.Size(72, 20);
			this.comboBox1.TabIndex = 11;
			// 
			// comboBoxsex
			// 
			this.comboBoxsex.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.性别"));
			this.comboBoxsex.Items.AddRange(new object[] {
															 "男",
															 "女"});
			this.comboBoxsex.Location = new System.Drawing.Point(232, 208);
			this.comboBoxsex.Name = "comboBoxsex";
			this.comboBoxsex.Size = new System.Drawing.Size(72, 20);
			this.comboBoxsex.TabIndex = 7;
			// 
			// textBoxgraduate
			// 
			this.textBoxgraduate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.毕业时间"));
			this.textBoxgraduate.Location = new System.Drawing.Point(72, 280);
			this.textBoxgraduate.Name = "textBoxgraduate";
			this.textBoxgraduate.Size = new System.Drawing.Size(64, 21);
			this.textBoxgraduate.TabIndex = 10;
			this.textBoxgraduate.Text = "";
			// 
			// textBoxcode
			// 
			this.textBoxcode.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.工号"));
			this.textBoxcode.Location = new System.Drawing.Point(72, 56);
			this.textBoxcode.Name = "textBoxcode";
			this.textBoxcode.Size = new System.Drawing.Size(64, 21);
			this.textBoxcode.TabIndex = 2;
			this.textBoxcode.Text = "";
			// 
			// textBoxnative
			// 
			this.textBoxnative.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.籍贯"));
			this.textBoxnative.Location = new System.Drawing.Point(72, 88);
			this.textBoxnative.Name = "textBoxnative";
			this.textBoxnative.Size = new System.Drawing.Size(64, 21);
			this.textBoxnative.TabIndex = 3;
			this.textBoxnative.Text = "";
			// 
			// textBoxeducation
			// 
			this.textBoxeducation.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.学历"));
			this.textBoxeducation.Location = new System.Drawing.Point(72, 160);
			this.textBoxeducation.Name = "textBoxeducation";
			this.textBoxeducation.Size = new System.Drawing.Size(64, 21);
			this.textBoxeducation.TabIndex = 5;
			this.textBoxeducation.Text = "";
			// 
			// textBoxschool
			// 
			this.textBoxschool.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.毕业学校"));
			this.textBoxschool.Location = new System.Drawing.Point(72, 200);
			this.textBoxschool.Name = "textBoxschool";
			this.textBoxschool.Size = new System.Drawing.Size(64, 21);
			this.textBoxschool.TabIndex = 6;
			this.textBoxschool.Text = "";
			// 
			// textBoxID
			// 
			this.textBoxID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.身份证号码"));
			this.textBoxID.Location = new System.Drawing.Point(72, 320);
			this.textBoxID.Name = "textBoxID";
			this.textBoxID.Size = new System.Drawing.Size(232, 21);
			this.textBoxID.TabIndex = 12;
			this.textBoxID.Text = "";
			// 

⌨️ 快捷键说明

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