?? teacher.designer.cs
字號:
?namespace CMS
{
partial class teacher
{
/// <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.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.成績查看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.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
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(292, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 課程擔當ToolStripMenuItem
//
this.課程擔當ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.課程信息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.Name = "課程信息ToolStripMenuItem";
this.課程信息ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
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.成績統計ToolStripMenuItem,
this.成績刪除ToolStripMenuItem});
this.學生選修課ToolStripMenuItem.Name = "學生選修課ToolStripMenuItem";
this.學生選修課ToolStripMenuItem.Size = new System.Drawing.Size(77, 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(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);
//
// 個人信息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(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(118, 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 = "密碼修改";
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 = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(0, 27);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(292, 246);
this.dataGridView1.TabIndex = 1;
//
// teacher
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 273);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "teacher";
this.Text = "teacher";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
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.ToolStripMenuItem 密碼修改ToolStripMenuItem;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ToolStripMenuItem 課程信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 成績刪除ToolStripMenuItem;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -