📄 class.designer.cs
字号:
namespace StudentManager
{
partial class Class
{
/// <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.comboDep = new System.Windows.Forms.ComboBox();
this.textClaName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.textStuNum = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textClaID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnExit = new System.Windows.Forms.Button();
this.btnApply = new System.Windows.Forms.Button();
this.CancelAll = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btnModify = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.comboDep);
this.groupBox1.Controls.Add(this.textClaName);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.textStuNum);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.textClaID);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(24, 27);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(561, 100);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// comboDep
//
this.comboDep.FormattingEnabled = true;
this.comboDep.Location = new System.Drawing.Point(315, 63);
this.comboDep.Name = "comboDep";
this.comboDep.Size = new System.Drawing.Size(179, 20);
this.comboDep.TabIndex = 9;
//
// textClaName
//
this.textClaName.Location = new System.Drawing.Point(315, 27);
this.textClaName.Name = "textClaName";
this.textClaName.Size = new System.Drawing.Size(179, 21);
this.textClaName.TabIndex = 8;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(226, 65);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 12);
this.label4.TabIndex = 6;
this.label4.Text = "院系名称 :";
//
// textStuNum
//
this.textStuNum.Location = new System.Drawing.Point(95, 62);
this.textStuNum.Name = "textStuNum";
this.textStuNum.Size = new System.Drawing.Size(79, 21);
this.textStuNum.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(20, 62);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 12);
this.label3.TabIndex = 4;
this.label3.Text = "班级人数 :";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(226, 30);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 12);
this.label2.TabIndex = 2;
this.label2.Text = "班级名称 :";
//
// textClaID
//
this.textClaID.Location = new System.Drawing.Point(95, 27);
this.textClaID.Name = "textClaID";
this.textClaID.Size = new System.Drawing.Size(79, 21);
this.textClaID.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(18, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 12);
this.label1.TabIndex = 0;
this.label1.Text = "班级代码 :";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnExit);
this.groupBox2.Controls.Add(this.btnApply);
this.groupBox2.Controls.Add(this.CancelAll);
this.groupBox2.Controls.Add(this.btnCancel);
this.groupBox2.Controls.Add(this.btnDelete);
this.groupBox2.Controls.Add(this.btnModify);
this.groupBox2.Controls.Add(this.btnAdd);
this.groupBox2.Location = new System.Drawing.Point(24, 164);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(561, 55);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(470, 20);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(69, 23);
this.btnExit.TabIndex = 6;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnApply
//
this.btnApply.Location = new System.Drawing.Point(395, 20);
this.btnApply.Name = "btnApply";
this.btnApply.Size = new System.Drawing.Size(69, 23);
this.btnApply.TabIndex = 5;
this.btnApply.Text = "确定";
this.btnApply.UseVisualStyleBackColor = true;
this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
//
// CancelAll
//
this.CancelAll.Location = new System.Drawing.Point(320, 20);
this.CancelAll.Name = "CancelAll";
this.CancelAll.Size = new System.Drawing.Size(69, 23);
this.CancelAll.TabIndex = 4;
this.CancelAll.Text = "取消所有";
this.CancelAll.UseVisualStyleBackColor = true;
this.CancelAll.Click += new System.EventHandler(this.CancelAll_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(245, 20);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(69, 23);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(170, 20);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(69, 23);
this.btnDelete.TabIndex = 2;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnModify
//
this.btnModify.Location = new System.Drawing.Point(95, 20);
this.btnModify.Name = "btnModify";
this.btnModify.Size = new System.Drawing.Size(69, 23);
this.btnModify.TabIndex = 1;
this.btnModify.Text = "修改";
this.btnModify.UseVisualStyleBackColor = true;
this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(20, 20);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(69, 23);
this.btnAdd.TabIndex = 0;
this.btnAdd.Text = "添加";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// dataGridView1
//
this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(77, 268);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(450, 168);
this.dataGridView1.TabIndex = 2;
//
// Class
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(603, 463);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "Class";
this.Text = "班级管理";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textStuNum;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textClaID;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnModify;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnApply;
private System.Windows.Forms.Button CancelAll;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ComboBox comboDep;
private System.Windows.Forms.TextBox textClaName;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -