📄 f_manfile.designer.cs
字号:
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(267, 19);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 17;
this.label6.Text = "民族:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(137, 19);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 16;
this.label5.Text = "职工姓名:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(9, 19);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 15;
this.label4.Text = "职工编号:";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox8);
this.tabPage2.Controls.Add(this.groupBox7);
this.tabPage2.Controls.Add(this.groupBox6);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(531, 309);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "工作简历";
this.tabPage2.UseVisualStyleBackColor = true;
//
// groupBox8
//
this.groupBox8.Controls.Add(this.dataGridView2);
this.groupBox8.Location = new System.Drawing.Point(8, 120);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(517, 139);
this.groupBox8.TabIndex = 3;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "数据表";
//
// dataGridView2
//
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Location = new System.Drawing.Point(9, 20);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.Size = new System.Drawing.Size(500, 110);
this.dataGridView2.TabIndex = 0;
this.dataGridView2.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellEnter);
//
// groupBox7
//
this.groupBox7.Controls.Add(this.label36);
this.groupBox7.Controls.Add(this.Word_6);
this.groupBox7.Controls.Add(this.Word_5);
this.groupBox7.Controls.Add(this.Word_4);
this.groupBox7.Controls.Add(this.Word_3);
this.groupBox7.Controls.Add(this.Word_2);
this.groupBox7.Controls.Add(this.label39);
this.groupBox7.Controls.Add(this.label38);
this.groupBox7.Controls.Add(this.label37);
this.groupBox7.Controls.Add(this.label35);
this.groupBox7.Location = new System.Drawing.Point(8, 7);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(517, 108);
this.groupBox7.TabIndex = 2;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "简历信息";
//
// label36
//
this.label36.AutoSize = true;
this.label36.Location = new System.Drawing.Point(273, 24);
this.label36.Name = "label36";
this.label36.Size = new System.Drawing.Size(65, 12);
this.label36.TabIndex = 10;
this.label36.Text = "结束时间:";
//
// Word_6
//
this.Word_6.Location = new System.Drawing.Point(112, 78);
this.Word_6.Name = "Word_6";
this.Word_6.Size = new System.Drawing.Size(359, 21);
this.Word_6.TabIndex = 9;
//
// Word_5
//
this.Word_5.Location = new System.Drawing.Point(342, 50);
this.Word_5.Name = "Word_5";
this.Word_5.Size = new System.Drawing.Size(129, 21);
this.Word_5.TabIndex = 8;
//
// Word_4
//
this.Word_4.Location = new System.Drawing.Point(112, 50);
this.Word_4.Name = "Word_4";
this.Word_4.Size = new System.Drawing.Size(128, 21);
this.Word_4.TabIndex = 7;
//
// Word_3
//
this.Word_3.Location = new System.Drawing.Point(342, 19);
this.Word_3.Name = "Word_3";
this.Word_3.Size = new System.Drawing.Size(129, 21);
this.Word_3.TabIndex = 6;
//
// Word_2
//
this.Word_2.Location = new System.Drawing.Point(112, 20);
this.Word_2.Name = "Word_2";
this.Word_2.Size = new System.Drawing.Size(128, 21);
this.Word_2.TabIndex = 5;
//
// label39
//
this.label39.AutoSize = true;
this.label39.Location = new System.Drawing.Point(272, 56);
this.label39.Name = "label39";
this.label39.Size = new System.Drawing.Size(41, 12);
this.label39.TabIndex = 4;
this.label39.Text = "职务:";
//
// label38
//
this.label38.AutoSize = true;
this.label38.Location = new System.Drawing.Point(40, 56);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(41, 12);
this.label38.TabIndex = 3;
this.label38.Text = "部门:";
//
// label37
//
this.label37.AutoSize = true;
this.label37.Location = new System.Drawing.Point(38, 84);
this.label37.Name = "label37";
this.label37.Size = new System.Drawing.Size(65, 12);
this.label37.TabIndex = 2;
this.label37.Text = "工作单位:";
//
// label35
//
this.label35.AutoSize = true;
this.label35.Location = new System.Drawing.Point(40, 25);
this.label35.Name = "label35";
this.label35.Size = new System.Drawing.Size(65, 12);
this.label35.TabIndex = 0;
this.label35.Text = "开始时间:";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.Part_Save);
this.groupBox6.Controls.Add(this.Part_Cancel);
this.groupBox6.Controls.Add(this.Part_Delete);
this.groupBox6.Controls.Add(this.Part_Amend);
this.groupBox6.Controls.Add(this.Part_Add);
this.groupBox6.Location = new System.Drawing.Point(8, 258);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(517, 43);
this.groupBox6.TabIndex = 1;
this.groupBox6.TabStop = false;
//
// Part_Save
//
this.Part_Save.Location = new System.Drawing.Point(389, 14);
this.Part_Save.Name = "Part_Save";
this.Part_Save.Size = new System.Drawing.Size(75, 23);
this.Part_Save.TabIndex = 13;
this.Part_Save.Text = "保存";
this.Part_Save.UseVisualStyleBackColor = true;
this.Part_Save.Click += new System.EventHandler(this.Part_Save_Click);
//
// Part_Cancel
//
this.Part_Cancel.Location = new System.Drawing.Point(307, 14);
this.Part_Cancel.Name = "Part_Cancel";
this.Part_Cancel.Size = new System.Drawing.Size(75, 23);
this.Part_Cancel.TabIndex = 12;
this.Part_Cancel.Text = "取消";
this.Part_Cancel.UseVisualStyleBackColor = true;
this.Part_Cancel.Click += new System.EventHandler(this.Part_Cancel_Click);
//
// Part_Delete
//
this.Part_Delete.Location = new System.Drawing.Point(225, 14);
this.Part_Delete.Name = "Part_Delete";
this.Part_Delete.Size = new System.Drawing.Size(75, 23);
this.Part_Delete.TabIndex = 11;
this.Part_Delete.Text = "删除";
this.Part_Delete.UseVisualStyleBackColor = true;
this.Part_Delete.Click += new System.EventHandler(this.Part_Delete_Click);
//
// Part_Amend
//
this.Part_Amend.Location = new System.Drawing.Point(144, 14);
this.Part_Amend.Name = "Part_Amend";
this.Part_Amend.Size = new System.Drawing.Size(75, 23);
this.Part_Amend.TabIndex = 7;
this.Part_Amend.Text = "修改";
this.Part_Amend.UseVisualStyleBackColor = true;
this.Part_Amend.Click += new System.EventHandler(this.Part_Amend_Click);
//
// Part_Add
//
this.Part_Add.Location = new System.Drawing.Point(58, 14);
this.Part_Add.Name = "Part_Add";
this.Part_Add.Size = new System.Drawing.Size(75, 23);
this.Part_Add.TabIndex = 6;
this.Part_Add.Text = "添加";
this.Part_Add.UseVisualStyleBackColor = true;
this.Part_Add.Click += new System.EventHandler(this.button2_Click);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.groupBox10);
this.tabPage3.Controls.Add(this.groupBox9);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(531, 309);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "家庭关系";
this.tabPage3.UseVisualStyleBackColor = true;
//
// groupBox10
//
this.groupBox10.Controls.Add(this.Famity_4);
this.groupBox10.Controls.Add(this.label45);
this.groupBox10.Controls.Add(this.label44);
this.groupBox10.Controls.Add(this.Famity_5);
this.groupBox10.Controls.Add(this.Famity_8);
this.groupBox10.Controls.Add(this.Famity_7);
this.groupBox10.Controls.Add(this.Famity_6);
this.groupBox10.Controls.Add(this.Famity_3);
this.groupBox10.Controls.Add(this.Famity_2);
this.groupBox10.Controls.Add(this.label46);
this.groupBox10.Controls.Add(this.label43);
this.groupBox10.Controls.Add(this.label42);
this.groupBox10.Controls.Add(this.label41);
this.groupBox10.Controls.Add(this.label40);
this.groupBox10.Location = new System.Drawing.Point(9, 9);
this.groupBox10.Name = "groupBox10";
this.groupBox10.Size = new System.Drawing.Size(514, 110);
this.groupBox10.TabIndex = 1;
this.groupBox10.TabStop = false;
this.groupBox10.Text = "家庭关系基本信息";
//
// Famity_4
//
this.Famity_4.Location = new System.Drawing.Point(83, 51);
this.Famity_4.Name = "Famity_4";
this.Famity_4.Size = new System.Drawing.Size(100, 21);
this.Famity_4.TabIndex = 16;
//
// label45
//
this.label45.AutoSize = true;
this.label45.Location = new System.Drawing.Point(17, 86);
this.label45.Name = "label45";
this.label45.Size = new System.Drawing.Size(41, 12);
this.label45.TabIndex = 15;
this.label45.Text = "电话:";
//
// label44
//
this.label44.AutoSiz
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -