📄 frmplatfstudentinfo.cs
字号:
//
}
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(CfrmPlatFStudentInfo));
this.gbStudent1 = new System.Windows.Forms.GroupBox();
this.cbbSex = new System.Windows.Forms.ComboBox();
this.txtStudentName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.labId = new System.Windows.Forms.Label();
this.txtUserNumber = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.btnDeptSel = new System.Windows.Forms.Button();
this.imageListtbr = new System.Windows.Forms.ImageList(this.components);
this.tbrStudent = new System.Windows.Forms.ToolBar();
this.toolBarButton8 = new System.Windows.Forms.ToolBarButton();
this.tbrButtonSave = new System.Windows.Forms.ToolBarButton();
this.tbrButtonExit = new System.Windows.Forms.ToolBarButton();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.gbStudent2 = new System.Windows.Forms.GroupBox();
this.dtpEnroDate = new System.Windows.Forms.DateTimePicker();
this.cbbMajor = new System.Windows.Forms.ComboBox();
this.cbbUserType = new System.Windows.Forms.ComboBox();
this.txtClassName = new System.Windows.Forms.TextBox();
this.gbStudent = new System.Windows.Forms.GroupBox();
this.gbStudent1.SuspendLayout();
this.gbStudent2.SuspendLayout();
this.gbStudent.SuspendLayout();
this.SuspendLayout();
//
// gbStudent1
//
this.gbStudent1.Controls.Add(this.cbbSex);
this.gbStudent1.Controls.Add(this.txtStudentName);
this.gbStudent1.Controls.Add(this.label1);
this.gbStudent1.Controls.Add(this.label5);
this.gbStudent1.Controls.Add(this.labId);
this.gbStudent1.Controls.Add(this.txtUserNumber);
this.gbStudent1.Controls.Add(this.label6);
this.gbStudent1.Location = new System.Drawing.Point(8, 16);
this.gbStudent1.Name = "gbStudent1";
this.gbStudent1.Size = new System.Drawing.Size(320, 136);
this.gbStudent1.TabIndex = 2;
this.gbStudent1.TabStop = false;
//
// cbbSex
//
this.cbbSex.Location = new System.Drawing.Point(80, 96);
this.cbbSex.Name = "cbbSex";
this.cbbSex.Size = new System.Drawing.Size(112, 20);
this.cbbSex.TabIndex = 3;
this.cbbSex.Text = "comboBox1";
//
// txtStudentName
//
this.txtStudentName.Location = new System.Drawing.Point(80, 16);
this.txtStudentName.MaxLength = 15;
this.txtStudentName.Name = "txtStudentName";
this.txtStudentName.Size = new System.Drawing.Size(112, 21);
this.txtStudentName.TabIndex = 1;
this.txtStudentName.Text = "textBox1";
this.txtStudentName.TextChanged += new System.EventHandler(this.txtStudentName_TextChanged);
//
// label1
//
this.label1.Location = new System.Drawing.Point(8, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 23);
this.label1.TabIndex = 0;
this.label1.Text = "姓 名:";
//
// label5
//
this.label5.Location = new System.Drawing.Point(8, 96);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 24);
this.label5.TabIndex = 26;
this.label5.Text = "性 别:";
//
// labId
//
this.labId.Location = new System.Drawing.Point(72, 32);
this.labId.Name = "labId";
this.labId.TabIndex = 11;
this.labId.Visible = false;
//
// txtUserNumber
//
this.txtUserNumber.ImeMode = System.Windows.Forms.ImeMode.Alpha;
this.txtUserNumber.Location = new System.Drawing.Point(80, 56);
this.txtUserNumber.MaxLength = 10;
this.txtUserNumber.Name = "txtUserNumber";
this.txtUserNumber.Size = new System.Drawing.Size(112, 21);
this.txtUserNumber.TabIndex = 2;
this.txtUserNumber.Text = "textBox6";
//
// label6
//
this.label6.Location = new System.Drawing.Point(8, 56);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(72, 23);
this.label6.TabIndex = 27;
this.label6.Text = "学 号:";
//
// btnDeptSel
//
this.btnDeptSel.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.btnDeptSel.Location = new System.Drawing.Point(376, 48);
this.btnDeptSel.Name = "btnDeptSel";
this.btnDeptSel.Size = new System.Drawing.Size(16, 21);
this.btnDeptSel.TabIndex = 25;
this.btnDeptSel.Text = "▼";
this.btnDeptSel.Click += new System.EventHandler(this.btnDeptSel_Click);
//
// imageListtbr
//
this.imageListtbr.ImageSize = new System.Drawing.Size(32, 32);
this.imageListtbr.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListtbr.ImageStream")));
this.imageListtbr.TransparentColor = System.Drawing.Color.Transparent;
//
// tbrStudent
//
this.tbrStudent.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.toolBarButton8,
this.tbrButtonSave,
this.tbrButtonExit});
this.tbrStudent.ButtonSize = new System.Drawing.Size(52, 52);
this.tbrStudent.DropDownArrows = true;
this.tbrStudent.ImageList = this.imageListtbr;
this.tbrStudent.Location = new System.Drawing.Point(0, 0);
this.tbrStudent.Name = "tbrStudent";
this.tbrStudent.ShowToolTips = true;
this.tbrStudent.Size = new System.Drawing.Size(754, 58);
this.tbrStudent.TabIndex = 17;
this.tbrStudent.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbrStudent_ButtonClick);
//
// toolBarButton8
//
this.toolBarButton8.Enabled = false;
this.toolBarButton8.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
//
// tbrButtonSave
//
this.tbrButtonSave.ImageIndex = 1;
this.tbrButtonSave.Text = "保存";
this.tbrButtonSave.ToolTipText = "保存";
//
// tbrButtonExit
//
this.tbrButtonExit.ImageIndex = 6;
this.tbrButtonExit.Text = "退出";
this.tbrButtonExit.ToolTipText = "退出";
//
// label7
//
this.label7.Location = new System.Drawing.Point(8, 48);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(72, 23);
this.label7.TabIndex = 28;
this.label7.Text = "班 级:";
//
// label8
//
this.label8.Location = new System.Drawing.Point(8, 104);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(72, 23);
this.label8.TabIndex = 29;
this.label8.Text = "专 业:";
//
// label9
//
this.label9.Location = new System.Drawing.Point(8, 16);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(72, 23);
this.label9.TabIndex = 30;
this.label9.Text = "类 别:";
//
// label10
//
this.label10.Location = new System.Drawing.Point(192, 16);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(72, 23);
this.label10.TabIndex = 31;
this.label10.Text = "入学时间:";
//
// gbStudent2
//
this.gbStudent2.Controls.Add(this.dtpEnroDate);
this.gbStudent2.Controls.Add(this.cbbMajor);
this.gbStudent2.Controls.Add(this.cbbUserType);
this.gbStudent2.Controls.Add(this.txtClassName);
this.gbStudent2.Controls.Add(this.label9);
this.gbStudent2.Controls.Add(this.label8);
this.gbStudent2.Controls.Add(this.label7);
this.gbStudent2.Controls.Add(this.label10);
this.gbStudent2.Controls.Add(this.btnDeptSel);
this.gbStudent2.Location = new System.Drawing.Point(344, 16);
this.gbStudent2.Name = "gbStudent2";
this.gbStudent2.Size = new System.Drawing.Size(400, 136);
this.gbStudent2.TabIndex = 43;
this.gbStudent2.TabStop = false;
//
// dtpEnroDate
//
this.dtpEnroDate.Location = new System.Drawing.Point(256, 16);
this.dtpEnroDate.Name = "dtpEnroDate";
this.dtpEnroDate.Size = new System.Drawing.Size(136, 21);
this.dtpEnroDate.TabIndex = 8;
//
// cbbMajor
//
this.cbbMajor.Location = new System.Drawing.Point(72, 104);
this.cbbMajor.Name = "cbbMajor";
this.cbbMajor.Size = new System.Drawing.Size(320, 20);
this.cbbMajor.TabIndex = 10;
this.cbbMajor.Text = "comboBox3";
this.cbbMajor.Click += new System.EventHandler(this.cbbMajor_Click);
//
// cbbUserType
//
this.cbbUserType.Location = new System.Drawing.Point(72, 16);
this.cbbUserType.Name = "cbbUserType";
this.cbbUserType.Size = new System.Drawing.Size(96, 20);
this.cbbUserType.TabIndex = 7;
this.cbbUserType.Text = "comboBox2";
//
// txtClassName
//
this.txtClassName.Location = new System.Drawing.Point(72, 48);
this.txtClassName.Name = "txtClassName";
this.txtClassName.Size = new System.Drawing.Size(304, 21);
this.txtClassName.TabIndex = 9;
this.txtClassName.Text = "";
this.txtClassName.TextChanged += new System.EventHandler(this.txtClassName_TextChanged);
this.txtClassName.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtClassName_KeyUp);
//
// gbStudent
//
this.gbStudent.Controls.Add(this.gbStudent1);
this.gbStudent.Controls.Add(this.gbStudent2);
this.gbStudent.Location = new System.Drawing.Point(8, 64);
this.gbStudent.Name = "gbStudent";
this.gbStudent.Size = new System.Drawing.Size(744, 152);
this.gbStudent.TabIndex = 44;
this.gbStudent.TabStop = false;
this.gbStudent.Text = "学生信息";
//
// CfrmPlatFStudentInfo
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
this.ClientSize = new System.Drawing.Size(754, 215);
this.Controls.Add(this.gbStudent);
this.Controls.Add(this.tbrStudent);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "CfrmPlatFStudentInfo";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "学生详细信息";
this.gbStudent1.ResumeLayout(false);
this.gbStudent2.ResumeLayout(false);
this.gbStudent.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
/***************************************************************************************************************
* 功能:信息的新增操作
*
* 输入参数:1、sender
* 2、e
* 输出参数:无
*
* 最后修改时间:04-08-13 by cellz
* ************************************************************************************************************/
private void btnAdd_Click(object sender, System.EventArgs e)
{
}
/***************************************************************************************************************
* 功能:信息的修改操作
*
* 输入参数:1、sender
* 2、e
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -