scheduling.designer.cs
来自「java csharp program that ask users a inp」· CS 代码 · 共 496 行 · 第 1/2 页
CS
496 行
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Book Antiqua", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.ForeColor = System.Drawing.Color.White;
this.label10.Location = new System.Drawing.Point(6, 219);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(103, 16);
this.label10.TabIndex = 13;
this.label10.Text = "TIME QUANTUM";
//
// nud
//
this.nud.Location = new System.Drawing.Point(115, 218);
this.nud.Maximum = new decimal(new int[] {
10,
0,
0,
0});
this.nud.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nud.Name = "nud";
this.nud.Size = new System.Drawing.Size(47, 20);
this.nud.TabIndex = 12;
this.nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.nud.Value = new decimal(new int[] {
6,
0,
0,
0});
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Book Antiqua", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.ForeColor = System.Drawing.Color.White;
this.label8.Location = new System.Drawing.Point(707, 5);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(45, 16);
this.label8.TabIndex = 11;
this.label8.Text = "TIMER";
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox1.Location = new System.Drawing.Point(699, 24);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(61, 38);
this.textBox1.TabIndex = 10;
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// 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(652, 89);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(133, 16);
this.label2.TabIndex = 9;
this.label2.Text = "FINISHED PROCESSES";
//
// panel8
//
this.panel8.BackColor = System.Drawing.Color.AliceBlue;
this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel8.Controls.Add(this.lv);
this.panel8.Location = new System.Drawing.Point(604, 108);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(226, 213);
this.panel8.TabIndex = 4;
//
// lv
//
this.lv.Location = new System.Drawing.Point(-2, -2);
this.lv.Name = "lv";
this.lv.Size = new System.Drawing.Size(226, 213);
this.lv.TabIndex = 0;
this.lv.UseCompatibleStateImageBehavior = false;
//
// panel7
//
this.panel7.BackColor = System.Drawing.Color.DarkBlue;
this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel7.Controls.Add(this.label9);
this.panel7.Location = new System.Drawing.Point(417, 159);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(93, 76);
this.panel7.TabIndex = 3;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Book Antiqua", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.ForeColor = System.Drawing.Color.White;
this.label9.Location = new System.Drawing.Point(8, 20);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(73, 32);
this.label9.TabIndex = 2;
this.label9.Text = "CPU";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Location = new System.Drawing.Point(540, 444);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(115, 55);
this.groupBox1.TabIndex = 7;
this.groupBox1.TabStop = false;
//
// button1
//
this.button1.Enabled = false;
this.button1.Location = new System.Drawing.Point(21, 19);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "START";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button5);
this.groupBox2.Controls.Add(this.bOutput);
this.groupBox2.Controls.Add(this.button4);
this.groupBox2.Location = new System.Drawing.Point(540, 518);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(261, 55);
this.groupBox2.TabIndex = 8;
this.groupBox2.TabStop = false;
//
// button5
//
this.button5.Location = new System.Drawing.Point(169, 20);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 4;
this.button5.Text = "CLOSE";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// bOutput
//
this.bOutput.Enabled = false;
this.bOutput.Location = new System.Drawing.Point(88, 20);
this.bOutput.Name = "bOutput";
this.bOutput.Size = new System.Drawing.Size(75, 23);
this.bOutput.TabIndex = 3;
this.bOutput.Text = "OUTPUT";
this.bOutput.UseVisualStyleBackColor = true;
this.bOutput.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(7, 20);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 2;
this.button4.Text = "INPUT";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// panel9
//
this.panel9.Controls.Add(this.rtb);
this.panel9.Location = new System.Drawing.Point(22, 432);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(498, 179);
this.panel9.TabIndex = 12;
//
// saveFileDialog
//
this.saveFileDialog.Filter = "Text Files | *.txt";
//
// openFileDialog
//
this.openFileDialog.Filter = "Text Files | *.txt";
//
// Scheduling
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.MidnightBlue;
this.ClientSize = new System.Drawing.Size(894, 635);
this.Controls.Add(this.panel9);
this.Controls.Add(this.label6);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.panel6);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "Scheduling";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "CPU SCHEDULING";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nud)).EndInit();
this.panel8.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.panel9.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label READ;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.RichTextBox rtb;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button bOutput;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.NumericUpDown nud;
private System.Windows.Forms.TableLayoutPanel tSystem;
private System.Windows.Forms.TableLayoutPanel tBatch;
private System.Windows.Forms.TableLayoutPanel tInteractive;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
private System.Windows.Forms.OpenFileDialog openFileDialog;
private System.Windows.Forms.ListView lv;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?