亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
欧美国产激情二区三区 | 精品人伦一区二区色婷婷| 99久久夜色精品国产网站| 国产成人综合在线| 久久精品国产精品亚洲精品 | 国产麻豆精品在线观看| 精品中文字幕一区二区小辣椒| 亚洲无线码一区二区三区| 亚洲永久免费av| 亚洲成人免费视| 亚洲自拍偷拍综合| 亚洲chinese男男1069| 日韩精品一级二级| 免费在线看一区| 久久99精品久久久久久国产越南| 久色婷婷小香蕉久久| 麻豆视频观看网址久久| 国产一区二三区| 风间由美性色一区二区三区| av高清不卡在线| 91国产成人在线| 日韩欧美在线1卡| 久久亚洲一级片| 国产精品女同一区二区三区| 中文字幕五月欧美| 亚洲6080在线| 经典三级在线一区| 波多野结衣亚洲一区| 欧美在线免费播放| 日韩一级完整毛片| 国产精品福利在线播放| 亚洲国产成人av网| 国产一区二区伦理| 色婷婷激情一区二区三区| 在线播放视频一区| 欧美国产精品一区二区| 亚洲男人的天堂av| 日韩二区三区四区| 国产成人精品午夜视频免费| 欧美专区在线观看一区| 欧美成人一区二区三区| 中文字幕日本不卡| 捆绑变态av一区二区三区| 99久久99久久精品国产片果冻| 欧美情侣在线播放| 国产精品水嫩水嫩| 丝袜亚洲另类欧美| 91在线高清观看| 91精品在线观看入口| 国产精品麻豆欧美日韩ww| 美女一区二区在线观看| 一本大道av伊人久久综合| 日韩欧美一二区| 亚洲在线中文字幕| 欧美性猛交xxxx黑人交| 久久精品一区二区三区不卡牛牛| 亚洲一本大道在线| 一本大道久久a久久精品综合| 日韩欧美国产一区二区在线播放| 一区二区三区日韩欧美精品| 国产99久久久久久免费看农村| 在线不卡a资源高清| 一区二区三区四区激情| 国产99久久久国产精品潘金网站| 日韩一区国产二区欧美三区| 亚洲综合图片区| 91蜜桃婷婷狠狠久久综合9色| 2020国产精品自拍| 九色porny丨国产精品| 欧美日韩精品一区视频| 亚洲午夜精品一区二区三区他趣| 99久久亚洲一区二区三区青草 | 91福利在线看| 亚洲天堂精品视频| www.成人在线| 亚洲欧洲无码一区二区三区| 国产成人亚洲综合a∨猫咪| 日韩视频一区二区在线观看| 日韩黄色一级片| 欧美另类z0zxhd电影| 日韩精品一级二级| 欧美一区二区三区在线观看视频| 日韩在线a电影| 欧美一二三区精品| 久久99国产精品免费| 欧美精品一区二区三区很污很色的 | 国产精品亲子伦对白| 成人avav在线| 亚洲少妇最新在线视频| 91美女精品福利| 一区二区欧美精品| 欧美日韩大陆一区二区| 日韩电影网1区2区| 欧美成人精品1314www| 麻豆91免费观看| 国产欧美精品在线观看| 91捆绑美女网站| 日韩国产精品大片| 精品久久国产老人久久综合| 国产成人亚洲精品青草天美| 最新日韩av在线| 欧美剧在线免费观看网站| 免费久久99精品国产| 国产精品美女一区二区三区| 欧美日韩精品一区二区三区| 韩国中文字幕2020精品| 18成人在线视频| 日韩欧美电影一区| 成人黄色网址在线观看| 日韩av电影天堂| 国产精品久久久久永久免费观看| 欧美日免费三级在线| 国产精品系列在线观看| 夜夜爽夜夜爽精品视频| 亚洲精品在线一区二区| 欧洲在线/亚洲| 欧美午夜精品电影| 久久66热re国产| 一二三区精品视频| 国产日韩欧美在线一区| 宅男在线国产精品| 99re热视频精品| 国产一区999| 青青草97国产精品免费观看| 国产精品久久三区| 精品久久一区二区| 欧美日韩一本到| 国产精品一区二区三区99| 日本欧美大码aⅴ在线播放| 亚洲女子a中天字幕| 亚洲国产精品av| 久久亚洲捆绑美女| 91精品久久久久久久久99蜜臂| 色哟哟国产精品| 91香蕉国产在线观看软件| 国产一区久久久| 美女mm1313爽爽久久久蜜臀| 亚洲一区中文在线| 亚洲女人小视频在线观看| 国产日产欧美一区| 国产日韩欧美一区二区三区综合| 制服丝袜成人动漫| 欧美日本一区二区三区四区| 色94色欧美sute亚洲13| eeuss影院一区二区三区| 国产精品自在欧美一区| 老司机免费视频一区二区三区| 亚洲午夜久久久久中文字幕久| 亚洲视频在线观看一区| 国产精品乱码一区二区三区软件| 国产欧美一区二区在线| 国产偷国产偷亚洲高清人白洁| 精品国产免费人成电影在线观看四季 | 亚洲人成在线观看一区二区| 欧美国产日韩精品免费观看| 中文字幕精品—区二区四季| 国产欧美视频一区二区| 国产精品久久久久久久久免费樱桃| 久久一二三国产| 国产欧美一区二区精品久导航| 亚洲国产精品成人综合| 国产精品麻豆久久久| 亚洲欧洲日韩一区二区三区| 亚洲免费在线观看视频| 一区二区三区在线视频播放| 亚洲永久精品大片| 蜜臀精品久久久久久蜜臀| 免费精品视频在线| 精品一区精品二区高清| 国产成人亚洲精品青草天美| 风间由美性色一区二区三区| 99久久婷婷国产精品综合| 91久久精品一区二区三区| 欧美日韩免费在线视频| 日韩午夜在线播放| 久久久不卡网国产精品一区| 国产精品护士白丝一区av| 亚洲成人在线观看视频| 国产综合色精品一区二区三区| 高清日韩电视剧大全免费| 色一区在线观看| 日韩欧美不卡在线观看视频| 久久精品一区二区| 亚洲国产sm捆绑调教视频| 国产在线精品一区二区三区不卡| 成人av资源在线观看| 51精品秘密在线观看| 国产精品久久久久久久久免费樱桃| 亚洲va欧美va天堂v国产综合| 国产美女精品一区二区三区| 一本一道波多野结衣一区二区| 欧美亚洲国产一区二区三区va| 精品捆绑美女sm三区| 一区二区在线观看不卡| 精品一区二区在线看| 色婷婷综合中文久久一本| 久久看人人爽人人| 日日骚欧美日韩| 91在线观看成人| 久久美女艺术照精彩视频福利播放|