frmpersonedit.cs
来自「一个用vs2003编写的客户工资管理系统客户端程序/一个用vs2003编写的客户」· CS 代码 · 共 1,043 行 · 第 1/3 页
CS
1,043 行
this.groupBox1.Controls.Add(this.IDCard);
this.groupBox1.Controls.Add(this.IDCard111);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.Birth);
this.groupBox1.Controls.Add(this.OrgName);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.BZXZ);
this.groupBox1.Controls.Add(this.BZJG);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.SF);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.KCGL);
this.groupBox1.Controls.Add(this.Sex);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.GZSJ);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.YJXL);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(16, 16);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(600, 192);
this.groupBox1.TabIndex = 40;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "基本信息";
//
// Name1
//
this.Name1.BackColor = System.Drawing.Color.LightYellow;
this.Name1.Location = new System.Drawing.Point(112, 32);
this.Name1.MaxLength = 100;
this.Name1.Name = "Name1";
this.Name1.Size = new System.Drawing.Size(180, 21);
this.Name1.TabIndex = 44;
this.Name1.Text = "";
//
// IDCard
//
this.IDCard.BackColor = System.Drawing.Color.LightYellow;
this.IDCard.Location = new System.Drawing.Point(384, 56);
this.IDCard.MaxLength = 100;
this.IDCard.Name = "IDCard";
this.IDCard.Size = new System.Drawing.Size(180, 21);
this.IDCard.TabIndex = 42;
this.IDCard.Text = "";
//
// IDCard111
//
this.IDCard111.Location = new System.Drawing.Point(312, 56);
this.IDCard111.Name = "IDCard111";
this.IDCard111.Size = new System.Drawing.Size(66, 23);
this.IDCard111.TabIndex = 43;
this.IDCard111.Text = "身 份 证:";
this.IDCard111.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label13
//
this.label13.Location = new System.Drawing.Point(40, 56);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(66, 23);
this.label13.TabIndex = 40;
this.label13.Text = "出生年月:";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// Birth
//
this.Birth.BackColor = System.Drawing.Color.LightYellow;
this.Birth.Location = new System.Drawing.Point(112, 56);
this.Birth.MaxLength = 100;
this.Birth.Name = "Birth";
this.Birth.Size = new System.Drawing.Size(180, 21);
this.Birth.TabIndex = 41;
this.Birth.Text = "";
//
// OrgName
//
this.OrgName.BackColor = System.Drawing.Color.LightYellow;
this.OrgName.Location = new System.Drawing.Point(112, 88);
this.OrgName.MaxLength = 100;
this.OrgName.Name = "OrgName";
this.OrgName.Size = new System.Drawing.Size(452, 21);
this.OrgName.TabIndex = 25;
this.OrgName.Text = "";
//
// label3
//
this.label3.Location = new System.Drawing.Point(40, 112);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(66, 23);
this.label3.TabIndex = 26;
this.label3.Text = "编制性质:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// BZXZ
//
this.BZXZ.BackColor = System.Drawing.Color.LightYellow;
this.BZXZ.Location = new System.Drawing.Point(112, 112);
this.BZXZ.MaxLength = 100;
this.BZXZ.Name = "BZXZ";
this.BZXZ.Size = new System.Drawing.Size(180, 21);
this.BZXZ.TabIndex = 27;
this.BZXZ.Text = "";
//
// BZJG
//
this.BZJG.BackColor = System.Drawing.Color.LightYellow;
this.BZJG.Location = new System.Drawing.Point(384, 112);
this.BZJG.MaxLength = 100;
this.BZJG.Name = "BZJG";
this.BZJG.Size = new System.Drawing.Size(180, 21);
this.BZJG.TabIndex = 28;
this.BZJG.Text = "";
//
// label9
//
this.label9.Location = new System.Drawing.Point(312, 112);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(66, 23);
this.label9.TabIndex = 29;
this.label9.Text = "编制结构:";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label4
//
this.label4.Location = new System.Drawing.Point(40, 136);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(66, 23);
this.label4.TabIndex = 30;
this.label4.Text = "个人身份:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// SF
//
this.SF.BackColor = System.Drawing.Color.LightYellow;
this.SF.Location = new System.Drawing.Point(112, 136);
this.SF.MaxLength = 100;
this.SF.Name = "SF";
this.SF.Size = new System.Drawing.Size(180, 21);
this.SF.TabIndex = 31;
this.SF.Text = "";
//
// label10
//
this.label10.Location = new System.Drawing.Point(40, 160);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(66, 23);
this.label10.TabIndex = 32;
this.label10.Text = "扣除工龄:";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// KCGL
//
this.KCGL.BackColor = System.Drawing.Color.LightYellow;
this.KCGL.Location = new System.Drawing.Point(112, 160);
this.KCGL.MaxLength = 100;
this.KCGL.Name = "KCGL";
this.KCGL.Size = new System.Drawing.Size(180, 21);
this.KCGL.TabIndex = 33;
this.KCGL.Text = "";
//
// Sex
//
this.Sex.BackColor = System.Drawing.Color.LightYellow;
this.Sex.Location = new System.Drawing.Point(384, 32);
this.Sex.MaxLength = 100;
this.Sex.Name = "Sex";
this.Sex.Size = new System.Drawing.Size(180, 21);
this.Sex.TabIndex = 34;
this.Sex.Text = "";
//
// label5
//
this.label5.Location = new System.Drawing.Point(312, 32);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(66, 23);
this.label5.TabIndex = 35;
this.label5.Text = "性 别:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// GZSJ
//
this.GZSJ.BackColor = System.Drawing.Color.LightYellow;
this.GZSJ.Location = new System.Drawing.Point(384, 136);
this.GZSJ.MaxLength = 100;
this.GZSJ.Name = "GZSJ";
this.GZSJ.Size = new System.Drawing.Size(180, 21);
this.GZSJ.TabIndex = 36;
this.GZSJ.Text = "";
//
// label6
//
this.label6.Location = new System.Drawing.Point(312, 136);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(66, 23);
this.label6.TabIndex = 37;
this.label6.Text = "工作时间:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// YJXL
//
this.YJXL.BackColor = System.Drawing.Color.LightYellow;
this.YJXL.Location = new System.Drawing.Point(384, 160);
this.YJXL.MaxLength = 100;
this.YJXL.Name = "YJXL";
this.YJXL.Size = new System.Drawing.Size(180, 21);
this.YJXL.TabIndex = 38;
this.YJXL.Text = "";
//
// label7
//
this.label7.Location = new System.Drawing.Point(312, 160);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(66, 23);
this.label7.TabIndex = 39;
this.label7.Text = "应加学龄:";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label1
//
this.label1.Location = new System.Drawing.Point(40, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(66, 23);
this.label1.TabIndex = 22;
this.label1.Text = "姓 名:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label2
//
this.label2.Location = new System.Drawing.Point(40, 88);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(66, 22);
this.label2.TabIndex = 24;
this.label2.Text = "单位名称:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tabPage6
//
this.tabPage6.Controls.Add(this.GZItemList);
this.tabPage6.Location = new System.Drawing.Point(4, 21);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Size = new System.Drawing.Size(634, 398);
this.tabPage6.TabIndex = 5;
this.tabPage6.Text = "工资记录";
//
// GZItemList
//
this.GZItemList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader41,
this.columnHeader29,
this.columnHeader30,
this.columnHeader32,
this.columnHeader33,
this.columnHeader34,
this.columnHeader35,
this.columnHeader36,
this.columnHeader37,
this.columnHeader38,
this.columnHeader39,
this.columnHeader40});
this.GZItemList.Dock = System.Windows.Forms.DockStyle.Fill;
this.GZItemList.FullRowSelect = true;
this.GZItemList.GridLines = true;
this.GZItemList.HideSelection = false;
this.GZItemList.Location = new System.Drawing.Point(0, 0);
this.GZItemList.Name = "GZItemList";
this.GZItemList.Size = new System.Drawing.Size(634, 398);
this.GZItemList.TabIndex = 13;
this.GZItemList.View = System.Windows.Forms.View.Details;
//
// columnHeader29
//
this.columnHeader29.Text = "职务工资";
//
// columnHeader30
//
this.columnHeader30.Text = "级别工资";
//
// columnHeader32
//
this.columnHeader32.Text = "基础工资";
//
// columnHeader33
//
this.columnHeader33.Text = "工龄工资";
//
// columnHeader34
//
this.columnHeader34.Text = "职岗津贴";
//
// columnHeader35
//
this.columnHeader35.Text = "综合补贴";
//
// columnHeader36
//
this.columnHeader36.Text = "岗位工资";
//
// columnHeader37
//
this.columnHeader37.Text = "技术等级工资";
this.columnHeader37.Width = 90;
//
// columnHeader38
//
this.columnHeader38.Text = "津贴";
//
// columnHeader39
//
this.columnHeader39.Text = "奖金";
//
// columnHeader40
//
this.columnHeader40.Text = "警衔津贴";
//
// columnHeader41
//
this.columnHeader41.Text = "工资总额";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.RZItemList);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(634, 398);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "任职简历";
//
// RZItemList
//
this.RZItemList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader6,
this.columnHeader7,
this.columnHeader19,
this.columnHeader9,
this.columnHeader20,
this.columnHeader21,
this.columnHeader22,
this.columnHeader23,
this.columnHeader24,
this.columnHeader8,
this.columnHeader10});
this.RZItemList.Dock = System.Windows.Forms.DockStyle.Fill;
this.RZItemList.FullRowSelect = true;
this.RZItemList.GridLines = true;
this.RZItemList.HideSelection = false;
this.RZItemList.Location = new System.Drawing.Point(0, 0);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?