📄 form3.cs
字号:
this.groupBox1.Controls.Add(this.lbl6);
this.groupBox1.Controls.Add(this.lbl1);
this.groupBox1.Controls.Add(this.lbl5);
this.groupBox1.Controls.Add(this.lbl3);
this.groupBox1.Controls.Add(this.lbl8);
this.groupBox1.Controls.Add(this.lbl12);
this.groupBox1.Controls.Add(this.lbl11);
this.groupBox1.Controls.Add(this.lbl7);
this.groupBox1.Controls.Add(this.lbl9);
this.groupBox1.Controls.Add(this.tbCsrq);
this.groupBox1.Controls.Add(this.tbXz);
this.groupBox1.Controls.Add(this.tbRxrq);
this.groupBox1.Controls.Add(this.tbByrq);
this.groupBox1.Controls.Add(this.tbZsbh);
this.groupBox1.Controls.Add(this.tbYxmc);
this.groupBox1.Controls.Add(this.tbZymc);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.label14);
this.groupBox1.Controls.Add(this.ckCsrq);
this.groupBox1.Controls.Add(this.ckPycc);
this.groupBox1.Controls.Add(this.ckYxmc);
this.groupBox1.Controls.Add(this.ckXz);
this.groupBox1.Controls.Add(this.ckZymc);
this.groupBox1.Controls.Add(this.ckRxrq);
this.groupBox1.Controls.Add(this.ckZsbh);
this.groupBox1.Location = new System.Drawing.Point(8, 8);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(280, 296);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Tag = "";
this.groupBox1.Text = "录入系统";
//
// ckXb
//
this.ckXb.Location = new System.Drawing.Point(248, 48);
this.ckXb.Name = "ckXb";
this.ckXb.Size = new System.Drawing.Size(16, 24);
this.ckXb.TabIndex = 11;
this.ckXb.TabStop = false;
//
// ckXm
//
this.ckXm.Location = new System.Drawing.Point(248, 24);
this.ckXm.Name = "ckXm";
this.ckXm.Size = new System.Drawing.Size(16, 24);
this.ckXm.TabIndex = 8;
this.ckXm.TabStop = false;
//
// rb2
//
this.rb2.Location = new System.Drawing.Point(152, 48);
this.rb2.Name = "rb2";
this.rb2.Size = new System.Drawing.Size(40, 24);
this.rb2.TabIndex = 3;
this.rb2.Text = "女";
//
// rb1
//
this.rb1.Checked = true;
this.rb1.Location = new System.Drawing.Point(96, 48);
this.rb1.Name = "rb1";
this.rb1.Size = new System.Drawing.Size(32, 24);
this.rb1.TabIndex = 2;
this.rb1.TabStop = true;
this.rb1.Text = "男";
//
// cbXXXs
//
this.cbXXXs.Items.AddRange(new object[] {
"普通全日制",
"成人",
"自学考试",
"军队院校自学考试",
"网络教育",
"研究生"});
this.cbXXXs.Location = new System.Drawing.Point(88, 120);
this.cbXXXs.Name = "cbXXXs";
this.cbXXXs.Size = new System.Drawing.Size(152, 20);
this.cbXXXs.TabIndex = 6;
this.cbXXXs.Text = "请选择或输入新项";
//
// cbPycc
//
this.cbPycc.Items.AddRange(new object[] {
"博士研究生",
"硕士研究生",
"研究生",
"第二学士学位",
"本科",
"高升本",
"专升本",
"第二本科",
"专科",
"高职",
"第二专科",
"夜大电大函大普通班",
"中专",
"不详"});
this.cbPycc.Location = new System.Drawing.Point(88, 96);
this.cbPycc.Name = "cbPycc";
this.cbPycc.Size = new System.Drawing.Size(152, 20);
this.cbPycc.TabIndex = 5;
this.cbPycc.Text = "请选择或输入新项";
//
// tbXm
//
this.tbXm.Location = new System.Drawing.Point(88, 24);
this.tbXm.Name = "tbXm";
this.tbXm.Size = new System.Drawing.Size(152, 21);
this.tbXm.TabIndex = 1;
this.tbXm.Tag = "";
this.tbXm.Text = "";
//
// lbl2
//
this.lbl2.Location = new System.Drawing.Point(16, 48);
this.lbl2.Name = "lbl2";
this.lbl2.Size = new System.Drawing.Size(48, 16);
this.lbl2.TabIndex = 0;
this.lbl2.Text = "性别:";
this.lbl2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl4
//
this.lbl4.Location = new System.Drawing.Point(24, 96);
this.lbl4.Name = "lbl4";
this.lbl4.Size = new System.Drawing.Size(40, 16);
this.lbl4.TabIndex = 0;
this.lbl4.Text = "层次:";
this.lbl4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl6
//
this.lbl6.Location = new System.Drawing.Point(16, 168);
this.lbl6.Name = "lbl6";
this.lbl6.Size = new System.Drawing.Size(48, 16);
this.lbl6.TabIndex = 0;
this.lbl6.Text = "学制:";
this.lbl6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl1
//
this.lbl1.Location = new System.Drawing.Point(16, 24);
this.lbl1.Name = "lbl1";
this.lbl1.Size = new System.Drawing.Size(48, 16);
this.lbl1.TabIndex = 0;
this.lbl1.Text = "姓名:";
this.lbl1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl5
//
this.lbl5.Location = new System.Drawing.Point(16, 120);
this.lbl5.Name = "lbl5";
this.lbl5.Size = new System.Drawing.Size(64, 16);
this.lbl5.TabIndex = 0;
this.lbl5.Text = "学历类型:";
this.lbl5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl3
//
this.lbl3.Location = new System.Drawing.Point(8, 72);
this.lbl3.Name = "lbl3";
this.lbl3.Size = new System.Drawing.Size(64, 16);
this.lbl3.TabIndex = 0;
this.lbl3.Text = "出生年月:";
this.lbl3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl8
//
this.lbl8.Location = new System.Drawing.Point(16, 192);
this.lbl8.Name = "lbl8";
this.lbl8.Size = new System.Drawing.Size(64, 23);
this.lbl8.TabIndex = 0;
this.lbl8.Text = "专业名称:";
this.lbl8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl12
//
this.lbl12.Location = new System.Drawing.Point(16, 264);
this.lbl12.Name = "lbl12";
this.lbl12.Size = new System.Drawing.Size(64, 23);
this.lbl12.TabIndex = 0;
this.lbl12.Text = "证书编号:";
this.lbl12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl11
//
this.lbl11.Location = new System.Drawing.Point(16, 240);
this.lbl11.Name = "lbl11";
this.lbl11.Size = new System.Drawing.Size(64, 23);
this.lbl11.TabIndex = 0;
this.lbl11.Text = "毕业时间:";
this.lbl11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl7
//
this.lbl7.Location = new System.Drawing.Point(8, 144);
this.lbl7.Name = "lbl7";
this.lbl7.Size = new System.Drawing.Size(64, 16);
this.lbl7.TabIndex = 0;
this.lbl7.Text = "院校名称:";
this.lbl7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl9
//
this.lbl9.Location = new System.Drawing.Point(16, 216);
this.lbl9.Name = "lbl9";
this.lbl9.Size = new System.Drawing.Size(64, 16);
this.lbl9.TabIndex = 0;
this.lbl9.Text = "入学日期:";
this.lbl9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbCsrq
//
this.tbCsrq.Location = new System.Drawing.Point(88, 72);
this.tbCsrq.Name = "tbCsrq";
this.tbCsrq.Size = new System.Drawing.Size(152, 21);
this.tbCsrq.TabIndex = 4;
this.tbCsrq.Tag = "";
this.tbCsrq.Text = "";
//
// tbXz
//
this.tbXz.Location = new System.Drawing.Point(88, 168);
this.tbXz.Name = "tbXz";
this.tbXz.Size = new System.Drawing.Size(152, 21);
this.tbXz.TabIndex = 8;
this.tbXz.Tag = "";
this.tbXz.Text = "";
//
// tbRxrq
//
this.tbRxrq.Location = new System.Drawing.Point(88, 216);
this.tbRxrq.Name = "tbRxrq";
this.tbRxrq.Size = new System.Drawing.Size(152, 21);
this.tbRxrq.TabIndex = 10;
this.tbRxrq.Tag = "";
this.tbRxrq.Text = "";
//
// tbByrq
//
this.tbByrq.Location = new System.Drawing.Point(88, 240);
this.tbByrq.Name = "tbByrq";
this.tbByrq.Size = new System.Drawing.Size(152, 21);
this.tbByrq.TabIndex = 11;
this.tbByrq.Tag = "";
this.tbByrq.Text = "";
//
// tbZsbh
//
this.tbZsbh.Location = new System.Drawing.Point(88, 264);
this.tbZsbh.Name = "tbZsbh";
this.tbZsbh.Size = new System.Drawing.Size(152, 21);
this.tbZsbh.TabIndex = 12;
this.tbZsbh.Tag = "";
this.tbZsbh.Text = "";
//
// tbYxmc
//
this.tbYxmc.Location = new System.Drawing.Point(88, 144);
this.tbYxmc.Name = "tbYxmc";
this.tbYxmc.Size = new System.Drawing.Size(152, 21);
this.tbYxmc.TabIndex = 7;
this.tbYxmc.Tag = "";
this.tbYxmc.Text = "";
//
// tbZymc
//
this.tbZymc.Location = new System.Drawing.Point(88, 192);
this.tbZymc.Name = "tbZymc";
this.tbZymc.Size = new System.Drawing.Size(152, 21);
this.tbZymc.TabIndex = 9;
this.tbZymc.Tag = "";
this.tbZymc.Text = "";
//
// label13
//
this.label13.ForeColor = System.Drawing.Color.Red;
this.label13.Location = new System.Drawing.Point(248, 120);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(8, 16);
this.label13.TabIndex = 7;
this.label13.Text = "*";
//
// label14
//
this.label14.ForeColor = System.Drawing.Color.Red;
this.label14.Location = new System.Drawing.Point(248, 248);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(8, 16);
this.label14.TabIndex = 7;
this.label14.Text = "*";
//
// ckCsrq
//
this.ckCsrq.Location = new System.Drawing.Point(248, 72);
this.ckCsrq.Name = "ckCsrq";
this.ckCsrq.Size = new System.Drawing.Size(16, 24);
this.ckCsrq.TabIndex = 8;
this.ckCsrq.TabStop = false;
//
// ckPycc
//
this.ckPycc.Location = new System.Drawing.Point(248, 96);
this.ckPycc.Name = "ckPycc";
this.ckPycc.Size = new System.Drawing.Size(16, 24);
this.ckPycc.TabIndex = 8;
this.ckPycc.TabStop = false;
//
// ckYxmc
//
this.ckYxmc.Location = new System.Drawing.Point(248, 144);
this.ckYxmc.Name = "ckYxmc";
this.ckYxmc.Size = new System.Drawing.Size(16, 24);
this.ckYxmc.TabIndex = 8;
this.ckYxmc.TabStop = false;
//
// ckXz
//
this.ckXz.Location = new System.Drawing.Point(248, 168);
this.ckXz.Name = "ckXz";
this.ckXz.Size = new System.Drawing.Size(16, 24);
this.ckXz.TabIndex = 8;
this.ckXz.TabStop = false;
//
// ckZymc
//
this.ckZymc.Location = new System.Drawing.Point(248, 192);
this.ckZymc.Name = "ckZymc";
this.ckZymc.Size = new System.Drawing.Size(16, 24);
this.ckZymc.TabIndex = 8;
this.ckZymc.TabStop = false;
//
// ckRxrq
//
this.ckRxrq.Location = new System.Drawing.Point(248, 216);
this.ckRxrq.Name = "ckRxrq";
this.ckRxrq.Size = new System.Drawing.Size(16, 24);
this.ckRxrq.TabIndex = 8;
this.ckRxrq.TabStop = false;
//
// ckZsbh
//
this.ckZsbh.Location = new System.Drawing.Point(248, 264);
this.ckZsbh.Name = "ckZsbh";
this.ckZsbh.Size = new System.Drawing.Size(16, 24);
this.ckZsbh.TabIndex = 8;
this.ckZsbh.TabStop = false;
//
// Panel2
//
this.Panel2.Controls.Add(this.lvInput);
this.Panel2.Location = new System.Drawing.Point(8, 16);
this.Panel2.Name = "Panel2";
this.Panel2.Size = new System.Drawing.Size(576, 320);
this.Panel2.TabIndex = 1;
//
// lvInput
//
this.lvInput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lvInput.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.姓名,
this.性别,
this.出生日期,
this.层次,
this.学历类型,
this.学制,
this.院校名称,
this.专业名称,
this.毕结业结论,
this.入学日期,
this.毕业时间,
this.证书编号});
this.lvInput.FullRowSelect = true;
this.lvInput.Location = new System.Drawing.Point(8, 8);
this.lvInput.Name = "lvInput";
this.lvInput.Size = new System.Drawing.Size(560, 296);
this.lvInput.TabIndex = 18;
this.lvInput.View = System.Windows.Forms.View.Details;
this.lvInput.DoubleClick += new System.EventHandler(this.lvInput_DoubleClick_1);
//
// 姓名
//
this.姓名.Text = "姓名";
this.姓名.Width = 40;
//
// 性别
//
this.性别.Text = "性别";
this.性别.Width = 40;
//
// 出生日期
//
this.出生日期.Text = "出生日期";
//
// 层次
//
this.层次.Text = "层次";
this.层次.Width = 40;
//
// 学历类型
//
this.学历类型.Text = "学历类型";
this.学历类型.Width = 61;
//
// 学制
//
this.学制.Text = "学制";
this.学制.Width = 71;
//
// 院校名称
//
this.院校名称.Text = "院校名称";
//
// 专业名称
//
this.专业名称.Text = "专业名称";
//
// 毕结业结论
//
this.毕结业结论.Text = "毕结业结论";
//
// 入学日期
//
this.入学日期.Text = "入学日期";
//
// 毕业时间
//
this.毕业时间.Text = "毕业时间";
//
// 证书编号
//
this.证书编号.Text = "证书编号";
//
// button3
//
this.button3.Enabled = false;
this.button3.Location = new System.Drawing.Point(600, 424);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 32);
this.button3.TabIndex = 20;
this.button3.Text = "打印";
//
// button2
//
this.button2.Location = new System.Drawing.Point(600, 376);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 32);
this.button2.TabIndex = 19;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -