📄 addstuinfo.cs
字号:
this.radMale.Location = new System.Drawing.Point(125, 88);
this.radMale.Name = "radMale";
this.radMale.Size = new System.Drawing.Size(64, 24);
this.radMale.TabIndex = 45;
this.radMale.Text = "男";
//
// txtStu_Name
//
this.txtStu_Name.Location = new System.Drawing.Point(117, 56);
this.txtStu_Name.Name = "txtStu_Name";
this.txtStu_Name.Size = new System.Drawing.Size(176, 21);
this.txtStu_Name.TabIndex = 44;
this.txtStu_Name.Text = "";
//
// txtStu_Id
//
this.txtStu_Id.Location = new System.Drawing.Point(117, 24);
this.txtStu_Id.Name = "txtStu_Id";
this.txtStu_Id.Size = new System.Drawing.Size(176, 21);
this.txtStu_Id.TabIndex = 43;
this.txtStu_Id.Text = "";
this.txtStu_Id.Leave += new System.EventHandler(this.txtStu_Id_Leave);
//
// lblStu_Special
//
this.lblStu_Special.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.lblStu_Special.Location = new System.Drawing.Point(37, 398);
this.lblStu_Special.Name = "lblStu_Special";
this.lblStu_Special.Size = new System.Drawing.Size(40, 16);
this.lblStu_Special.TabIndex = 42;
this.lblStu_Special.Text = "特长:";
//
// lblStu_Love
//
this.lblStu_Love.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.lblStu_Love.Location = new System.Drawing.Point(37, 364);
this.lblStu_Love.Name = "lblStu_Love";
this.lblStu_Love.Size = new System.Drawing.Size(48, 16);
this.lblStu_Love.TabIndex = 41;
this.lblStu_Love.Text = "爱好:";
//
// lblStu_TelPhone
//
this.lblStu_TelPhone.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.lblStu_TelPhone.Location = new System.Drawing.Point(37, 330);
this.lblStu_TelPhone.Name = "lblStu_TelPhone";
this.lblStu_TelPhone.Size = new System.Drawing.Size(72, 16);
this.lblStu_TelPhone.TabIndex = 40;
this.lblStu_TelPhone.Text = "手机:";
//
// lblStu_FixTel
//
this.lblStu_FixTel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.lblStu_FixTel.Location = new System.Drawing.Point(37, 296);
this.lblStu_FixTel.Name = "lblStu_FixTel";
this.lblStu_FixTel.Size = new System.Drawing.Size(72, 16);
this.lblStu_FixTel.TabIndex = 39;
this.lblStu_FixTel.Text = "固定电话:";
//
// lblStu_Address
//
this.lblStu_Address.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.lblStu_Address.Location = new System.Drawing.Point(37, 262);
this.lblStu_Address.Name = "lblStu_Address";
this.lblStu_Address.Size = new System.Drawing.Size(72, 16);
this.lblStu_Address.TabIndex = 38;
this.lblStu_Address.Text = "家庭住址:";
//
// lblStu_NativePlace
//
this.lblStu_NativePlace.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.lblStu_NativePlace.Location = new System.Drawing.Point(37, 228);
this.lblStu_NativePlace.Name = "lblStu_NativePlace";
this.lblStu_NativePlace.Size = new System.Drawing.Size(72, 16);
this.lblStu_NativePlace.TabIndex = 37;
this.lblStu_NativePlace.Text = "籍贯:";
//
// lblStu_educational
//
this.lblStu_educational.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.lblStu_educational.Location = new System.Drawing.Point(37, 194);
this.lblStu_educational.Name = "lblStu_educational";
this.lblStu_educational.Size = new System.Drawing.Size(72, 16);
this.lblStu_educational.TabIndex = 36;
this.lblStu_educational.Text = "最高学历:";
//
// lblStu_Race
//
this.lblStu_Race.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.lblStu_Race.Location = new System.Drawing.Point(37, 160);
this.lblStu_Race.Name = "lblStu_Race";
this.lblStu_Race.Size = new System.Drawing.Size(48, 16);
this.lblStu_Race.TabIndex = 35;
this.lblStu_Race.Text = "民族:";
//
// lblStu_Idcard
//
this.lblStu_Idcard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.lblStu_Idcard.Location = new System.Drawing.Point(37, 126);
this.lblStu_Idcard.Name = "lblStu_Idcard";
this.lblStu_Idcard.Size = new System.Drawing.Size(96, 16);
this.lblStu_Idcard.TabIndex = 34;
this.lblStu_Idcard.Text = "身份证号码:";
//
// lblStu_Sex
//
this.lblStu_Sex.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.lblStu_Sex.Location = new System.Drawing.Point(37, 92);
this.lblStu_Sex.Name = "lblStu_Sex";
this.lblStu_Sex.Size = new System.Drawing.Size(48, 16);
this.lblStu_Sex.TabIndex = 33;
this.lblStu_Sex.Text = "性别:";
//
// lblStu_Name
//
this.lblStu_Name.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.lblStu_Name.Location = new System.Drawing.Point(37, 58);
this.lblStu_Name.Name = "lblStu_Name";
this.lblStu_Name.Size = new System.Drawing.Size(48, 16);
this.lblStu_Name.TabIndex = 32;
this.lblStu_Name.Text = "姓名:";
//
// lblStu_Id
//
this.lblStu_Id.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.lblStu_Id.Location = new System.Drawing.Point(37, 24);
this.lblStu_Id.Name = "lblStu_Id";
this.lblStu_Id.Size = new System.Drawing.Size(48, 16);
this.lblStu_Id.TabIndex = 31;
this.lblStu_Id.Text = "学号:";
//
// grpStuHead
//
this.grpStuHead.Controls.Add(this.btnOpenPhoto);
this.grpStuHead.Controls.Add(this.picStu_Photo);
this.grpStuHead.Controls.Add(this.txtStu_Marks);
this.grpStuHead.Controls.Add(this.lblStu_Marks);
this.grpStuHead.Location = new System.Drawing.Point(352, 8);
this.grpStuHead.Name = "grpStuHead";
this.grpStuHead.Size = new System.Drawing.Size(352, 432);
this.grpStuHead.TabIndex = 33;
this.grpStuHead.TabStop = false;
this.grpStuHead.Text = "学生高级信息";
//
// btnOpenPhoto
//
this.btnOpenPhoto.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnOpenPhoto.Location = new System.Drawing.Point(104, 177);
this.btnOpenPhoto.Name = "btnOpenPhoto";
this.btnOpenPhoto.Size = new System.Drawing.Size(152, 24);
this.btnOpenPhoto.TabIndex = 35;
this.btnOpenPhoto.Text = "浏览最近相片";
this.btnOpenPhoto.Click += new System.EventHandler(this.btnOpenPhoto_Click);
//
// picStu_Photo
//
this.picStu_Photo.Image = ((System.Drawing.Image)(resources.GetObject("picStu_Photo.Image")));
this.picStu_Photo.Location = new System.Drawing.Point(104, 15);
this.picStu_Photo.Name = "picStu_Photo";
this.picStu_Photo.Size = new System.Drawing.Size(152, 152);
this.picStu_Photo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picStu_Photo.TabIndex = 34;
this.picStu_Photo.TabStop = false;
//
// txtStu_Marks
//
this.txtStu_Marks.Location = new System.Drawing.Point(44, 212);
this.txtStu_Marks.Multiline = true;
this.txtStu_Marks.Name = "txtStu_Marks";
this.txtStu_Marks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtStu_Marks.Size = new System.Drawing.Size(292, 200);
this.txtStu_Marks.TabIndex = 33;
this.txtStu_Marks.Text = "";
//
// lblStu_Marks
//
this.lblStu_Marks.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.lblStu_Marks.Location = new System.Drawing.Point(4, 212);
this.lblStu_Marks.Name = "lblStu_Marks";
this.lblStu_Marks.Size = new System.Drawing.Size(48, 16);
this.lblStu_Marks.TabIndex = 32;
this.lblStu_Marks.Text = "备注:";
//
// grpButtions
//
this.grpButtions.Controls.Add(this.btnExit);
this.grpButtions.Controls.Add(this.button2);
this.grpButtions.Controls.Add(this.btnAddInfo);
this.grpButtions.Location = new System.Drawing.Point(8, 440);
this.grpButtions.Name = "grpButtions";
this.grpButtions.Size = new System.Drawing.Size(696, 64);
this.grpButtions.TabIndex = 34;
this.grpButtions.TabStop = false;
//
// btnExit
//
this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnExit.Location = new System.Drawing.Point(456, 20);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(176, 32);
this.btnExit.TabIndex = 38;
this.btnExit.Text = "退 出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// button2
//
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button2.Location = new System.Drawing.Point(264, 20);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(176, 32);
this.button2.TabIndex = 37;
this.button2.Text = "重新填写信息";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// btnAddInfo
//
this.btnAddInfo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnAddInfo.Location = new System.Drawing.Point(72, 20);
this.btnAddInfo.Name = "btnAddInfo";
this.btnAddInfo.Size = new System.Drawing.Size(176, 32);
this.btnAddInfo.TabIndex = 36;
this.btnAddInfo.Text = "添加学员信息";
this.btnAddInfo.Click += new System.EventHandler(this.btnAddInfo_Click);
//
// imgObj
//
this.imgObj.ImageSize = new System.Drawing.Size(150, 150);
this.imgObj.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgObj.ImageStream")));
this.imgObj.TransparentColor = System.Drawing.Color.Transparent;
//
// AddStuinfo
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
this.ClientSize = new System.Drawing.Size(712, 512);
this.Controls.Add(this.grpButtions);
this.Controls.Add(this.grpStuHead);
this.Controls.Add(this.grpStuinfos);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "AddStuinfo";
this.Text = "添加学员信息";
this.Load += new System.EventHandler(this.AddStuinfo_Load);
this.grpStuinfos.ResumeLayout(false);
this.grpStuHead.ResumeLayout(false);
this.grpButtions.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
//属性TextBox
public TextBox Stu_Id
{
get{return this.txtStu_Id;}
set{this.txtStu_Id = value;}
}
public TextBox Stu_Name
{
get{return this.txtStu_Name;}
set{this.txtStu_Name = value;}
}
public TextBox Stu_TelPhone
{
get{return this.txtStu_TelPhone;}
set{this.txtStu_TelPhone = value;}
}
public TextBox Stu_Marks
{
get{return this.txtStu_Marks;}
set{this.txtStu_Marks = value;}
}
public TextBox Stu_Idcard
{
get{return this.txtStu_Idcard;}
set{this.txtStu_Idcard = value;}
}
public TextBox Stu_NativePlace
{
get{return this.txtStu_NativePlace;}
set{this.txtStu_NativePlace = value;}
}
public TextBox Stu_Address
{
get{return this.txtStu_Address;}
set{this.txtStu_Address = value;}
}
public TextBox Stu_FixTel
{
get{return this.txtStu_FixTel;}
set{this.txtStu_FixTel = value;}
}
//属性ComboBox
public ComboBox Stu_Race
{
get{return this.cboStu_Race;}
set{this.cboStu_Race = value;}
}
public ComboBox Stu_Special
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -