📄 mainform.designer.cs
字号:
namespace StudentManager
{
partial class MainForm
{
/// <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(MainForm));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.学生ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.院系ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.学期ToolStripMenuItem = new System.Windows.Forms.ToolStripSeparator();
this.班级ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.班级ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.学生管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.学生档案ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.学生管理ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
this.课程管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.课程设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
this.班级选课ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
this.成绩管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.成绩录入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
this.成绩分析ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
this.退出系统ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.确定退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.Color.White;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.学生ToolStripMenuItem,
this.学生管理ToolStripMenuItem,
this.课程管理ToolStripMenuItem,
this.成绩管理ToolStripMenuItem,
this.退出系统ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(750, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 学生ToolStripMenuItem
//
this.学生ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.院系ToolStripMenuItem,
this.学期ToolStripMenuItem,
this.班级ToolStripMenuItem,
this.toolStripMenuItem1,
this.班级ToolStripMenuItem1,
this.toolStripMenuItem2});
this.学生ToolStripMenuItem.Name = "学生ToolStripMenuItem";
this.学生ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
this.学生ToolStripMenuItem.Text = "基础资料";
//
// 院系ToolStripMenuItem
//
this.院系ToolStripMenuItem.Name = "院系ToolStripMenuItem";
this.院系ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
this.院系ToolStripMenuItem.Text = "院系";
this.院系ToolStripMenuItem.Click += new System.EventHandler(this.院系ToolStripMenuItem_Click);
//
// 学期ToolStripMenuItem
//
this.学期ToolStripMenuItem.MergeIndex = 1;
this.学期ToolStripMenuItem.Name = "学期ToolStripMenuItem";
this.学期ToolStripMenuItem.Size = new System.Drawing.Size(95, 6);
//
// 班级ToolStripMenuItem
//
this.班级ToolStripMenuItem.Name = "班级ToolStripMenuItem";
this.班级ToolStripMenuItem.Size = new System.Drawing.Size(98, 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(95, 6);
//
// 班级ToolStripMenuItem1
//
this.班级ToolStripMenuItem1.Name = "班级ToolStripMenuItem1";
this.班级ToolStripMenuItem1.Size = new System.Drawing.Size(98, 22);
this.班级ToolStripMenuItem1.Text = "班级";
this.班级ToolStripMenuItem1.Click += new System.EventHandler(this.班级ToolStripMenuItem1_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(95, 6);
//
// 学生管理ToolStripMenuItem
//
this.学生管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.学生档案ToolStripMenuItem,
this.toolStripMenuItem3,
this.学生管理ToolStripMenuItem1,
this.toolStripMenuItem4});
this.学生管理ToolStripMenuItem.Name = "学生管理ToolStripMenuItem";
this.学生管理ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
this.学生管理ToolStripMenuItem.Text = "学生管理";
//
// 学生档案ToolStripMenuItem
//
this.学生档案ToolStripMenuItem.Name = "学生档案ToolStripMenuItem";
this.学生档案ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
this.学生档案ToolStripMenuItem.Text = "学生档案";
this.学生档案ToolStripMenuItem.Click += new System.EventHandler(this.学生档案ToolStripMenuItem_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(119, 6);
//
// 学生管理ToolStripMenuItem1
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -