📄 form4.designer.cs
字号:
//
this.button1.Location = new System.Drawing.Point(86, 314);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(90, 23);
this.button1.TabIndex = 47;
this.button1.Text = "运行";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(92, 55);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 12);
this.label3.TabIndex = 37;
this.label3.Text = "进入系统的时间";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(21, 55);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 36;
this.label2.Text = "序号";
//
// 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(22, 270);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(259, 28);
this.panel7.TabIndex = 46;
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;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(217, 55);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 38;
this.label4.Text = "运行时间";
//
// 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(187, 16);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(54, 20);
this.comboBox1.TabIndex = 35;
this.comboBox1.Text = "0";
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(31, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(161, 12);
this.label1.TabIndex = 34;
this.label1.Text = "请选择要输入的进程的个数:";
//
// 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;
//
// 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;
//
// 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(24, 204);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(257, 27);
this.panel5.TabIndex = 44;
this.panel5.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;
//
// 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(24, 237);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(257, 27);
this.panel6.TabIndex = 45;
this.panel6.Visible = false;
//
// Form4
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(597, 352);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.panel4);
this.Controls.Add(this.button1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.panel7);
this.Controls.Add(this.label4);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.panel5);
this.Controls.Add(this.panel6);
this.Name = "Form4";
this.Text = "Form4";
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.TextBox textBox9;
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 panel1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox17;
private System.Windows.Forms.TextBox textBox14;
private System.Windows.Forms.TextBox textBox16;
private System.Windows.Forms.TextBox textBox13;
private System.Windows.Forms.TextBox textBox12;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
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.Label label4;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox19;
private System.Windows.Forms.TextBox textBox18;
private System.Windows.Forms.TextBox textBox15;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.TextBox textBox20;
private System.Windows.Forms.Panel panel6;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -