?? form2.designer.cs
字號:
//
this.教師基本信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.教師信息ToolStripMenuItem,
this.教師出勤情況ToolStripMenuItem});
this.教師基本信息ToolStripMenuItem.Name = "教師基本信息ToolStripMenuItem";
this.教師基本信息ToolStripMenuItem.Size = new System.Drawing.Size(89, 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);
//
// 教師出勤情況ToolStripMenuItem
//
this.教師出勤情況ToolStripMenuItem.Name = "教師出勤情況ToolStripMenuItem";
this.教師出勤情況ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.教師出勤情況ToolStripMenuItem.Text = "教師出勤情況";
//
// 幫助ToolStripMenuItem
//
this.幫助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.幫助主題ToolStripMenuItem,
this.關于ToolStripMenuItem,
this.聯系作者ToolStripMenuItem});
this.幫助ToolStripMenuItem.Name = "幫助ToolStripMenuItem";
this.幫助ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.幫助ToolStripMenuItem.Text = "幫助";
//
// 幫助主題ToolStripMenuItem
//
this.幫助主題ToolStripMenuItem.Name = "幫助主題ToolStripMenuItem";
this.幫助主題ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
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);
//
// 聯系作者ToolStripMenuItem
//
this.聯系作者ToolStripMenuItem.Name = "聯系作者ToolStripMenuItem";
this.聯系作者ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.聯系作者ToolStripMenuItem.Text = "聯系作者";
//
// toolBar1
//
this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.toolBarButton1,
this.toolBarButton2,
this.toolBarButton3,
this.toolBarButton4,
this.toolBarButton5});
this.toolBar1.DropDownArrows = true;
this.toolBar1.ImageList = this.imageList1;
this.toolBar1.Location = new System.Drawing.Point(0, 24);
this.toolBar1.Name = "toolBar1";
this.toolBar1.ShowToolTips = true;
this.toolBar1.Size = new System.Drawing.Size(684, 41);
this.toolBar1.TabIndex = 1;
this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
//
// toolBarButton1
//
this.toolBarButton1.ImageIndex = 0;
this.toolBarButton1.Name = "toolBarButton1";
this.toolBarButton1.Text = "管理員信息";
//
// toolBarButton2
//
this.toolBarButton2.ImageIndex = 1;
this.toolBarButton2.Name = "toolBarButton2";
this.toolBarButton2.Text = "學生信息";
//
// toolBarButton3
//
this.toolBarButton3.Name = "toolBarButton3";
this.toolBarButton3.Text = "教師信息";
//
// toolBarButton4
//
this.toolBarButton4.Name = "toolBarButton4";
this.toolBarButton4.Text = " 查 找";
//
// toolBarButton5
//
this.toolBarButton5.Name = "toolBarButton5";
this.toolBarButton5.Text = "獎罰信息";
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "toolBarButton1");
this.imageList1.Images.SetKeyName(1, "學生信息.bmp");
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(33, 112);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(524, 262);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(118, 76);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 0;
this.label1.Text = "呵呵";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(108, 159);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(125, 12);
this.label2.TabIndex = 1;
this.label2.Text = "歡迎來到我的登陸系統";
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(684, 584);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.toolBar1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form2";
this.Text = "07計算機應用的班級管理系統";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 系統設置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 管理員信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 添加用戶ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 刪除用戶ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 修改密碼ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
private System.Windows.Forms.ToolBar toolBar1;
private System.Windows.Forms.ToolBarButton toolBarButton1;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolStripMenuItem 班級管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 班費管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 班級榮譽ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 獎罰信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 學生管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 學生基本信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 學生查詢ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 學生學分記錄ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 教師基本信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 教師信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 教師出勤情況ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 幫助ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 幫助主題ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 關于ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 聯系作者ToolStripMenuItem;
private System.Windows.Forms.ToolBarButton toolBarButton2;
private System.Windows.Forms.ToolBarButton toolBarButton3;
private System.Windows.Forms.ToolBarButton toolBarButton4;
private System.Windows.Forms.ToolBarButton toolBarButton5;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -