?? mainform.designer.cs
字號:
?namespace Myschool
{
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.tolmanage = new System.Windows.Forms.ToolStripMenuItem();
this.添加ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.查看試題ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tolshijuan = new System.Windows.Forms.ToolStripMenuItem();
this.tolkaoshi = new System.Windows.Forms.ToolStripMenuItem();
this.toladdstudent = new System.Windows.Forms.ToolStripMenuItem();
this.tolselectstu = new System.Windows.Forms.ToolStripMenuItem();
this.tolkaoshiguanli = new System.Windows.Forms.ToolStripMenuItem();
this.tolhelp = new System.Windows.Forms.ToolStripMenuItem();
this.tolabout = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toladd = new System.Windows.Forms.ToolStripButton();
this.tolselect = new System.Windows.Forms.ToolStripButton();
this.toslist = new System.Windows.Forms.ToolStripButton();
this.tolsmanage = new System.Windows.Forms.ToolStripButton();
this.tolonline = new System.Windows.Forms.ToolStripButton();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.tolstudent = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tolmanage,
this.tolshijuan,
this.tolkaoshi,
this.tolkaoshiguanli,
this.tolhelp});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(604, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// tolmanage
//
this.tolmanage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.添加ToolStripMenuItem,
this.查看試題ToolStripMenuItem});
this.tolmanage.Name = "tolmanage";
this.tolmanage.Size = new System.Drawing.Size(83, 20);
this.tolmanage.Text = "試題管理(&A)";
//
// 添加ToolStripMenuItem
//
this.添加ToolStripMenuItem.Name = "添加ToolStripMenuItem";
this.添加ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B)));
this.添加ToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
this.添加ToolStripMenuItem.Text = "添加試題";
this.添加ToolStripMenuItem.Click += new System.EventHandler(this.添加ToolStripMenuItem_Click);
//
// 查看試題ToolStripMenuItem
//
this.查看試題ToolStripMenuItem.Name = "查看試題ToolStripMenuItem";
this.查看試題ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.查看試題ToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
this.查看試題ToolStripMenuItem.Text = "查看試題";
this.查看試題ToolStripMenuItem.Click += new System.EventHandler(this.查看試題ToolStripMenuItem_Click);
//
// tolshijuan
//
this.tolshijuan.Name = "tolshijuan";
this.tolshijuan.Size = new System.Drawing.Size(83, 20);
this.tolshijuan.Text = "試卷管理(&B)";
//
// tolkaoshi
//
this.tolkaoshi.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toladdstudent,
this.tolselectstu});
this.tolkaoshi.Name = "tolkaoshi";
this.tolkaoshi.Size = new System.Drawing.Size(83, 20);
this.tolkaoshi.Text = "考試管理(&C)";
//
// toladdstudent
//
this.toladdstudent.Name = "toladdstudent";
this.toladdstudent.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
this.toladdstudent.Size = new System.Drawing.Size(183, 22);
this.toladdstudent.Text = "添加學生信息";
this.toladdstudent.Click += new System.EventHandler(this.toladdstudent_Click);
//
// tolselectstu
//
this.tolselectstu.Name = "tolselectstu";
this.tolselectstu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
this.tolselectstu.Size = new System.Drawing.Size(183, 22);
this.tolselectstu.Text = "查看學生信息";
//
// tolkaoshiguanli
//
this.tolkaoshiguanli.Name = "tolkaoshiguanli";
this.tolkaoshiguanli.Size = new System.Drawing.Size(83, 20);
this.tolkaoshiguanli.Text = "系統管理(&D)";
//
// tolhelp
//
this.tolhelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tolabout});
this.tolhelp.Name = "tolhelp";
this.tolhelp.Size = new System.Drawing.Size(59, 20);
this.tolhelp.Text = "幫助(&E)";
//
// tolabout
//
this.tolabout.Name = "tolabout";
this.tolabout.Size = new System.Drawing.Size(94, 22);
this.tolabout.Text = "關于";
this.tolabout.Click += new System.EventHandler(this.tolabout_Click);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toladd,
this.tolselect,
this.toslist,
this.tolsmanage,
this.tolonline});
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(604, 25);
this.toolStrip1.TabIndex = 3;
this.toolStrip1.Text = "toolStrip1";
//
// toladd
//
this.toladd.AutoSize = false;
this.toladd.Image = ((System.Drawing.Image)(resources.GetObject("toladd.Image")));
this.toladd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toladd.Name = "toladd";
this.toladd.Size = new System.Drawing.Size(77, 22);
this.toladd.Text = "增加試題";
this.toladd.Click += new System.EventHandler(this.toladd_Click);
//
// tolselect
//
this.tolselect.Image = ((System.Drawing.Image)(resources.GetObject("tolselect.Image")));
this.tolselect.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tolselect.Name = "tolselect";
this.tolselect.Size = new System.Drawing.Size(73, 22);
this.tolselect.Text = "查詢試題";
this.tolselect.Click += new System.EventHandler(this.tolselect_Click);
//
// toslist
//
this.toslist.Image = ((System.Drawing.Image)(resources.GetObject("toslist.Image")));
this.toslist.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toslist.Name = "toslist";
this.toslist.Size = new System.Drawing.Size(73, 22);
this.toslist.Text = "考試列表";
//
// tolsmanage
//
this.tolsmanage.Image = ((System.Drawing.Image)(resources.GetObject("tolsmanage.Image")));
this.tolsmanage.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tolsmanage.Name = "tolsmanage";
this.tolsmanage.Size = new System.Drawing.Size(73, 22);
this.tolsmanage.Text = "試卷管理";
//
// tolonline
//
this.tolonline.Image = ((System.Drawing.Image)(resources.GetObject("tolonline.Image")));
this.tolonline.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tolonline.Name = "tolonline";
this.tolonline.Size = new System.Drawing.Size(73, 22);
this.tolonline.Text = "在線答題";
this.tolonline.Click += new System.EventHandler(this.tolonline_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tolstudent});
this.statusStrip1.Location = new System.Drawing.Point(0, 431);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(604, 22);
this.statusStrip1.TabIndex = 5;
this.statusStrip1.Text = "statusStrip1";
//
// tolstudent
//
this.tolstudent.Name = "tolstudent";
this.tolstudent.Size = new System.Drawing.Size(53, 17);
this.tolstudent.Text = "學員信息";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(604, 453);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "考試管理系統";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem tolmanage;
private System.Windows.Forms.ToolStripMenuItem tolshijuan;
private System.Windows.Forms.ToolStripMenuItem tolkaoshi;
private System.Windows.Forms.ToolStripMenuItem tolkaoshiguanli;
private System.Windows.Forms.ToolStripMenuItem tolhelp;
private System.Windows.Forms.ToolStripMenuItem tolabout;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toladd;
private System.Windows.Forms.ToolStripButton tolselect;
private System.Windows.Forms.ToolStripButton toslist;
private System.Windows.Forms.ToolStripButton tolsmanage;
private System.Windows.Forms.ToolStripMenuItem toladdstudent;
private System.Windows.Forms.ToolStripMenuItem tolselectstu;
private System.Windows.Forms.ToolStripButton tolonline;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel tolstudent;
private System.Windows.Forms.ToolStripMenuItem 添加ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 查看試題ToolStripMenuItem;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -