FrmAnalyzeSlide.Designer.cs 20.6 KB
namespace SunVoteARSPPT
{
    partial class FrmAnalyzeSlide
    {
        /// <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()
        {
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("1");
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("2");
            System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("3");
            this.pnlFill = new System.Windows.Forms.Panel();
            this.gbxChartLabel = new System.Windows.Forms.GroupBox();
            this.rbtChartDataLabel4 = new System.Windows.Forms.RadioButton();
            this.rbtChartDataLabel2 = new System.Windows.Forms.RadioButton();
            this.rbtChartDataLabel3 = new System.Windows.Forms.RadioButton();
            this.rbtChartDataLabel1 = new System.Windows.Forms.RadioButton();
            this.pnlChart = new System.Windows.Forms.Panel();
            this.btnInvert = new System.Windows.Forms.Button();
            this.MSChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.chkSelectAllSlide = new System.Windows.Forms.CheckBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.rbtChartType3D3 = new System.Windows.Forms.RadioButton();
            this.rbtChartType3D2 = new System.Windows.Forms.RadioButton();
            this.rbtChartType3 = new System.Windows.Forms.RadioButton();
            this.rbtChartType2 = new System.Windows.Forms.RadioButton();
            this.btnShowFull = new System.Windows.Forms.Button();
            this.lblInfo = new System.Windows.Forms.Label();
            this.btnClose = new System.Windows.Forms.Button();
            this.lvwSlide = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.lblSlide = new System.Windows.Forms.Label();
            this.pnlFill.SuspendLayout();
            this.gbxChartLabel.SuspendLayout();
            this.pnlChart.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.MSChart)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // pnlFill
            // 
            this.pnlFill.Controls.Add(this.gbxChartLabel);
            this.pnlFill.Controls.Add(this.pnlChart);
            this.pnlFill.Controls.Add(this.chkSelectAllSlide);
            this.pnlFill.Controls.Add(this.groupBox1);
            this.pnlFill.Controls.Add(this.btnShowFull);
            this.pnlFill.Controls.Add(this.lblInfo);
            this.pnlFill.Controls.Add(this.btnClose);
            this.pnlFill.Controls.Add(this.lvwSlide);
            this.pnlFill.Controls.Add(this.lblSlide);
            this.pnlFill.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlFill.Location = new System.Drawing.Point(0, 0);
            this.pnlFill.Name = "pnlFill";
            this.pnlFill.Size = new System.Drawing.Size(792, 573);
            this.pnlFill.TabIndex = 55;
            // 
            // gbxChartLabel
            // 
            this.gbxChartLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.gbxChartLabel.Controls.Add(this.rbtChartDataLabel4);
            this.gbxChartLabel.Controls.Add(this.rbtChartDataLabel2);
            this.gbxChartLabel.Controls.Add(this.rbtChartDataLabel3);
            this.gbxChartLabel.Controls.Add(this.rbtChartDataLabel1);
            this.gbxChartLabel.Location = new System.Drawing.Point(550, 384);
            this.gbxChartLabel.Name = "gbxChartLabel";
            this.gbxChartLabel.Size = new System.Drawing.Size(230, 70);
            this.gbxChartLabel.TabIndex = 60;
            this.gbxChartLabel.TabStop = false;
            this.gbxChartLabel.Text = "图表标签";
            // 
            // rbtChartDataLabel4
            // 
            this.rbtChartDataLabel4.AutoSize = true;
            this.rbtChartDataLabel4.Location = new System.Drawing.Point(109, 42);
            this.rbtChartDataLabel4.Name = "rbtChartDataLabel4";
            this.rbtChartDataLabel4.Size = new System.Drawing.Size(59, 16);
            this.rbtChartDataLabel4.TabIndex = 0;
            this.rbtChartDataLabel4.Tag = "ltNone";
            this.rbtChartDataLabel4.Text = "不显示";
            this.rbtChartDataLabel4.UseVisualStyleBackColor = true;
            this.rbtChartDataLabel4.CheckedChanged += new System.EventHandler(this.rbtChartDataLabel_CheckedChanged);
            // 
            // rbtChartDataLabel2
            // 
            this.rbtChartDataLabel2.AutoSize = true;
            this.rbtChartDataLabel2.Location = new System.Drawing.Point(9, 42);
            this.rbtChartDataLabel2.Name = "rbtChartDataLabel2";
            this.rbtChartDataLabel2.Size = new System.Drawing.Size(59, 16);
            this.rbtChartDataLabel2.TabIndex = 0;
            this.rbtChartDataLabel2.Tag = "ltPercent";
            this.rbtChartDataLabel2.Text = "百分比";
            this.rbtChartDataLabel2.UseVisualStyleBackColor = true;
            this.rbtChartDataLabel2.CheckedChanged += new System.EventHandler(this.rbtChartDataLabel_CheckedChanged);
            // 
            // rbtChartDataLabel3
            // 
            this.rbtChartDataLabel3.AutoSize = true;
            this.rbtChartDataLabel3.Location = new System.Drawing.Point(109, 20);
            this.rbtChartDataLabel3.Name = "rbtChartDataLabel3";
            this.rbtChartDataLabel3.Size = new System.Drawing.Size(95, 16);
            this.rbtChartDataLabel3.TabIndex = 0;
            this.rbtChartDataLabel3.Tag = "ltNumberValueAndPercent";
            this.rbtChartDataLabel3.Text = "数值,百分比";
            this.rbtChartDataLabel3.UseVisualStyleBackColor = true;
            this.rbtChartDataLabel3.CheckedChanged += new System.EventHandler(this.rbtChartDataLabel_CheckedChanged);
            // 
            // rbtChartDataLabel1
            // 
            this.rbtChartDataLabel1.AutoSize = true;
            this.rbtChartDataLabel1.Checked = true;
            this.rbtChartDataLabel1.Location = new System.Drawing.Point(9, 20);
            this.rbtChartDataLabel1.Name = "rbtChartDataLabel1";
            this.rbtChartDataLabel1.Size = new System.Drawing.Size(47, 16);
            this.rbtChartDataLabel1.TabIndex = 0;
            this.rbtChartDataLabel1.TabStop = true;
            this.rbtChartDataLabel1.Tag = "ltNumberValue";
            this.rbtChartDataLabel1.Text = "数值";
            this.rbtChartDataLabel1.UseVisualStyleBackColor = true;
            this.rbtChartDataLabel1.CheckedChanged += new System.EventHandler(this.rbtChartDataLabel_CheckedChanged);
            // 
            // pnlChart
            // 
            this.pnlChart.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.pnlChart.BackColor = System.Drawing.Color.White;
            this.pnlChart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlChart.Controls.Add(this.btnInvert);
            this.pnlChart.Controls.Add(this.MSChart);
            this.pnlChart.Location = new System.Drawing.Point(12, 10);
            this.pnlChart.Name = "pnlChart";
            this.pnlChart.Size = new System.Drawing.Size(530, 543);
            this.pnlChart.TabIndex = 63;
            this.pnlChart.DoubleClick += new System.EventHandler(this.pnlChart_DoubleClick);
            // 
            // btnInvert
            // 
            this.btnInvert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnInvert.AutoSize = true;
            this.btnInvert.Location = new System.Drawing.Point(407, 519);
            this.btnInvert.Name = "btnInvert";
            this.btnInvert.Size = new System.Drawing.Size(122, 23);
            this.btnInvert.TabIndex = 54;
            this.btnInvert.Text = "反转对比选项";
            this.btnInvert.UseVisualStyleBackColor = true;
            // 
            // MSChart
            // 
            this.MSChart.Enabled = false;
            this.MSChart.Location = new System.Drawing.Point(43, 37);
            this.MSChart.Name = "MSChart";
            series1.Name = "Series1";
            this.MSChart.Series.Add(series1);
            this.MSChart.Size = new System.Drawing.Size(370, 289);
            this.MSChart.TabIndex = 53;
            this.MSChart.Text = "chart1";
            // 
            // chkSelectAllSlide
            // 
            this.chkSelectAllSlide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chkSelectAllSlide.AutoSize = true;
            this.chkSelectAllSlide.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkSelectAllSlide.Location = new System.Drawing.Point(559, 29);
            this.chkSelectAllSlide.Name = "chkSelectAllSlide";
            this.chkSelectAllSlide.Size = new System.Drawing.Size(12, 11);
            this.chkSelectAllSlide.TabIndex = 62;
            this.chkSelectAllSlide.UseVisualStyleBackColor = true;
            this.chkSelectAllSlide.CheckedChanged += new System.EventHandler(this.chkSelectAllSlide_CheckedChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.rbtChartType3D3);
            this.groupBox1.Controls.Add(this.rbtChartType3D2);
            this.groupBox1.Controls.Add(this.rbtChartType3);
            this.groupBox1.Controls.Add(this.rbtChartType2);
            this.groupBox1.Location = new System.Drawing.Point(550, 460);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(230, 70);
            this.groupBox1.TabIndex = 59;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "图表样式";
            // 
            // rbtChartType3D3
            // 
            this.rbtChartType3D3.AutoSize = true;
            this.rbtChartType3D3.Location = new System.Drawing.Point(109, 42);
            this.rbtChartType3D3.Name = "rbtChartType3D3";
            this.rbtChartType3D3.Size = new System.Drawing.Size(95, 16);
            this.rbtChartType3D3.TabIndex = 0;
            this.rbtChartType3D3.Tag = "ctBarBox";
            this.rbtChartType3D3.Text = "3D水平柱状图";
            this.rbtChartType3D3.UseVisualStyleBackColor = true;
            this.rbtChartType3D3.CheckedChanged += new System.EventHandler(this.rbtChartType_CheckedChanged);
            // 
            // rbtChartType3D2
            // 
            this.rbtChartType3D2.AutoSize = true;
            this.rbtChartType3D2.Location = new System.Drawing.Point(109, 20);
            this.rbtChartType3D2.Name = "rbtChartType3D2";
            this.rbtChartType3D2.Size = new System.Drawing.Size(95, 16);
            this.rbtChartType3D2.TabIndex = 0;
            this.rbtChartType3D2.Tag = "ctColumnBox";
            this.rbtChartType3D2.Text = "3D垂直柱状图";
            this.rbtChartType3D2.UseVisualStyleBackColor = true;
            this.rbtChartType3D2.CheckedChanged += new System.EventHandler(this.rbtChartType_CheckedChanged);
            // 
            // rbtChartType3
            // 
            this.rbtChartType3.AutoSize = true;
            this.rbtChartType3.Checked = true;
            this.rbtChartType3.Location = new System.Drawing.Point(9, 42);
            this.rbtChartType3.Name = "rbtChartType3";
            this.rbtChartType3.Size = new System.Drawing.Size(83, 16);
            this.rbtChartType3.TabIndex = 0;
            this.rbtChartType3.TabStop = true;
            this.rbtChartType3.Tag = "ctBarBox";
            this.rbtChartType3.Text = "水平柱状图";
            this.rbtChartType3.UseVisualStyleBackColor = true;
            this.rbtChartType3.CheckedChanged += new System.EventHandler(this.rbtChartType_CheckedChanged);
            // 
            // rbtChartType2
            // 
            this.rbtChartType2.AutoSize = true;
            this.rbtChartType2.Location = new System.Drawing.Point(9, 20);
            this.rbtChartType2.Name = "rbtChartType2";
            this.rbtChartType2.Size = new System.Drawing.Size(83, 16);
            this.rbtChartType2.TabIndex = 0;
            this.rbtChartType2.Tag = "ctColumnBox";
            this.rbtChartType2.Text = "垂直柱状图";
            this.rbtChartType2.UseVisualStyleBackColor = true;
            this.rbtChartType2.CheckedChanged += new System.EventHandler(this.rbtChartType_CheckedChanged);
            // 
            // btnShowFull
            // 
            this.btnShowFull.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnShowFull.AutoSize = true;
            this.btnShowFull.Location = new System.Drawing.Point(550, 556);
            this.btnShowFull.Name = "btnShowFull";
            this.btnShowFull.Size = new System.Drawing.Size(138, 23);
            this.btnShowFull.TabIndex = 58;
            this.btnShowFull.Text = "全屏显示(双击图表)";
            this.btnShowFull.UseVisualStyleBackColor = true;
            this.btnShowFull.Visible = false;
            // 
            // lblInfo
            // 
            this.lblInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblInfo.AutoSize = true;
            this.lblInfo.Location = new System.Drawing.Point(12, 556);
            this.lblInfo.Name = "lblInfo";
            this.lblInfo.Size = new System.Drawing.Size(137, 12);
            this.lblInfo.TabIndex = 61;
            this.lblInfo.Text = "说明:双击图表全屏显示";
            // 
            // btnClose
            // 
            this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnClose.AutoSize = true;
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnClose.Location = new System.Drawing.Point(705, 538);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(75, 23);
            this.btnClose.TabIndex = 56;
            this.btnClose.Text = "退出";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // lvwSlide
            // 
            this.lvwSlide.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lvwSlide.CheckBoxes = true;
            this.lvwSlide.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader5});
            this.lvwSlide.FullRowSelect = true;
            this.lvwSlide.HideSelection = false;
            listViewItem1.StateImageIndex = 0;
            listViewItem2.StateImageIndex = 0;
            listViewItem3.StateImageIndex = 0;
            this.lvwSlide.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3});
            this.lvwSlide.Location = new System.Drawing.Point(550, 25);
            this.lvwSlide.Name = "lvwSlide";
            this.lvwSlide.Size = new System.Drawing.Size(230, 353);
            this.lvwSlide.TabIndex = 55;
            this.lvwSlide.UseCompatibleStateImageBehavior = false;
            this.lvwSlide.View = System.Windows.Forms.View.Details;
            this.lvwSlide.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvwSlide_ItemChecked);
            this.lvwSlide.SelectedIndexChanged += new System.EventHandler(this.lvwSlide_SelectedIndexChanged);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "";
            this.columnHeader1.Width = 41;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "反馈内容";
            this.columnHeader5.Width = 166;
            // 
            // lblSlide
            // 
            this.lblSlide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblSlide.AutoSize = true;
            this.lblSlide.Location = new System.Drawing.Point(548, 10);
            this.lblSlide.Name = "lblSlide";
            this.lblSlide.Size = new System.Drawing.Size(89, 12);
            this.lblSlide.TabIndex = 57;
            this.lblSlide.Text = "请选择两个题目";
            // 
            // FrmAnalyzeSlide
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.ClientSize = new System.Drawing.Size(792, 573);
            this.Controls.Add(this.pnlFill);
            this.KeyPreview = true;
            this.Name = "FrmAnalyzeSlide";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "多题分项对比/二题交叉对比";
            this.Load += new System.EventHandler(this.FrmAnalyzeSlide_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmAnalyzeSlide_KeyDown);
            this.pnlFill.ResumeLayout(false);
            this.pnlFill.PerformLayout();
            this.gbxChartLabel.ResumeLayout(false);
            this.gbxChartLabel.PerformLayout();
            this.pnlChart.ResumeLayout(false);
            this.pnlChart.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.MSChart)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel pnlFill;
        private System.Windows.Forms.GroupBox gbxChartLabel;
        private System.Windows.Forms.RadioButton rbtChartDataLabel4;
        private System.Windows.Forms.RadioButton rbtChartDataLabel2;
        private System.Windows.Forms.RadioButton rbtChartDataLabel3;
        private System.Windows.Forms.RadioButton rbtChartDataLabel1;
        private System.Windows.Forms.Panel pnlChart;
        private System.Windows.Forms.Button btnInvert;
        private System.Windows.Forms.DataVisualization.Charting.Chart MSChart;
        private System.Windows.Forms.CheckBox chkSelectAllSlide;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.RadioButton rbtChartType3D3;
        private System.Windows.Forms.RadioButton rbtChartType3D2;
        private System.Windows.Forms.RadioButton rbtChartType3;
        private System.Windows.Forms.RadioButton rbtChartType2;
        private System.Windows.Forms.Button btnShowFull;
        private System.Windows.Forms.Label lblInfo;
        private System.Windows.Forms.Button btnClose;
        private System.Windows.Forms.ListView lvwSlide;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.ColumnHeader columnHeader5;
        private System.Windows.Forms.Label lblSlide;



    }
}