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

📄 answercard.designer.cs

📁 一个简单的考生答题系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Myschool
{
    partial class AnswerCard
    {
        /// <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(AnswerCard));
            this.lbltime = new System.Windows.Forms.Label();
            this.timertimes = new System.Windows.Forms.Timer(this.components);
            this.btn1 = new System.Windows.Forms.Button();
            this.btn2 = new System.Windows.Forms.Button();
            this.btn3 = new System.Windows.Forms.Button();
            this.btn4 = new System.Windows.Forms.Button();
            this.btn5 = new System.Windows.Forms.Button();
            this.btn10 = new System.Windows.Forms.Button();
            this.btn9 = new System.Windows.Forms.Button();
            this.btn8 = new System.Windows.Forms.Button();
            this.btn7 = new System.Windows.Forms.Button();
            this.btn6 = new System.Windows.Forms.Button();
            this.btn15 = new System.Windows.Forms.Button();
            this.btn14 = new System.Windows.Forms.Button();
            this.btn13 = new System.Windows.Forms.Button();
            this.btn12 = new System.Windows.Forms.Button();
            this.btn11 = new System.Windows.Forms.Button();
            this.btn20 = new System.Windows.Forms.Button();
            this.btn19 = new System.Windows.Forms.Button();
            this.btn18 = new System.Windows.Forms.Button();
            this.btn17 = new System.Windows.Forms.Button();
            this.btn16 = new System.Windows.Forms.Button();
            this.lbl1 = new System.Windows.Forms.Label();
            this.lbl2 = new System.Windows.Forms.Label();
            this.lbl3 = new System.Windows.Forms.Label();
            this.lbl4 = new System.Windows.Forms.Label();
            this.lbl5 = new System.Windows.Forms.Label();
            this.lbl6 = new System.Windows.Forms.Label();
            this.lbl7 = new System.Windows.Forms.Label();
            this.lbl8 = new System.Windows.Forms.Label();
            this.lbl9 = new System.Windows.Forms.Label();
            this.lbl10 = new System.Windows.Forms.Label();
            this.lbl11 = new System.Windows.Forms.Label();
            this.lbl12 = new System.Windows.Forms.Label();
            this.lbl13 = new System.Windows.Forms.Label();
            this.lbl14 = new System.Windows.Forms.Label();
            this.lbl15 = new System.Windows.Forms.Label();
            this.lbl16 = new System.Windows.Forms.Label();
            this.lbl17 = new System.Windows.Forms.Label();
            this.lbl18 = new System.Windows.Forms.Label();
            this.lbl19 = new System.Windows.Forms.Label();
            this.lbl20 = new System.Windows.Forms.Label();
            this.btnputon = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // lbltime
            // 
            this.lbltime.AutoSize = true;
            this.lbltime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lbltime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbltime.Location = new System.Drawing.Point(369, 22);
            this.lbltime.Name = "lbltime";
            this.lbltime.Size = new System.Drawing.Size(84, 16);
            this.lbltime.TabIndex = 0;
            this.lbltime.Text = "剩余时间:";
            // 
            // timertimes
            // 
            this.timertimes.Enabled = true;
            this.timertimes.Interval = 1000;
            this.timertimes.Tick += new System.EventHandler(this.timertimes_Tick);
            // 
            // btn1
            // 
            this.btn1.Location = new System.Drawing.Point(30, 65);
            this.btn1.Name = "btn1";
            this.btn1.Size = new System.Drawing.Size(31, 32);
            this.btn1.TabIndex = 1;
            this.btn1.Tag = "0";
            this.btn1.Text = "1";
            this.btn1.UseVisualStyleBackColor = true;
            this.btn1.Click += new System.EventHandler(this.btn1_Click);
            // 
            // btn2
            // 
            this.btn2.Location = new System.Drawing.Point(128, 65);
            this.btn2.Name = "btn2";
            this.btn2.Size = new System.Drawing.Size(31, 32);
            this.btn2.TabIndex = 2;
            this.btn2.Tag = "1";
            this.btn2.Text = "2";
            this.btn2.UseVisualStyleBackColor = true;
            this.btn2.Click += new System.EventHandler(this.btn2_Click);
            // 
            // btn3
            // 
            this.btn3.Location = new System.Drawing.Point(231, 65);
            this.btn3.Name = "btn3";
            this.btn3.Size = new System.Drawing.Size(31, 32);
            this.btn3.TabIndex = 3;
            this.btn3.Tag = "2";
            this.btn3.Text = "3";
            this.btn3.UseVisualStyleBackColor = true;
            this.btn3.Click += new System.EventHandler(this.button3_Click);
            // 
            // btn4
            // 
            this.btn4.Location = new System.Drawing.Point(340, 65);
            this.btn4.Name = "btn4";
            this.btn4.Size = new System.Drawing.Size(31, 32);
            this.btn4.TabIndex = 4;
            this.btn4.Tag = "3";
            this.btn4.Text = "4";
            this.btn4.UseVisualStyleBackColor = true;
            this.btn4.Click += new System.EventHandler(this.btn4_Click);
            // 
            // btn5
            // 
            this.btn5.Location = new System.Drawing.Point(441, 65);
            this.btn5.Name = "btn5";
            this.btn5.Size = new System.Drawing.Size(31, 32);
            this.btn5.TabIndex = 5;
            this.btn5.Tag = "4";
            this.btn5.Text = "5";
            this.btn5.UseVisualStyleBackColor = true;
            this.btn5.Click += new System.EventHandler(this.btn5_Click);
            // 
            // btn10
            // 
            this.btn10.Location = new System.Drawing.Point(441, 111);
            this.btn10.Name = "btn10";
            this.btn10.Size = new System.Drawing.Size(31, 32);
            this.btn10.TabIndex = 10;
            this.btn10.Tag = "9";
            this.btn10.Text = "10";
            this.btn10.UseVisualStyleBackColor = true;
            this.btn10.Click += new System.EventHandler(this.btn10_Click);
            // 
            // btn9
            // 
            this.btn9.Location = new System.Drawing.Point(340, 111);
            this.btn9.Name = "btn9";
            this.btn9.Size = new System.Drawing.Size(31, 32);
            this.btn9.TabIndex = 9;
            this.btn9.Tag = "8";
            this.btn9.Text = "9";
            this.btn9.UseVisualStyleBackColor = true;
            this.btn9.Click += new System.EventHandler(this.btn9_Click);
            // 
            // btn8
            // 
            this.btn8.Location = new System.Drawing.Point(231, 111);
            this.btn8.Name = "btn8";
            this.btn8.Size = new System.Drawing.Size(31, 32);
            this.btn8.TabIndex = 8;
            this.btn8.Tag = "7";
            this.btn8.Text = "8";
            this.btn8.UseVisualStyleBackColor = true;
            this.btn8.Click += new System.EventHandler(this.btn8_Click);
            // 
            // btn7
            // 
            this.btn7.Location = new System.Drawing.Point(128, 111);
            this.btn7.Name = "btn7";
            this.btn7.Size = new System.Drawing.Size(31, 32);
            this.btn7.TabIndex = 7;
            this.btn7.Tag = "6";
            this.btn7.Text = "7";
            this.btn7.UseVisualStyleBackColor = true;
            this.btn7.Click += new System.EventHandler(this.btn7_Click);
            // 
            // btn6
            // 
            this.btn6.Location = new System.Drawing.Point(30, 111);
            this.btn6.Name = "btn6";
            this.btn6.Size = new System.Drawing.Size(31, 32);
            this.btn6.TabIndex = 6;
            this.btn6.Tag = "5";
            this.btn6.Text = "6";
            this.btn6.UseVisualStyleBackColor = true;
            this.btn6.Click += new System.EventHandler(this.btn6_Click);
            // 
            // btn15
            // 
            this.btn15.Location = new System.Drawing.Point(441, 162);
            this.btn15.Name = "btn15";
            this.btn15.Size = new System.Drawing.Size(31, 32);
            this.btn15.TabIndex = 15;
            this.btn15.Tag = "14";
            this.btn15.Text = "15";
            this.btn15.UseVisualStyleBackColor = true;
            this.btn15.Click += new System.EventHandler(this.btn15_Click);
            // 
            // btn14
            // 
            this.btn14.Location = new System.Drawing.Point(340, 162);
            this.btn14.Name = "btn14";
            this.btn14.Size = new System.Drawing.Size(31, 32);
            this.btn14.TabIndex = 14;
            this.btn14.Tag = "13";
            this.btn14.Text = "14";
            this.btn14.UseVisualStyleBackColor = true;
            this.btn14.Click += new System.EventHandler(this.btn14_Click);
            // 
            // btn13
            // 
            this.btn13.Location = new System.Drawing.Point(231, 162);
            this.btn13.Name = "btn13";
            this.btn13.Size = new System.Drawing.Size(31, 32);
            this.btn13.TabIndex = 13;
            this.btn13.Tag = "12";
            this.btn13.Text = "13";
            this.btn13.UseVisualStyleBackColor = true;
            this.btn13.Click += new System.EventHandler(this.btn13_Click);
            // 
            // btn12
            // 
            this.btn12.Location = new System.Drawing.Point(128, 162);
            this.btn12.Name = "btn12";
            this.btn12.Size = new System.Drawing.Size(31, 32);
            this.btn12.TabIndex = 12;
            this.btn12.Tag = "11";
            this.btn12.Text = "12";
            this.btn12.UseVisualStyleBackColor = true;
            this.btn12.Click += new System.EventHandler(this.btn12_Click);
            // 
            // btn11
            // 
            this.btn11.Location = new System.Drawing.Point(30, 162);
            this.btn11.Name = "btn11";
            this.btn11.Size = new System.Drawing.Size(31, 32);
            this.btn11.TabIndex = 11;
            this.btn11.Tag = "10";
            this.btn11.Text = "11";
            this.btn11.UseVisualStyleBackColor = true;
            this.btn11.Click += new System.EventHandler(this.btn11_Click);
            // 
            // btn20
            // 
            this.btn20.Location = new System.Drawing.Point(441, 210);
            this.btn20.Name = "btn20";
            this.btn20.Size = new System.Drawing.Size(31, 32);
            this.btn20.TabIndex = 20;
            this.btn20.Tag = "19";
            this.btn20.Text = "20";
            this.btn20.UseVisualStyleBackColor = true;
            this.btn20.Click += new System.EventHandler(this.btn20_Click);
            // 
            // btn19
            // 
            this.btn19.Location = new System.Drawing.Point(340, 210);
            this.btn19.Name = "btn19";
            this.btn19.Size = new System.Drawing.Size(31, 32);
            this.btn19.TabIndex = 19;
            this.btn19.Tag = "18";
            this.btn19.Text = "19";
            this.btn19.UseVisualStyleBackColor = true;
            this.btn19.Click += new System.EventHandler(this.btn19_Click);
            // 
            // btn18
            // 
            this.btn18.Location = new System.Drawing.Point(231, 210);
            this.btn18.Name = "btn18";
            this.btn18.Size = new System.Drawing.Size(31, 32);
            this.btn18.TabIndex = 18;
            this.btn18.Tag = "17";
            this.btn18.Text = "18";
            this.btn18.UseVisualStyleBackColor = true;
            this.btn18.Click += new System.EventHandler(this.btn18_Click);
            // 
            // btn17
            // 
            this.btn17.Location = new System.Drawing.Point(128, 210);
            this.btn17.Name = "btn17";
            this.btn17.Size = new System.Drawing.Size(31, 32);
            this.btn17.TabIndex = 17;
            this.btn17.Tag = "16";
            this.btn17.Text = "17";
            this.btn17.UseVisualStyleBackColor = true;
            this.btn17.Click += new System.EventHandler(this.btn17_Click);
            // 
            // btn16
            // 
            this.btn16.Location = new System.Drawing.Point(30, 210);
            this.btn16.Name = "btn16";
            this.btn16.Size = new System.Drawing.Size(31, 32);
            this.btn16.TabIndex = 16;
            this.btn16.Tag = "15";
            this.btn16.Text = "16";
            this.btn16.UseVisualStyleBackColor = true;
            this.btn16.Click += new System.EventHandler(this.btn16_Click);
            // 

⌨️ 快捷键说明

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