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

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

?? input.designer.cs

?? java csharp program that ask users a input(process arrival time, burst time and priority)
?? CS
?? 第 1 頁 / 共 3 頁
字號:
namespace CPUScheduling
{
    partial class Input
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Input));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button2 = new System.Windows.Forms.Button();
            this.file = new System.Windows.Forms.RadioButton();
            this.random = new System.Windows.Forms.RadioButton();
            this.keyboard = new System.Windows.Forms.RadioButton();
            this.button1 = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.textBox40 = new System.Windows.Forms.TextBox();
            this.textBox39 = new System.Windows.Forms.TextBox();
            this.textBox38 = new System.Windows.Forms.TextBox();
            this.textBox37 = new System.Windows.Forms.TextBox();
            this.textBox36 = new System.Windows.Forms.TextBox();
            this.textBox35 = new System.Windows.Forms.TextBox();
            this.textBox34 = new System.Windows.Forms.TextBox();
            this.textBox33 = new System.Windows.Forms.TextBox();
            this.textBox32 = new System.Windows.Forms.TextBox();
            this.textBox31 = new System.Windows.Forms.TextBox();
            this.textBox30 = new System.Windows.Forms.TextBox();
            this.textBox29 = new System.Windows.Forms.TextBox();
            this.textBox28 = new System.Windows.Forms.TextBox();
            this.textBox27 = new System.Windows.Forms.TextBox();
            this.textBox26 = new System.Windows.Forms.TextBox();
            this.textBox25 = new System.Windows.Forms.TextBox();
            this.textBox24 = new System.Windows.Forms.TextBox();
            this.textBox23 = new System.Windows.Forms.TextBox();
            this.textBox22 = new System.Windows.Forms.TextBox();
            this.textBox21 = new System.Windows.Forms.TextBox();
            this.textBox20 = new System.Windows.Forms.TextBox();
            this.textBox19 = new System.Windows.Forms.TextBox();
            this.textBox18 = new System.Windows.Forms.TextBox();
            this.textBox17 = new System.Windows.Forms.TextBox();
            this.textBox16 = new System.Windows.Forms.TextBox();
            this.textBox15 = new System.Windows.Forms.TextBox();
            this.textBox14 = new System.Windows.Forms.TextBox();
            this.textBox13 = new System.Windows.Forms.TextBox();
            this.textBox12 = new System.Windows.Forms.TextBox();
            this.textBox11 = new System.Windows.Forms.TextBox();
            this.textBox10 = new System.Windows.Forms.TextBox();
            this.textBox9 = new System.Windows.Forms.TextBox();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.button5 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.panel3 = new System.Windows.Forms.Panel();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.groupBox1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel3.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.Navy;
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Controls.Add(this.file);
            this.groupBox1.Controls.Add(this.random);
            this.groupBox1.Controls.Add(this.keyboard);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Location = new System.Drawing.Point(12, 40);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(191, 166);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            // 
            // button2
            // 
            this.button2.Font = new System.Drawing.Font("Bookman Old Style", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button2.Location = new System.Drawing.Point(74, 124);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(42, 23);
            this.button2.TabIndex = 5;
            this.button2.Text = "OK";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // file
            // 
            this.file.AutoSize = true;
            this.file.Font = new System.Drawing.Font("Book Antiqua", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.file.ForeColor = System.Drawing.Color.White;
            this.file.Location = new System.Drawing.Point(25, 85);
            this.file.Name = "file";
            this.file.Size = new System.Drawing.Size(50, 20);
            this.file.TabIndex = 3;
            this.file.TabStop = true;
            this.file.Text = "FILE";
            this.file.UseVisualStyleBackColor = true;
            // 
            // random
            // 
            this.random.AutoSize = true;
            this.random.Font = new System.Drawing.Font("Book Antiqua", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.random.ForeColor = System.Drawing.Color.White;
            this.random.Location = new System.Drawing.Point(25, 51);
            this.random.Name = "random";
            this.random.Size = new System.Drawing.Size(81, 20);
            this.random.TabIndex = 2;
            this.random.TabStop = true;
            this.random.Text = "RANDOM";
            this.random.UseVisualStyleBackColor = true;
            // 
            // keyboard
            // 
            this.keyboard.AutoSize = true;
            this.keyboard.Checked = true;
            this.keyboard.Font = new System.Drawing.Font("Book Antiqua", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.keyboard.ForeColor = System.Drawing.Color.White;
            this.keyboard.Location = new System.Drawing.Point(25, 19);
            this.keyboard.Name = "keyboard";
            this.keyboard.Size = new System.Drawing.Size(91, 20);
            this.keyboard.TabIndex = 1;
            this.keyboard.TabStop = true;
            this.keyboard.Text = "KEYBOARD";
            this.keyboard.UseVisualStyleBackColor = true;
            // 
            // button1
            // 
            this.button1.Font = new System.Drawing.Font("Bookman Old Style", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button1.Location = new System.Drawing.Point(81, 85);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 4;
            this.button1.Text = "BROWSE..";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.RoyalBlue;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel1.Controls.Add(this.textBox40);
            this.panel1.Controls.Add(this.textBox39);
            this.panel1.Controls.Add(this.textBox38);
            this.panel1.Controls.Add(this.textBox37);
            this.panel1.Controls.Add(this.textBox36);
            this.panel1.Controls.Add(this.textBox35);
            this.panel1.Controls.Add(this.textBox34);
            this.panel1.Controls.Add(this.textBox33);
            this.panel1.Controls.Add(this.textBox32);
            this.panel1.Controls.Add(this.textBox31);
            this.panel1.Controls.Add(this.textBox30);
            this.panel1.Controls.Add(this.textBox29);
            this.panel1.Controls.Add(this.textBox28);
            this.panel1.Controls.Add(this.textBox27);
            this.panel1.Controls.Add(this.textBox26);
            this.panel1.Controls.Add(this.textBox25);
            this.panel1.Controls.Add(this.textBox24);
            this.panel1.Controls.Add(this.textBox23);
            this.panel1.Controls.Add(this.textBox22);
            this.panel1.Controls.Add(this.textBox21);
            this.panel1.Controls.Add(this.textBox20);
            this.panel1.Controls.Add(this.textBox19);
            this.panel1.Controls.Add(this.textBox18);
            this.panel1.Controls.Add(this.textBox17);
            this.panel1.Controls.Add(this.textBox16);
            this.panel1.Controls.Add(this.textBox15);
            this.panel1.Controls.Add(this.textBox14);
            this.panel1.Controls.Add(this.textBox13);
            this.panel1.Controls.Add(this.textBox12);
            this.panel1.Controls.Add(this.textBox11);
            this.panel1.Controls.Add(this.textBox10);
            this.panel1.Controls.Add(this.textBox9);
            this.panel1.Controls.Add(this.textBox8);
            this.panel1.Controls.Add(this.textBox7);
            this.panel1.Controls.Add(this.textBox6);
            this.panel1.Controls.Add(this.textBox5);
            this.panel1.Controls.Add(this.textBox4);
            this.panel1.Controls.Add(this.textBox3);
            this.panel1.Controls.Add(this.textBox2);
            this.panel1.Controls.Add(this.label4);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.textBox1);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Location = new System.Drawing.Point(209, 40);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(373, 307);
            this.panel1.TabIndex = 1;
            // 
            // textBox40
            // 
            this.textBox40.Location = new System.Drawing.Point(291, 274);
            this.textBox40.Name = "textBox40";
            this.textBox40.Size = new System.Drawing.Size(55, 20);
            this.textBox40.TabIndex = 46;
            this.textBox40.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBox39
            // 
            this.textBox39.Location = new System.Drawing.Point(291, 248);
            this.textBox39.Name = "textBox39";
            this.textBox39.Size = new System.Drawing.Size(55, 20);
            this.textBox39.TabIndex = 45;
            this.textBox39.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBox38
            // 
            this.textBox38.Location = new System.Drawing.Point(291, 222);
            this.textBox38.Name = "textBox38";
            this.textBox38.Size = new System.Drawing.Size(55, 20);
            this.textBox38.TabIndex = 44;
            this.textBox38.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBox37
            // 
            this.textBox37.Location = new System.Drawing.Point(290, 197);
            this.textBox37.Name = "textBox37";
            this.textBox37.Size = new System.Drawing.Size(55, 20);
            this.textBox37.TabIndex = 43;
            this.textBox37.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBox36
            // 
            this.textBox36.Location = new System.Drawing.Point(290, 171);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美日韩国产免费| 男男gaygay亚洲| 亚洲最色的网站| 蜜桃久久精品一区二区| 成人激情av网| 91视频在线观看| 99久免费精品视频在线观看 | 国产精品免费av| 视频一区二区三区在线| 91色九色蝌蚪| 欧美激情一区三区| 精品一区二区在线视频| 欧美日产国产精品| 最近中文字幕一区二区三区| 久久99热99| 在线亚洲人成电影网站色www| 久久影院午夜论| 蜜桃视频第一区免费观看| 色呦呦一区二区三区| 日本一区二区三区四区| 久草在线在线精品观看| 678五月天丁香亚洲综合网| 一区二区三区四区高清精品免费观看| 国产成人小视频| 久久综合九色综合97婷婷| 免费成人在线观看| 欧美一级日韩免费不卡| 国产精品久久综合| 国产在线视频一区二区| 91精品国产一区二区人妖| 亚洲午夜久久久| 欧美日韩中文精品| 一区二区三区91| 在线视频一区二区免费| 亚洲精品国产品国语在线app| 国产成人精品亚洲午夜麻豆| 国产亚洲一二三区| 国产不卡免费视频| 国产精品无码永久免费888| 国产成人精品免费视频网站| 欧美国产日产图区| 99久久综合精品| 亚洲人成影院在线观看| 91麻豆6部合集magnet| 亚洲精品高清视频在线观看| 91传媒视频在线播放| 成人国产精品免费网站| 成人教育av在线| 国产精品国产自产拍高清av| 高清国产午夜精品久久久久久| 久久精品欧美一区二区三区麻豆| 国产成人免费在线观看不卡| 中文乱码免费一区二区| 91香蕉视频在线| 亚洲欧美成aⅴ人在线观看| 欧美视频三区在线播放| 免费成人在线影院| 国产精品免费久久| 欧美日本在线播放| 久久国产精品一区二区| 国产欧美日韩综合精品一区二区 | 久久电影网电视剧免费观看| 欧美一级日韩一级| 国产91精品在线观看| 亚洲一线二线三线视频| 欧美mv日韩mv国产网站| 91精品国模一区二区三区| 久久久久久久久伊人| 成人av在线电影| 亚洲国产成人av好男人在线观看| 欧美一区二区福利在线| 成人性视频网站| 五月婷婷激情综合| 国产精品视频一二| 日韩午夜精品电影| 色婷婷综合久久久中文一区二区 | 欧美三级乱人伦电影| 蜜桃精品视频在线| 亚洲免费观看视频| 久久久久久久国产精品影院| 91丨九色丨黑人外教| 精彩视频一区二区三区| 亚洲视频一区二区在线| 中文字幕亚洲电影| 日韩一区二区影院| 色天天综合久久久久综合片| 久久99精品久久久| 天天色综合天天| 97se亚洲国产综合自在线| 精品久久久久久最新网址| 成人av午夜影院| 老司机免费视频一区二区| 一级做a爱片久久| 国产精品国产三级国产普通话99| 51精品久久久久久久蜜臀| 色综合久久中文字幕综合网| 国产麻豆成人传媒免费观看| 秋霞电影一区二区| 亚洲一二三区在线观看| 亚洲国产成人一区二区三区| 精品久久久久99| 在线综合亚洲欧美在线视频| 一本久道中文字幕精品亚洲嫩| 国产成人亚洲综合a∨猫咪| 美女网站在线免费欧美精品| 亚洲韩国一区二区三区| 最新日韩av在线| 国产精品美日韩| 国产日韩欧美不卡在线| 欧美大片拔萝卜| 日韩你懂的电影在线观看| 制服丝袜一区二区三区| 北岛玲一区二区三区四区| 国产在线视频一区二区| 亚洲成人三级小说| 一区二区三区在线视频播放 | av福利精品导航| 国产资源精品在线观看| 美国十次了思思久久精品导航| 香蕉加勒比综合久久| 亚洲成人av福利| 日韩av不卡在线观看| 男女男精品网站| 成人av手机在线观看| 国产精品99久久久久久宅男| 激情欧美一区二区三区在线观看| 久久精品国产一区二区| 久草精品在线观看| 国产经典欧美精品| 成人午夜av电影| 91玉足脚交白嫩脚丫在线播放| 91麻豆精品在线观看| 欧洲一区在线电影| 精品入口麻豆88视频| 欧美日韩精品综合在线| 欧美精品丝袜中出| 欧美成人video| 国产欧美va欧美不卡在线 | 欧美一区二区三级| 日韩欧美高清dvd碟片| 久久亚洲精华国产精华液| 久久久久亚洲蜜桃| 最新国产の精品合集bt伙计| 亚洲精品成a人| 日韩av网站在线观看| 国产一区二区三区四| 99久久99久久精品免费观看| 欧美日韩不卡一区二区| 久久色成人在线| 一区二区三区四区视频精品免费 | 国产精品成人免费在线| 亚洲一区免费在线观看| 日韩av一区二区三区四区| 成人午夜私人影院| 色菇凉天天综合网| 欧美成人艳星乳罩| 亚洲精品伦理在线| 日韩精品电影一区亚洲| 国产一区二区三区黄视频 | 91福利精品视频| 日韩午夜激情视频| 亚洲色图制服丝袜| 狠狠色丁香婷综合久久| 色婷婷亚洲婷婷| 久久嫩草精品久久久精品一| 亚洲精品国产品国语在线app| 麻豆精品久久久| 色婷婷国产精品| 国产视频911| 奇米亚洲午夜久久精品| 不卡视频免费播放| 欧美电影免费观看高清完整版在| 中文字幕在线视频一区| 久久99国产乱子伦精品免费| 97久久精品人人做人人爽| 久久精品99国产精品| 美女一区二区三区在线观看| proumb性欧美在线观看| 欧美一级欧美一级在线播放| 国产精品久久久久久久第一福利| 午夜电影久久久| 成a人片亚洲日本久久| 欧美成人福利视频| 性做久久久久久| 色欧美乱欧美15图片| 久久久久亚洲蜜桃| 免费在线成人网| 欧美撒尿777hd撒尿| 国产精品久久777777| 国产精品91xxx| 26uuu另类欧美亚洲曰本| 久久精品国产99国产| 欧美精品1区2区3区| 亚洲午夜国产一区99re久久| 97久久精品人人做人人爽50路| 国产精品久久久久久亚洲毛片 | 亚洲成国产人片在线观看| 色一情一伦一子一伦一区| 国产精品福利一区| av不卡在线播放|