PanelSlideCompGroup.Designer.cs 7.31 KB
namespace SunVoteARSPPT
{
    partial class PanelSlideCompGroup
    {
        /// <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.cboSlide = new System.Windows.Forms.ComboBox();
            this.lblSlide1 = new System.Windows.Forms.Label();
            this.gbxSet = new System.Windows.Forms.GroupBox();
            this.chkInvert = new System.Windows.Forms.CheckBox();
            this.cboChartType = new System.Windows.Forms.ComboBox();
            this.cboGroup = new System.Windows.Forms.ComboBox();
            this.lblSlide2 = new System.Windows.Forms.Label();
            this.gbxSet.SuspendLayout();
            this.SuspendLayout();
            // 
            // cboSlide
            // 
            this.cboSlide.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.cboSlide.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboSlide.FormattingEnabled = true;
            this.cboSlide.Items.AddRange(new object[] {
            "按OK提交",
            "自动提交"});
            this.cboSlide.Location = new System.Drawing.Point(3, 38);
            this.cboSlide.Name = "cboSlide";
            this.cboSlide.Size = new System.Drawing.Size(204, 20);
            this.cboSlide.TabIndex = 8;
            this.cboSlide.SelectedIndexChanged += new System.EventHandler(this.cboSlide_SelectedIndexChanged);
            // 
            // lblSlide1
            // 
            this.lblSlide1.AutoSize = true;
            this.lblSlide1.Location = new System.Drawing.Point(3, 23);
            this.lblSlide1.Name = "lblSlide1";
            this.lblSlide1.Size = new System.Drawing.Size(71, 12);
            this.lblSlide1.TabIndex = 9;
            this.lblSlide1.Text = "对比幻灯片1";
            // 
            // gbxSet
            // 
            this.gbxSet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.gbxSet.Controls.Add(this.chkInvert);
            this.gbxSet.Controls.Add(this.cboChartType);
            this.gbxSet.Controls.Add(this.cboGroup);
            this.gbxSet.Controls.Add(this.lblSlide2);
            this.gbxSet.Controls.Add(this.cboSlide);
            this.gbxSet.Controls.Add(this.lblSlide1);
            this.gbxSet.Location = new System.Drawing.Point(0, 0);
            this.gbxSet.Name = "gbxSet";
            this.gbxSet.Size = new System.Drawing.Size(209, 185);
            this.gbxSet.TabIndex = 10;
            this.gbxSet.TabStop = false;
            this.gbxSet.Text = "对比分析";
            // 
            // chkInvert
            // 
            this.chkInvert.AutoSize = true;
            this.chkInvert.Location = new System.Drawing.Point(8, 115);
            this.chkInvert.Name = "chkInvert";
            this.chkInvert.Size = new System.Drawing.Size(96, 16);
            this.chkInvert.TabIndex = 10;
            this.chkInvert.Text = "反转对比选项";
            this.chkInvert.UseVisualStyleBackColor = true;
            this.chkInvert.CheckedChanged += new System.EventHandler(this.chkInvert_CheckedChanged);
            // 
            // cboChartType
            // 
            this.cboChartType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.cboChartType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboChartType.FormattingEnabled = true;
            this.cboChartType.Items.AddRange(new object[] {
            "使用堆积图",
            "使用100%堆积图",
            "不使用堆积图"});
            this.cboChartType.Location = new System.Drawing.Point(3, 147);
            this.cboChartType.Name = "cboChartType";
            this.cboChartType.Size = new System.Drawing.Size(204, 20);
            this.cboChartType.TabIndex = 8;
            this.cboChartType.SelectedIndexChanged += new System.EventHandler(this.cboChartType_SelectedIndexChanged);
            // 
            // cboGroup
            // 
            this.cboGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.cboGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboGroup.FormattingEnabled = true;
            this.cboGroup.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10"});
            this.cboGroup.Location = new System.Drawing.Point(3, 82);
            this.cboGroup.Name = "cboGroup";
            this.cboGroup.Size = new System.Drawing.Size(204, 20);
            this.cboGroup.TabIndex = 8;
            this.cboGroup.SelectedIndexChanged += new System.EventHandler(this.cboGroup_SelectedIndexChanged);
            // 
            // lblSlide2
            // 
            this.lblSlide2.AutoSize = true;
            this.lblSlide2.Location = new System.Drawing.Point(3, 67);
            this.lblSlide2.Name = "lblSlide2";
            this.lblSlide2.Size = new System.Drawing.Size(71, 12);
            this.lblSlide2.TabIndex = 9;
            this.lblSlide2.Text = "对比幻灯片2";
            // 
            // PanelSlideCompGroup
            // 
            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.gbxSet);
            this.Name = "PanelSlideCompGroup";
            this.Size = new System.Drawing.Size(210, 211);
            this.Load += new System.EventHandler(this.PanelSlideCompChart_Load);
            this.gbxSet.ResumeLayout(false);
            this.gbxSet.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        public System.Windows.Forms.ComboBox cboSlide;
        public System.Windows.Forms.Label lblSlide1;
        public System.Windows.Forms.ComboBox cboGroup;
        public System.Windows.Forms.Label lblSlide2;
        public System.Windows.Forms.GroupBox gbxSet;
        private System.Windows.Forms.CheckBox chkInvert;
        public System.Windows.Forms.ComboBox cboChartType;
    }
}