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

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

?? form1.designer.cs

?? 用VS描述的 模擬操作系統的先來先服務功能
?? CS
字號:
?namespace FIFO
{
    partial class Form1
    {
        /// <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();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.buttonkaishi = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.Yellow;
            this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label1.Location = new System.Drawing.Point(0, 180);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(40, 40);
            this.label1.TabIndex = 2;
            // 
            // label2
            // 
            this.label2.BackColor = System.Drawing.Color.Red;
            this.label2.Location = new System.Drawing.Point(0, 241);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(40, 40);
            this.label2.TabIndex = 3;
            // 
            // label3
            // 
            this.label3.BackColor = System.Drawing.Color.Magenta;
            this.label3.Location = new System.Drawing.Point(0, 300);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(40, 40);
            this.label3.TabIndex = 4;
            // 
            // buttonkaishi
            // 
            this.buttonkaishi.Location = new System.Drawing.Point(383, 390);
            this.buttonkaishi.Name = "buttonkaishi";
            this.buttonkaishi.Size = new System.Drawing.Size(75, 23);
            this.buttonkaishi.TabIndex = 6;
            this.buttonkaishi.Text = "開始";
            this.buttonkaishi.UseVisualStyleBackColor = true;
            this.buttonkaishi.Click += new System.EventHandler(this.buttonkaishi_Click);
            // 
            // timer1
            // 
            this.timer1.Interval = 10;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // timer2
            // 
            this.timer2.Interval = 10;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(277, 58);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(0, 12);
            this.label7.TabIndex = 9;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(473, 58);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(0, 12);
            this.label8.TabIndex = 10;
            // 
            // label4
            // 
            this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.ForeColor = System.Drawing.Color.Red;
            this.label4.Location = new System.Drawing.Point(15, 22);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(162, 21);
            this.label4.TabIndex = 11;
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.Navy;
            this.groupBox1.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.ForeColor = System.Drawing.Color.Red;
            this.groupBox1.Location = new System.Drawing.Point(287, 106);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(81, 265);
            this.groupBox1.TabIndex = 8;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "就緒隊列";
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.Black;
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Font = new System.Drawing.Font("宋體", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox2.ForeColor = System.Drawing.Color.Red;
            this.groupBox2.Location = new System.Drawing.Point(365, 106);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(185, 265);
            this.groupBox2.TabIndex = 12;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "CPU";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(467, 390);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 13;
            this.button1.Text = "關閉";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("宋體", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(203, 40);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(175, 33);
            this.label5.TabIndex = 14;
            this.label5.Text = "先來先服務";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ClientSize = new System.Drawing.Size(614, 428);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.buttonkaishi);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox2);
            this.Name = "Form1";
            this.Text = "先來先服務";
            this.groupBox2.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button buttonkaishi;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Timer timer2;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label label5;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲蜜臀av乱码久久精品| 久久久久久99久久久精品网站| 专区另类欧美日韩| 97久久精品人人做人人爽| 国产精品免费aⅴ片在线观看| av激情亚洲男人天堂| 亚洲视频一区二区在线| 91成人免费在线| 视频一区二区国产| www国产成人免费观看视频 深夜成人网| 久草精品在线观看| 亚洲国产精品t66y| 欧美中文字幕一二三区视频| 日韩在线a电影| 久久麻豆一区二区| 91丨porny丨国产入口| 亚洲妇熟xx妇色黄| 精品对白一区国产伦| av一区二区三区在线| 亚洲高清视频的网址| 欧美成人免费网站| 99在线精品免费| 日本不卡免费在线视频| 日本一区二区电影| 欧美伊人久久久久久久久影院 | 精品视频在线免费看| 免费在线观看成人| 国产精品高清亚洲| 日韩视频中午一区| proumb性欧美在线观看| 午夜精彩视频在线观看不卡| 久久久久久久久久久电影| 色婷婷精品久久二区二区蜜臂av| 日韩精品一卡二卡三卡四卡无卡| 久久精品在线免费观看| 欧美三区免费完整视频在线观看| 激情图区综合网| 亚洲永久精品国产| 中文字幕免费不卡在线| 制服丝袜中文字幕一区| 波多野结衣在线aⅴ中文字幕不卡| 亚洲一区二区欧美日韩| 国产欧美一区二区三区沐欲| 欧美日韩1234| 97久久超碰精品国产| 久久国产免费看| 亚洲成人综合在线| 自拍偷拍欧美激情| 国产亚洲一区二区三区在线观看| 欧美日韩免费一区二区三区视频| 成人综合激情网| 毛片一区二区三区| 亚洲成av人综合在线观看| 国产精品福利av| 久久久三级国产网站| 337p亚洲精品色噜噜噜| 在线免费观看成人短视频| 成人成人成人在线视频| 国产美女久久久久| 伦理电影国产精品| 视频一区中文字幕| 亚洲影视在线观看| 亚洲激情图片小说视频| 国产精品国产三级国产普通话99| 久久久久久久久久久久久夜| 精品国产精品一区二区夜夜嗨| 欧美精品在线视频| 欧美日韩一卡二卡| 欧美日韩中文另类| 欧美日韩一区二区在线观看视频| 91丨porny丨中文| 91在线一区二区| 99精品偷自拍| 91在线播放网址| 一本大道久久a久久精品综合| gogo大胆日本视频一区| 成人白浆超碰人人人人| va亚洲va日韩不卡在线观看| 国产ts人妖一区二区| 国产成人自拍在线| 国产成人一区二区精品非洲| 国产呦萝稀缺另类资源| 国产成人精品亚洲777人妖| 国产成人综合网| www.亚洲精品| 欧洲色大大久久| 欧美日韩国产一级二级| 69堂国产成人免费视频| 日韩三级在线观看| 久久久久久久久久电影| 中文字幕电影一区| 亚洲欧美一区二区不卡| 亚洲午夜国产一区99re久久| 日韩精品欧美成人高清一区二区| 青青草原综合久久大伊人精品优势 | 国产女同互慰高潮91漫画| 久久精品亚洲国产奇米99| 欧美激情一区二区在线| 综合久久综合久久| 亚洲国产一区二区三区| 秋霞国产午夜精品免费视频| 国产在线播放一区二区三区| 成人黄色国产精品网站大全在线免费观看| av资源网一区| 欧美日韩久久久| 久久久久久久久久久久久夜| 中文字幕亚洲区| 亚洲444eee在线观看| 国产永久精品大片wwwapp | 日本视频一区二区三区| 国产高清在线精品| 欧洲色大大久久| 亚洲精品在线一区二区| 亚洲美女视频在线| 久久99精品网久久| 91老师片黄在线观看| 日韩一级高清毛片| 国产精品成人免费| 美女免费视频一区二区| 成人免费av网站| 91精品国产欧美日韩| 中文字幕av不卡| 蜜臀av国产精品久久久久| 成人av电影在线| 日韩一区二区麻豆国产| 国产精品成人一区二区三区夜夜夜| 偷拍日韩校园综合在线| 国产成人高清视频| 91精品国产aⅴ一区二区| 中文字幕一区二区三区四区不卡| 日本视频免费一区| 色久综合一二码| 日本一区二区三区在线观看| 天天综合色天天综合色h| 成人性生交大片免费看视频在线| 777久久久精品| 亚洲精品中文在线影院| 国产高清成人在线| 日韩欧美中文字幕一区| 一区二区三区欧美在线观看| 国产91精品欧美| 欧美大片在线观看一区二区| 一区二区三区国产精华| 波多野结衣精品在线| 久久美女艺术照精彩视频福利播放| 亚洲444eee在线观看| 91亚洲国产成人精品一区二区三 | 欧美日韩大陆一区二区| 国产精品不卡一区| 国产电影一区在线| 亚洲精品一区二区三区四区高清| 日韩黄色小视频| 欧美视频在线一区| 一区二区在线观看视频| 欧美一区二区日韩| gogo大胆日本视频一区| 国产精品国产三级国产a| 欧美日韩一级二级三级| 1024国产精品| 丁香六月综合激情| 国产欧美精品区一区二区三区| 麻豆91在线看| www国产成人免费观看视频 深夜成人网| 性做久久久久久免费观看| 欧美四级电影在线观看| 一级中文字幕一区二区| 在线免费观看日韩欧美| 一区二区三区四区在线播放| 91看片淫黄大片一级| 亚洲九九爱视频| 91久久精品网| 亚洲国产美女搞黄色| 欧美日韩激情一区二区三区| 亚洲福利一二三区| 欧美高清性hdvideosex| 免费成人你懂的| 欧美成人性战久久| 国产一区二区三区| 国产女人18水真多18精品一级做 | 国产suv精品一区二区三区| 久久九九影视网| 成人国产在线观看| 国产精品电影院| 欧美中文字幕亚洲一区二区va在线 | 欧美一级高清片| 精品在线免费观看| 欧美激情一区二区三区蜜桃视频| 波多野结衣精品在线| 亚洲一区二区三区四区在线观看| 欧美久久高跟鞋激| 国产一区二三区| 国产精品天干天干在观线| 在线中文字幕不卡| 青青草国产精品97视觉盛宴| 久久中文娱乐网| 91丨国产丨九色丨pron| 亚洲aⅴ怡春院| 国产亚洲一区二区在线观看| 91在线看国产| 日本va欧美va欧美va精品|