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

📄 form_jzg.cs

📁 一个很简单的考试系统。实用性很强啊!数据库在里面
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.cbb_jg1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbb_jg1.Location = new System.Drawing.Point(352, 48);
			this.cbb_jg1.Name = "cbb_jg1";
			this.cbb_jg1.Size = new System.Drawing.Size(160, 20);
			this.cbb_jg1.TabIndex = 159;
			// 
			// cbb_mz
			// 
			this.cbb_mz.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbb_mz.Location = new System.Drawing.Point(592, 48);
			this.cbb_mz.Name = "cbb_mz";
			this.cbb_mz.Size = new System.Drawing.Size(176, 20);
			this.cbb_mz.TabIndex = 157;
			// 
			// cbb_xb
			// 
			this.cbb_xb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbb_xb.Location = new System.Drawing.Point(592, 8);
			this.cbb_xb.Name = "cbb_xb";
			this.cbb_xb.Size = new System.Drawing.Size(176, 20);
			this.cbb_xb.TabIndex = 156;
			// 
			// btn_jzgbhcx
			// 
			this.btn_jzgbhcx.Location = new System.Drawing.Point(240, 8);
			this.btn_jzgbhcx.Name = "btn_jzgbhcx";
			this.btn_jzgbhcx.Size = new System.Drawing.Size(40, 23);
			this.btn_jzgbhcx.TabIndex = 155;
			this.btn_jzgbhcx.Text = "查询";
			this.btn_jzgbhcx.Click += new System.EventHandler(this.btn_jzgbhcx_Click);
			// 
			// lbl_hyzk
			// 
			this.lbl_hyzk.Location = new System.Drawing.Point(528, 96);
			this.lbl_hyzk.Name = "lbl_hyzk";
			this.lbl_hyzk.Size = new System.Drawing.Size(56, 16);
			this.lbl_hyzk.TabIndex = 154;
			this.lbl_hyzk.Text = "婚姻状况";
			// 
			// txt_lxdh
			// 
			this.txt_lxdh.Location = new System.Drawing.Point(352, 128);
			this.txt_lxdh.MaxLength = 16;
			this.txt_lxdh.Name = "txt_lxdh";
			this.txt_lxdh.Size = new System.Drawing.Size(160, 21);
			this.txt_lxdh.TabIndex = 153;
			this.txt_lxdh.Text = "";
			// 
			// lbl_lxdh
			// 
			this.lbl_lxdh.Location = new System.Drawing.Point(296, 136);
			this.lbl_lxdh.Name = "lbl_lxdh";
			this.lbl_lxdh.Size = new System.Drawing.Size(56, 16);
			this.lbl_lxdh.TabIndex = 152;
			this.lbl_lxdh.Text = "联系电话";
			// 
			// txt_jtdh
			// 
			this.txt_jtdh.Location = new System.Drawing.Point(592, 168);
			this.txt_jtdh.MaxLength = 16;
			this.txt_jtdh.Name = "txt_jtdh";
			this.txt_jtdh.Size = new System.Drawing.Size(176, 21);
			this.txt_jtdh.TabIndex = 151;
			this.txt_jtdh.Text = "";
			// 
			// lbl_jtdh
			// 
			this.lbl_jtdh.Location = new System.Drawing.Point(528, 176);
			this.lbl_jtdh.Name = "lbl_jtdh";
			this.lbl_jtdh.Size = new System.Drawing.Size(56, 16);
			this.lbl_jtdh.TabIndex = 150;
			this.lbl_jtdh.Text = "家庭电话";
			// 
			// lbl_zzmm
			// 
			this.lbl_zzmm.Location = new System.Drawing.Point(296, 96);
			this.lbl_zzmm.Name = "lbl_zzmm";
			this.lbl_zzmm.Size = new System.Drawing.Size(56, 16);
			this.lbl_zzmm.TabIndex = 149;
			this.lbl_zzmm.Text = "政治面貌";
			// 
			// txt_jtzz
			// 
			this.txt_jtzz.Location = new System.Drawing.Point(352, 168);
			this.txt_jtzz.MaxLength = 50;
			this.txt_jtzz.Name = "txt_jtzz";
			this.txt_jtzz.Size = new System.Drawing.Size(160, 21);
			this.txt_jtzz.TabIndex = 148;
			this.txt_jtzz.Text = "";
			// 
			// lbl_jtzz
			// 
			this.lbl_jtzz.Location = new System.Drawing.Point(296, 176);
			this.lbl_jtzz.Name = "lbl_jtzz";
			this.lbl_jtzz.Size = new System.Drawing.Size(56, 16);
			this.lbl_jtzz.TabIndex = 147;
			this.lbl_jtzz.Text = "家庭住址";
			this.lbl_jtzz.Click += new System.EventHandler(this.lbl_jtzz_Click);
			// 
			// txt_lxdz
			// 
			this.txt_lxdz.Location = new System.Drawing.Point(88, 168);
			this.txt_lxdz.MaxLength = 50;
			this.txt_lxdz.Name = "txt_lxdz";
			this.txt_lxdz.Size = new System.Drawing.Size(192, 21);
			this.txt_lxdz.TabIndex = 146;
			this.txt_lxdz.Text = "";
			// 
			// lbl_lxdz
			// 
			this.lbl_lxdz.Location = new System.Drawing.Point(24, 176);
			this.lbl_lxdz.Name = "lbl_lxdz";
			this.lbl_lxdz.Size = new System.Drawing.Size(56, 16);
			this.lbl_lxdz.TabIndex = 145;
			this.lbl_lxdz.Text = "联系地址";
			// 
			// txt_yzbm
			// 
			this.txt_yzbm.Location = new System.Drawing.Point(592, 128);
			this.txt_yzbm.MaxLength = 6;
			this.txt_yzbm.Name = "txt_yzbm";
			this.txt_yzbm.Size = new System.Drawing.Size(176, 21);
			this.txt_yzbm.TabIndex = 144;
			this.txt_yzbm.Text = "";
			this.txt_yzbm.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_yzbm_KeyPress);
			// 
			// lbl_yzbm
			// 
			this.lbl_yzbm.Location = new System.Drawing.Point(528, 136);
			this.lbl_yzbm.Name = "lbl_yzbm";
			this.lbl_yzbm.Size = new System.Drawing.Size(56, 16);
			this.lbl_yzbm.TabIndex = 143;
			this.lbl_yzbm.Text = "邮政编码";
			// 
			// lbl_jg
			// 
			this.lbl_jg.Location = new System.Drawing.Point(312, 56);
			this.lbl_jg.Name = "lbl_jg";
			this.lbl_jg.Size = new System.Drawing.Size(32, 16);
			this.lbl_jg.TabIndex = 140;
			this.lbl_jg.Text = "籍贯";
			// 
			// txt_dzyx
			// 
			this.txt_dzyx.Location = new System.Drawing.Point(88, 128);
			this.txt_dzyx.MaxLength = 30;
			this.txt_dzyx.Name = "txt_dzyx";
			this.txt_dzyx.Size = new System.Drawing.Size(192, 21);
			this.txt_dzyx.TabIndex = 139;
			this.txt_dzyx.Text = "";
			// 
			// lbl_dzyx
			// 
			this.lbl_dzyx.Location = new System.Drawing.Point(24, 136);
			this.lbl_dzyx.Name = "lbl_dzyx";
			this.lbl_dzyx.Size = new System.Drawing.Size(56, 16);
			this.lbl_dzyx.TabIndex = 138;
			this.lbl_dzyx.Text = "电子邮箱";
			// 
			// txt_sfzh
			// 
			this.txt_sfzh.Location = new System.Drawing.Point(88, 88);
			this.txt_sfzh.MaxLength = 21;
			this.txt_sfzh.Name = "txt_sfzh";
			this.txt_sfzh.Size = new System.Drawing.Size(144, 21);
			this.txt_sfzh.TabIndex = 137;
			this.txt_sfzh.Text = "";
			this.txt_sfzh.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_sfzh_KeyPress);
			// 
			// lbl_sfzh
			// 
			this.lbl_sfzh.Location = new System.Drawing.Point(24, 96);
			this.lbl_sfzh.Name = "lbl_sfzh";
			this.lbl_sfzh.Size = new System.Drawing.Size(72, 16);
			this.lbl_sfzh.TabIndex = 136;
			this.lbl_sfzh.Text = "身份证号";
			// 
			// lbl_mz
			// 
			this.lbl_mz.Location = new System.Drawing.Point(544, 56);
			this.lbl_mz.Name = "lbl_mz";
			this.lbl_mz.Size = new System.Drawing.Size(112, 16);
			this.lbl_mz.TabIndex = 135;
			this.lbl_mz.Text = "民族";
			// 
			// txt_xm
			// 
			this.txt_xm.Location = new System.Drawing.Point(352, 8);
			this.txt_xm.MaxLength = 20;
			this.txt_xm.Name = "txt_xm";
			this.txt_xm.Size = new System.Drawing.Size(112, 21);
			this.txt_xm.TabIndex = 134;
			this.txt_xm.Text = "";
			// 
			// lbl_xm
			// 
			this.lbl_xm.Location = new System.Drawing.Point(312, 16);
			this.lbl_xm.Name = "lbl_xm";
			this.lbl_xm.Size = new System.Drawing.Size(32, 16);
			this.lbl_xm.TabIndex = 133;
			this.lbl_xm.Text = "姓名";
			// 
			// lbl_xb
			// 
			this.lbl_xb.Location = new System.Drawing.Point(544, 16);
			this.lbl_xb.Name = "lbl_xb";
			this.lbl_xb.Size = new System.Drawing.Size(40, 16);
			this.lbl_xb.TabIndex = 132;
			this.lbl_xb.Text = "性别";
			// 
			// lbl_csny
			// 
			this.lbl_csny.Location = new System.Drawing.Point(24, 56);
			this.lbl_csny.Name = "lbl_csny";
			this.lbl_csny.Size = new System.Drawing.Size(72, 16);
			this.lbl_csny.TabIndex = 130;
			this.lbl_csny.Text = "出生年月";
			// 
			// txt_zjgbh
			// 
			this.txt_zjgbh.Location = new System.Drawing.Point(88, 8);
			this.txt_zjgbh.MaxLength = 6;
			this.txt_zjgbh.Name = "txt_zjgbh";
			this.txt_zjgbh.Size = new System.Drawing.Size(144, 21);
			this.txt_zjgbh.TabIndex = 129;
			this.txt_zjgbh.Text = "";
			// 
			// lbl_jzgbh
			// 
			this.lbl_jzgbh.Location = new System.Drawing.Point(24, 16);
			this.lbl_jzgbh.Name = "lbl_jzgbh";
			this.lbl_jzgbh.Size = new System.Drawing.Size(72, 16);
			this.lbl_jzgbh.TabIndex = 128;
			this.lbl_jzgbh.Text = "教职工编号";
			// 
			// btn_xxzl
			// 
			this.btn_xxzl.Location = new System.Drawing.Point(700, 16);
			this.btn_xxzl.Name = "btn_xxzl";
			this.btn_xxzl.Size = new System.Drawing.Size(64, 23);
			this.btn_xxzl.TabIndex = 9;
			this.btn_xxzl.Text = "详细资料";
			this.btn_xxzl.Click += new System.EventHandler(this.btn_xxzl_Click);
			// 
			// btn_qx
			// 
			this.btn_qx.Location = new System.Drawing.Point(624, 16);
			this.btn_qx.Name = "btn_qx";
			this.btn_qx.Size = new System.Drawing.Size(64, 23);
			this.btn_qx.TabIndex = 8;
			this.btn_qx.Text = "取消";
			this.btn_qx.Click += new System.EventHandler(this.btn_qx_Click);
			// 
			// btn_qdtj
			// 
			this.btn_qdtj.Location = new System.Drawing.Point(548, 16);
			this.btn_qdtj.Name = "btn_qdtj";
			this.btn_qdtj.Size = new System.Drawing.Size(64, 23);
			this.btn_qdtj.TabIndex = 7;
			this.btn_qdtj.Text = "确定提交";
			this.btn_qdtj.Click += new System.EventHandler(this.btn_qdtj_Click);
			// 
			// btn_sc
			// 
			this.btn_sc.Location = new System.Drawing.Point(472, 16);
			this.btn_sc.Name = "btn_sc";
			this.btn_sc.Size = new System.Drawing.Size(64, 23);
			this.btn_sc.TabIndex = 6;
			this.btn_sc.Text = "删除";
			this.btn_sc.Click += new System.EventHandler(this.btn_sc_Click);
			// 
			// btn_tj
			// 
			this.btn_tj.Location = new System.Drawing.Point(396, 16);
			this.btn_tj.Name = "btn_tj";
			this.btn_tj.Size = new System.Drawing.Size(64, 23);
			this.btn_tj.TabIndex = 5;
			this.btn_tj.Text = "添加";
			this.btn_tj.Click += new System.EventHandler(this.btn_tj_Click);
			// 
			// btn_bj
			// 
			this.btn_bj.Location = new System.Drawing.Point(320, 16);
			this.btn_bj.Name = "btn_bj";
			this.btn_bj.Size = new System.Drawing.Size(64, 23);
			this.btn_bj.TabIndex = 4;
			this.btn_bj.Text = "编辑";
			this.btn_bj.Click += new System.EventHandler(this.btn_bj_Click);
			// 
			// btn_mjl
			// 
			this.btn_mjl.Location = new System.Drawing.Point(244, 16);
			this.btn_mjl.Name = "btn_mjl";
			this.btn_mjl.Size = new System.Drawing.Size(64, 23);
			this.btn_mjl.TabIndex = 3;
			this.btn_mjl.Text = "末记录";
			this.btn_mjl.Click += new System.EventHandler(this.btn_mjl_Click);
			// 
			// btn_hyjl
			// 
			this.btn_hyjl.Location = new System.Drawing.Point(168, 16);
			this.btn_hyjl.Name = "btn_hyjl";
			this.btn_hyjl.Size = new System.Drawing.Size(64, 23);
			this.btn_hyjl.TabIndex = 2;
			this.btn_hyjl.Text = "后一记录";
			this.btn_hyjl.Click += new System.EventHandler(this.btn_hyjl_Click);
			// 
			// btn_qyjr
			// 
			this.btn_qyjr.Location = new System.Drawing.Point(92, 16);
			this.btn_qyjr.Name = "btn_qyjr";
			this.btn_qyjr.Size = new System.Drawing.Size(64, 23);
			this.btn_qyjr.TabIndex = 1;
			this.btn_qyjr.Text = "前一记录";
			this.btn_qyjr.Click += new System.EventHandler(this.btn_qyjr_Click);
			// 
			// btn_sjr
			// 
			this.btn_sjr.Location = new System.Drawing.Point(16, 16);
			this.btn_sjr.Name = "btn_sjr";

⌨️ 快捷键说明

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