?? form2.designer.cs
字號(hào):
?namespace _7計(jì)應(yīng)的班級(jí)管理系統(tǒng)
{
partial class Form2
{
/// <summary>
/// 必需的設(shè)計(jì)器變量。
/// </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è)計(jì)器生成的代碼
/// <summary>
/// 設(shè)計(jì)器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
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.添加用戶(hù)ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.刪除用戶(hù)ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.修改密碼ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.班級(jí)管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.班費(fèi)管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.班級(jí)榮譽(yù)ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.獎(jiǎng)罰信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.學(xué)生管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.學(xué)生基本信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.學(xué)生查詢(xún)ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.學(xué)生學(xué)分記錄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.幫助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.幫助主題ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.關(guān)于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.聯(lián)系作者ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolBar1 = new System.Windows.Forms.ToolBar();
this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton3 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton4 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.menuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.系統(tǒng)設(shè)置ToolStripMenuItem,
this.班級(jí)管理ToolStripMenuItem,
this.學(xué)生管理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(684, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 系統(tǒng)設(shè)置ToolStripMenuItem
//
this.系統(tǒng)設(shè)置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.管理員信息ToolStripMenuItem,
this.添加用戶(hù)ToolStripMenuItem,
this.刪除用戶(hù)ToolStripMenuItem,
this.修改密碼ToolStripMenuItem,
this.退出ToolStripMenuItem});
this.系統(tǒng)設(shè)置ToolStripMenuItem.Name = "系統(tǒng)設(shè)置ToolStripMenuItem";
this.系統(tǒng)設(shè)置ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.系統(tǒng)設(shè)置ToolStripMenuItem.Text = "系統(tǒng)設(shè)置(S)";
//
// 管理員信息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);
//
// 添加用戶(hù)ToolStripMenuItem
//
this.添加用戶(hù)ToolStripMenuItem.Name = "添加用戶(hù)ToolStripMenuItem";
this.添加用戶(hù)ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.添加用戶(hù)ToolStripMenuItem.Text = "添加用戶(hù)";
this.添加用戶(hù)ToolStripMenuItem.Click += new System.EventHandler(this.添加用戶(hù)ToolStripMenuItem_Click);
//
// 刪除用戶(hù)ToolStripMenuItem
//
this.刪除用戶(hù)ToolStripMenuItem.Name = "刪除用戶(hù)ToolStripMenuItem";
this.刪除用戶(hù)ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.刪除用戶(hù)ToolStripMenuItem.Text = "刪除用戶(hù)";
this.刪除用戶(hù)ToolStripMenuItem.Click += new System.EventHandler(this.刪除用戶(hù)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);
//
// 退出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);
//
// 班級(jí)管理ToolStripMenuItem
//
this.班級(jí)管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.班費(fèi)管理ToolStripMenuItem,
this.班級(jí)榮譽(yù)ToolStripMenuItem,
this.獎(jiǎng)罰信息ToolStripMenuItem});
this.班級(jí)管理ToolStripMenuItem.Name = "班級(jí)管理ToolStripMenuItem";
this.班級(jí)管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.班級(jí)管理ToolStripMenuItem.Text = "班級(jí)管理";
//
// 班費(fèi)管理ToolStripMenuItem
//
this.班費(fèi)管理ToolStripMenuItem.Name = "班費(fèi)管理ToolStripMenuItem";
this.班費(fèi)管理ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.班費(fèi)管理ToolStripMenuItem.Text = "班費(fèi)管理";
//
// 班級(jí)榮譽(yù)ToolStripMenuItem
//
this.班級(jí)榮譽(yù)ToolStripMenuItem.Name = "班級(jí)榮譽(yù)ToolStripMenuItem";
this.班級(jí)榮譽(yù)ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.班級(jí)榮譽(yù)ToolStripMenuItem.Text = "班級(jí)榮譽(yù)";
//
// 獎(jiǎng)罰信息ToolStripMenuItem
//
this.獎(jiǎng)罰信息ToolStripMenuItem.Name = "獎(jiǎng)罰信息ToolStripMenuItem";
this.獎(jiǎng)罰信息ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.獎(jiǎng)罰信息ToolStripMenuItem.Text = "獎(jiǎng)罰信息";
//
// 學(xué)生管理ToolStripMenuItem
//
this.學(xué)生管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.學(xué)生基本信息ToolStripMenuItem,
this.學(xué)生查詢(xún)ToolStripMenuItem,
this.學(xué)生學(xué)分記錄ToolStripMenuItem});
this.學(xué)生管理ToolStripMenuItem.Name = "學(xué)生管理ToolStripMenuItem";
this.學(xué)生管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.學(xué)生管理ToolStripMenuItem.Text = "學(xué)生管理";
//
// 學(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);
//
// 學(xué)生查詢(xún)ToolStripMenuItem
//
this.學(xué)生查詢(xún)ToolStripMenuItem.Name = "學(xué)生查詢(xún)ToolStripMenuItem";
this.學(xué)生查詢(xún)ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.學(xué)生查詢(xún)ToolStripMenuItem.Text = "學(xué)生信息查詢(xún)";
this.學(xué)生查詢(xún)ToolStripMenuItem.Click += new System.EventHandler(this.學(xué)生查詢(xún)ToolStripMenuItem_Click);
//
// 學(xué)生學(xué)分記錄ToolStripMenuItem
//
this.學(xué)生學(xué)分記錄ToolStripMenuItem.Name = "學(xué)生學(xué)分記錄ToolStripMenuItem";
this.學(xué)生學(xué)分記錄ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.學(xué)生學(xué)分記錄ToolStripMenuItem.Text = "學(xué)生學(xué)分記錄";
//
// 教師基本信息ToolStripMenuItem
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -