📄 student.designer.cs
字号:
namespace CMS
{
partial class student
{
/// <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.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.个人信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.信息查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.成绩查询ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.密码修改ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.课程信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.选修课程ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.个人信息ToolStripMenuItem,
this.课程信息ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(338, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
//
// 个人信息ToolStripMenuItem
//
this.个人信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.信息查询ToolStripMenuItem,
this.成绩查询ToolStripMenuItem1,
this.密码修改ToolStripMenuItem,
this.toolStripMenuItem2});
this.个人信息ToolStripMenuItem.Name = "个人信息ToolStripMenuItem";
this.个人信息ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.个人信息ToolStripMenuItem.Text = "个人信息";
this.个人信息ToolStripMenuItem.Click += new System.EventHandler(this.个人信息ToolStripMenuItem_Click);
//
// 信息查询ToolStripMenuItem
//
this.信息查询ToolStripMenuItem.Name = "信息查询ToolStripMenuItem";
this.信息查询ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.信息查询ToolStripMenuItem.Text = "信息查询";
this.信息查询ToolStripMenuItem.Click += new System.EventHandler(this.信息查询ToolStripMenuItem_Click);
//
// 成绩查询ToolStripMenuItem1
//
this.成绩查询ToolStripMenuItem1.Name = "成绩查询ToolStripMenuItem1";
this.成绩查询ToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
this.成绩查询ToolStripMenuItem1.Text = "成绩查询";
this.成绩查询ToolStripMenuItem1.Click += new System.EventHandler(this.成绩查询ToolStripMenuItem1_Click);
//
// 密码修改ToolStripMenuItem
//
this.密码修改ToolStripMenuItem.Name = "密码修改ToolStripMenuItem";
this.密码修改ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.密码修改ToolStripMenuItem.Text = "密码修改";
this.密码修改ToolStripMenuItem.Click += new System.EventHandler(this.密码修改ToolStripMenuItem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
this.toolStripMenuItem2.Text = "退出";
this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
//
// 课程信息ToolStripMenuItem
//
this.课程信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.选修课程ToolStripMenuItem});
this.课程信息ToolStripMenuItem.Name = "课程信息ToolStripMenuItem";
this.课程信息ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.课程信息ToolStripMenuItem.Text = "课程信息";
this.课程信息ToolStripMenuItem.Click += new System.EventHandler(this.课程信息ToolStripMenuItem_Click);
//
// 选修课程ToolStripMenuItem
//
this.选修课程ToolStripMenuItem.Name = "选修课程ToolStripMenuItem";
this.选修课程ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.选修课程ToolStripMenuItem.Text = "选修课程";
this.选修课程ToolStripMenuItem.Click += new System.EventHandler(this.选修课程ToolStripMenuItem_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(0, 27);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(338, 291);
this.dataGridView1.TabIndex = 1;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 298);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(338, 22);
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(11, 17);
this.toolStripStatusLabel1.Text = "`";
//
// student
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CausesValidation = false;
this.ClientSize = new System.Drawing.Size(338, 320);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.menuStrip1);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "student";
this.Text = "student";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.student_FormClosing);
this.Load += new System.EventHandler(this.student_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 个人信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 信息查询ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 密码修改ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 课程信息ToolStripMenuItem;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem 选修课程ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 成绩查询ToolStripMenuItem1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -