📄 testform.designer.cs
字号:
namespace CTestApp
{
partial class TestForm
{
/// <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.listBox1 = new System.Windows.Forms.ListBox();
this.panel1 = new System.Windows.Forms.Panel();
this.tbTesteeNumber = new System.Windows.Forms.TextBox();
this.lbInfo = new System.Windows.Forms.Label();
this.btnSubmit = new System.Windows.Forms.Button();
this.btnNext = new System.Windows.Forms.Button();
this.btnPrev = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.lbQuestion = new System.Windows.Forms.Label();
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.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// listBox1
//
this.listBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 14;
this.listBox1.Location = new System.Drawing.Point(0, 0);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(100, 410);
this.listBox1.TabIndex = 0;
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
//
// panel1
//
this.panel1.Controls.Add(this.tbTesteeNumber);
this.panel1.Controls.Add(this.lbInfo);
this.panel1.Controls.Add(this.btnSubmit);
this.panel1.Controls.Add(this.btnNext);
this.panel1.Controls.Add(this.btnPrev);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(100, 363);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(492, 60);
this.panel1.TabIndex = 1;
//
// tbTesteeNumber
//
this.tbTesteeNumber.ForeColor = System.Drawing.Color.Red;
this.tbTesteeNumber.Location = new System.Drawing.Point(369, 24);
this.tbTesteeNumber.MaxLength = 5;
this.tbTesteeNumber.Name = "tbTesteeNumber";
this.tbTesteeNumber.Size = new System.Drawing.Size(50, 23);
this.tbTesteeNumber.TabIndex = 4;
this.tbTesteeNumber.Text = "00001";
//
// lbInfo
//
this.lbInfo.AutoSize = true;
this.lbInfo.ForeColor = System.Drawing.Color.Red;
this.lbInfo.Location = new System.Drawing.Point(308, 27);
this.lbInfo.Name = "lbInfo";
this.lbInfo.Size = new System.Drawing.Size(42, 14);
this.lbInfo.TabIndex = 3;
this.lbInfo.Text = "考号:";
//
// btnSubmit
//
this.btnSubmit.Location = new System.Drawing.Point(210, 23);
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);
//
// btnNext
//
this.btnNext.Location = new System.Drawing.Point(110, 23);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(75, 23);
this.btnNext.TabIndex = 1;
this.btnNext.Text = "下一题";
this.btnNext.UseVisualStyleBackColor = true;
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// btnPrev
//
this.btnPrev.Location = new System.Drawing.Point(10, 23);
this.btnPrev.Name = "btnPrev";
this.btnPrev.Size = new System.Drawing.Size(75, 23);
this.btnPrev.TabIndex = 0;
this.btnPrev.Text = "上一题";
this.btnPrev.UseVisualStyleBackColor = true;
this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
//
// 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(100, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(492, 120);
this.panel2.TabIndex = 2;
//
// 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(490, 118);
this.lbQuestion.TabIndex = 0;
this.lbQuestion.Text = "lbQuestion";
//
// 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);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -