📄 input.designer.cs
字号:
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()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button2 = new System.Windows.Forms.Button();
this.file = 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.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.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.label5 = 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.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.groupBox1.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.BlueViolet;
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.file);
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(125, 81);
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, 45);
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;
//
// 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(25, 81);
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.DarkViolet;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
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.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(248, 50);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(287, 307);
this.panel1.TabIndex = 1;
//
// textBox30
//
this.textBox30.Location = new System.Drawing.Point(202, 274);
this.textBox30.Name = "textBox30";
this.textBox30.Size = new System.Drawing.Size(55, 20);
this.textBox30.TabIndex = 36;
this.textBox30.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox29
//
this.textBox29.Location = new System.Drawing.Point(202, 248);
this.textBox29.Name = "textBox29";
this.textBox29.Size = new System.Drawing.Size(55, 20);
this.textBox29.TabIndex = 35;
this.textBox29.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox28
//
this.textBox28.Location = new System.Drawing.Point(202, 223);
this.textBox28.Name = "textBox28";
this.textBox28.Size = new System.Drawing.Size(55, 20);
this.textBox28.TabIndex = 34;
this.textBox28.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox27
//
this.textBox27.Location = new System.Drawing.Point(202, 197);
this.textBox27.Name = "textBox27";
this.textBox27.Size = new System.Drawing.Size(55, 20);
this.textBox27.TabIndex = 33;
this.textBox27.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox26
//
this.textBox26.Location = new System.Drawing.Point(202, 171);
this.textBox26.Name = "textBox26";
this.textBox26.Size = new System.Drawing.Size(55, 20);
this.textBox26.TabIndex = 32;
this.textBox26.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox25
//
this.textBox25.Location = new System.Drawing.Point(202, 144);
this.textBox25.Name = "textBox25";
this.textBox25.Size = new System.Drawing.Size(55, 20);
this.textBox25.TabIndex = 31;
this.textBox25.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox24
//
this.textBox24.Location = new System.Drawing.Point(202, 118);
this.textBox24.Name = "textBox24";
this.textBox24.Size = new System.Drawing.Size(55, 20);
this.textBox24.TabIndex = 30;
this.textBox24.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox23
//
this.textBox23.Location = new System.Drawing.Point(202, 92);
this.textBox23.Name = "textBox23";
this.textBox23.Size = new System.Drawing.Size(55, 20);
this.textBox23.TabIndex = 29;
this.textBox23.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox22
//
this.textBox22.Location = new System.Drawing.Point(202, 66);
this.textBox22.Name = "textBox22";
this.textBox22.Size = new System.Drawing.Size(55, 20);
this.textBox22.TabIndex = 28;
this.textBox22.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox21
//
this.textBox21.Location = new System.Drawing.Point(202, 40);
this.textBox21.Name = "textBox21";
this.textBox21.Size = new System.Drawing.Size(55, 20);
this.textBox21.TabIndex = 27;
this.textBox21.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox20
//
this.textBox20.Location = new System.Drawing.Point(114, 274);
this.textBox20.Name = "textBox20";
this.textBox20.Size = new System.Drawing.Size(55, 20);
this.textBox20.TabIndex = 26;
this.textBox20.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox19
//
this.textBox19.Location = new System.Drawing.Point(114, 249);
this.textBox19.Name = "textBox19";
this.textBox19.Size = new System.Drawing.Size(55, 20);
this.textBox19.TabIndex = 25;
this.textBox19.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox18
//
this.textBox18.Location = new System.Drawing.Point(114, 223);
this.textBox18.Name = "textBox18";
this.textBox18.Size = new System.Drawing.Size(55, 20);
this.textBox18.TabIndex = 24;
this.textBox18.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox17
//
this.textBox17.Location = new System.Drawing.Point(114, 197);
this.textBox17.Name = "textBox17";
this.textBox17.Size = new System.Drawing.Size(55, 20);
this.textBox17.TabIndex = 23;
this.textBox17.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox16
//
this.textBox16.Location = new System.Drawing.Point(114, 171);
this.textBox16.Name = "textBox16";
this.textBox16.Size = new System.Drawing.Size(55, 20);
this.textBox16.TabIndex = 22;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -