⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 startanswer.designer.cs

📁 一个简单的考生答题系统
💻 CS
字号:
namespace Myschool
{
    partial class StartAnswer
    {
        /// <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.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 = "剩余时间:";
            // 
            // 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 = "问题";
            // 
            // 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 = "回答问题";
            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;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -