📄 testform.designer.cs
字号:
this.panel3.Controls.Add(this.radioButton3);
this.panel3.Controls.Add(this.radioButton2);
this.panel3.Controls.Add(this.radioButton1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(100, 120);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(492, 243);
this.panel3.TabIndex = 3;
//
// checkBox4
//
this.checkBox4.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
this.checkBox4.Location = new System.Drawing.Point(8, 155);
this.checkBox4.Name = "checkBox4";
this.checkBox4.Size = new System.Drawing.Size(470, 45);
this.checkBox4.TabIndex = 7;
this.checkBox4.Text = "checkBox4";
this.checkBox4.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.checkBox4.UseVisualStyleBackColor = true;
this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
//
// checkBox3
//
this.checkBox3.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
this.checkBox3.Location = new System.Drawing.Point(8, 105);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(470, 45);
this.checkBox3.TabIndex = 6;
this.checkBox3.Text = "checkBox3";
this.checkBox3.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.checkBox3.UseVisualStyleBackColor = true;
this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
//
// checkBox2
//
this.checkBox2.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
this.checkBox2.Location = new System.Drawing.Point(8, 55);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(470, 45);
this.checkBox2.TabIndex = 5;
this.checkBox2.Text = "checkBox2";
this.checkBox2.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
//
// checkBox1
//
this.checkBox1.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
this.checkBox1.Location = new System.Drawing.Point(8, 5);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(470, 45);
this.checkBox1.TabIndex = 4;
this.checkBox1.Text = "checkBox1";
this.checkBox1.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// radioButton4
//
this.radioButton4.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
this.radioButton4.Location = new System.Drawing.Point(9, 155);
this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(470, 45);
this.radioButton4.TabIndex = 3;
this.radioButton4.TabStop = true;
this.radioButton4.Text = "radioButton4";
this.radioButton4.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.radioButton4.UseVisualStyleBackColor = true;
this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
//
// radioButton3
//
this.radioButton3.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
this.radioButton3.Location = new System.Drawing.Point(8, 105);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(470, 45);
this.radioButton3.TabIndex = 2;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "radioButton3";
this.radioButton3.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.radioButton3.UseVisualStyleBackColor = true;
this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
//
// radioButton2
//
this.radioButton2.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
this.radioButton2.Location = new System.Drawing.Point(8, 55);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(470, 45);
this.radioButton2.TabIndex = 1;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "radioButton2";
this.radioButton2.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// radioButton1
//
this.radioButton1.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
this.radioButton1.Location = new System.Drawing.Point(8, 5);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(470, 45);
this.radioButton1.TabIndex = 0;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "radioButton1";
this.radioButton1.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// TestForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(592, 423);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.listBox1);
this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "TestForm";
this.Text = "上机考试";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TestForm_FormClosing);
this.Load += new System.EventHandler(this.TestForm_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lbQuestion;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.Button btnSubmit;
private System.Windows.Forms.Button btnNext;
private System.Windows.Forms.Button btnPrev;
private System.Windows.Forms.CheckBox checkBox4;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.RadioButton radioButton4;
private System.Windows.Forms.Label lbInfo;
private System.Windows.Forms.TextBox tbTesteeNumber;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -