?? mainfrm.designer.cs
字號:
this.mniHelper.Text = "幫助(H)";
this.mniHelper.Click += new System.EventHandler(this.mniHelper_Click);
//
// mniAbout
//
this.mniAbout.Name = "mniAbout";
this.mniAbout.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.O)));
this.mniAbout.Size = new System.Drawing.Size(223, 22);
this.mniAbout.Text = "關于我們(O)";
this.mniAbout.Click += new System.EventHandler(this.mniAbout_Click);
//
// tsStatue
//
this.tsStatue.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tslblAdmin,
this.tslblCopy,
this.toolStripStatusLabel1,
this.tslblTimer});
this.tsStatue.Location = new System.Drawing.Point(0, 686);
this.tsStatue.Name = "tsStatue";
this.tsStatue.Size = new System.Drawing.Size(971, 22);
this.tsStatue.TabIndex = 3;
this.tsStatue.Text = "statusStrip1";
//
// tslblAdmin
//
this.tslblAdmin.AutoSize = false;
this.tslblAdmin.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.tslblAdmin.Name = "tslblAdmin";
this.tslblAdmin.Size = new System.Drawing.Size(4, 17);
//
// tslblCopy
//
this.tslblCopy.ActiveLinkColor = System.Drawing.Color.Red;
this.tslblCopy.AutoSize = false;
this.tslblCopy.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.tslblCopy.Name = "tslblCopy";
this.tslblCopy.Size = new System.Drawing.Size(0, 17);
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
//
// tslblTimer
//
this.tslblTimer.AutoSize = false;
this.tslblTimer.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.tslblTimer.Name = "tslblTimer";
this.tslblTimer.Size = new System.Drawing.Size(0, 17);
//
// systemNowtime
//
this.systemNowtime.Enabled = true;
this.systemNowtime.Interval = 1000;
this.systemNowtime.Tick += new System.EventHandler(this.systemNowtime_Tick);
//
// tsbtnAddClass
//
this.tsbtnAddClass.ForeColor = System.Drawing.SystemColors.ControlText;
this.tsbtnAddClass.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAddClass.Image")));
this.tsbtnAddClass.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAddClass.Name = "tsbtnAddClass";
this.tsbtnAddClass.Size = new System.Drawing.Size(76, 22);
this.tsbtnAddClass.Text = "增加班級";
this.tsbtnAddClass.Click += new System.EventHandler(this.tsbtnAddClass_Click);
//
// tsbtnAddStu
//
this.tsbtnAddStu.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAddStu.Image")));
this.tsbtnAddStu.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAddStu.Name = "tsbtnAddStu";
this.tsbtnAddStu.Size = new System.Drawing.Size(76, 22);
this.tsbtnAddStu.Text = "增加學生";
this.tsbtnAddStu.Click += new System.EventHandler(this.tsbtnAddStu_Click);
//
// tsbtnAddCourse
//
this.tsbtnAddCourse.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAddCourse.Image")));
this.tsbtnAddCourse.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAddCourse.Name = "tsbtnAddCourse";
this.tsbtnAddCourse.Size = new System.Drawing.Size(76, 22);
this.tsbtnAddCourse.Text = "增加課程";
this.tsbtnAddCourse.Click += new System.EventHandler(this.tsbtnAddCourse_Click);
//
// tsbtnAddTeacher
//
this.tsbtnAddTeacher.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAddTeacher.Image")));
this.tsbtnAddTeacher.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAddTeacher.Name = "tsbtnAddTeacher";
this.tsbtnAddTeacher.Size = new System.Drawing.Size(76, 22);
this.tsbtnAddTeacher.Text = "增加教師";
this.tsbtnAddTeacher.Click += new System.EventHandler(this.tsbtnAddTeacher_Click);
//
// tsbtnAddScore
//
this.tsbtnAddScore.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAddScore.Image")));
this.tsbtnAddScore.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAddScore.Name = "tsbtnAddScore";
this.tsbtnAddScore.Size = new System.Drawing.Size(76, 22);
this.tsbtnAddScore.Text = "增加成績";
this.tsbtnAddScore.Click += new System.EventHandler(this.tsbtnAddScore_Click);
//
// tsbtnSearchStu
//
this.tsbtnSearchStu.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSearchStu.Image")));
this.tsbtnSearchStu.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnSearchStu.Name = "tsbtnSearchStu";
this.tsbtnSearchStu.Size = new System.Drawing.Size(76, 22);
this.tsbtnSearchStu.Text = "查詢學生";
this.tsbtnSearchStu.Click += new System.EventHandler(this.mniStu_Click);
//
// tsbtnSearchClass
//
this.tsbtnSearchClass.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSearchClass.Image")));
this.tsbtnSearchClass.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnSearchClass.Name = "tsbtnSearchClass";
this.tsbtnSearchClass.Size = new System.Drawing.Size(76, 22);
this.tsbtnSearchClass.Text = "查詢班級";
this.tsbtnSearchClass.Click += new System.EventHandler(this.mniClass_Click);
//
// tsbtnSearchScore
//
this.tsbtnSearchScore.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSearchScore.Image")));
this.tsbtnSearchScore.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnSearchScore.Name = "tsbtnSearchScore";
this.tsbtnSearchScore.Size = new System.Drawing.Size(76, 22);
this.tsbtnSearchScore.Text = "查詢成績";
this.tsbtnSearchScore.Click += new System.EventHandler(this.mniExam_Click);
//
// tsbtnExit
//
this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnExit.Name = "tsbtnExit";
this.tsbtnExit.Size = new System.Drawing.Size(52, 22);
this.tsbtnExit.Text = "退出";
this.tsbtnExit.Click += new System.EventHandler(this.mniCancel_Click);
//
// tsTool
//
this.tsTool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnAddClass,
this.tsbtnAddStu,
this.tsbtnAddCourse,
this.tsbtnAddTeacher,
this.tsbtnAddScore,
this.tsbtnSearchStu,
this.tsbtnSearchClass,
this.tsbtnSearchScore,
this.tsbtnExit});
this.tsTool.Location = new System.Drawing.Point(0, 25);
this.tsTool.Name = "tsTool";
this.tsTool.Size = new System.Drawing.Size(971, 25);
this.tsTool.TabIndex = 5;
this.tsTool.Text = "toolStrip1";
//
// Mainfrm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoSize = true;
this.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(971, 708);
this.Controls.Add(this.tsTool);
this.Controls.Add(this.tsStatue);
this.Controls.Add(this.msSystem);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMdiContainer = true;
this.Name = "Mainfrm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "教務管理系統";
this.Load += new System.EventHandler(this.Mainfrm_Load);
this.msSystem.ResumeLayout(false);
this.msSystem.PerformLayout();
this.tsStatue.ResumeLayout(false);
this.tsStatue.PerformLayout();
this.tsTool.ResumeLayout(false);
this.tsTool.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip msSystem;
private System.Windows.Forms.ToolStripMenuItem 基本數據信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mniClass;
private System.Windows.Forms.ToolStripMenuItem mniStu;
private System.Windows.Forms.ToolStripMenuItem mniCourse;
private System.Windows.Forms.ToolStripMenuItem mniTeacher;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mniHelper;
private System.Windows.Forms.ToolStripMenuItem mniAbout;
private System.Windows.Forms.ToolStripMenuItem 系統ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mniUser;
private System.Windows.Forms.ToolStripMenuItem mniPswEdit;
private System.Windows.Forms.ToolStripMenuItem mniReLogin;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripMenuItem mniCancel;
private System.Windows.Forms.ToolStripMenuItem mniExam;
private System.Windows.Forms.ToolStripMenuItem mniWindows;
private System.Windows.Forms.StatusStrip tsStatue;
private System.Windows.Forms.ToolStripStatusLabel tslblAdmin;
private System.Windows.Forms.ToolStripStatusLabel tslblCopy;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel tslblTimer;
private System.Windows.Forms.Timer systemNowtime;
private System.Windows.Forms.ToolStripButton tsbtnAddClass;
private System.Windows.Forms.ToolStripButton tsbtnAddStu;
private System.Windows.Forms.ToolStripButton tsbtnAddCourse;
private System.Windows.Forms.ToolStripButton tsbtnAddTeacher;
private System.Windows.Forms.ToolStripButton tsbtnAddScore;
private System.Windows.Forms.ToolStripButton tsbtnSearchStu;
private System.Windows.Forms.ToolStripButton tsbtnSearchClass;
private System.Windows.Forms.ToolStripButton tsbtnSearchScore;
private System.Windows.Forms.ToolStripButton tsbtnExit;
private System.Windows.Forms.ToolStrip tsTool;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -