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

📄 form2.cs

📁 某企业ERP,人员基本信息模块
💻 CS
📖 第 1 页 / 共 5 页
字号:
			// textBoxaddress
			// 
			this.textBoxaddress.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.家庭住址"));
			this.textBoxaddress.Location = new System.Drawing.Point(72, 360);
			this.textBoxaddress.Name = "textBoxaddress";
			this.textBoxaddress.Size = new System.Drawing.Size(232, 21);
			this.textBoxaddress.TabIndex = 13;
			this.textBoxaddress.Text = "";
			// 
			// textBoxcontact
			// 
			this.textBoxcontact.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.联系方式"));
			this.textBoxcontact.Location = new System.Drawing.Point(72, 400);
			this.textBoxcontact.Name = "textBoxcontact";
			this.textBoxcontact.Size = new System.Drawing.Size(232, 21);
			this.textBoxcontact.TabIndex = 14;
			this.textBoxcontact.Text = "";
			// 
			// textBoxname
			// 
			this.textBoxname.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.姓名"));
			this.textBoxname.Location = new System.Drawing.Point(72, 24);
			this.textBoxname.Name = "textBoxname";
			this.textBoxname.Size = new System.Drawing.Size(64, 21);
			this.textBoxname.TabIndex = 1;
			this.textBoxname.Text = "";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(8, 360);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(56, 16);
			this.label13.TabIndex = 12;
			this.label13.Text = "家庭住址";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(8, 400);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(56, 16);
			this.label12.TabIndex = 11;
			this.label12.Text = "联系方式";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(8, 320);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(56, 16);
			this.label11.TabIndex = 10;
			this.label11.Text = "身份证号";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(8, 288);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(56, 16);
			this.label10.TabIndex = 9;
			this.label10.Text = "毕业时间";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(8, 208);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(56, 16);
			this.label9.TabIndex = 8;
			this.label9.Text = "毕业学校";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(8, 248);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(56, 16);
			this.label8.TabIndex = 7;
			this.label8.Text = "专    业";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(8, 168);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(56, 16);
			this.label7.TabIndex = 6;
			this.label7.Text = "学    历";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(160, 288);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(56, 16);
			this.label6.TabIndex = 5;
			this.label6.Text = "政治面貌";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(8, 96);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(56, 16);
			this.label5.TabIndex = 4;
			this.label5.Text = "籍    贯";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(8, 64);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(56, 16);
			this.label4.TabIndex = 3;
			this.label4.Text = "工    号";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(160, 248);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(56, 16);
			this.label3.TabIndex = 2;
			this.label3.Text = "民    族";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(160, 208);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(56, 16);
			this.label2.TabIndex = 1;
			this.label2.Text = "性    别";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 32);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(56, 16);
			this.label1.TabIndex = 0;
			this.label1.Text = "姓    名";
			// 
			// textBoxnation
			// 
			this.textBoxnation.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.民族"));
			this.textBoxnation.Location = new System.Drawing.Point(232, 248);
			this.textBoxnation.Name = "textBoxnation";
			this.textBoxnation.Size = new System.Drawing.Size(72, 21);
			this.textBoxnation.TabIndex = 9;
			this.textBoxnation.Text = "";
			// 
			// textBoxmajor
			// 
			this.textBoxmajor.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人员基本信息管理.专业"));
			this.textBoxmajor.Location = new System.Drawing.Point(72, 240);
			this.textBoxmajor.Name = "textBoxmajor";
			this.textBoxmajor.Size = new System.Drawing.Size(64, 21);
			this.textBoxmajor.TabIndex = 8;
			this.textBoxmajor.Text = "";
			// 
			// toolBarButton4
			// 
			this.toolBarButton4.Text = "上一条";
			// 
			// toolBarButton7
			// 
			this.toolBarButton7.Text = "帮助";
			// 
			// toolBarButton5
			// 
			this.toolBarButton5.Text = "下一条";
			// 
			// toolBarButton2
			// 
			this.toolBarButton2.Text = "取消";
			// 
			// toolBar1
			// 
			this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						this.toolBarButton9,
																						this.toolBarButton1,
																						this.toolBarButton2,
																						this.toolBarButton3,
																						this.toolBarButton6,
																						this.toolBarButton4,
																						this.toolBarButton5,
																						this.toolBarButton7});
			this.toolBar1.DropDownArrows = true;
			this.toolBar1.Location = new System.Drawing.Point(0, 0);
			this.toolBar1.Name = "toolBar1";
			this.toolBar1.ShowToolTips = true;
			this.toolBar1.Size = new System.Drawing.Size(728, 41);
			this.toolBar1.TabIndex = 6;
			this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
			// 
			// toolBarButton9
			// 
			this.toolBarButton9.Text = "新建";
			// 
			// toolBarButton1
			// 
			this.toolBarButton1.Text = "保存";
			// 
			// toolBarButton3
			// 
			this.toolBarButton3.Text = "返回";
			// 
			// toolBarButton6
			// 
			this.toolBarButton6.Text = "删除";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.textBoxtitle);
			this.groupBox2.Controls.Add(this.label33);
			this.groupBox2.Controls.Add(this.textBoxworkingday);
			this.groupBox2.Controls.Add(this.textBoxenrollday);
			this.groupBox2.Controls.Add(this.label30);
			this.groupBox2.Controls.Add(this.label31);
			this.groupBox2.Controls.Add(this.textBoxtrying);
			this.groupBox2.Controls.Add(this.label29);
			this.groupBox2.Controls.Add(this.textBoxgrade);
			this.groupBox2.Controls.Add(this.textBoxoriginalsalary);
			this.groupBox2.Controls.Add(this.textBoxsalarychangeday);
			this.groupBox2.Controls.Add(this.textBoxpositionsalary);
			this.groupBox2.Controls.Add(this.textBoxassureday);
			this.groupBox2.Controls.Add(this.textBoxassurancekind);
			this.groupBox2.Controls.Add(this.textBoxduty);
			this.groupBox2.Controls.Add(this.textBoxpromotionday);
			this.groupBox2.Controls.Add(this.textBoxchangeday);
			this.groupBox2.Controls.Add(this.textBoxassuresum);
			this.groupBox2.Controls.Add(this.textBoxpositionchange);
			this.groupBox2.Controls.Add(this.textBoxleavingday);
			this.groupBox2.Controls.Add(this.textBoxremark);
			this.groupBox2.Controls.Add(this.textBoxfileposition);
			this.groupBox2.Controls.Add(this.label27);
			this.groupBox2.Controls.Add(this.label26);
			this.groupBox2.Controls.Add(this.label25);
			this.groupBox2.Controls.Add(this.label24);
			this.groupBox2.Controls.Add(this.label23);
			this.groupBox2.Controls.Add(this.label22);
			this.groupBox2.Controls.Add(this.label21);
			this.groupBox2.Controls.Add(this.label20);
			this.groupBox2.Controls.Add(this.label19);
			this.groupBox2.Controls.Add(this.label18);
			this.groupBox2.Controls.Add(this.label17);
			this.groupBox2.Controls.Add(this.label16);
			this.groupBox2.Controls.Add(this.label15);

⌨️ 快捷键说明

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