学生信息查询管理.designer.cs
来自「简单的学生管理系统」· CS 代码 · 共 340 行 · 第 1/2 页
CS
340 行
namespace 第四次实验
{
partial class Form1
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.speTextBox = new System.Windows.Forms.TextBox();
this.acaTextBox = new System.Windows.Forms.TextBox();
this.ageTextBox = new System.Windows.Forms.TextBox();
this.sexTextBox = new System.Windows.Forms.TextBox();
this.nameTextBox = new System.Windows.Forms.TextBox();
this.numberTextBox = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
this.searchTextBox = new System.Windows.Forms.ToolStripTextBox();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox2.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.toolStrip2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dataGridView1);
this.groupBox1.Location = new System.Drawing.Point(5, 64);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(228, 226);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "总信息";
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(3, 17);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(222, 206);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.speTextBox);
this.groupBox2.Controls.Add(this.acaTextBox);
this.groupBox2.Controls.Add(this.ageTextBox);
this.groupBox2.Controls.Add(this.sexTextBox);
this.groupBox2.Controls.Add(this.nameTextBox);
this.groupBox2.Controls.Add(this.numberTextBox);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(246, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(229, 278);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "学生详细信息";
//
// speTextBox
//
this.speTextBox.Location = new System.Drawing.Point(81, 225);
this.speTextBox.Name = "speTextBox";
this.speTextBox.Size = new System.Drawing.Size(142, 21);
this.speTextBox.TabIndex = 11;
//
// acaTextBox
//
this.acaTextBox.Location = new System.Drawing.Point(81, 188);
this.acaTextBox.Name = "acaTextBox";
this.acaTextBox.Size = new System.Drawing.Size(142, 21);
this.acaTextBox.TabIndex = 10;
//
// ageTextBox
//
this.ageTextBox.Location = new System.Drawing.Point(81, 151);
this.ageTextBox.Name = "ageTextBox";
this.ageTextBox.Size = new System.Drawing.Size(142, 21);
this.ageTextBox.TabIndex = 9;
//
// sexTextBox
//
this.sexTextBox.Location = new System.Drawing.Point(81, 114);
this.sexTextBox.Name = "sexTextBox";
this.sexTextBox.Size = new System.Drawing.Size(142, 21);
this.sexTextBox.TabIndex = 8;
//
// nameTextBox
//
this.nameTextBox.Location = new System.Drawing.Point(81, 77);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(142, 21);
this.nameTextBox.TabIndex = 7;
//
// numberTextBox
//
this.numberTextBox.Location = new System.Drawing.Point(81, 40);
this.numberTextBox.Name = "numberTextBox";
this.numberTextBox.Size = new System.Drawing.Size(142, 21);
this.numberTextBox.TabIndex = 6;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(19, 228);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 5;
this.label6.Text = "专业";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(19, 191);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 4;
this.label5.Text = "学院";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(19, 154);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 3;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?