PanelGradeCount.Designer.cs 6.78 KB
namespace SunVoteARSPPT
{
    partial class PanelGradeCount
    {
        /// <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.gbxChoise = new System.Windows.Forms.GroupBox();
            this.btnOptionText = new System.Windows.Forms.Button();
            this.nudOptionCount = new System.Windows.Forms.NumericUpDown();
            this.lblChoiseOption = new System.Windows.Forms.Label();
            this.ucResponsePara = new SunVoteARSPPT.UcResponsePara();
            this.ucKeypadPara = new SunVoteARSPPT.UcKeypadPara();
            this.gbxChoise.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudOptionCount)).BeginInit();
            this.SuspendLayout();
            // 
            // gbxChoise
            // 
            this.gbxChoise.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.gbxChoise.BackColor = System.Drawing.Color.White;
            this.gbxChoise.Controls.Add(this.btnOptionText);
            this.gbxChoise.Controls.Add(this.nudOptionCount);
            this.gbxChoise.Controls.Add(this.lblChoiseOption);
            this.gbxChoise.Location = new System.Drawing.Point(0, 0);
            this.gbxChoise.Name = "gbxChoise";
            this.gbxChoise.Size = new System.Drawing.Size(210, 51);
            this.gbxChoise.TabIndex = 13;
            this.gbxChoise.TabStop = false;
            this.gbxChoise.Text = "评议参数设置";
            // 
            // btnOptionText
            // 
            this.btnOptionText.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnOptionText.ForeColor = System.Drawing.Color.Blue;
            this.btnOptionText.Location = new System.Drawing.Point(6, 17);
            this.btnOptionText.Name = "btnOptionText";
            this.btnOptionText.Size = new System.Drawing.Size(23, 20);
            this.btnOptionText.TabIndex = 37;
            this.btnOptionText.Text = "T";
            this.btnOptionText.UseVisualStyleBackColor = true;
            this.btnOptionText.Visible = false;
            this.btnOptionText.Click += new System.EventHandler(this.btnOptionText_Click);
            // 
            // nudOptionCount
            // 
            this.nudOptionCount.Location = new System.Drawing.Point(145, 18);
            this.nudOptionCount.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.nudOptionCount.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudOptionCount.Name = "nudOptionCount";
            this.nudOptionCount.Size = new System.Drawing.Size(60, 21);
            this.nudOptionCount.TabIndex = 0;
            this.nudOptionCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudOptionCount.Value = new decimal(new int[] {
            4,
            0,
            0,
            0});
            this.nudOptionCount.ValueChanged += new System.EventHandler(this.nudOptionCount_ValueChanged);
            // 
            // lblChoiseOption
            // 
            this.lblChoiseOption.AutoSize = true;
            this.lblChoiseOption.Location = new System.Drawing.Point(30, 21);
            this.lblChoiseOption.Name = "lblChoiseOption";
            this.lblChoiseOption.Size = new System.Drawing.Size(53, 12);
            this.lblChoiseOption.TabIndex = 33;
            this.lblChoiseOption.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, 57);
            this.ucResponsePara.Name = "ucResponsePara";
            this.ucResponsePara.Size = new System.Drawing.Size(210, 176);
            this.ucResponsePara.TabIndex = 12;
            this.ucResponsePara.TagSet = null;
            // 
            // 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, 239);
            this.ucKeypadPara.Name = "ucKeypadPara";
            this.ucKeypadPara.Size = new System.Drawing.Size(210, 116);
            this.ucKeypadPara.TabIndex = 11;
            this.ucKeypadPara.TagSet = null;
            // 
            // PanelGradeCount
            // 
            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.gbxChoise);
            this.Controls.Add(this.ucResponsePara);
            this.Controls.Add(this.ucKeypadPara);
            this.Name = "PanelGradeCount";
            this.Size = new System.Drawing.Size(210, 366);
            this.Load += new System.EventHandler(this.PanelGradeCount_Load);
            this.gbxChoise.ResumeLayout(false);
            this.gbxChoise.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudOptionCount)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private SunVoteARSPPT.UcResponsePara ucResponsePara;
        public System.Windows.Forms.GroupBox gbxChoise;
        public System.Windows.Forms.NumericUpDown nudOptionCount;
        public System.Windows.Forms.Label lblChoiseOption;
        private System.Windows.Forms.Button btnOptionText;
        public UcKeypadPara ucKeypadPara;
    }
}