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

📄 answer.designer.cs

📁 一个简单的考生答题系统
💻 CS
字号:
namespace Myschool
{
    partial class Answer
    {
        /// <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(Answer));
            this.picface = new System.Windows.Forms.PictureBox();
            this.lbltishi = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.lblfull = new System.Windows.Forms.Label();
            this.imageLists = new System.Windows.Forms.ImageList(this.components);
            this.lblfullscroe = new System.Windows.Forms.Label();
            this.lblgetscore = new System.Windows.Forms.Label();
            this.lblscore = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.picface)).BeginInit();
            this.SuspendLayout();
            // 
            // picface
            // 
            this.picface.Location = new System.Drawing.Point(52, 12);
            this.picface.Name = "picface";
            this.picface.Size = new System.Drawing.Size(113, 97);
            this.picface.TabIndex = 0;
            this.picface.TabStop = false;
            // 
            // lbltishi
            // 
            this.lbltishi.AutoSize = true;
            this.lbltishi.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbltishi.Location = new System.Drawing.Point(184, 49);
            this.lbltishi.Name = "lbltishi";
            this.lbltishi.Size = new System.Drawing.Size(60, 24);
            this.lbltishi.TabIndex = 1;
            this.lbltishi.Text = "结果";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(18, 165);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(67, 14);
            this.label1.TabIndex = 2;
            this.label1.Text = "你的得分";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(48, 202);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(37, 14);
            this.label2.TabIndex = 3;
            this.label2.Text = "满分";
            // 
            // lblfull
            // 
            this.lblfull.BackColor = System.Drawing.Color.Green;
            this.lblfull.Location = new System.Drawing.Point(104, 201);
            this.lblfull.Name = "lblfull";
            this.lblfull.Size = new System.Drawing.Size(250, 21);
            this.lblfull.TabIndex = 5;
            // 
            // imageLists
            // 
            this.imageLists.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageLists.ImageStream")));
            this.imageLists.TransparentColor = System.Drawing.Color.Transparent;
            this.imageLists.Images.SetKeyName(0, "face1.png");
            this.imageLists.Images.SetKeyName(1, "face2.png");
            this.imageLists.Images.SetKeyName(2, "face3.png");
            this.imageLists.Images.SetKeyName(3, "face4.png");
            // 
            // lblfullscroe
            // 
            this.lblfullscroe.AutoSize = true;
            this.lblfullscroe.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblfullscroe.Location = new System.Drawing.Point(367, 204);
            this.lblfullscroe.Name = "lblfullscroe";
            this.lblfullscroe.Size = new System.Drawing.Size(39, 12);
            this.lblfullscroe.TabIndex = 7;
            this.lblfullscroe.Text = "100分";
            // 
            // lblgetscore
            // 
            this.lblgetscore.AutoEllipsis = true;
            this.lblgetscore.BackColor = System.Drawing.Color.Red;
            this.lblgetscore.Location = new System.Drawing.Point(102, 157);
            this.lblgetscore.Name = "lblgetscore";
            this.lblgetscore.Size = new System.Drawing.Size(250, 21);
            this.lblgetscore.TabIndex = 8;
            // 
            // lblscore
            // 
            this.lblscore.AutoSize = true;
            this.lblscore.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblscore.Location = new System.Drawing.Point(372, 160);
            this.lblscore.Name = "lblscore";
            this.lblscore.Size = new System.Drawing.Size(31, 12);
            this.lblscore.TabIndex = 9;
            this.lblscore.Text = "得分";
            // 
            // Answer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(496, 304);
            this.Controls.Add(this.lblscore);
            this.Controls.Add(this.lblgetscore);
            this.Controls.Add(this.lblfullscroe);
            this.Controls.Add(this.lblfull);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.lbltishi);
            this.Controls.Add(this.picface);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "Answer";
            this.Text = "测试结果";
            this.Load += new System.EventHandler(this.Answer_Load);
            ((System.ComponentModel.ISupportInitialize)(this.picface)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.PictureBox picface;
        private System.Windows.Forms.Label lbltishi;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label lblfull;
        private System.Windows.Forms.ImageList imageLists;
        private System.Windows.Forms.Label lblfullscroe;
        private System.Windows.Forms.Label lblgetscore;
        private System.Windows.Forms.Label lblscore;
    }
}

⌨️ 快捷键说明

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