PanelSlideCompChart.Designer.cs 5.52 KB
namespace SunVoteARSPPT
{
    partial class PanelSlideCompChart
    {
        /// <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.cboSlide1 = new System.Windows.Forms.ComboBox();
            this.lblSlide1 = new System.Windows.Forms.Label();
            this.gbxSet = new System.Windows.Forms.GroupBox();
            this.cboSlide2 = new System.Windows.Forms.ComboBox();
            this.lblSlide2 = new System.Windows.Forms.Label();
            this.gbxSet.SuspendLayout();
            this.SuspendLayout();
            // 
            // cboSlide1
            // 
            this.cboSlide1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.cboSlide1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboSlide1.FormattingEnabled = true;
            this.cboSlide1.Items.AddRange(new object[] {
            "按OK提交",
            "自动提交"});
            this.cboSlide1.Location = new System.Drawing.Point(3, 38);
            this.cboSlide1.Name = "cboSlide1";
            this.cboSlide1.Size = new System.Drawing.Size(205, 20);
            this.cboSlide1.TabIndex = 8;
            this.cboSlide1.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.cboSlide2);
            this.gbxSet.Controls.Add(this.lblSlide2);
            this.gbxSet.Controls.Add(this.cboSlide1);
            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(210, 112);
            this.gbxSet.TabIndex = 10;
            this.gbxSet.TabStop = false;
            this.gbxSet.Text = "对比分析";
            // 
            // cboSlide2
            // 
            this.cboSlide2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.cboSlide2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboSlide2.FormattingEnabled = true;
            this.cboSlide2.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10"});
            this.cboSlide2.Location = new System.Drawing.Point(3, 82);
            this.cboSlide2.Name = "cboSlide2";
            this.cboSlide2.Size = new System.Drawing.Size(205, 20);
            this.cboSlide2.TabIndex = 8;
            this.cboSlide2.SelectedIndexChanged += new System.EventHandler(this.cboSlide_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";
            // 
            // PanelSlideCompChart
            // 
            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 = "PanelSlideCompChart";
            this.Size = new System.Drawing.Size(210, 116);
            this.Load += new System.EventHandler(this.PanelSlideCompChart_Load);
            this.gbxSet.ResumeLayout(false);
            this.gbxSet.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        public System.Windows.Forms.ComboBox cboSlide1;
        public System.Windows.Forms.Label lblSlide1;
        public System.Windows.Forms.ComboBox cboSlide2;
        public System.Windows.Forms.Label lblSlide2;
        public System.Windows.Forms.GroupBox gbxSet;
    }
}