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

📄 frmmanager.cs

📁 毕业生管理系统:分为六个模块:身份验证模块、毕业生资料模块,考试成绩录入模块、通信录及数据输出与系统设置模块、毕业生成绩统计模块、数据库维护模块。
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.label16.Size = new System.Drawing.Size(72, 24);
			this.label16.TabIndex = 36;
			this.label16.Text = "求职要求:";
			this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// txtQuXiang
			// 
			this.txtQuXiang.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.txtQuXiang.ForeColor = System.Drawing.Color.Magenta;
			this.txtQuXiang.Location = new System.Drawing.Point(80, 216);
			this.txtQuXiang.MaxLength = 20;
			this.txtQuXiang.Name = "txtQuXiang";
			this.txtQuXiang.Size = new System.Drawing.Size(176, 21);
			this.txtQuXiang.TabIndex = 35;
			this.txtQuXiang.Text = "";
			// 
			// label15
			// 
			this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label15.ForeColor = System.Drawing.Color.Blue;
			this.label15.Location = new System.Drawing.Point(8, 216);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(72, 24);
			this.label15.TabIndex = 34;
			this.label15.Text = "就业去向:";
			this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// txtZhuanChang
			// 
			this.txtZhuanChang.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.txtZhuanChang.ForeColor = System.Drawing.Color.Magenta;
			this.txtZhuanChang.Location = new System.Drawing.Point(472, 176);
			this.txtZhuanChang.MaxLength = 8;
			this.txtZhuanChang.Name = "txtZhuanChang";
			this.txtZhuanChang.Size = new System.Drawing.Size(104, 21);
			this.txtZhuanChang.TabIndex = 33;
			this.txtZhuanChang.Text = "";
			// 
			// label14
			// 
			this.label14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label14.ForeColor = System.Drawing.Color.Blue;
			this.label14.Location = new System.Drawing.Point(408, 176);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(72, 24);
			this.label14.TabIndex = 32;
			this.label14.Text = "其他专长:";
			this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// button12
			// 
			this.button12.Location = new System.Drawing.Point(376, 176);
			this.button12.Name = "button12";
			this.button12.Size = new System.Drawing.Size(32, 24);
			this.button12.TabIndex = 31;
			this.button12.Text = "...";
			this.button12.Click += new System.EventHandler(this.button12_Click);
			// 
			// cboZhuanYe
			// 
			this.cboZhuanYe.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboZhuanYe.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.cboZhuanYe.ForeColor = System.Drawing.Color.Magenta;
			this.cboZhuanYe.Location = new System.Drawing.Point(240, 176);
			this.cboZhuanYe.Name = "cboZhuanYe";
			this.cboZhuanYe.Size = new System.Drawing.Size(128, 20);
			this.cboZhuanYe.TabIndex = 30;
			this.cboZhuanYe.Enter += new System.EventHandler(this.cboZhuanYe_Enter);
			// 
			// label13
			// 
			this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label13.ForeColor = System.Drawing.Color.Blue;
			this.label13.Location = new System.Drawing.Point(168, 176);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(72, 24);
			this.label13.TabIndex = 29;
			this.label13.Text = "所学专业:";
			this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// cboRuXue
			// 
			this.cboRuXue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboRuXue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.cboRuXue.ForeColor = System.Drawing.Color.Magenta;
			this.cboRuXue.Items.AddRange(new object[] {
														  "普通高校",
														  "成人自考"});
			this.cboRuXue.Location = new System.Drawing.Point(80, 176);
			this.cboRuXue.Name = "cboRuXue";
			this.cboRuXue.Size = new System.Drawing.Size(88, 20);
			this.cboRuXue.TabIndex = 28;
			// 
			// label12
			// 
			this.label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label12.ForeColor = System.Drawing.Color.Blue;
			this.label12.Location = new System.Drawing.Point(8, 176);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(72, 24);
			this.label12.TabIndex = 27;
			this.label12.Text = "入学类型:";
			this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// btnClear
			// 
			this.btnClear.Font = new System.Drawing.Font("楷体_GB2312", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.btnClear.ForeColor = System.Drawing.Color.Red;
			this.btnClear.Location = new System.Drawing.Point(528, 136);
			this.btnClear.Name = "btnClear";
			this.btnClear.Size = new System.Drawing.Size(48, 24);
			this.btnClear.TabIndex = 26;
			this.btnClear.Text = "清除";
			this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
			// 
			// btnChoose
			// 
			this.btnChoose.Font = new System.Drawing.Font("楷体_GB2312", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.btnChoose.ForeColor = System.Drawing.Color.Red;
			this.btnChoose.Location = new System.Drawing.Point(472, 136);
			this.btnChoose.Name = "btnChoose";
			this.btnChoose.Size = new System.Drawing.Size(48, 24);
			this.btnChoose.TabIndex = 25;
			this.btnChoose.Text = "选择";
			this.btnChoose.Click += new System.EventHandler(this.btnChoose_Click);
			// 
			// label11
			// 
			this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label11.ForeColor = System.Drawing.Color.Blue;
			this.label11.Location = new System.Drawing.Point(8, 136);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(72, 24);
			this.label11.TabIndex = 24;
			this.label11.Text = "身份证号:";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// cboZhengZhi
			// 
			this.cboZhengZhi.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboZhengZhi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.cboZhengZhi.ForeColor = System.Drawing.Color.Magenta;
			this.cboZhengZhi.Items.AddRange(new object[] {
															 "团员",
															 "党员",
															 "群众"});
			this.cboZhengZhi.Location = new System.Drawing.Point(352, 56);
			this.cboZhengZhi.Name = "cboZhengZhi";
			this.cboZhengZhi.Size = new System.Drawing.Size(72, 20);
			this.cboZhengZhi.TabIndex = 23;
			// 
			// label10
			// 
			this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label10.ForeColor = System.Drawing.Color.Blue;
			this.label10.Location = new System.Drawing.Point(288, 56);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(72, 24);
			this.label10.TabIndex = 22;
			this.label10.Text = "政治面貌:";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// cboSex
			// 
			this.cboSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboSex.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.cboSex.Items.AddRange(new object[] {
														"男",
														"女"});
			this.cboSex.Location = new System.Drawing.Point(216, 96);
			this.cboSex.Name = "cboSex";
			this.cboSex.Size = new System.Drawing.Size(56, 20);
			this.cboSex.TabIndex = 21;
			// 
			// label9
			// 
			this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label9.ForeColor = System.Drawing.Color.Blue;
			this.label9.Location = new System.Drawing.Point(176, 96);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(48, 16);
			this.label9.TabIndex = 20;
			this.label9.Text = "性别:";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// cboHunyin
			// 
			this.cboHunyin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboHunyin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.cboHunyin.ForeColor = System.Drawing.Color.Magenta;
			this.cboHunyin.Items.AddRange(new object[] {
														   "未婚",
														   "已婚",
														   "离异",
														   "再婚"});
			this.cboHunyin.Location = new System.Drawing.Point(80, 96);
			this.cboHunyin.Name = "cboHunyin";
			this.cboHunyin.Size = new System.Drawing.Size(96, 20);
			this.cboHunyin.TabIndex = 19;
			// 
			// txtGuanJi
			// 
			this.txtGuanJi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.txtGuanJi.ForeColor = System.Drawing.Color.Magenta;
			this.txtGuanJi.Location = new System.Drawing.Point(296, 136);
			this.txtGuanJi.MaxLength = 10;
			this.txtGuanJi.Name = "txtGuanJi";
			this.txtGuanJi.Size = new System.Drawing.Size(160, 21);
			this.txtGuanJi.TabIndex = 18;
			this.txtGuanJi.Text = "";
			// 
			// label8
			// 
			this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label8.ForeColor = System.Drawing.Color.Blue;
			this.label8.Location = new System.Drawing.Point(232, 136);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(56, 24);
			this.label8.TabIndex = 17;
			this.label8.Text = "籍贯:";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// txtShenNumber
			// 
			this.txtShenNumber.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.txtShenNumber.ForeColor = System.Drawing.Color.Magenta;
			this.txtShenNumber.Location = new System.Drawing.Point(80, 136);
			this.txtShenNumber.MaxLength = 20;
			this.txtShenNumber.Name = "txtShenNumber";
			this.txtShenNumber.Size = new System.Drawing.Size(144, 21);
			this.txtShenNumber.TabIndex = 16;
			this.txtShenNumber.Text = "";
			// 
			// label7
			// 
			this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label7.ForeColor = System.Drawing.Color.Blue;
			this.label7.Location = new System.Drawing.Point(8, 96);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(72, 24);
			this.label7.TabIndex = 15;
			this.label7.Text = "婚姻状况:";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// button9
			// 
			this.button9.Location = new System.Drawing.Point(432, 56);
			this.button9.Name = "button9";
			this.button9.Size = new System.Drawing.Size(32, 24);
			this.button9.TabIndex = 14;
			this.button9.Text = "...";
			this.button9.Click += new System.EventHandler(this.button9_Click);
			// 
			// cboWenHua
			// 
			this.cboWenHua.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboWenHua.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.cboWenHua.ForeColor = System.Drawing.Color.Magenta;
			this.cboWenHua.Location = new System.Drawing.Point(352, 96);
			this.cboWenHua.Name = "cboWenHua";
			this.cboWenHua.Size = new System.Drawing.Size(72, 20);
			this.cboWenHua.TabIndex = 13;
			this.cboWenHua.Enter += new System.EventHandler(this.cboWenHua_Enter);
			// 
			// label6
			// 
			this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label6.ForeColor = System.Drawing.Color.Blue;
			this.label6.Location = new System.Drawing.Point(288, 96);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(72, 16);
			this.label6.TabIndex = 12;
			this.label6.Text = "文化程度:";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// txtAge
			// 
			this.txtAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));

⌨️ 快捷键说明

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