FrmNewSlide.Designer.cs 10.6 KB
namespace SunVoteARSPPT
{
    partial class FrmNewSlide
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.btnInserSlide = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.grpSlideInfo = new System.Windows.Forms.GroupBox();
            this.txtOption = new System.Windows.Forms.TextBox();
            this.txtTitle = new System.Windows.Forms.TextBox();
            this.lblOption = new System.Windows.Forms.Label();
            this.lblTitle = new System.Windows.Forms.Label();
            this.gbxParameter = new System.Windows.Forms.GroupBox();
            this.panelParameter = new System.Windows.Forms.Panel();
            this.ucChartPara1 = new SunVoteARSPPT.UcChartPara();
            this.panelChoise = new SunVoteARSPPT.PanelChoise();
            this.grpSlideInfo.SuspendLayout();
            this.gbxParameter.SuspendLayout();
            this.panelParameter.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnInserSlide
            // 
            this.btnInserSlide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnInserSlide.Location = new System.Drawing.Point(481, 388);
            this.btnInserSlide.Name = "btnInserSlide";
            this.btnInserSlide.Size = new System.Drawing.Size(116, 23);
            this.btnInserSlide.TabIndex = 2;
            this.btnInserSlide.Text = "插入幻灯片";
            this.btnInserSlide.UseVisualStyleBackColor = true;
            this.btnInserSlide.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(603, 388);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 3;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // grpSlideInfo
            // 
            this.grpSlideInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.grpSlideInfo.Controls.Add(this.txtOption);
            this.grpSlideInfo.Controls.Add(this.txtTitle);
            this.grpSlideInfo.Controls.Add(this.lblOption);
            this.grpSlideInfo.Controls.Add(this.lblTitle);
            this.grpSlideInfo.Location = new System.Drawing.Point(12, 12);
            this.grpSlideInfo.Name = "grpSlideInfo";
            this.grpSlideInfo.Size = new System.Drawing.Size(415, 366);
            this.grpSlideInfo.TabIndex = 10;
            this.grpSlideInfo.TabStop = false;
            this.grpSlideInfo.Text = "反馈内容";
            // 
            // txtOption
            // 
            this.txtOption.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtOption.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtOption.Location = new System.Drawing.Point(15, 167);
            this.txtOption.Multiline = true;
            this.txtOption.Name = "txtOption";
            this.txtOption.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtOption.Size = new System.Drawing.Size(385, 183);
            this.txtOption.TabIndex = 36;
            this.txtOption.Text = "1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7\r\n8\r\n9\r\n10";
            this.txtOption.WordWrap = false;
            // 
            // txtTitle
            // 
            this.txtTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtTitle.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtTitle.Location = new System.Drawing.Point(15, 37);
            this.txtTitle.Multiline = true;
            this.txtTitle.Name = "txtTitle";
            this.txtTitle.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtTitle.Size = new System.Drawing.Size(385, 103);
            this.txtTitle.TabIndex = 35;
            this.txtTitle.Text = "请选择下列选项...\r\n2\r\n3\r\n4\r\n5";
            // 
            // lblOption
            // 
            this.lblOption.AutoSize = true;
            this.lblOption.Location = new System.Drawing.Point(13, 152);
            this.lblOption.Name = "lblOption";
            this.lblOption.Size = new System.Drawing.Size(29, 12);
            this.lblOption.TabIndex = 33;
            this.lblOption.Text = "选项";
            // 
            // lblTitle
            // 
            this.lblTitle.AutoSize = true;
            this.lblTitle.Location = new System.Drawing.Point(13, 22);
            this.lblTitle.Name = "lblTitle";
            this.lblTitle.Size = new System.Drawing.Size(29, 12);
            this.lblTitle.TabIndex = 34;
            this.lblTitle.Text = "标题";
            // 
            // gbxParameter
            // 
            this.gbxParameter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.gbxParameter.Controls.Add(this.panelParameter);
            this.gbxParameter.Location = new System.Drawing.Point(434, 12);
            this.gbxParameter.Name = "gbxParameter";
            this.gbxParameter.Size = new System.Drawing.Size(244, 366);
            this.gbxParameter.TabIndex = 12;
            this.gbxParameter.TabStop = false;
            this.gbxParameter.Text = "参数设置";
            // 
            // panelParameter
            // 
            this.panelParameter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.panelParameter.AutoScroll = true;
            this.panelParameter.Controls.Add(this.ucChartPara1);
            this.panelParameter.Controls.Add(this.panelChoise);
            this.panelParameter.Location = new System.Drawing.Point(2, 14);
            this.panelParameter.Name = "panelParameter";
            this.panelParameter.Size = new System.Drawing.Size(239, 349);
            this.panelParameter.TabIndex = 12;
            // 
            // ucChartPara1
            // 
            this.ucChartPara1.BackColor = System.Drawing.SystemColors.Control;
            this.ucChartPara1.Location = new System.Drawing.Point(1, 487);
            this.ucChartPara1.Name = "ucChartPara1";
            this.ucChartPara1.Size = new System.Drawing.Size(210, 145);
            this.ucChartPara1.TabIndex = 1;
            this.ucChartPara1.TagSet = null;
            // 
            // panelChoise
            // 
            this.panelChoise.BackColor = System.Drawing.SystemColors.Control;
            this.panelChoise.Location = new System.Drawing.Point(1, 1);
            this.panelChoise.Name = "panelChoise";
            this.panelChoise.PanelColor = System.Drawing.SystemColors.Control;
            this.panelChoise.Size = new System.Drawing.Size(221, 480);
            this.panelChoise.TabIndex = 0;
            this.panelChoise.TagSet = null;
            // 
            // FrmNewSlide
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(692, 423);
            this.Controls.Add(this.gbxParameter);
            this.Controls.Add(this.grpSlideInfo);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnInserSlide);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(550, 400);
            this.Name = "FrmNewSlide";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "新建反馈 - 选择";
            this.Load += new System.EventHandler(this.FrmChartSet_Load);
            this.grpSlideInfo.ResumeLayout(false);
            this.grpSlideInfo.PerformLayout();
            this.gbxParameter.ResumeLayout(false);
            this.panelParameter.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnInserSlide;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.GroupBox grpSlideInfo;
        private System.Windows.Forms.TextBox txtOption;
        private System.Windows.Forms.TextBox txtTitle;
        private System.Windows.Forms.Label lblOption;
        private System.Windows.Forms.Label lblTitle;
        private System.Windows.Forms.GroupBox gbxParameter;
        private System.Windows.Forms.Panel panelParameter;
        private PanelChoise panelChoise;
        private UcChartPara ucChartPara1;
    }
}