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

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

?? input.designer.cs

?? java csharp program that ask users a input(process arrival time, burst time and priority)
?? CS
?? 第 1 頁 / 共 3 頁
字號:
            // 
            this.textBox3.Location = new System.Drawing.Point(24, 92);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(55, 20);
            this.textBox3.TabIndex = 9;
            this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(24, 66);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(55, 20);
            this.textBox2.TabIndex = 8;
            this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Book Antiqua", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.ForeColor = System.Drawing.Color.White;
            this.label4.Location = new System.Drawing.Point(300, 14);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(36, 16);
            this.label4.TabIndex = 4;
            this.label4.Text = "TYPE";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Book Antiqua", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.White;
            this.label3.Location = new System.Drawing.Point(193, 14);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(78, 16);
            this.label3.TabIndex = 3;
            this.label3.Text = "BURST TIME";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Book Antiqua", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.Color.White;
            this.label2.Location = new System.Drawing.Point(94, 14);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(94, 16);
            this.label2.TabIndex = 2;
            this.label2.Text = "ARRIVAL TIME";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(24, 40);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(55, 20);
            this.textBox1.TabIndex = 7;
            this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Book Antiqua", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(21, 14);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(61, 16);
            this.label1.TabIndex = 0;
            this.label1.Text = "PROCESS";
            // 
            // richTextBox1
            // 
            this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox1.Location = new System.Drawing.Point(0, 0);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.Size = new System.Drawing.Size(188, 233);
            this.richTextBox1.TabIndex = 0;
            this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("Book Antiqua", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.ForeColor = System.Drawing.Color.White;
            this.label5.Location = new System.Drawing.Point(282, 9);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(69, 22);
            this.label5.TabIndex = 2;
            this.label5.Text = "INPUT";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Book Antiqua", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.ForeColor = System.Drawing.Color.White;
            this.label6.Location = new System.Drawing.Point(12, 215);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(61, 15);
            this.label6.TabIndex = 3;
            this.label6.Text = "Instruction";
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.MidnightBlue;
            this.panel2.Controls.Add(this.button5);
            this.panel2.Controls.Add(this.button4);
            this.panel2.Controls.Add(this.button3);
            this.panel2.Location = new System.Drawing.Point(209, 398);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(360, 48);
            this.panel2.TabIndex = 4;
            // 
            // button5
            // 
            this.button5.Enabled = false;
            this.button5.Font = new System.Drawing.Font("Bookman Old Style", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button5.Location = new System.Drawing.Point(9, 11);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 23);
            this.button5.TabIndex = 47;
            this.button5.Text = "SAVE";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button4
            // 
            this.button4.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.button4.Font = new System.Drawing.Font("Bookman Old Style", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button4.Location = new System.Drawing.Point(279, 11);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 49;
            this.button4.Text = "CANCEL";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button3
            // 
            this.button3.Enabled = false;
            this.button3.Font = new System.Drawing.Font("Bookman Old Style", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button3.Location = new System.Drawing.Point(198, 11);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 48;
            this.button3.Text = "OK";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // panel3
            // 
            this.panel3.BackColor = System.Drawing.Color.DarkSlateBlue;
            this.panel3.Controls.Add(this.richTextBox1);
            this.panel3.Location = new System.Drawing.Point(12, 236);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(188, 233);
            this.panel3.TabIndex = 5;
            // 
            // saveFileDialog1
            // 
            this.saveFileDialog1.DefaultExt = "txt";
            this.saveFileDialog1.Filter = "Text Files | *.txt";
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.DefaultExt = "txt";
            this.openFileDialog1.Filter = "Text Files | *.txt";
            // 
            // Input
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.MidnightBlue;
            this.CancelButton = this.button4;
            this.ClientSize = new System.Drawing.Size(594, 493);
            this.Controls.Add(this.panel3);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "Input";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "INPUT";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.RadioButton file;
        private System.Windows.Forms.RadioButton random;
        private System.Windows.Forms.RadioButton keyboard;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.RichTextBox richTextBox1;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.TextBox textBox33;
        private System.Windows.Forms.TextBox textBox32;
        private System.Windows.Forms.TextBox textBox31;
        private System.Windows.Forms.TextBox textBox30;
        private System.Windows.Forms.TextBox textBox29;
        private System.Windows.Forms.TextBox textBox28;
        private System.Windows.Forms.TextBox textBox27;
        private System.Windows.Forms.TextBox textBox26;
        private System.Windows.Forms.TextBox textBox25;
        private System.Windows.Forms.TextBox textBox24;
        private System.Windows.Forms.TextBox textBox23;
        private System.Windows.Forms.TextBox textBox22;
        private System.Windows.Forms.TextBox textBox21;
        private System.Windows.Forms.TextBox textBox20;
        private System.Windows.Forms.TextBox textBox19;
        private System.Windows.Forms.TextBox textBox18;
        private System.Windows.Forms.TextBox textBox17;
        private System.Windows.Forms.TextBox textBox16;
        private System.Windows.Forms.TextBox textBox15;
        private System.Windows.Forms.TextBox textBox14;
        private System.Windows.Forms.TextBox textBox13;
        private System.Windows.Forms.TextBox textBox12;
        private System.Windows.Forms.TextBox textBox11;
        private System.Windows.Forms.TextBox textBox10;
        private System.Windows.Forms.TextBox textBox9;
        private System.Windows.Forms.TextBox textBox8;
        private System.Windows.Forms.TextBox textBox7;
        private System.Windows.Forms.TextBox textBox6;
        private System.Windows.Forms.TextBox textBox5;
        private System.Windows.Forms.TextBox textBox4;
        private System.Windows.Forms.TextBox textBox3;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox textBox40;
        private System.Windows.Forms.TextBox textBox39;
        private System.Windows.Forms.TextBox textBox38;
        private System.Windows.Forms.TextBox textBox37;
        private System.Windows.Forms.TextBox textBox36;
        private System.Windows.Forms.TextBox textBox35;
        private System.Windows.Forms.TextBox textBox34;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.SaveFileDialog saveFileDialog1;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
午夜精品免费在线| 一区二区激情视频| 欧美一卡二卡三卡四卡| 欧美亚洲一区二区三区四区| 91麻豆精品秘密| 在线亚洲一区二区| 欧美在线综合视频| 欧美精品少妇一区二区三区| 欧美日韩国产美| 欧美一区二区三区免费大片 | 久久精品国产秦先生| 日韩黄色一级片| 麻豆91在线观看| 国产一区激情在线| aa级大片欧美| 欧美日本免费一区二区三区| 欧美一级一级性生活免费录像| 日韩精品中文字幕一区二区三区| 欧美精品一区二区在线播放| 国产欧美日韩视频在线观看| 国产精品国产自产拍高清av | 正在播放一区二区| 精品国产凹凸成av人导航| 久久久久久影视| 自拍视频在线观看一区二区| 亚洲一区在线看| 日本不卡视频在线| 粉嫩欧美一区二区三区高清影视| av激情综合网| 欧美人牲a欧美精品| 久久免费电影网| 亚洲精品ww久久久久久p站| 青椒成人免费视频| 丁香天五香天堂综合| 欧美综合久久久| 精品国产乱码久久久久久老虎 | 欧美无砖砖区免费| 欧美成人伊人久久综合网| 国产欧美日本一区二区三区| 亚洲综合一二三区| 国产剧情av麻豆香蕉精品| 色丁香久综合在线久综合在线观看| 正在播放亚洲一区| 亚洲图片你懂的| 国产九色精品成人porny| 日韩视频不卡中文| 国内外精品视频| 国产视频一区不卡| 婷婷夜色潮精品综合在线| 国产激情视频一区二区三区欧美| 欧美在线视频你懂得| 久久这里都是精品| 午夜国产精品一区| 91在线精品秘密一区二区| 亚洲精品一区二区三区在线观看| 亚洲精品日日夜夜| 国产69精品久久777的优势| 欧美精品丝袜久久久中文字幕| 中文字幕一区二区不卡| 国内精品久久久久影院一蜜桃| 在线观看国产91| 一色桃子久久精品亚洲| 国产精品一区二区不卡| 日韩欧美中文字幕公布| 性感美女久久精品| 欧美色图12p| 亚洲一级二级三级| 色悠久久久久综合欧美99| 国产精品天天看| 国产精品 日产精品 欧美精品| 欧美一卡2卡三卡4卡5免费| 午夜影院在线观看欧美| 91福利社在线观看| 亚洲蜜臀av乱码久久精品| a4yy欧美一区二区三区| 中文字幕久久午夜不卡| 国产69精品久久久久毛片 | 91麻豆精品91久久久久久清纯| 亚洲一区二区欧美日韩| 在线视频你懂得一区| 亚洲一区二区三区美女| 欧美日韩午夜精品| 午夜伦理一区二区| 91 com成人网| 蜜臀91精品一区二区三区| 日韩精品一区二区三区蜜臀| 久久99精品国产麻豆婷婷洗澡| 精品女同一区二区| 国产精品123区| 一区在线播放视频| 欧美中文字幕久久| 午夜欧美电影在线观看| 欧美一卡2卡三卡4卡5免费| 久久99精品国产.久久久久| 久久综合视频网| 国产91富婆露脸刺激对白| 亚洲欧洲在线观看av| 色欧美日韩亚洲| 男人的天堂久久精品| 久久久久99精品一区| 99这里只有精品| 日韩精品三区四区| 久久蜜臀中文字幕| 日本高清视频一区二区| 奇米亚洲午夜久久精品| 国产日韩欧美综合一区| 99久久777色| 免费成人av在线播放| 国产精品美女久久久久aⅴ | 日韩一级高清毛片| 懂色av一区二区三区免费观看| 亚洲一区二区视频在线| 欧美大胆人体bbbb| 91麻豆国产精品久久| 日本人妖一区二区| 中文字幕一区三区| 欧美大黄免费观看| 色av综合在线| 国产一区视频网站| 偷拍与自拍一区| 国产精品电影一区二区三区| 69堂成人精品免费视频| 成人免费视频caoporn| 美女在线一区二区| 一区二区三区在线观看欧美| 久久久蜜桃精品| 欧美一二三在线| 欧美午夜精品久久久| 国产成人av一区二区| 免费人成黄页网站在线一区二区| 亚洲日韩欧美一区二区在线| 精品少妇一区二区三区在线播放| 色婷婷久久久亚洲一区二区三区| 精品一区二区日韩| 日韩电影免费一区| 亚洲黄色av一区| 国产精品网友自拍| 亚洲精品一区二区三区影院| 欧美精品乱码久久久久久| 一本色道久久综合亚洲aⅴ蜜桃| 国产夫妻精品视频| 激情另类小说区图片区视频区| 肉色丝袜一区二区| 亚洲成人动漫在线免费观看| 亚洲欧美激情视频在线观看一区二区三区| 欧美精品一区二区在线播放| 日韩一区二区三区在线| 欧美精品乱码久久久久久| 91黄视频在线| 欧美在线一区二区三区| 色婷婷一区二区| 色老汉一区二区三区| 91一区二区三区在线播放| 99久久免费视频.com| 99久久免费精品高清特色大片| 白白色 亚洲乱淫| 91在线播放网址| 在线视频一区二区三区| 欧美私人免费视频| 欧美日韩在线不卡| 欧美一区二区在线视频| 国产精品美女一区二区| 欧美激情艳妇裸体舞| 国产精品久久久久久久久久免费看| 中文字幕中文字幕一区| 亚洲少妇30p| 亚洲成av人片一区二区梦乃| 婷婷六月综合亚洲| 国产一区二区三区四区五区入口| 国产呦萝稀缺另类资源| 成人性生交大片| 欧美吻胸吃奶大尺度电影| 日韩一区二区三区观看| ww久久中文字幕| 国产精品第四页| 午夜精品福利视频网站| 免播放器亚洲一区| 国产成人av资源| 在线亚洲人成电影网站色www| 欧美日韩免费一区二区三区视频| 日韩一级黄色片| 国产精品少妇自拍| 天堂影院一区二区| 国产裸体歌舞团一区二区| 99久久国产免费看| 欧美精品国产精品| 欧美经典三级视频一区二区三区| 亚洲免费电影在线| 紧缚奴在线一区二区三区| 91老师片黄在线观看| 日韩一区二区麻豆国产| 中文字幕一区三区| 免费不卡在线视频| 色综合天天综合网国产成人综合天| 欧美男生操女生| ...中文天堂在线一区| 久久精品av麻豆的观看方式| 色av成人天堂桃色av| 久久综合狠狠综合| 成人av午夜电影|