PanelNumber.Designer.cs 14.9 KB
namespace SunVoteARSPPT
{
    partial class PanelNumber
    {
        /// <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 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.gbxScoreType = new System.Windows.Forms.GroupBox();
            this.pnlScoreAnswer = new System.Windows.Forms.Panel();
            this.txtCorrectAnswer = new System.Windows.Forms.TextBox();
            this.lblCorrectAnswer = new System.Windows.Forms.Label();
            this.nudScoreWrong = new System.Windows.Forms.NumericUpDown();
            this.nudScoreRight = new System.Windows.Forms.NumericUpDown();
            this.lblScoreWrong = new System.Windows.Forms.Label();
            this.lblScoreRight = new System.Windows.Forms.Label();
            this.gbxScore = new System.Windows.Forms.GroupBox();
            this.lblDecimal = new System.Windows.Forms.Label();
            this.cboMin = new System.Windows.Forms.ComboBox();
            this.cboMax = new System.Windows.Forms.ComboBox();
            this.cboDec = new System.Windows.Forms.ComboBox();
            this.lblMin = new System.Windows.Forms.Label();
            this.lblMax = new System.Windows.Forms.Label();
            this.ucResponsePara = new SunVoteARSPPT.UcResponsePara();
            this.ucKeypadPara = new SunVoteARSPPT.UcKeypadPara();
            this.gbxScoreType.SuspendLayout();
            this.pnlScoreAnswer.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudScoreWrong)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudScoreRight)).BeginInit();
            this.gbxScore.SuspendLayout();
            this.SuspendLayout();
            // 
            // gbxScoreType
            // 
            this.gbxScoreType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.gbxScoreType.BackColor = System.Drawing.Color.White;
            this.gbxScoreType.Controls.Add(this.pnlScoreAnswer);
            this.gbxScoreType.Location = new System.Drawing.Point(0, 3);
            this.gbxScoreType.Name = "gbxScoreType";
            this.gbxScoreType.Size = new System.Drawing.Size(210, 123);
            this.gbxScoreType.TabIndex = 19;
            this.gbxScoreType.TabStop = false;
            this.gbxScoreType.Text = "记分参数设置";
            // 
            // pnlScoreAnswer
            // 
            this.pnlScoreAnswer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.pnlScoreAnswer.Controls.Add(this.txtCorrectAnswer);
            this.pnlScoreAnswer.Controls.Add(this.lblCorrectAnswer);
            this.pnlScoreAnswer.Controls.Add(this.nudScoreWrong);
            this.pnlScoreAnswer.Controls.Add(this.nudScoreRight);
            this.pnlScoreAnswer.Controls.Add(this.lblScoreWrong);
            this.pnlScoreAnswer.Controls.Add(this.lblScoreRight);
            this.pnlScoreAnswer.Location = new System.Drawing.Point(1, 13);
            this.pnlScoreAnswer.Name = "pnlScoreAnswer";
            this.pnlScoreAnswer.Size = new System.Drawing.Size(208, 107);
            this.pnlScoreAnswer.TabIndex = 7;
            // 
            // txtCorrectAnswer
            // 
            this.txtCorrectAnswer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtCorrectAnswer.Location = new System.Drawing.Point(3, 26);
            this.txtCorrectAnswer.MaxLength = 10;
            this.txtCorrectAnswer.Name = "txtCorrectAnswer";
            this.txtCorrectAnswer.Size = new System.Drawing.Size(202, 21);
            this.txtCorrectAnswer.TabIndex = 26;
            this.txtCorrectAnswer.TextChanged += new System.EventHandler(this.txtCorrectAnswer_TextChanged);
            this.txtCorrectAnswer.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCorrectAnswer_KeyPress);
            // 
            // lblCorrectAnswer
            // 
            this.lblCorrectAnswer.AutoSize = true;
            this.lblCorrectAnswer.Location = new System.Drawing.Point(3, 11);
            this.lblCorrectAnswer.Name = "lblCorrectAnswer";
            this.lblCorrectAnswer.Size = new System.Drawing.Size(53, 12);
            this.lblCorrectAnswer.TabIndex = 27;
            this.lblCorrectAnswer.Text = "正确答案";
            // 
            // nudScoreWrong
            // 
            this.nudScoreWrong.Location = new System.Drawing.Point(103, 73);
            this.nudScoreWrong.Maximum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.nudScoreWrong.Minimum = new decimal(new int[] {
            10000,
            0,
            0,
            -2147483648});
            this.nudScoreWrong.Name = "nudScoreWrong";
            this.nudScoreWrong.Size = new System.Drawing.Size(60, 21);
            this.nudScoreWrong.TabIndex = 23;
            this.nudScoreWrong.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudScoreWrong.ValueChanged += new System.EventHandler(this.nudScoreWrong_ValueChanged);
            // 
            // nudScoreRight
            // 
            this.nudScoreRight.Location = new System.Drawing.Point(3, 73);
            this.nudScoreRight.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.nudScoreRight.Name = "nudScoreRight";
            this.nudScoreRight.Size = new System.Drawing.Size(60, 21);
            this.nudScoreRight.TabIndex = 22;
            this.nudScoreRight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudScoreRight.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudScoreRight.ValueChanged += new System.EventHandler(this.nudScoreRight_ValueChanged);
            // 
            // lblScoreWrong
            // 
            this.lblScoreWrong.AutoSize = true;
            this.lblScoreWrong.Location = new System.Drawing.Point(101, 58);
            this.lblScoreWrong.Name = "lblScoreWrong";
            this.lblScoreWrong.Size = new System.Drawing.Size(29, 12);
            this.lblScoreWrong.TabIndex = 25;
            this.lblScoreWrong.Text = "答错";
            // 
            // lblScoreRight
            // 
            this.lblScoreRight.AutoSize = true;
            this.lblScoreRight.Location = new System.Drawing.Point(3, 58);
            this.lblScoreRight.Name = "lblScoreRight";
            this.lblScoreRight.Size = new System.Drawing.Size(29, 12);
            this.lblScoreRight.TabIndex = 24;
            this.lblScoreRight.Text = "答对";
            // 
            // gbxScore
            // 
            this.gbxScore.BackColor = System.Drawing.Color.White;
            this.gbxScore.Controls.Add(this.lblDecimal);
            this.gbxScore.Controls.Add(this.cboMin);
            this.gbxScore.Controls.Add(this.cboMax);
            this.gbxScore.Controls.Add(this.cboDec);
            this.gbxScore.Controls.Add(this.lblMin);
            this.gbxScore.Controls.Add(this.lblMax);
            this.gbxScore.Location = new System.Drawing.Point(16, 3);
            this.gbxScore.Name = "gbxScore";
            this.gbxScore.Size = new System.Drawing.Size(194, 99);
            this.gbxScore.TabIndex = 24;
            this.gbxScore.TabStop = false;
            this.gbxScore.Text = "数值参数设置";
            this.gbxScore.Visible = false;
            // 
            // lblDecimal
            // 
            this.lblDecimal.AutoSize = true;
            this.lblDecimal.Location = new System.Drawing.Point(5, 72);
            this.lblDecimal.Name = "lblDecimal";
            this.lblDecimal.Size = new System.Drawing.Size(53, 12);
            this.lblDecimal.TabIndex = 11;
            this.lblDecimal.Text = "小数位数";
            // 
            // cboMin
            // 
            this.cboMin.Enabled = false;
            this.cboMin.FormattingEnabled = true;
            this.cboMin.Items.AddRange(new object[] {
            "不限",
            "0"});
            this.cboMin.Location = new System.Drawing.Point(110, 45);
            this.cboMin.Name = "cboMin";
            this.cboMin.Size = new System.Drawing.Size(95, 20);
            this.cboMin.TabIndex = 6;
            this.cboMin.Text = "-0.000000001";
            this.cboMin.TextChanged += new System.EventHandler(this.cboMin_TextChanged);
            this.cboMin.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cboMax_KeyPress);
            // 
            // cboMax
            // 
            this.cboMax.Enabled = false;
            this.cboMax.FormattingEnabled = true;
            this.cboMax.Items.AddRange(new object[] {
            "不限",
            "10",
            "100",
            "1000",
            "10000"});
            this.cboMax.Location = new System.Drawing.Point(110, 21);
            this.cboMax.Name = "cboMax";
            this.cboMax.Size = new System.Drawing.Size(95, 20);
            this.cboMax.TabIndex = 6;
            this.cboMax.Text = "999999999.9";
            this.cboMax.TextChanged += new System.EventHandler(this.cboMax_TextChanged);
            this.cboMax.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cboMax_KeyPress);
            // 
            // cboDec
            // 
            this.cboDec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboDec.Enabled = false;
            this.cboDec.FormattingEnabled = true;
            this.cboDec.Items.AddRange(new object[] {
            "不限",
            "0",
            "1",
            "2",
            "3"});
            this.cboDec.Location = new System.Drawing.Point(110, 69);
            this.cboDec.Name = "cboDec";
            this.cboDec.Size = new System.Drawing.Size(94, 20);
            this.cboDec.TabIndex = 6;
            this.cboDec.SelectedIndexChanged += new System.EventHandler(this.cboDec_SelectedIndexChanged);
            // 
            // lblMin
            // 
            this.lblMin.AutoSize = true;
            this.lblMin.Location = new System.Drawing.Point(5, 48);
            this.lblMin.Name = "lblMin";
            this.lblMin.Size = new System.Drawing.Size(53, 12);
            this.lblMin.TabIndex = 6;
            this.lblMin.Text = "数值下限";
            // 
            // lblMax
            // 
            this.lblMax.AutoSize = true;
            this.lblMax.Location = new System.Drawing.Point(5, 24);
            this.lblMax.Name = "lblMax";
            this.lblMax.Size = new System.Drawing.Size(53, 12);
            this.lblMax.TabIndex = 7;
            this.lblMax.Text = "数值上限";
            // 
            // ucResponsePara
            // 
            this.ucResponsePara.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.ucResponsePara.BackColor = System.Drawing.Color.White;
            this.ucResponsePara.Location = new System.Drawing.Point(0, 132);
            this.ucResponsePara.Name = "ucResponsePara";
            this.ucResponsePara.Size = new System.Drawing.Size(210, 174);
            this.ucResponsePara.TabIndex = 26;
            this.ucResponsePara.TagSet = null;
            this.ucResponsePara.Load += new System.EventHandler(this.ucResponsePara_Load);
            // 
            // ucKeypadPara
            // 
            this.ucKeypadPara.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.ucKeypadPara.BackColor = System.Drawing.Color.White;
            this.ucKeypadPara.Location = new System.Drawing.Point(0, 312);
            this.ucKeypadPara.Name = "ucKeypadPara";
            this.ucKeypadPara.Size = new System.Drawing.Size(210, 112);
            this.ucKeypadPara.TabIndex = 25;
            this.ucKeypadPara.TagSet = null;
            // 
            // PanelNumber
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.Color.White;
            this.Controls.Add(this.ucResponsePara);
            this.Controls.Add(this.ucKeypadPara);
            this.Controls.Add(this.gbxScoreType);
            this.Controls.Add(this.gbxScore);
            this.Name = "PanelNumber";
            this.Size = new System.Drawing.Size(210, 432);
            this.Load += new System.EventHandler(this.PanelNumber_Load);
            this.gbxScoreType.ResumeLayout(false);
            this.pnlScoreAnswer.ResumeLayout(false);
            this.pnlScoreAnswer.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudScoreWrong)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudScoreRight)).EndInit();
            this.gbxScore.ResumeLayout(false);
            this.gbxScore.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox gbxScoreType;
        private System.Windows.Forms.Panel pnlScoreAnswer;
        public System.Windows.Forms.NumericUpDown nudScoreWrong;
        public System.Windows.Forms.NumericUpDown nudScoreRight;
        public System.Windows.Forms.Label lblScoreWrong;
        public System.Windows.Forms.Label lblScoreRight;
        public System.Windows.Forms.TextBox txtCorrectAnswer;
        public System.Windows.Forms.Label lblCorrectAnswer;
        public System.Windows.Forms.GroupBox gbxScore;
        public System.Windows.Forms.Label lblDecimal;
        public System.Windows.Forms.ComboBox cboMin;
        public System.Windows.Forms.ComboBox cboMax;
        public System.Windows.Forms.ComboBox cboDec;
        public System.Windows.Forms.Label lblMin;
        public System.Windows.Forms.Label lblMax;
        private UcResponsePara ucResponsePara;
        public UcKeypadPara ucKeypadPara;
    }
}