?? main.designer.cs
字號:
?namespace 學(xué)籍管理系統(tǒng)
{
partial class Main
{
/// <summary>
/// 必需的設(shè)計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計器生成的代碼
/// <summary>
/// 設(shè)計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </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.系統(tǒng)設(shè)置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.檔案管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.學(xué)生管理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.系統(tǒng)日志ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.用戶管理ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.關(guān)于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.系統(tǒng)設(shè)置ToolStripMenuItem,
this.檔案管理ToolStripMenuItem,
this.成績管理ToolStripMenuItem,
this.用戶管理ToolStripMenuItem,
this.關(guān)于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";
//
// 系統(tǒng)設(shè)置ToolStripMenuItem
//
this.系統(tǒng)設(shè)置ToolStripMenuItem.Name = "系統(tǒng)設(shè)置ToolStripMenuItem";
this.系統(tǒng)設(shè)置ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.系統(tǒng)設(shè)置ToolStripMenuItem.Text = "系統(tǒng)設(shè)置";
this.系統(tǒng)設(shè)置ToolStripMenuItem.Click += new System.EventHandler(this.系統(tǒng)設(shè)置ToolStripMenuItem_Click);
//
// 檔案管理ToolStripMenuItem
//
this.檔案管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.學(xué)生管理ToolStripMenuItem,
this.toolStripSeparator1,
this.教材管理ToolStripMenuItem});
this.檔案管理ToolStripMenuItem.Name = "檔案管理ToolStripMenuItem";
this.檔案管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.檔案管理ToolStripMenuItem.Text = "檔案管理";
//
// 學(xué)生管理ToolStripMenuItem
//
this.學(xué)生管理ToolStripMenuItem.Name = "學(xué)生管理ToolStripMenuItem";
this.學(xué)生管理ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.學(xué)生管理ToolStripMenuItem.Text = "學(xué)生管理";
this.學(xué)生管理ToolStripMenuItem.Click += new System.EventHandler(this.學(xué)生管理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.系統(tǒng)日志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);
//
// 系統(tǒng)日志ToolStripMenuItem
//
this.系統(tǒng)日志ToolStripMenuItem.Name = "系統(tǒng)日志ToolStripMenuItem";
this.系統(tǒng)日志ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.系統(tǒng)日志ToolStripMenuItem.Text = "系統(tǒng)日志";
this.系統(tǒng)日志ToolStripMenuItem.Click += new System.EventHandler(this.系統(tǒng)日志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);
//
// 關(guān)于ToolStripMenuItem
//
this.關(guān)于ToolStripMenuItem.Name = "關(guān)于ToolStripMenuItem";
this.關(guān)于ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.關(guān)于ToolStripMenuItem.Text = "關(guān)于";
this.關(guān)于ToolStripMenuItem.Click += new System.EventHandler(this.關(guān)于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";
//
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -