亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? 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 + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91免费观看国产| 欧美性色aⅴ视频一区日韩精品| 亚洲一区在线观看免费| 亚洲靠逼com| 亚洲图片激情小说| 亚洲免费在线看| 亚洲综合av网| 日韩福利视频导航| 激情综合五月婷婷| 成人免费av在线| 91免费国产在线观看| 在线一区二区视频| 5月丁香婷婷综合| 精品国产一区二区三区久久影院| 日韩精品一区二区三区视频| 国产亚洲一区二区三区| 日韩久久一区二区| 午夜激情一区二区三区| 捆绑紧缚一区二区三区视频| 国产成人在线看| 91伊人久久大香线蕉| 欧美三级视频在线观看| 日韩一级视频免费观看在线| 欧美激情自拍偷拍| 亚洲国产综合人成综合网站| 六月婷婷色综合| av不卡一区二区三区| 欧美亚洲国产一区二区三区 | 一区二区三区欧美亚洲| 亚洲大片免费看| 国产高清无密码一区二区三区| 91视视频在线直接观看在线看网页在线看 | 午夜精品一区二区三区电影天堂| 久久99热狠狠色一区二区| 91视频观看视频| 91精品国产免费| 亚洲人成亚洲人成在线观看图片 | 国产成人啪免费观看软件| 91黄色激情网站| 久久人人爽爽爽人久久久| 中文字幕一区二区不卡| 麻豆高清免费国产一区| youjizz国产精品| 日韩午夜电影av| 亚洲狠狠丁香婷婷综合久久久| 国产综合色产在线精品| 91成人在线精品| 国产精品人成在线观看免费| 日本不卡视频一二三区| 色婷婷综合久久久久中文 | 亚洲成av人综合在线观看| 国产成人夜色高潮福利影视| 欧美精三区欧美精三区| 自拍偷拍亚洲综合| 懂色av一区二区在线播放| 9191成人精品久久| 亚洲精品欧美综合四区| 国产一区二区福利| 欧美一级艳片视频免费观看| 亚洲欧美日韩在线不卡| 不卡的电影网站| 国产色综合一区| 国内精品写真在线观看| 欧美一区二区性放荡片| 性做久久久久久免费观看| 91精品福利在线| 亚洲精品午夜久久久| 成人综合婷婷国产精品久久免费| 精品国产乱码久久久久久蜜臀| 首页亚洲欧美制服丝腿| 欧美在线一二三| 一区二区三区在线播| 99久久综合狠狠综合久久| 欧美国产综合色视频| 风流少妇一区二区| 中文字幕的久久| 99综合电影在线视频| 日本一区二区三区在线不卡| 国产激情一区二区三区| 国产精品热久久久久夜色精品三区| 国产精品18久久久久久久久| 久久精品亚洲精品国产欧美kt∨| 韩国在线一区二区| 中文字幕不卡一区| 91亚洲国产成人精品一区二三| 亚洲色欲色欲www| 欧美在线999| 天堂在线一区二区| 精品国产乱码久久久久久夜甘婷婷| 国产一区二区三区免费| 欧美国产日本视频| 色噜噜夜夜夜综合网| 亚洲国产精品久久一线不卡| 欧美一区二区日韩| 国产伦精品一区二区三区免费迷 | 欧美特级限制片免费在线观看| 亚洲午夜精品网| 精品女同一区二区| 丰满岳乱妇一区二区三区| 亚洲综合在线五月| 精品久久久久久久久久久久久久久| 狠狠色伊人亚洲综合成人| 国产精品青草久久| 欧美日韩精品一区视频| 国产伦精品一区二区三区免费| 亚洲免费观看高清| 精品少妇一区二区三区| 99国产精品国产精品毛片| 日日夜夜免费精品| 国产精品欧美一区二区三区| 欧美日韩国产小视频在线观看| 国产一二精品视频| 亚洲成人免费观看| 国产精品不卡一区二区三区| 欧美人狂配大交3d怪物一区| 国产91高潮流白浆在线麻豆 | 欧美国产精品一区| 欧美嫩在线观看| 99vv1com这只有精品| 久草中文综合在线| 亚洲一二三级电影| 中文字幕亚洲欧美在线不卡| 日韩一区二区在线观看| 91国偷自产一区二区开放时间 | 国模冰冰炮一区二区| 亚洲午夜电影在线| 欧美国产精品中文字幕| 精品99一区二区| 欧美日韩成人一区二区| av不卡免费电影| 大陆成人av片| 国产精品中文字幕欧美| 免费高清不卡av| 五月婷婷久久综合| 亚洲激情图片一区| 亚洲欧洲色图综合| 亚洲欧美一区二区视频| 久久免费美女视频| www日韩大片| 精品国产污网站| 69堂成人精品免费视频| 欧美视频在线不卡| 欧美在线观看一区| 97精品国产露脸对白| 99精品在线观看视频| av高清久久久| 不卡视频一二三| 色综合天天综合色综合av | 一区二区三区蜜桃网| 中文字幕亚洲一区二区va在线| 欧美激情一二三区| 国产精品色哟哟| 综合电影一区二区三区| 亚洲精品久久久蜜桃| 亚洲影院理伦片| 亚洲韩国精品一区| 日韩av不卡在线观看| 日韩高清不卡一区| 久久激情五月婷婷| 国产精品一品视频| 99精品视频免费在线观看| 91麻豆视频网站| 欧美狂野另类xxxxoooo| 欧美一区二区视频免费观看| 精品少妇一区二区三区| 国产色产综合色产在线视频| 亚洲视频香蕉人妖| 亚洲国产毛片aaaaa无费看| 男人的j进女人的j一区| 国产麻豆精品在线| 一本大道久久精品懂色aⅴ| 欧美日韩免费一区二区三区| 日韩精品资源二区在线| 亚洲国产精品激情在线观看 | 欧美无砖专区一中文字| 337p亚洲精品色噜噜| 亚洲精品一线二线三线无人区| 国产清纯白嫩初高生在线观看91 | 日韩欧美一级二级三级| 中文字幕第一区第二区| 亚洲综合激情另类小说区| 久久激情综合网| 97久久精品人人做人人爽50路| 这里只有精品99re| 国产精品久久一卡二卡| 日韩电影在线观看网站| 福利视频网站一区二区三区| 欧美伊人久久大香线蕉综合69| 日韩精品一区二区三区四区| 亚洲麻豆国产自偷在线| 麻豆专区一区二区三区四区五区| 国产成人h网站| 欧美一级在线视频| 亚洲精品视频在线| 激情欧美日韩一区二区| 在线视频国内自拍亚洲视频| 欧美激情综合网| 麻豆91免费观看| 欧美体内she精高潮| 国产精品美女久久久久久久|