⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.designer.cs

📁 一个简单的考生答题系统
💻 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 + -