📄 mainfrm.designer.cs
字号:
namespace MySchoolPrj.Login
{
partial class Mainfrm
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Mainfrm));
this.msSystem = new System.Windows.Forms.MenuStrip();
this.系统ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mniUser = new System.Windows.Forms.ToolStripMenuItem();
this.mniPswEdit = new System.Windows.Forms.ToolStripMenuItem();
this.mniReLogin = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.mniCancel = new System.Windows.Forms.ToolStripMenuItem();
this.基本数据信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mniClass = new System.Windows.Forms.ToolStripMenuItem();
this.mniStu = new System.Windows.Forms.ToolStripMenuItem();
this.mniCourse = new System.Windows.Forms.ToolStripMenuItem();
this.mniTeacher = new System.Windows.Forms.ToolStripMenuItem();
this.mniExam = new System.Windows.Forms.ToolStripMenuItem();
this.mniWindows = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mniHelper = new System.Windows.Forms.ToolStripMenuItem();
this.mniAbout = new System.Windows.Forms.ToolStripMenuItem();
this.tsStatue = new System.Windows.Forms.StatusStrip();
this.tslblAdmin = new System.Windows.Forms.ToolStripStatusLabel();
this.tslblCopy = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.tslblTimer = new System.Windows.Forms.ToolStripStatusLabel();
this.systemNowtime = new System.Windows.Forms.Timer(this.components);
this.tsbtnAddClass = new System.Windows.Forms.ToolStripButton();
this.tsbtnAddStu = new System.Windows.Forms.ToolStripButton();
this.tsbtnAddCourse = new System.Windows.Forms.ToolStripButton();
this.tsbtnAddTeacher = new System.Windows.Forms.ToolStripButton();
this.tsbtnAddScore = new System.Windows.Forms.ToolStripButton();
this.tsbtnSearchStu = new System.Windows.Forms.ToolStripButton();
this.tsbtnSearchClass = new System.Windows.Forms.ToolStripButton();
this.tsbtnSearchScore = new System.Windows.Forms.ToolStripButton();
this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
this.tsTool = new System.Windows.Forms.ToolStrip();
this.msSystem.SuspendLayout();
this.tsStatue.SuspendLayout();
this.tsTool.SuspendLayout();
this.SuspendLayout();
//
// msSystem
//
this.msSystem.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.系统ToolStripMenuItem,
this.基本数据信息ToolStripMenuItem,
this.mniWindows,
this.aboutToolStripMenuItem});
this.msSystem.Location = new System.Drawing.Point(0, 0);
this.msSystem.MdiWindowListItem = this.mniWindows;
this.msSystem.Name = "msSystem";
this.msSystem.Size = new System.Drawing.Size(971, 25);
this.msSystem.TabIndex = 2;
this.msSystem.Text = "menuStrip1";
//
// 系统ToolStripMenuItem
//
this.系统ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mniUser,
this.mniPswEdit,
this.mniReLogin,
this.toolStripSeparator3,
this.mniCancel});
this.系统ToolStripMenuItem.Name = "系统ToolStripMenuItem";
this.系统ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.S)));
this.系统ToolStripMenuItem.Size = new System.Drawing.Size(83, 21);
this.系统ToolStripMenuItem.Text = "系统管理(S)";
//
// mniUser
//
this.mniUser.Name = "mniUser";
this.mniUser.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.R)));
this.mniUser.Size = new System.Drawing.Size(221, 22);
this.mniUser.Text = "用户注册(R)";
this.mniUser.Click += new System.EventHandler(this.mniUser_Click_);
//
// mniPswEdit
//
this.mniPswEdit.Name = "mniPswEdit";
this.mniPswEdit.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.U)));
this.mniPswEdit.Size = new System.Drawing.Size(221, 22);
this.mniPswEdit.Text = "密码修改(U)";
this.mniPswEdit.Click += new System.EventHandler(this.mniPswEdit_Click);
//
// mniReLogin
//
this.mniReLogin.Name = "mniReLogin";
this.mniReLogin.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.A)));
this.mniReLogin.Size = new System.Drawing.Size(221, 22);
this.mniReLogin.Text = "重新登录(A)";
this.mniReLogin.Click += new System.EventHandler(this.mniReLogin_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(218, 6);
//
// mniCancel
//
this.mniCancel.Name = "mniCancel";
this.mniCancel.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.E)));
this.mniCancel.Size = new System.Drawing.Size(221, 22);
this.mniCancel.Text = "退出(E)";
this.mniCancel.Click += new System.EventHandler(this.mniCancel_Click);
//
// 基本数据信息ToolStripMenuItem
//
this.基本数据信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mniClass,
this.mniStu,
this.mniCourse,
this.mniTeacher,
this.mniExam});
this.基本数据信息ToolStripMenuItem.Name = "基本数据信息ToolStripMenuItem";
this.基本数据信息ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.I)));
this.基本数据信息ToolStripMenuItem.Size = new System.Drawing.Size(80, 21);
this.基本数据信息ToolStripMenuItem.Text = "信息管理(I)";
//
// mniClass
//
this.mniClass.Name = "mniClass";
this.mniClass.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.C)));
this.mniClass.Size = new System.Drawing.Size(219, 22);
this.mniClass.Text = "班级信息(C)";
this.mniClass.Click += new System.EventHandler(this.mniClass_Click);
//
// mniStu
//
this.mniStu.Name = "mniStu";
this.mniStu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.S)));
this.mniStu.Size = new System.Drawing.Size(219, 22);
this.mniStu.Text = "学生信息(S)";
this.mniStu.Click += new System.EventHandler(this.mniStu_Click);
//
// mniCourse
//
this.mniCourse.Name = "mniCourse";
this.mniCourse.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.L)));
this.mniCourse.Size = new System.Drawing.Size(219, 22);
this.mniCourse.Text = "课程信息(L)";
this.mniCourse.Click += new System.EventHandler(this.mniCourse_Click);
//
// mniTeacher
//
this.mniTeacher.Name = "mniTeacher";
this.mniTeacher.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.T)));
this.mniTeacher.Size = new System.Drawing.Size(219, 22);
this.mniTeacher.Text = "教师信息(T)";
this.mniTeacher.Click += new System.EventHandler(this.mniTeacher_Click);
//
// mniExam
//
this.mniExam.Name = "mniExam";
this.mniExam.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.E)));
this.mniExam.Size = new System.Drawing.Size(219, 22);
this.mniExam.Text = "考试管理(E)";
this.mniExam.Click += new System.EventHandler(this.mniExam_Click);
//
// mniWindows
//
this.mniWindows.Name = "mniWindows";
this.mniWindows.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.W)));
this.mniWindows.Size = new System.Drawing.Size(64, 21);
this.mniWindows.Text = "窗口(W)";
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mniHelper,
this.mniAbout});
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.A)));
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(60, 21);
this.aboutToolStripMenuItem.Text = "关于(A)";
//
// mniHelper
//
this.mniHelper.Name = "mniHelper";
this.mniHelper.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.H)));
this.mniHelper.Size = new System.Drawing.Size(223, 22);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -