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

📄 addshiti.designer.cs

📁 一个简单的考生答题系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // lblB
            // 
            this.lblB.AutoSize = true;
            this.lblB.Location = new System.Drawing.Point(90, 95);
            this.lblB.Name = "lblB";
            this.lblB.Size = new System.Drawing.Size(11, 12);
            this.lblB.TabIndex = 3;
            this.lblB.Text = "B";
            // 
            // lbla
            // 
            this.lbla.AutoSize = true;
            this.lbla.Location = new System.Drawing.Point(90, 67);
            this.lbla.Name = "lbla";
            this.lbla.Size = new System.Drawing.Size(11, 12);
            this.lbla.TabIndex = 2;
            this.lbla.Text = "A";
            // 
            // lblselect
            // 
            this.lblselect.AutoSize = true;
            this.lblselect.Location = new System.Drawing.Point(43, 67);
            this.lblselect.Name = "lblselect";
            this.lblselect.Size = new System.Drawing.Size(29, 12);
            this.lblselect.TabIndex = 1;
            this.lblselect.Text = "选项";
            // 
            // lblque
            // 
            this.lblque.AutoSize = true;
            this.lblque.Location = new System.Drawing.Point(43, 17);
            this.lblque.Name = "lblque";
            this.lblque.Size = new System.Drawing.Size(29, 12);
            this.lblque.TabIndex = 0;
            this.lblque.Text = "问题";
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.btnnull);
            this.groupBox2.Controls.Add(this.btnclose);
            this.groupBox2.Controls.Add(this.btnsure);
            this.groupBox2.Controls.Add(this.comsubject);
            this.groupBox2.Controls.Add(this.labsubject);
            this.groupBox2.Controls.Add(this.radOne);
            this.groupBox2.Controls.Add(this.radTwo);
            this.groupBox2.Controls.Add(this.radThree);
            this.groupBox2.Controls.Add(this.lbljibie);
            this.groupBox2.Location = new System.Drawing.Point(21, 229);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(501, 105);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "附加信息";
            // 
            // btnclose
            // 
            this.btnclose.Location = new System.Drawing.Point(390, 76);
            this.btnclose.Name = "btnclose";
            this.btnclose.Size = new System.Drawing.Size(95, 23);
            this.btnclose.TabIndex = 7;
            this.btnclose.Text = "关闭";
            this.btnclose.UseVisualStyleBackColor = true;
            this.btnclose.Click += new System.EventHandler(this.btnclose_Click);
            // 
            // btnsure
            // 
            this.btnsure.Location = new System.Drawing.Point(107, 76);
            this.btnsure.Name = "btnsure";
            this.btnsure.Size = new System.Drawing.Size(88, 22);
            this.btnsure.TabIndex = 6;
            this.btnsure.Text = "添加";
            this.btnsure.UseVisualStyleBackColor = true;
            this.btnsure.Click += new System.EventHandler(this.btnsure_Click);
            // 
            // comsubject
            // 
            this.comsubject.FormattingEnabled = true;
            this.comsubject.Location = new System.Drawing.Point(106, 45);
            this.comsubject.Name = "comsubject";
            this.comsubject.Size = new System.Drawing.Size(389, 20);
            this.comsubject.TabIndex = 5;
            // 
            // labsubject
            // 
            this.labsubject.AutoSize = true;
            this.labsubject.Location = new System.Drawing.Point(23, 48);
            this.labsubject.Name = "labsubject";
            this.labsubject.Size = new System.Drawing.Size(29, 12);
            this.labsubject.TabIndex = 4;
            this.labsubject.Text = "科目";
            // 
            // radOne
            // 
            this.radOne.AutoSize = true;
            this.radOne.Location = new System.Drawing.Point(333, 24);
            this.radOne.Name = "radOne";
            this.radOne.Size = new System.Drawing.Size(29, 16);
            this.radOne.TabIndex = 3;
            this.radOne.TabStop = true;
            this.radOne.Text = "1";
            this.radOne.UseVisualStyleBackColor = true;
            // 
            // radTwo
            // 
            this.radTwo.AutoSize = true;
            this.radTwo.Location = new System.Drawing.Point(212, 21);
            this.radTwo.Name = "radTwo";
            this.radTwo.Size = new System.Drawing.Size(29, 16);
            this.radTwo.TabIndex = 2;
            this.radTwo.TabStop = true;
            this.radTwo.Text = "2";
            this.radTwo.UseVisualStyleBackColor = true;
            // 
            // radThree
            // 
            this.radThree.AutoSize = true;
            this.radThree.Location = new System.Drawing.Point(106, 21);
            this.radThree.Name = "radThree";
            this.radThree.Size = new System.Drawing.Size(29, 16);
            this.radThree.TabIndex = 1;
            this.radThree.TabStop = true;
            this.radThree.Text = "3";
            this.radThree.UseVisualStyleBackColor = true;
            // 
            // lbljibie
            // 
            this.lbljibie.AutoSize = true;
            this.lbljibie.Location = new System.Drawing.Point(16, 18);
            this.lbljibie.Name = "lbljibie";
            this.lbljibie.Size = new System.Drawing.Size(53, 12);
            this.lbljibie.TabIndex = 0;
            this.lbljibie.Text = "难度级别";
            // 
            // btnnull
            // 
            this.btnnull.Location = new System.Drawing.Point(250, 76);
            this.btnnull.Name = "btnnull";
            this.btnnull.Size = new System.Drawing.Size(88, 23);
            this.btnnull.TabIndex = 8;
            this.btnnull.Text = "清空";
            this.btnnull.UseVisualStyleBackColor = true;
            this.btnnull.Click += new System.EventHandler(this.btnnull_Click);
            // 
            // Addshiti
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(534, 350);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Addshiti";
            this.Text = "添加试题";
            this.Load += new System.EventHandler(this.Addshiti_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label lblC;
        private System.Windows.Forms.Label lblB;
        private System.Windows.Forms.Label lbla;
        private System.Windows.Forms.Label lblselect;
        private System.Windows.Forms.Label lblque;
        private System.Windows.Forms.Label lblAn;
        private System.Windows.Forms.Label lblD;
        private System.Windows.Forms.TextBox txtQuestion;
        private System.Windows.Forms.TextBox txtD;
        private System.Windows.Forms.TextBox txtC;
        private System.Windows.Forms.TextBox txtB;
        private System.Windows.Forms.TextBox txtA;
        private System.Windows.Forms.RadioButton radD;
        private System.Windows.Forms.RadioButton radC;
        private System.Windows.Forms.RadioButton radB;
        private System.Windows.Forms.RadioButton radA;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label lbljibie;
        private System.Windows.Forms.RadioButton radOne;
        private System.Windows.Forms.RadioButton radTwo;
        private System.Windows.Forms.RadioButton radThree;
        private System.Windows.Forms.Label labsubject;
        private System.Windows.Forms.ComboBox comsubject;
        private System.Windows.Forms.Button btnclose;
        private System.Windows.Forms.Button btnsure;
        private System.Windows.Forms.Button btnnull;
    }
}

⌨️ 快捷键说明

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