PanelVote.Designer.cs 15.4 KB
namespace SunVoteARSPPT
{
    partial class PanelVote
    {
        /// <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.gbxVote = new System.Windows.Forms.GroupBox();
            this.pnlVoteMode = new System.Windows.Forms.Panel();
            this.rbtItem2 = new System.Windows.Forms.RadioButton();
            this.rbtItem3 = new System.Windows.Forms.RadioButton();
            this.numPassByCount = new System.Windows.Forms.NumericUpDown();
            this.pnlPassMode = new System.Windows.Forms.Panel();
            this.rbtPassMode2 = new System.Windows.Forms.RadioButton();
            this.rbtPassMode1 = new System.Windows.Forms.RadioButton();
            this.rbtPassByCount = new System.Windows.Forms.RadioButton();
            this.rbtPassByRate = new System.Windows.Forms.RadioButton();
            this.cboPassRateMode = new System.Windows.Forms.ComboBox();
            this.lblPassMode = new System.Windows.Forms.Label();
            this.lblPassRate = new System.Windows.Forms.Label();
            this.txtPassByRate = new System.Windows.Forms.TextBox();
            this.lblNoPress = new System.Windows.Forms.Label();
            this.cboNoPress = new System.Windows.Forms.ComboBox();
            this.ucResponsePara = new SunVoteARSPPT.UcResponsePara();
            this.ucKeypadPara = new SunVoteARSPPT.UcKeypadPara();
            this.gbxVote.SuspendLayout();
            this.pnlVoteMode.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numPassByCount)).BeginInit();
            this.pnlPassMode.SuspendLayout();
            this.SuspendLayout();
            // 
            // gbxVote
            // 
            this.gbxVote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.gbxVote.BackColor = System.Drawing.Color.White;
            this.gbxVote.Controls.Add(this.pnlVoteMode);
            this.gbxVote.Controls.Add(this.numPassByCount);
            this.gbxVote.Controls.Add(this.pnlPassMode);
            this.gbxVote.Controls.Add(this.rbtPassByCount);
            this.gbxVote.Controls.Add(this.rbtPassByRate);
            this.gbxVote.Controls.Add(this.cboPassRateMode);
            this.gbxVote.Controls.Add(this.lblPassMode);
            this.gbxVote.Controls.Add(this.lblPassRate);
            this.gbxVote.Controls.Add(this.txtPassByRate);
            this.gbxVote.Controls.Add(this.lblNoPress);
            this.gbxVote.Controls.Add(this.cboNoPress);
            this.gbxVote.Location = new System.Drawing.Point(0, 0);
            this.gbxVote.Name = "gbxVote";
            this.gbxVote.Size = new System.Drawing.Size(210, 235);
            this.gbxVote.TabIndex = 13;
            this.gbxVote.TabStop = false;
            this.gbxVote.Text = "表决模式";
            this.gbxVote.Resize += new System.EventHandler(this.gbxVote_Resize);
            // 
            // pnlVoteMode
            // 
            this.pnlVoteMode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.pnlVoteMode.Controls.Add(this.rbtItem2);
            this.pnlVoteMode.Controls.Add(this.rbtItem3);
            this.pnlVoteMode.Location = new System.Drawing.Point(2, 18);
            this.pnlVoteMode.Name = "pnlVoteMode";
            this.pnlVoteMode.Size = new System.Drawing.Size(206, 49);
            this.pnlVoteMode.TabIndex = 48;
            // 
            // rbtItem2
            // 
            this.rbtItem2.AutoSize = true;
            this.rbtItem2.Location = new System.Drawing.Point(3, 28);
            this.rbtItem2.Name = "rbtItem2";
            this.rbtItem2.Size = new System.Drawing.Size(77, 16);
            this.rbtItem2.TabIndex = 34;
            this.rbtItem2.Text = "赞成/反对";
            this.rbtItem2.UseVisualStyleBackColor = true;
            this.rbtItem2.CheckedChanged += new System.EventHandler(this.rbtItem2_CheckedChanged);
            // 
            // rbtItem3
            // 
            this.rbtItem3.AutoSize = true;
            this.rbtItem3.Checked = true;
            this.rbtItem3.Location = new System.Drawing.Point(3, 3);
            this.rbtItem3.Name = "rbtItem3";
            this.rbtItem3.Size = new System.Drawing.Size(107, 16);
            this.rbtItem3.TabIndex = 34;
            this.rbtItem3.TabStop = true;
            this.rbtItem3.Text = "赞成/反对/弃权";
            this.rbtItem3.UseVisualStyleBackColor = true;
            this.rbtItem3.CheckedChanged += new System.EventHandler(this.rbtItem3_CheckedChanged);
            // 
            // numPassByCount
            // 
            this.numPassByCount.Location = new System.Drawing.Point(112, 200);
            this.numPassByCount.Maximum = new decimal(new int[] {
            999999999,
            0,
            0,
            0});
            this.numPassByCount.Name = "numPassByCount";
            this.numPassByCount.Size = new System.Drawing.Size(95, 21);
            this.numPassByCount.TabIndex = 47;
            this.numPassByCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.numPassByCount.ValueChanged += new System.EventHandler(this.numPassByCount_ValueChanged);
            // 
            // pnlPassMode
            // 
            this.pnlPassMode.Controls.Add(this.rbtPassMode2);
            this.pnlPassMode.Controls.Add(this.rbtPassMode1);
            this.pnlPassMode.Location = new System.Drawing.Point(112, 103);
            this.pnlPassMode.Name = "pnlPassMode";
            this.pnlPassMode.Size = new System.Drawing.Size(95, 26);
            this.pnlPassMode.TabIndex = 46;
            // 
            // rbtPassMode2
            // 
            this.rbtPassMode2.AutoSize = true;
            this.rbtPassMode2.Location = new System.Drawing.Point(58, 5);
            this.rbtPassMode2.Name = "rbtPassMode2";
            this.rbtPassMode2.Size = new System.Drawing.Size(29, 16);
            this.rbtPassMode2.TabIndex = 45;
            this.rbtPassMode2.Text = ">";
            this.rbtPassMode2.UseVisualStyleBackColor = true;
            this.rbtPassMode2.CheckedChanged += new System.EventHandler(this.rbtPassMode2_CheckedChanged);
            // 
            // rbtPassMode1
            // 
            this.rbtPassMode1.AutoSize = true;
            this.rbtPassMode1.Checked = true;
            this.rbtPassMode1.Location = new System.Drawing.Point(3, 5);
            this.rbtPassMode1.Name = "rbtPassMode1";
            this.rbtPassMode1.Size = new System.Drawing.Size(35, 16);
            this.rbtPassMode1.TabIndex = 44;
            this.rbtPassMode1.TabStop = true;
            this.rbtPassMode1.Text = ">=";
            this.rbtPassMode1.UseVisualStyleBackColor = true;
            this.rbtPassMode1.CheckedChanged += new System.EventHandler(this.rbtPassMode1_CheckedChanged);
            // 
            // rbtPassByCount
            // 
            this.rbtPassByCount.AutoSize = true;
            this.rbtPassByCount.Location = new System.Drawing.Point(3, 200);
            this.rbtPassByCount.Name = "rbtPassByCount";
            this.rbtPassByCount.Size = new System.Drawing.Size(71, 16);
            this.rbtPassByCount.TabIndex = 44;
            this.rbtPassByCount.Text = "按绝对值";
            this.rbtPassByCount.UseVisualStyleBackColor = true;
            this.rbtPassByCount.CheckedChanged += new System.EventHandler(this.rbtPassByCount_CheckedChanged);
            // 
            // rbtPassByRate
            // 
            this.rbtPassByRate.AutoSize = true;
            this.rbtPassByRate.Checked = true;
            this.rbtPassByRate.Location = new System.Drawing.Point(3, 140);
            this.rbtPassByRate.Name = "rbtPassByRate";
            this.rbtPassByRate.Size = new System.Drawing.Size(71, 16);
            this.rbtPassByRate.TabIndex = 44;
            this.rbtPassByRate.TabStop = true;
            this.rbtPassByRate.Text = "按通过率";
            this.rbtPassByRate.UseVisualStyleBackColor = true;
            this.rbtPassByRate.CheckedChanged += new System.EventHandler(this.rbtPassByRate_CheckedChanged);
            // 
            // cboPassRateMode
            // 
            this.cboPassRateMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboPassRateMode.FormattingEnabled = true;
            this.cboPassRateMode.Items.AddRange(new object[] {
            "按参与人数",
            "按提交人数",
            "按Yes+No"});
            this.cboPassRateMode.Location = new System.Drawing.Point(112, 165);
            this.cboPassRateMode.Name = "cboPassRateMode";
            this.cboPassRateMode.Size = new System.Drawing.Size(95, 20);
            this.cboPassRateMode.TabIndex = 38;
            this.cboPassRateMode.SelectedIndexChanged += new System.EventHandler(this.cboPassRateMode_SelectedIndexChanged);
            // 
            // lblPassMode
            // 
            this.lblPassMode.AutoSize = true;
            this.lblPassMode.Location = new System.Drawing.Point(3, 110);
            this.lblPassMode.Name = "lblPassMode";
            this.lblPassMode.Size = new System.Drawing.Size(77, 12);
            this.lblPassMode.TabIndex = 36;
            this.lblPassMode.Text = "结果判断模式";
            this.lblPassMode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblPassRate
            // 
            this.lblPassRate.AutoSize = true;
            this.lblPassRate.Location = new System.Drawing.Point(3, 168);
            this.lblPassRate.Name = "lblPassRate";
            this.lblPassRate.Size = new System.Drawing.Size(53, 12);
            this.lblPassRate.TabIndex = 39;
            this.lblPassRate.Text = "比率统计";
            // 
            // txtPassByRate
            // 
            this.txtPassByRate.Location = new System.Drawing.Point(112, 139);
            this.txtPassByRate.Name = "txtPassByRate";
            this.txtPassByRate.Size = new System.Drawing.Size(95, 21);
            this.txtPassByRate.TabIndex = 37;
            this.txtPassByRate.Text = "1/2";
            this.txtPassByRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtPassByRate.TextChanged += new System.EventHandler(this.txtPassByRate_TextChanged);
            // 
            // lblNoPress
            // 
            this.lblNoPress.AutoSize = true;
            this.lblNoPress.Location = new System.Drawing.Point(3, 80);
            this.lblNoPress.Name = "lblNoPress";
            this.lblNoPress.Size = new System.Drawing.Size(53, 12);
            this.lblNoPress.TabIndex = 36;
            this.lblNoPress.Text = "未按处理";
            // 
            // cboNoPress
            // 
            this.cboNoPress.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboNoPress.FormattingEnabled = true;
            this.cboNoPress.Items.AddRange(new object[] {
            "未按",
            "赞成",
            "反对",
            "弃权"});
            this.cboNoPress.Location = new System.Drawing.Point(112, 77);
            this.cboNoPress.Name = "cboNoPress";
            this.cboNoPress.Size = new System.Drawing.Size(95, 20);
            this.cboNoPress.TabIndex = 35;
            this.cboNoPress.SelectedIndexChanged += new System.EventHandler(this.cboNoPress_SelectedIndexChanged);
            // 
            // 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, 241);
            this.ucResponsePara.Name = "ucResponsePara";
            this.ucResponsePara.Size = new System.Drawing.Size(210, 148);
            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, 395);
            this.ucKeypadPara.Name = "ucKeypadPara";
            this.ucKeypadPara.Size = new System.Drawing.Size(210, 116);
            this.ucKeypadPara.TabIndex = 11;
            this.ucKeypadPara.TagSet = null;
            // 
            // PanelVote
            // 
            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.gbxVote);
            this.Controls.Add(this.ucResponsePara);
            this.Controls.Add(this.ucKeypadPara);
            this.Name = "PanelVote";
            this.Size = new System.Drawing.Size(210, 610);
            this.Load += new System.EventHandler(this.PanelVote_Load);
            this.gbxVote.ResumeLayout(false);
            this.gbxVote.PerformLayout();
            this.pnlVoteMode.ResumeLayout(false);
            this.pnlVoteMode.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numPassByCount)).EndInit();
            this.pnlPassMode.ResumeLayout(false);
            this.pnlPassMode.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private SunVoteARSPPT.UcResponsePara ucResponsePara;
        public System.Windows.Forms.GroupBox gbxVote;
        private System.Windows.Forms.RadioButton rbtItem2;
        private System.Windows.Forms.RadioButton rbtItem3;
        public UcKeypadPara ucKeypadPara;
        public System.Windows.Forms.Label lblNoPress;
        public System.Windows.Forms.ComboBox cboNoPress;
        private System.Windows.Forms.TextBox txtPassByRate;
        private System.Windows.Forms.Label lblPassRate;
        private System.Windows.Forms.RadioButton rbtPassMode2;
        private System.Windows.Forms.RadioButton rbtPassMode1;
        public System.Windows.Forms.Label lblPassMode;
        private System.Windows.Forms.NumericUpDown numPassByCount;
        private System.Windows.Forms.Panel pnlPassMode;
        private System.Windows.Forms.RadioButton rbtPassByCount;
        private System.Windows.Forms.RadioButton rbtPassByRate;
        private System.Windows.Forms.ComboBox cboPassRateMode;
        private System.Windows.Forms.Panel pnlVoteMode;
    }
}