📄 form2.designer.cs
字号:
// textBox14
//
this.textBox14.Location = new System.Drawing.Point(189, 4);
this.textBox14.Name = "textBox14";
this.textBox14.Size = new System.Drawing.Size(53, 21);
this.textBox14.TabIndex = 3;
//
// textBox13
//
this.textBox13.Location = new System.Drawing.Point(71, 4);
this.textBox13.Name = "textBox13";
this.textBox13.Size = new System.Drawing.Size(64, 21);
this.textBox13.TabIndex = 2;
//
// textBox12
//
this.textBox12.Location = new System.Drawing.Point(4, 4);
this.textBox12.Name = "textBox12";
this.textBox12.Size = new System.Drawing.Size(20, 21);
this.textBox12.TabIndex = 1;
//
// panel5
//
this.panel5.Controls.Add(this.textBox17);
this.panel5.Controls.Add(this.textBox16);
this.panel5.Controls.Add(this.textBox15);
this.panel5.Location = new System.Drawing.Point(14, 216);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(257, 27);
this.panel5.TabIndex = 15;
this.panel5.Visible = false;
//
// textBox17
//
this.textBox17.Location = new System.Drawing.Point(190, 3);
this.textBox17.Name = "textBox17";
this.textBox17.Size = new System.Drawing.Size(51, 21);
this.textBox17.TabIndex = 3;
//
// textBox16
//
this.textBox16.Location = new System.Drawing.Point(70, 0);
this.textBox16.Name = "textBox16";
this.textBox16.Size = new System.Drawing.Size(64, 21);
this.textBox16.TabIndex = 2;
//
// textBox15
//
this.textBox15.Location = new System.Drawing.Point(3, 0);
this.textBox15.Name = "textBox15";
this.textBox15.Size = new System.Drawing.Size(20, 21);
this.textBox15.TabIndex = 1;
//
// panel6
//
this.panel6.Controls.Add(this.textBox20);
this.panel6.Controls.Add(this.textBox19);
this.panel6.Controls.Add(this.textBox18);
this.panel6.Location = new System.Drawing.Point(14, 249);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(257, 27);
this.panel6.TabIndex = 16;
this.panel6.Visible = false;
//
// textBox20
//
this.textBox20.Location = new System.Drawing.Point(188, 3);
this.textBox20.Name = "textBox20";
this.textBox20.Size = new System.Drawing.Size(53, 21);
this.textBox20.TabIndex = 3;
//
// textBox19
//
this.textBox19.Location = new System.Drawing.Point(70, 3);
this.textBox19.Name = "textBox19";
this.textBox19.Size = new System.Drawing.Size(64, 21);
this.textBox19.TabIndex = 2;
//
// textBox18
//
this.textBox18.Location = new System.Drawing.Point(3, 3);
this.textBox18.Name = "textBox18";
this.textBox18.Size = new System.Drawing.Size(20, 21);
this.textBox18.TabIndex = 1;
//
// panel7
//
this.panel7.Controls.Add(this.textBox23);
this.panel7.Controls.Add(this.textBox22);
this.panel7.Controls.Add(this.textBox21);
this.panel7.Location = new System.Drawing.Point(12, 282);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(259, 28);
this.panel7.TabIndex = 17;
this.panel7.Visible = false;
//
// textBox23
//
this.textBox23.Location = new System.Drawing.Point(192, 4);
this.textBox23.Name = "textBox23";
this.textBox23.Size = new System.Drawing.Size(51, 21);
this.textBox23.TabIndex = 3;
//
// textBox22
//
this.textBox22.Location = new System.Drawing.Point(72, 0);
this.textBox22.Name = "textBox22";
this.textBox22.Size = new System.Drawing.Size(64, 21);
this.textBox22.TabIndex = 2;
//
// textBox21
//
this.textBox21.Location = new System.Drawing.Point(3, 0);
this.textBox21.Name = "textBox21";
this.textBox21.Size = new System.Drawing.Size(22, 21);
this.textBox21.TabIndex = 1;
//
// button1
//
this.button1.Location = new System.Drawing.Point(76, 326);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(90, 23);
this.button1.TabIndex = 18;
this.button1.Text = "运行";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// comboBox1
//
this.comboBox1.DisplayMember = "0";
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7"});
this.comboBox1.Location = new System.Drawing.Point(161, 14);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(54, 20);
this.comboBox1.TabIndex = 19;
this.comboBox1.Text = "0";
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(611, 361);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.panel7);
this.Controls.Add(this.panel6);
this.Controls.Add(this.panel5);
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.Name = "Form2";
this.Text = "先来先服务(FCFS)";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.TextBox textBox14;
private System.Windows.Forms.TextBox textBox13;
private System.Windows.Forms.TextBox textBox12;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.TextBox textBox17;
private System.Windows.Forms.TextBox textBox16;
private System.Windows.Forms.TextBox textBox15;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.TextBox textBox20;
private System.Windows.Forms.TextBox textBox19;
private System.Windows.Forms.TextBox textBox18;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.TextBox textBox23;
private System.Windows.Forms.TextBox textBox22;
private System.Windows.Forms.TextBox textBox21;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ComboBox comboBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -