📄 statusmanage.designer.cs
字号:
namespace StudentManager
{
partial class StatusManage
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnApply = new System.Windows.Forms.Button();
this.textBoxID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.textBoxTime = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.textBoxPower = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.textBoxNativeplace = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.textBoxNation = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.textBoxAge = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.textBoxSex = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.textBoxName = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.textBoxClass = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.textBoxDepartment = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnAply2 = new System.Windows.Forms.Button();
this.comboLeavekind = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.btnApply3 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.comboclass = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.combodapartment = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.btnSave = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnApply);
this.groupBox1.Controls.Add(this.textBoxID);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(13, 13);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(397, 63);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// btnApply
//
this.btnApply.Location = new System.Drawing.Point(237, 27);
this.btnApply.Name = "btnApply";
this.btnApply.Size = new System.Drawing.Size(75, 23);
this.btnApply.TabIndex = 2;
this.btnApply.Text = "确定";
this.btnApply.UseVisualStyleBackColor = true;
this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
//
// textBoxID
//
this.textBoxID.Location = new System.Drawing.Point(85, 27);
this.textBoxID.Name = "textBoxID";
this.textBoxID.Size = new System.Drawing.Size(100, 21);
this.textBoxID.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(20, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 0;
this.label1.Text = "学生ID :";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.pictureBox1);
this.groupBox2.Controls.Add(this.textBoxTime);
this.groupBox2.Controls.Add(this.label17);
this.groupBox2.Controls.Add(this.textBoxPower);
this.groupBox2.Controls.Add(this.label16);
this.groupBox2.Controls.Add(this.textBoxNativeplace);
this.groupBox2.Controls.Add(this.label15);
this.groupBox2.Controls.Add(this.textBoxNation);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.textBoxAge);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.textBoxSex);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.textBoxName);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.textBoxClass);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.textBoxDepartment);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Location = new System.Drawing.Point(13, 120);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(397, 385);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "详细信息";
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(237, 89);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(100, 127);
this.pictureBox1.TabIndex = 20;
this.pictureBox1.TabStop = false;
//
// textBoxTime
//
this.textBoxTime.Location = new System.Drawing.Point(282, 249);
this.textBoxTime.Name = "textBoxTime";
this.textBoxTime.ReadOnly = true;
this.textBoxTime.Size = new System.Drawing.Size(100, 21);
this.textBoxTime.TabIndex = 19;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(205, 252);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(71, 12);
this.label17.TabIndex = 18;
this.label17.Text = "入学时间 :";
//
// textBoxPower
//
this.textBoxPower.Location = new System.Drawing.Point(282, 304);
this.textBoxPower.Name = "textBoxPower";
this.textBoxPower.ReadOnly = true;
this.textBoxPower.Size = new System.Drawing.Size(75, 21);
this.textBoxPower.TabIndex = 17;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(205, 305);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(71, 12);
this.label16.TabIndex = 16;
this.label16.Text = "政治身份 :";
//
// textBoxNativeplace
//
this.textBoxNativeplace.Location = new System.Drawing.Point(82, 304);
this.textBoxNativeplace.Name = "textBoxNativeplace";
this.textBoxNativeplace.ReadOnly = true;
this.textBoxNativeplace.Size = new System.Drawing.Size(100, 21);
this.textBoxNativeplace.TabIndex = 15;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(30, 304);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(47, 12);
this.label15.TabIndex = 14;
this.label15.Text = "籍贯 :";
//
// textBoxNation
//
this.textBoxNation.Location = new System.Drawing.Point(82, 249);
this.textBoxNation.Name = "textBoxNation";
this.textBoxNation.ReadOnly = true;
this.textBoxNation.Size = new System.Drawing.Size(100, 21);
this.textBoxNation.TabIndex = 13;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(28, 252);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(47, 12);
this.label14.TabIndex = 12;
this.label14.Text = "民族 :";
//
// textBoxAge
//
this.textBoxAge.Location = new System.Drawing.Point(82, 195);
this.textBoxAge.Name = "textBoxAge";
this.textBoxAge.ReadOnly = true;
this.textBoxAge.Size = new System.Drawing.Size(73, 21);
this.textBoxAge.TabIndex = 11;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(26, 198);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(47, 12);
this.label13.TabIndex = 10;
this.label13.Text = "年龄 :";
//
// textBoxSex
//
this.textBoxSex.Location = new System.Drawing.Point(82, 136);
this.textBoxSex.Name = "textBoxSex";
this.textBoxSex.ReadOnly = true;
this.textBoxSex.Size = new System.Drawing.Size(73, 21);
this.textBoxSex.TabIndex = 9;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(24, 140);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(47, 12);
this.label12.TabIndex = 8;
this.label12.Text = "性别 :";
//
// textBoxName
//
this.textBoxName.Location = new System.Drawing.Point(82, 89);
this.textBoxName.Name = "textBoxName";
this.textBoxName.ReadOnly = true;
this.textBoxName.Size = new System.Drawing.Size(100, 21);
this.textBoxName.TabIndex = 7;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(22, 89);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(47, 12);
this.label11.TabIndex = 6;
this.label11.Text = "姓名 :";
//
// textBoxClass
//
this.textBoxClass.Location = new System.Drawing.Point(258, 32);
this.textBoxClass.Name = "textBoxClass";
this.textBoxClass.ReadOnly = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -