📄 main.designer.cs
字号:
namespace 学籍管理系统
{
partial class Main
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
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.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
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.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
this.navigationBar1 = new DevComponents.DotNetBar.NavigationBar();
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.navigationBar1)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.系统设置ToolStripMenuItem,
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(844, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// 系统设置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.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.学生管理ToolStripMenuItem,
this.toolStripSeparator1,
this.教材管理ToolStripMenuItem});
this.档案管理ToolStripMenuItem.Name = "档案管理ToolStripMenuItem";
this.档案管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.档案管理ToolStripMenuItem.Text = "档案管理";
//
// 学生管理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);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
//
// 教材管理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);
//
// 成绩管理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.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.系统日志ToolStripMenuItem,
this.用户管理ToolStripMenuItem1});
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(41, 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(41, 20);
this.退出ToolStripMenuItem.Text = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripStatusLabel2,
this.toolStripStatusLabel3,
this.toolStripStatusLabel4});
this.statusStrip1.Location = new System.Drawing.Point(0, 565);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(844, 22);
this.statusStrip1.TabIndex = 3;
this.statusStrip1.Text = "statusStrip1";
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -