📄 frmmanager.cs
字号:
this.dbgBooksDt.TabIndex = 1;
this.dbgBooksDt.Click += new System.EventHandler(this.dbgBooksDt_Click);
//
// btnXianShi
//
this.btnXianShi.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btnXianShi.ForeColor = System.Drawing.Color.BlueViolet;
this.btnXianShi.Location = new System.Drawing.Point(8, 17);
this.btnXianShi.Name = "btnXianShi";
this.btnXianShi.Size = new System.Drawing.Size(168, 23);
this.btnXianShi.TabIndex = 0;
this.btnXianShi.Text = "显示全部人员";
this.btnXianShi.Click += new System.EventHandler(this.btnXianShi_Click);
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
this.groupBox2.Controls.Add(this.tabControl1);
this.groupBox2.Location = new System.Drawing.Point(200, 56);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(624, 432);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(8, 17);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(592, 407);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
this.tabPage1.Controls.Add(this.label23);
this.tabPage1.Controls.Add(this.btnReset);
this.tabPage1.Controls.Add(this.btnSave);
this.tabPage1.Controls.Add(this.txtAddress);
this.tabPage1.Controls.Add(this.label22);
this.tabPage1.Controls.Add(this.txtBiYedateTime);
this.tabPage1.Controls.Add(this.label21);
this.tabPage1.Controls.Add(this.txtBiYeTime);
this.tabPage1.Controls.Add(this.label20);
this.tabPage1.Controls.Add(this.txtYouZheng);
this.tabPage1.Controls.Add(this.label19);
this.tabPage1.Controls.Add(this.txtEmail);
this.tabPage1.Controls.Add(this.label18);
this.tabPage1.Controls.Add(this.txtPhoto);
this.tabPage1.Controls.Add(this.label17);
this.tabPage1.Controls.Add(this.txtYaoQiu);
this.tabPage1.Controls.Add(this.label16);
this.tabPage1.Controls.Add(this.txtQuXiang);
this.tabPage1.Controls.Add(this.label15);
this.tabPage1.Controls.Add(this.txtZhuanChang);
this.tabPage1.Controls.Add(this.label14);
this.tabPage1.Controls.Add(this.button12);
this.tabPage1.Controls.Add(this.cboZhuanYe);
this.tabPage1.Controls.Add(this.label13);
this.tabPage1.Controls.Add(this.cboRuXue);
this.tabPage1.Controls.Add(this.label12);
this.tabPage1.Controls.Add(this.btnClear);
this.tabPage1.Controls.Add(this.btnChoose);
this.tabPage1.Controls.Add(this.label11);
this.tabPage1.Controls.Add(this.cboZhengZhi);
this.tabPage1.Controls.Add(this.label10);
this.tabPage1.Controls.Add(this.cboSex);
this.tabPage1.Controls.Add(this.label9);
this.tabPage1.Controls.Add(this.cboHunyin);
this.tabPage1.Controls.Add(this.txtGuanJi);
this.tabPage1.Controls.Add(this.label8);
this.tabPage1.Controls.Add(this.txtShenNumber);
this.tabPage1.Controls.Add(this.label7);
this.tabPage1.Controls.Add(this.button9);
this.tabPage1.Controls.Add(this.cboWenHua);
this.tabPage1.Controls.Add(this.label6);
this.tabPage1.Controls.Add(this.txtAge);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.txtbirthday);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.pictureBox1);
this.tabPage1.Controls.Add(this.button8);
this.tabPage1.Controls.Add(this.cboMinZu);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.txtName);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.txtStuNum);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Font = new System.Drawing.Font("楷体_GB2312", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.tabPage1.ForeColor = System.Drawing.Color.Blue;
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Size = new System.Drawing.Size(584, 382);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "基本信息";
//
// label23
//
this.label23.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label23.ForeColor = System.Drawing.Color.Red;
this.label23.Location = new System.Drawing.Point(16, 360);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(56, 16);
this.label23.TabIndex = 52;
this.label23.Text = "注意!";
//
// btnReset
//
this.btnReset.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btnReset.ForeColor = System.Drawing.Color.Blue;
this.btnReset.Location = new System.Drawing.Point(392, 352);
this.btnReset.Name = "btnReset";
this.btnReset.Size = new System.Drawing.Size(120, 24);
this.btnReset.TabIndex = 51;
this.btnReset.Text = "按这里取消";
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
//
// btnSave
//
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.Blue;
this.btnSave.Location = new System.Drawing.Point(112, 352);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(128, 24);
this.btnSave.TabIndex = 50;
this.btnSave.Text = "请按这里保存";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// txtAddress
//
this.txtAddress.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.txtAddress.ForeColor = System.Drawing.Color.Magenta;
this.txtAddress.Location = new System.Drawing.Point(80, 328);
this.txtAddress.MaxLength = 50;
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(488, 21);
this.txtAddress.TabIndex = 49;
this.txtAddress.Text = "";
//
// label22
//
this.label22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label22.ForeColor = System.Drawing.Color.Blue;
this.label22.Location = new System.Drawing.Point(8, 328);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(72, 24);
this.label22.TabIndex = 48;
this.label22.Text = "家庭住址:";
this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtBiYedateTime
//
this.txtBiYedateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.txtBiYedateTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.txtBiYedateTime.Location = new System.Drawing.Point(472, 296);
this.txtBiYedateTime.Name = "txtBiYedateTime";
this.txtBiYedateTime.ShowUpDown = true;
this.txtBiYedateTime.Size = new System.Drawing.Size(104, 21);
this.txtBiYedateTime.TabIndex = 47;
//
// label21
//
this.label21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label21.ForeColor = System.Drawing.Color.Blue;
this.label21.Location = new System.Drawing.Point(408, 296);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(72, 24);
this.label21.TabIndex = 46;
this.label21.Text = "毕业时间:";
this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtBiYeTime
//
this.txtBiYeTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.txtBiYeTime.ForeColor = System.Drawing.Color.Magenta;
this.txtBiYeTime.Location = new System.Drawing.Point(80, 296);
this.txtBiYeTime.MaxLength = 20;
this.txtBiYeTime.Name = "txtBiYeTime";
this.txtBiYeTime.Size = new System.Drawing.Size(328, 21);
this.txtBiYeTime.TabIndex = 45;
this.txtBiYeTime.Text = "";
//
// label20
//
this.label20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label20.ForeColor = System.Drawing.Color.Blue;
this.label20.Location = new System.Drawing.Point(8, 296);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(72, 24);
this.label20.TabIndex = 44;
this.label20.Text = "毕业学校:";
this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtYouZheng
//
this.txtYouZheng.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.txtYouZheng.ForeColor = System.Drawing.Color.Magenta;
this.txtYouZheng.Location = new System.Drawing.Point(472, 256);
this.txtYouZheng.MaxLength = 6;
this.txtYouZheng.Name = "txtYouZheng";
this.txtYouZheng.Size = new System.Drawing.Size(104, 21);
this.txtYouZheng.TabIndex = 43;
this.txtYouZheng.Text = "";
//
// label19
//
this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label19.ForeColor = System.Drawing.Color.Blue;
this.label19.Location = new System.Drawing.Point(408, 256);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(72, 24);
this.label19.TabIndex = 42;
this.label19.Text = "邮政编码:";
this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtEmail
//
this.txtEmail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.txtEmail.ForeColor = System.Drawing.Color.Magenta;
this.txtEmail.Location = new System.Drawing.Point(256, 256);
this.txtEmail.MaxLength = 20;
this.txtEmail.Name = "txtEmail";
this.txtEmail.Size = new System.Drawing.Size(152, 21);
this.txtEmail.TabIndex = 41;
this.txtEmail.Text = "";
//
// label18
//
this.label18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label18.ForeColor = System.Drawing.Color.Blue;
this.label18.Location = new System.Drawing.Point(208, 256);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(56, 24);
this.label18.TabIndex = 40;
this.label18.Text = "E-mail:";
this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtPhoto
//
this.txtPhoto.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.txtPhoto.ForeColor = System.Drawing.Color.Magenta;
this.txtPhoto.Location = new System.Drawing.Point(80, 256);
this.txtPhoto.MaxLength = 12;
this.txtPhoto.Name = "txtPhoto";
this.txtPhoto.Size = new System.Drawing.Size(128, 21);
this.txtPhoto.TabIndex = 39;
this.txtPhoto.Text = "";
//
// label17
//
this.label17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label17.ForeColor = System.Drawing.Color.Blue;
this.label17.Location = new System.Drawing.Point(8, 256);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(72, 24);
this.label17.TabIndex = 38;
this.label17.Text = "联系电话:";
this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtYaoQiu
//
this.txtYaoQiu.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.txtYaoQiu.ForeColor = System.Drawing.Color.Magenta;
this.txtYaoQiu.Location = new System.Drawing.Point(328, 216);
this.txtYaoQiu.MaxLength = 30;
this.txtYaoQiu.Name = "txtYaoQiu";
this.txtYaoQiu.Size = new System.Drawing.Size(248, 21);
this.txtYaoQiu.TabIndex = 37;
this.txtYaoQiu.Text = "";
//
// label16
//
this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label16.ForeColor = System.Drawing.Color.Blue;
this.label16.Location = new System.Drawing.Point(264, 216);
this.label16.Name = "label16";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -