?? startanswer.designer.cs
字號(hào):
?namespace Myschool
{
partial class StartAnswer
{
/// <summary>
/// 必需的設(shè)計(jì)器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計(jì)器生成的代碼
/// <summary>
/// 設(shè)計(jì)器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartAnswer));
this.btnAnswercard = new System.Windows.Forms.Button();
this.time = new System.Windows.Forms.Label();
this.txtque = new System.Windows.Forms.TextBox();
this.lblAnswer = new System.Windows.Forms.Label();
this.radA = new System.Windows.Forms.RadioButton();
this.radC = new System.Windows.Forms.RadioButton();
this.radB = new System.Windows.Forms.RadioButton();
this.radD = new System.Windows.Forms.RadioButton();
this.btnnext = new System.Windows.Forms.Button();
this.timercol = new System.Windows.Forms.Timer(this.components);
this.lblQuestion = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnAnswercard
//
this.btnAnswercard.Location = new System.Drawing.Point(204, 6);
this.btnAnswercard.Name = "btnAnswercard";
this.btnAnswercard.Size = new System.Drawing.Size(86, 31);
this.btnAnswercard.TabIndex = 1;
this.btnAnswercard.Text = "答題卡";
this.btnAnswercard.UseVisualStyleBackColor = true;
this.btnAnswercard.Click += new System.EventHandler(this.btnAnswercard_Click);
//
// time
//
this.time.AutoSize = true;
this.time.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.time.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.time.Location = new System.Drawing.Point(343, 17);
this.time.MinimumSize = new System.Drawing.Size(20, 20);
this.time.Name = "time";
this.time.Size = new System.Drawing.Size(84, 20);
this.time.TabIndex = 2;
this.time.Text = "剩余時(shí)間:";
//
// txtque
//
this.txtque.Location = new System.Drawing.Point(48, 62);
this.txtque.Multiline = true;
this.txtque.Name = "txtque";
this.txtque.Size = new System.Drawing.Size(379, 84);
this.txtque.TabIndex = 3;
//
// lblAnswer
//
this.lblAnswer.AutoSize = true;
this.lblAnswer.Location = new System.Drawing.Point(33, 174);
this.lblAnswer.Name = "lblAnswer";
this.lblAnswer.Size = new System.Drawing.Size(29, 12);
this.lblAnswer.TabIndex = 4;
this.lblAnswer.Text = "答案";
//
// radA
//
this.radA.AutoSize = true;
this.radA.Location = new System.Drawing.Point(98, 161);
this.radA.Name = "radA";
this.radA.Size = new System.Drawing.Size(35, 16);
this.radA.TabIndex = 5;
this.radA.TabStop = true;
this.radA.Text = "A:";
this.radA.UseVisualStyleBackColor = true;
//
// radC
//
this.radC.AutoSize = true;
this.radC.Location = new System.Drawing.Point(98, 205);
this.radC.Name = "radC";
this.radC.Size = new System.Drawing.Size(35, 16);
this.radC.TabIndex = 6;
this.radC.TabStop = true;
this.radC.Text = "C:";
this.radC.UseVisualStyleBackColor = true;
//
// radB
//
this.radB.AutoSize = true;
this.radB.Location = new System.Drawing.Point(98, 183);
this.radB.Name = "radB";
this.radB.Size = new System.Drawing.Size(35, 16);
this.radB.TabIndex = 7;
this.radB.TabStop = true;
this.radB.Text = "B:";
this.radB.UseVisualStyleBackColor = true;
//
// radD
//
this.radD.AutoSize = true;
this.radD.Location = new System.Drawing.Point(98, 227);
this.radD.Name = "radD";
this.radD.Size = new System.Drawing.Size(35, 16);
this.radD.TabIndex = 8;
this.radD.TabStop = true;
this.radD.Text = "D:";
this.radD.UseVisualStyleBackColor = true;
//
// btnnext
//
this.btnnext.Location = new System.Drawing.Point(317, 255);
this.btnnext.Name = "btnnext";
this.btnnext.Size = new System.Drawing.Size(110, 26);
this.btnnext.TabIndex = 9;
this.btnnext.Text = "下一題";
this.btnnext.UseVisualStyleBackColor = true;
this.btnnext.Click += new System.EventHandler(this.btnnext_Click_1);
//
// timercol
//
this.timercol.Enabled = true;
this.timercol.Interval = 1000;
this.timercol.Tick += new System.EventHandler(this.timercol_Tick);
//
// lblQuestion
//
this.lblQuestion.AutoSize = true;
this.lblQuestion.Location = new System.Drawing.Point(31, 16);
this.lblQuestion.Name = "lblQuestion";
this.lblQuestion.Size = new System.Drawing.Size(29, 12);
this.lblQuestion.TabIndex = 10;
this.lblQuestion.Text = "問(wèn)題";
//
// StartAnswer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(490, 306);
this.Controls.Add(this.lblQuestion);
this.Controls.Add(this.btnnext);
this.Controls.Add(this.radD);
this.Controls.Add(this.radB);
this.Controls.Add(this.radC);
this.Controls.Add(this.radA);
this.Controls.Add(this.lblAnswer);
this.Controls.Add(this.txtque);
this.Controls.Add(this.time);
this.Controls.Add(this.btnAnswercard);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "StartAnswer";
this.Text = "回答問(wèn)題";
this.Load += new System.EventHandler(this.StartAnswer_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnAnswercard;
private System.Windows.Forms.Label time;
private System.Windows.Forms.TextBox txtque;
private System.Windows.Forms.Label lblAnswer;
private System.Windows.Forms.RadioButton radA;
private System.Windows.Forms.RadioButton radC;
private System.Windows.Forms.RadioButton radB;
private System.Windows.Forms.RadioButton radD;
private System.Windows.Forms.Button btnnext;
private System.Windows.Forms.Timer timercol;
private System.Windows.Forms.Label lblQuestion;
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -