📄 form1.designer.cs
字号:
namespace StudentInfoMS
{
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()
{
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.stuinfomanage_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.query_stuinfoToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.update_stuinfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.xuejiguanli_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.PraiseAndPunishToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.proInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.学生信息查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.窗口层叠CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.水平平铺HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.垂直平铺VToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exit_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.stuinfomanage_ToolStripMenuItem,
this.xuejiguanli_ToolStripMenuItem,
this.PraiseAndPunishToolStripMenuItem,
this.proInfoToolStripMenuItem,
this.学生信息查询ToolStripMenuItem,
this.exit_ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(772, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// stuinfomanage_ToolStripMenuItem
//
this.stuinfomanage_ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.query_stuinfoToolStripMenuItem1,
this.update_stuinfoToolStripMenuItem});
this.stuinfomanage_ToolStripMenuItem.Name = "stuinfomanage_ToolStripMenuItem";
this.stuinfomanage_ToolStripMenuItem.Size = new System.Drawing.Size(130, 20);
this.stuinfomanage_ToolStripMenuItem.Text = "学生基本信息管理(&A)";
//
// query_stuinfoToolStripMenuItem1
//
this.query_stuinfoToolStripMenuItem1.Name = "query_stuinfoToolStripMenuItem1";
this.query_stuinfoToolStripMenuItem1.Size = new System.Drawing.Size(146, 22);
this.query_stuinfoToolStripMenuItem1.Text = "学生信息查询";
this.query_stuinfoToolStripMenuItem1.Click += new System.EventHandler(this.query_stuinfoToolStripMenuItem1_Click);
//
// update_stuinfoToolStripMenuItem
//
this.update_stuinfoToolStripMenuItem.Name = "update_stuinfoToolStripMenuItem";
this.update_stuinfoToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.update_stuinfoToolStripMenuItem.Text = "学生信息操作";
this.update_stuinfoToolStripMenuItem.Click += new System.EventHandler(this.update_stuinfoToolStripMenuItem_Click);
//
// xuejiguanli_ToolStripMenuItem
//
this.xuejiguanli_ToolStripMenuItem.Name = "xuejiguanli_ToolStripMenuItem";
this.xuejiguanli_ToolStripMenuItem.Size = new System.Drawing.Size(81, 20);
this.xuejiguanli_ToolStripMenuItem.Text = "学籍管理(&B)";
this.xuejiguanli_ToolStripMenuItem.Click += new System.EventHandler(this.xuejiguanli_ToolStripMenuItem_Click);
//
// PraiseAndPunishToolStripMenuItem
//
this.PraiseAndPunishToolStripMenuItem.Name = "PraiseAndPunishToolStripMenuItem";
this.PraiseAndPunishToolStripMenuItem.Size = new System.Drawing.Size(110, 20);
this.PraiseAndPunishToolStripMenuItem.Text = "奖励/处罚管理(&C)";
this.PraiseAndPunishToolStripMenuItem.Click += new System.EventHandler(this.PraiseAndPunishToolStripMenuItem_Click);
//
// proInfoToolStripMenuItem
//
this.proInfoToolStripMenuItem.Name = "proInfoToolStripMenuItem";
this.proInfoToolStripMenuItem.Size = new System.Drawing.Size(106, 20);
this.proInfoToolStripMenuItem.Text = "院系信息管理(&D)";
this.proInfoToolStripMenuItem.Click += new System.EventHandler(this.proInfoToolStripMenuItem_Click);
//
// 学生信息查询ToolStripMenuItem
//
this.学生信息查询ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.窗口层叠CToolStripMenuItem,
this.水平平铺HToolStripMenuItem,
this.垂直平铺VToolStripMenuItem});
this.学生信息查询ToolStripMenuItem.Name = "学生信息查询ToolStripMenuItem";
this.学生信息查询ToolStripMenuItem.Size = new System.Drawing.Size(81, 20);
this.学生信息查询ToolStripMenuItem.Text = "查看方式(&E)";
//
// 窗口层叠CToolStripMenuItem
//
this.窗口层叠CToolStripMenuItem.Name = "窗口层叠CToolStripMenuItem";
this.窗口层叠CToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
this.窗口层叠CToolStripMenuItem.Text = "窗口层叠(&C)";
this.窗口层叠CToolStripMenuItem.Click += new System.EventHandler(this.窗口层叠CToolStripMenuItem_Click);
//
// 水平平铺HToolStripMenuItem
//
this.水平平铺HToolStripMenuItem.Name = "水平平铺HToolStripMenuItem";
this.水平平铺HToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
this.水平平铺HToolStripMenuItem.Text = "水平平铺(&H)";
this.水平平铺HToolStripMenuItem.Click += new System.EventHandler(this.水平平铺HToolStripMenuItem_Click);
//
// 垂直平铺VToolStripMenuItem
//
this.垂直平铺VToolStripMenuItem.Name = "垂直平铺VToolStripMenuItem";
this.垂直平铺VToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
this.垂直平铺VToolStripMenuItem.Text = "垂直平铺(&V)";
this.垂直平铺VToolStripMenuItem.Click += new System.EventHandler(this.垂直平铺VToolStripMenuItem_Click);
//
// exit_ToolStripMenuItem
//
this.exit_ToolStripMenuItem.Name = "exit_ToolStripMenuItem";
this.exit_ToolStripMenuItem.Size = new System.Drawing.Size(81, 20);
this.exit_ToolStripMenuItem.Text = "退出系统(&X)";
this.exit_ToolStripMenuItem.Click += new System.EventHandler(this.exit_ToolStripMenuItem_Click_1);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.ClientSize = new System.Drawing.Size(772, 605);
this.ControlBox = false;
this.Controls.Add(this.menuStrip1);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "学生信息管理系统";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem stuinfomanage_ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem xuejiguanli_ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem PraiseAndPunishToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem proInfoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 学生信息查询ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem exit_ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem query_stuinfoToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem update_stuinfoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 窗口层叠CToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 水平平铺HToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 垂直平铺VToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -