📄 formmain.designer.cs
字号:
namespace StudentManager
{
partial class FormMain
{
/// <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.menuStripMain = new System.Windows.Forms.MenuStrip();
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.查询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.成绩管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.课程录入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.成绩录入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.成绩查询SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.系统帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStripMain.SuspendLayout();
this.SuspendLayout();
//
// menuStripMain
//
this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件ToolStripMenuItem,
this.学籍管理ToolStripMenuItem,
this.成绩管理ToolStripMenuItem,
this.系统帮助ToolStripMenuItem});
this.menuStripMain.Location = new System.Drawing.Point(0, 0);
this.menuStripMain.Name = "menuStripMain";
this.menuStripMain.Size = new System.Drawing.Size(892, 24);
this.menuStripMain.TabIndex = 1;
this.menuStripMain.Text = "menuStrip1";
//
// 文件ToolStripMenuItem
//
this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem2,
this.退出ToolStripMenuItem});
this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
this.文件ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F)));
this.文件ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.文件ToolStripMenuItem.Text = "文件(&F)";
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
this.toolStripMenuItem2.Text = "登录(&L)";
this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.退出ToolStripMenuItem.Text = "退出(&X)";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// 学籍管理ToolStripMenuItem
//
this.学籍管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.查询ToolStripMenuItem,
this.入学ToolStripMenuItem,
this.toolStripMenuItem1,
this.毕业ToolStripMenuItem});
this.学籍管理ToolStripMenuItem.Name = "学籍管理ToolStripMenuItem";
this.学籍管理ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.M)));
this.学籍管理ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.学籍管理ToolStripMenuItem.Text = "学籍管理(&M)";
//
// 查询ToolStripMenuItem
//
this.查询ToolStripMenuItem.Name = "查询ToolStripMenuItem";
this.查询ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.查询ToolStripMenuItem.Text = "查询(&S)";
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 = "入学(I)";
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 = "修改(&U)";
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 = "毕业(&O)";
this.毕业ToolStripMenuItem.Click += new System.EventHandler(this.毕业ToolStripMenuItem_Click);
//
// 成绩管理ToolStripMenuItem
//
this.成绩管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.课程录入ToolStripMenuItem,
this.成绩录入ToolStripMenuItem,
this.成绩查询SToolStripMenuItem});
this.成绩管理ToolStripMenuItem.Name = "成绩管理ToolStripMenuItem";
this.成绩管理ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.R)));
this.成绩管理ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.成绩管理ToolStripMenuItem.Text = "成绩管理(&R)";
//
// 课程录入ToolStripMenuItem
//
this.课程录入ToolStripMenuItem.Name = "课程录入ToolStripMenuItem";
this.课程录入ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.课程录入ToolStripMenuItem.Text = "课程录入(&C)";
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 = "成绩导入(&R)";
this.成绩录入ToolStripMenuItem.Click += new System.EventHandler(this.成绩录入ToolStripMenuItem_Click);
//
// 成绩查询SToolStripMenuItem
//
this.成绩查询SToolStripMenuItem.Name = "成绩查询SToolStripMenuItem";
this.成绩查询SToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.成绩查询SToolStripMenuItem.Text = "成绩查询(&S)";
this.成绩查询SToolStripMenuItem.Click += new System.EventHandler(this.成绩查询SToolStripMenuItem_Click);
//
// 系统帮助ToolStripMenuItem
//
this.系统帮助ToolStripMenuItem.Name = "系统帮助ToolStripMenuItem";
this.系统帮助ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.H)));
this.系统帮助ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.系统帮助ToolStripMenuItem.Text = "系统帮助(&H)";
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(892, 573);
this.Controls.Add(this.menuStripMain);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.HelpButton = true;
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStripMain;
this.MaximizeBox = false;
this.Name = "FormMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "学生管理系统";
this.Load += new System.EventHandler(this.FormMain_Load);
this.menuStripMain.ResumeLayout(false);
this.menuStripMain.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStripMain;
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.ToolStripMenuItem 毕业ToolStripMenuItem;
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.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 查询ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 成绩查询SToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -