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

📄 addshiti.designer.cs

📁 一个简单的考生答题系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Myschool
{
    partial class Addshiti
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Addshiti));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.radD = new System.Windows.Forms.RadioButton();
            this.radC = new System.Windows.Forms.RadioButton();
            this.radB = new System.Windows.Forms.RadioButton();
            this.radA = new System.Windows.Forms.RadioButton();
            this.txtD = new System.Windows.Forms.TextBox();
            this.txtC = new System.Windows.Forms.TextBox();
            this.txtB = new System.Windows.Forms.TextBox();
            this.txtA = new System.Windows.Forms.TextBox();
            this.txtQuestion = new System.Windows.Forms.TextBox();
            this.lblAn = new System.Windows.Forms.Label();
            this.lblD = new System.Windows.Forms.Label();
            this.lblC = new System.Windows.Forms.Label();
            this.lblB = new System.Windows.Forms.Label();
            this.lbla = new System.Windows.Forms.Label();
            this.lblselect = new System.Windows.Forms.Label();
            this.lblque = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnclose = new System.Windows.Forms.Button();
            this.btnsure = new System.Windows.Forms.Button();
            this.comsubject = new System.Windows.Forms.ComboBox();
            this.labsubject = new System.Windows.Forms.Label();
            this.radOne = new System.Windows.Forms.RadioButton();
            this.radTwo = new System.Windows.Forms.RadioButton();
            this.radThree = new System.Windows.Forms.RadioButton();
            this.lbljibie = new System.Windows.Forms.Label();
            this.btnnull = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.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.groupBox1.Controls.Add(this.radD);
            this.groupBox1.Controls.Add(this.radC);
            this.groupBox1.Controls.Add(this.radB);
            this.groupBox1.Controls.Add(this.radA);
            this.groupBox1.Controls.Add(this.txtD);
            this.groupBox1.Controls.Add(this.txtC);
            this.groupBox1.Controls.Add(this.txtB);
            this.groupBox1.Controls.Add(this.txtA);
            this.groupBox1.Controls.Add(this.txtQuestion);
            this.groupBox1.Controls.Add(this.lblAn);
            this.groupBox1.Controls.Add(this.lblD);
            this.groupBox1.Controls.Add(this.lblC);
            this.groupBox1.Controls.Add(this.lblB);
            this.groupBox1.Controls.Add(this.lbla);
            this.groupBox1.Controls.Add(this.lblselect);
            this.groupBox1.Controls.Add(this.lblque);
            this.groupBox1.Location = new System.Drawing.Point(21, 16);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(501, 198);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "试题基本信息";
            // 
            // radD
            // 
            this.radD.AutoSize = true;
            this.radD.Location = new System.Drawing.Point(402, 176);
            this.radD.Name = "radD";
            this.radD.Size = new System.Drawing.Size(29, 16);
            this.radD.TabIndex = 15;
            this.radD.TabStop = true;
            this.radD.Text = "D";
            this.radD.UseVisualStyleBackColor = true;
            // 
            // radC
            // 
            this.radC.AutoSize = true;
            this.radC.Location = new System.Drawing.Point(309, 176);
            this.radC.Name = "radC";
            this.radC.Size = new System.Drawing.Size(29, 16);
            this.radC.TabIndex = 14;
            this.radC.TabStop = true;
            this.radC.Text = "C";
            this.radC.UseVisualStyleBackColor = true;
            // 
            // radB
            // 
            this.radB.AutoSize = true;
            this.radB.Location = new System.Drawing.Point(208, 176);
            this.radB.Name = "radB";
            this.radB.Size = new System.Drawing.Size(29, 16);
            this.radB.TabIndex = 13;
            this.radB.TabStop = true;
            this.radB.Text = "B";
            this.radB.UseVisualStyleBackColor = true;
            // 
            // radA
            // 
            this.radA.AutoSize = true;
            this.radA.Location = new System.Drawing.Point(107, 176);
            this.radA.Name = "radA";
            this.radA.Size = new System.Drawing.Size(29, 16);
            this.radA.TabIndex = 12;
            this.radA.TabStop = true;
            this.radA.Text = "A";
            this.radA.UseVisualStyleBackColor = true;
            // 
            // txtD
            // 
            this.txtD.Location = new System.Drawing.Point(107, 144);
            this.txtD.Name = "txtD";
            this.txtD.Size = new System.Drawing.Size(388, 21);
            this.txtD.TabIndex = 11;
            // 
            // txtC
            // 
            this.txtC.Location = new System.Drawing.Point(107, 119);
            this.txtC.Name = "txtC";
            this.txtC.Size = new System.Drawing.Size(388, 21);
            this.txtC.TabIndex = 10;
            // 
            // txtB
            // 
            this.txtB.Location = new System.Drawing.Point(107, 92);
            this.txtB.Name = "txtB";
            this.txtB.Size = new System.Drawing.Size(388, 21);
            this.txtB.TabIndex = 9;
            // 
            // txtA
            // 
            this.txtA.Location = new System.Drawing.Point(107, 67);
            this.txtA.Name = "txtA";
            this.txtA.Size = new System.Drawing.Size(388, 21);
            this.txtA.TabIndex = 8;
            // 
            // txtQuestion
            // 
            this.txtQuestion.Location = new System.Drawing.Point(90, 19);
            this.txtQuestion.Multiline = true;
            this.txtQuestion.Name = "txtQuestion";
            this.txtQuestion.Size = new System.Drawing.Size(405, 45);
            this.txtQuestion.TabIndex = 7;
            // 
            // lblAn
            // 
            this.lblAn.AutoSize = true;
            this.lblAn.Location = new System.Drawing.Point(43, 176);
            this.lblAn.Name = "lblAn";
            this.lblAn.Size = new System.Drawing.Size(29, 12);
            this.lblAn.TabIndex = 6;
            this.lblAn.Text = "答案";
            // 
            // lblD
            // 
            this.lblD.AutoSize = true;
            this.lblD.Location = new System.Drawing.Point(90, 144);
            this.lblD.Name = "lblD";
            this.lblD.Size = new System.Drawing.Size(11, 12);
            this.lblD.TabIndex = 5;
            this.lblD.Text = "D";
            // 
            // lblC
            // 
            this.lblC.AutoSize = true;
            this.lblC.Location = new System.Drawing.Point(90, 120);
            this.lblC.Name = "lblC";
            this.lblC.Size = new System.Drawing.Size(11, 12);
            this.lblC.TabIndex = 4;
            this.lblC.Text = "C";
            // 

⌨️ 快捷键说明

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