📄 frmmanager.cs
字号:
this.txtAge.ForeColor = System.Drawing.Color.Magenta;
this.txtAge.Location = new System.Drawing.Point(216, 56);
this.txtAge.MaxLength = 3;
this.txtAge.Name = "txtAge";
this.txtAge.Size = new System.Drawing.Size(56, 21);
this.txtAge.TabIndex = 11;
this.txtAge.Text = "";
//
// label5
//
this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label5.ForeColor = System.Drawing.Color.Blue;
this.label5.Location = new System.Drawing.Point(176, 56);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(48, 24);
this.label5.TabIndex = 10;
this.label5.Text = "年龄:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtbirthday
//
this.txtbirthday.CustomFormat = "";
this.txtbirthday.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.txtbirthday.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.txtbirthday.Location = new System.Drawing.Point(80, 56);
this.txtbirthday.Name = "txtbirthday";
this.txtbirthday.ShowUpDown = true;
this.txtbirthday.Size = new System.Drawing.Size(96, 21);
this.txtbirthday.TabIndex = 9;
//
// label4
//
this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label4.ForeColor = System.Drawing.Color.Blue;
this.label4.Location = new System.Drawing.Point(8, 56);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(72, 24);
this.label4.TabIndex = 8;
this.label4.Text = "生日:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.White;
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox1.Location = new System.Drawing.Point(472, 8);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(104, 120);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 7;
this.pictureBox1.TabStop = false;
//
// button8
//
this.button8.Location = new System.Drawing.Point(432, 16);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(32, 24);
this.button8.TabIndex = 6;
this.button8.Text = "...";
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// cboMinZu
//
this.cboMinZu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboMinZu.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.cboMinZu.ForeColor = System.Drawing.Color.Magenta;
this.cboMinZu.Items.AddRange(new object[] {
""});
this.cboMinZu.Location = new System.Drawing.Point(352, 16);
this.cboMinZu.Name = "cboMinZu";
this.cboMinZu.Size = new System.Drawing.Size(72, 20);
this.cboMinZu.TabIndex = 5;
this.cboMinZu.Enter += new System.EventHandler(this.cboMinZu_Enter);
//
// label3
//
this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label3.ForeColor = System.Drawing.Color.Blue;
this.label3.Location = new System.Drawing.Point(304, 16);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 24);
this.label3.TabIndex = 4;
this.label3.Text = "民族:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtName
//
this.txtName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.txtName.ForeColor = System.Drawing.Color.Magenta;
this.txtName.Location = new System.Drawing.Point(216, 16);
this.txtName.MaxLength = 5;
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(88, 21);
this.txtName.TabIndex = 3;
this.txtName.Text = "";
//
// label2
//
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Blue;
this.label2.Location = new System.Drawing.Point(176, 16);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(48, 24);
this.label2.TabIndex = 2;
this.label2.Text = "姓名:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtStuNum
//
this.txtStuNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.txtStuNum.ForeColor = System.Drawing.Color.Magenta;
this.txtStuNum.Location = new System.Drawing.Point(80, 16);
this.txtStuNum.MaxLength = 8;
this.txtStuNum.Name = "txtStuNum";
this.txtStuNum.Size = new System.Drawing.Size(96, 21);
this.txtStuNum.TabIndex = 1;
this.txtStuNum.Text = "";
//
// label1
//
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Blue;
this.label1.Location = new System.Drawing.Point(8, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(72, 24);
this.label1.TabIndex = 0;
this.label1.Text = "学生编号:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tabPage2
//
this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
this.tabPage2.Controls.Add(this.button1);
this.tabPage2.Controls.Add(this.txtJianLi);
this.tabPage2.Font = new System.Drawing.Font("楷体_GB2312", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.tabPage2.ForeColor = System.Drawing.Color.Blue;
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Size = new System.Drawing.Size(576, 382);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "个人简历";
//
// button1
//
this.button1.Font = new System.Drawing.Font("楷体_GB2312", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.button1.ForeColor = System.Drawing.Color.Red;
this.button1.Location = new System.Drawing.Point(224, 352);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(120, 24);
this.button1.TabIndex = 1;
this.button1.Text = "保存简历";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txtJianLi
//
this.txtJianLi.AutoSize = false;
this.txtJianLi.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.txtJianLi.Location = new System.Drawing.Point(16, 16);
this.txtJianLi.MaxLength = 255;
this.txtJianLi.Multiline = true;
this.txtJianLi.Name = "txtJianLi";
this.txtJianLi.Size = new System.Drawing.Size(544, 328);
this.txtJianLi.TabIndex = 0;
this.txtJianLi.Text = "";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnExit);
this.groupBox3.Controls.Add(this.btnPrint);
this.groupBox3.Controls.Add(this.btnPrintPreview);
this.groupBox3.Controls.Add(this.btnDataOut);
this.groupBox3.Location = new System.Drawing.Point(200, 488);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(600, 48);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
//
// btnExit
//
this.btnExit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btnExit.ForeColor = System.Drawing.Color.DeepPink;
this.btnExit.Location = new System.Drawing.Point(484, 16);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(88, 24);
this.btnExit.TabIndex = 3;
this.btnExit.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnPrint
//
this.btnPrint.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btnPrint.ForeColor = System.Drawing.Color.DeepPink;
this.btnPrint.Location = new System.Drawing.Point(332, 16);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(88, 24);
this.btnPrint.TabIndex = 2;
this.btnPrint.Text = "打印";
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// btnPrintPreview
//
this.btnPrintPreview.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btnPrintPreview.ForeColor = System.Drawing.Color.DeepPink;
this.btnPrintPreview.Location = new System.Drawing.Point(180, 16);
this.btnPrintPreview.Name = "btnPrintPreview";
this.btnPrintPreview.Size = new System.Drawing.Size(88, 24);
this.btnPrintPreview.TabIndex = 1;
this.btnPrintPreview.Text = "打印预览";
this.btnPrintPreview.Click += new System.EventHandler(this.btnPrintPreview_Click);
//
// btnDataOut
//
this.btnDataOut.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btnDataOut.ForeColor = System.Drawing.Color.DeepPink;
this.btnDataOut.Location = new System.Drawing.Point(28, 16);
this.btnDataOut.Name = "btnDataOut";
this.btnDataOut.Size = new System.Drawing.Size(88, 24);
this.btnDataOut.TabIndex = 0;
this.btnDataOut.Text = "数据输出";
this.btnDataOut.Click += new System.EventHandler(this.btnDataOut_Click);
//
// groupBox4
//
this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
this.groupBox4.Controls.Add(this.comboBox2);
this.groupBox4.Controls.Add(this.label25);
this.groupBox4.Controls.Add(this.comboBox1);
this.groupBox4.Controls.Add(this.label24);
this.groupBox4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.groupBox4.ForeColor = System.Drawing.Color.Magenta;
this.groupBox4.Location = new System.Drawing.Point(8, 8);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(416, 48);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "分类显示";
//
// comboBox2
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.comboBox2.ForeColor = System.Drawing.Color.BlueViolet;
this.comboBox2.Items.AddRange(new object[] {
""});
this.comboBox2.Location = new System.Drawing.Point(296, 16);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(112, 20);
this.comboBox2.TabIndex = 3;
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
//
// label25
//
this.label25.Location = new System.Drawing.Point(224, 16);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(72, 16);
this.label25.TabIndex = 2;
this.label25.Text = "查询内容:";
this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.comboBox1.ForeColor = System.Drawing.Color.BlueViolet;
this.comboBox1.Items.AddRange(new object[] {
"",
"按民族类别查询",
"按专业类别查询",
"按文化程度查询"});
this.comboBox1.Location = new System.Drawing.Point(72, 16);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(152, 20);
this.comboBox1.TabIndex = 1;
this.comboBox1.SelectionChangeCommitted += new System.EventHandler(this.comboBox1_SelectionChangeCommitted);
//
// label24
//
this.label24.Location = new System.Drawing.Point(0, 16);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -