📄 randtestform.designer.cs
字号:
namespace CTestApp
{
partial class RandTestForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panel3 = new System.Windows.Forms.Panel();
this.checkBox4 = new System.Windows.Forms.CheckBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.panel2 = new System.Windows.Forms.Panel();
this.lbQuestion = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.btnGen = new System.Windows.Forms.Button();
this.lbAnswer = new System.Windows.Forms.Label();
this.btnSubmit = new System.Windows.Forms.Button();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel3.Controls.Add(this.checkBox4);
this.panel3.Controls.Add(this.checkBox3);
this.panel3.Controls.Add(this.checkBox2);
this.panel3.Controls.Add(this.checkBox1);
this.panel3.Controls.Add(this.radioButton4);
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(0, 120);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(472, 213);
this.panel3.TabIndex = 6;
//
// 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(460, 45);
this.checkBox4.TabIndex = 7;
this.checkBox4.Text = "checkBox4";
this.checkBox4.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.checkBox4.UseVisualStyleBackColor = true;
//
// 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(460, 45);
this.checkBox3.TabIndex = 6;
this.checkBox3.Text = "checkBox3";
this.checkBox3.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.checkBox3.UseVisualStyleBackColor = true;
//
// 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(460, 45);
this.checkBox2.TabIndex = 5;
this.checkBox2.Text = "checkBox2";
this.checkBox2.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.checkBox2.UseVisualStyleBackColor = true;
//
// 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(460, 45);
this.checkBox1.TabIndex = 4;
this.checkBox1.Text = "checkBox1";
this.checkBox1.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.checkBox1.UseVisualStyleBackColor = true;
//
// 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(460, 45);
this.radioButton4.TabIndex = 3;
this.radioButton4.TabStop = true;
this.radioButton4.Text = "radioButton4";
this.radioButton4.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.radioButton4.UseVisualStyleBackColor = true;
//
// 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(460, 45);
this.radioButton3.TabIndex = 2;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "radioButton3";
this.radioButton3.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.radioButton3.UseVisualStyleBackColor = true;
//
// 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(460, 45);
this.radioButton2.TabIndex = 1;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "radioButton2";
this.radioButton2.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.radioButton2.UseVisualStyleBackColor = true;
//
// 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(460, 45);
this.radioButton1.TabIndex = 0;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "radioButton1";
this.radioButton1.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.radioButton1.UseVisualStyleBackColor = true;
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.lbQuestion);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(472, 120);
this.panel2.TabIndex = 5;
//
// lbQuestion
//
this.lbQuestion.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbQuestion.Location = new System.Drawing.Point(0, 0);
this.lbQuestion.Name = "lbQuestion";
this.lbQuestion.Size = new System.Drawing.Size(470, 118);
this.lbQuestion.TabIndex = 0;
this.lbQuestion.Text = "lbQuestion";
//
// panel1
//
this.panel1.Controls.Add(this.btnGen);
this.panel1.Controls.Add(this.lbAnswer);
this.panel1.Controls.Add(this.btnSubmit);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 333);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(472, 40);
this.panel1.TabIndex = 4;
//
// btnGen
//
this.btnGen.Location = new System.Drawing.Point(10, 9);
this.btnGen.Name = "btnGen";
this.btnGen.Size = new System.Drawing.Size(75, 23);
this.btnGen.TabIndex = 4;
this.btnGen.Text = "生成新题";
this.btnGen.UseVisualStyleBackColor = true;
this.btnGen.Click += new System.EventHandler(this.btnGen_Click);
//
// lbAnswer
//
this.lbAnswer.AutoSize = true;
this.lbAnswer.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbAnswer.ForeColor = System.Drawing.Color.Green;
this.lbAnswer.Location = new System.Drawing.Point(180, 13);
this.lbAnswer.Name = "lbAnswer";
this.lbAnswer.Size = new System.Drawing.Size(71, 14);
this.lbAnswer.TabIndex = 3;
this.lbAnswer.Text = "lbAnswer";
this.lbAnswer.Visible = false;
//
// btnSubmit
//
this.btnSubmit.Location = new System.Drawing.Point(100, 9);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(75, 23);
this.btnSubmit.TabIndex = 2;
this.btnSubmit.Text = "解答";
this.btnSubmit.UseVisualStyleBackColor = true;
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
//
// RandTestForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(472, 373);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "RandTestForm";
this.Text = "随机测试";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RandTestForm_FormClosing);
this.Load += new System.EventHandler(this.RandTestForm_Load);
this.panel3.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel3;
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.RadioButton radioButton3;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lbQuestion;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnSubmit;
private System.Windows.Forms.Label lbAnswer;
private System.Windows.Forms.Button btnGen;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -