namespace SunVoteARSPPT
{
partial class FrmAnalyzeRateOption
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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(new string[] {
"1",
""}, -1);
System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("2");
System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("3");
System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
"1",
""}, -1);
System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("2");
System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("3");
this.pnlFill = new System.Windows.Forms.Panel();
this.chkSelectAllOptionRate = new System.Windows.Forms.CheckBox();
this.btnClose = new System.Windows.Forms.Button();
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.MSChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.txtTopicInfo = new System.Windows.Forms.TextBox();
this.btnShowFull = new System.Windows.Forms.Button();
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.rbtChartType3D1 = new System.Windows.Forms.RadioButton();
this.rbtChartType2 = new System.Windows.Forms.RadioButton();
this.rbtChartType1 = new System.Windows.Forms.RadioButton();
this.lvwSlide = new System.Windows.Forms.ListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.lblInfo = new System.Windows.Forms.Label();
this.lvwOptionRate = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
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.chkSelectAllOptionRate);
this.pnlFill.Controls.Add(this.btnClose);
this.pnlFill.Controls.Add(this.gbxChartLabel);
this.pnlFill.Controls.Add(this.pnlChart);
this.pnlFill.Controls.Add(this.txtTopicInfo);
this.pnlFill.Controls.Add(this.btnShowFull);
this.pnlFill.Controls.Add(this.groupBox1);
this.pnlFill.Controls.Add(this.lvwSlide);
this.pnlFill.Controls.Add(this.lblInfo);
this.pnlFill.Controls.Add(this.lvwOptionRate);
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 = 57;
//
// chkSelectAllOptionRate
//
this.chkSelectAllOptionRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.chkSelectAllOptionRate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.chkSelectAllOptionRate.Location = new System.Drawing.Point(559, 203);
this.chkSelectAllOptionRate.Name = "chkSelectAllOptionRate";
this.chkSelectAllOptionRate.Size = new System.Drawing.Size(12, 12);
this.chkSelectAllOptionRate.TabIndex = 60;
this.chkSelectAllOptionRate.UseVisualStyleBackColor = true;
this.chkSelectAllOptionRate.CheckedChanged += new System.EventHandler(this.chkSelectAllOptionRate_CheckedChanged);
//
// 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 = 57;
this.btnClose.Text = "退出";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// 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, 363);
this.gbxChartLabel.Name = "gbxChartLabel";
this.gbxChartLabel.Size = new System.Drawing.Size(230, 70);
this.gbxChartLabel.TabIndex = 61;
this.gbxChartLabel.TabStop = false;
this.gbxChartLabel.Text = "图表标签";
//
// rbtChartDataLabel4
//
this.rbtChartDataLabel4.AutoSize = true;
this.rbtChartDataLabel4.Location = new System.Drawing.Point(112, 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(112, 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.MSChart);
this.pnlChart.Location = new System.Drawing.Point(12, 9);
this.pnlChart.Name = "pnlChart";
this.pnlChart.Size = new System.Drawing.Size(529, 424);
this.pnlChart.TabIndex = 66;
this.pnlChart.DoubleClick += new System.EventHandler(this.pnlChart_DoubleClick);
//
// 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(258, 215);
this.MSChart.TabIndex = 53;
this.MSChart.Text = "chart1";
//
// txtTopicInfo
//
this.txtTopicInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtTopicInfo.BackColor = System.Drawing.SystemColors.Control;
this.txtTopicInfo.Location = new System.Drawing.Point(12, 439);
this.txtTopicInfo.Multiline = true;
this.txtTopicInfo.Name = "txtTopicInfo";
this.txtTopicInfo.ReadOnly = true;
this.txtTopicInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtTopicInfo.Size = new System.Drawing.Size(529, 115);
this.txtTopicInfo.TabIndex = 65;
//
// 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, 555);
this.btnShowFull.Name = "btnShowFull";
this.btnShowFull.Size = new System.Drawing.Size(138, 23);
this.btnShowFull.TabIndex = 64;
this.btnShowFull.Text = "全屏显示(双击图表)";
this.btnShowFull.UseVisualStyleBackColor = true;
this.btnShowFull.Visible = false;
this.btnShowFull.Click += new System.EventHandler(this.btnShowFull_Click);
//
// 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.rbtChartType3D1);
this.groupBox1.Controls.Add(this.rbtChartType2);
this.groupBox1.Controls.Add(this.rbtChartType1);
this.groupBox1.Location = new System.Drawing.Point(550, 439);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(230, 90);
this.groupBox1.TabIndex = 62;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "图表样式";
//
// rbtChartType3D3
//
this.rbtChartType3D3.AutoSize = true;
this.rbtChartType3D3.Location = new System.Drawing.Point(112, 61);
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(112, 39);
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.Location = new System.Drawing.Point(9, 64);
this.rbtChartType3.Name = "rbtChartType3";
this.rbtChartType3.Size = new System.Drawing.Size(83, 16);
this.rbtChartType3.TabIndex = 0;
this.rbtChartType3.Tag = "ctBarBox";
this.rbtChartType3.Text = "水平柱状图";
this.rbtChartType3.UseVisualStyleBackColor = true;
this.rbtChartType3.CheckedChanged += new System.EventHandler(this.rbtChartType_CheckedChanged);
//
// rbtChartType3D1
//
this.rbtChartType3D1.AutoSize = true;
this.rbtChartType3D1.Location = new System.Drawing.Point(112, 17);
this.rbtChartType3D1.Name = "rbtChartType3D1";
this.rbtChartType3D1.Size = new System.Drawing.Size(59, 16);
this.rbtChartType3D1.TabIndex = 0;
this.rbtChartType3D1.Tag = "ctPie";
this.rbtChartType3D1.Text = "3D饼图";
this.rbtChartType3D1.UseVisualStyleBackColor = true;
this.rbtChartType3D1.CheckedChanged += new System.EventHandler(this.rbtChartType_CheckedChanged);
//
// rbtChartType2
//
this.rbtChartType2.AutoSize = true;
this.rbtChartType2.Location = new System.Drawing.Point(9, 42);
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);
//
// rbtChartType1
//
this.rbtChartType1.AutoSize = true;
this.rbtChartType1.Checked = true;
this.rbtChartType1.Location = new System.Drawing.Point(9, 20);
this.rbtChartType1.Name = "rbtChartType1";
this.rbtChartType1.Size = new System.Drawing.Size(47, 16);
this.rbtChartType1.TabIndex = 0;
this.rbtChartType1.TabStop = true;
this.rbtChartType1.Tag = "ctPie";
this.rbtChartType1.Text = "饼图";
this.rbtChartType1.UseVisualStyleBackColor = true;
this.rbtChartType1.CheckedChanged += new System.EventHandler(this.rbtChartType_CheckedChanged);
//
// 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.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2,
this.columnHeader3});
this.lvwSlide.FullRowSelect = true;
this.lvwSlide.HideSelection = false;
listViewItem1.StateImageIndex = 0;
this.lvwSlide.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
listViewItem1,
listViewItem2,
listViewItem3});
this.lvwSlide.Location = new System.Drawing.Point(550, 9);
this.lvwSlide.MultiSelect = false;
this.lvwSlide.Name = "lvwSlide";
this.lvwSlide.Size = new System.Drawing.Size(230, 184);
this.lvwSlide.TabIndex = 58;
this.lvwSlide.UseCompatibleStateImageBehavior = false;
this.lvwSlide.View = System.Windows.Forms.View.Details;
this.lvwSlide.SelectedIndexChanged += new System.EventHandler(this.lvwSlide_SelectedIndexChanged);
//
// columnHeader2
//
this.columnHeader2.Text = "编号";
this.columnHeader2.Width = 50;
//
// columnHeader3
//
this.columnHeader3.Text = "反馈题目";
this.columnHeader3.Width = 137;
//
// 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, 557);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(137, 12);
this.lblInfo.TabIndex = 63;
this.lblInfo.Text = "说明:双击图表全屏显示";
//
// lvwOptionRate
//
this.lvwOptionRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lvwOptionRate.CheckBoxes = true;
this.lvwOptionRate.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader4});
this.lvwOptionRate.FullRowSelect = true;
this.lvwOptionRate.HideSelection = false;
listViewItem4.StateImageIndex = 0;
listViewItem5.StateImageIndex = 0;
listViewItem6.StateImageIndex = 0;
this.lvwOptionRate.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
listViewItem4,
listViewItem5,
listViewItem6});
this.lvwOptionRate.Location = new System.Drawing.Point(550, 199);
this.lvwOptionRate.MultiSelect = false;
this.lvwOptionRate.Name = "lvwOptionRate";
this.lvwOptionRate.Size = new System.Drawing.Size(230, 158);
this.lvwOptionRate.TabIndex = 59;
this.lvwOptionRate.UseCompatibleStateImageBehavior = false;
this.lvwOptionRate.View = System.Windows.Forms.View.Details;
this.lvwOptionRate.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvwOptionRate_ItemChecked);
//
// columnHeader1
//
this.columnHeader1.Text = " 选项选择情况";
this.columnHeader1.Width = 114;
//
// columnHeader4
//
this.columnHeader4.Text = "个数/百分比";
this.columnHeader4.Width = 100;
//
// FrmAnalyzeRateOption
//
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 = "FrmAnalyzeRateOption";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "选项选择率";
this.Load += new System.EventHandler(this.FrmAnalyzeRateOption_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmAnalyzeRateOption_KeyDown);
this.pnlFill.ResumeLayout(false);
this.pnlFill.PerformLayout();
this.gbxChartLabel.ResumeLayout(false);
this.gbxChartLabel.PerformLayout();
this.pnlChart.ResumeLayout(false);
((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.Button btnClose;
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.DataVisualization.Charting.Chart MSChart;
private System.Windows.Forms.TextBox txtTopicInfo;
private System.Windows.Forms.Button btnShowFull;
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 rbtChartType3D1;
private System.Windows.Forms.RadioButton rbtChartType2;
private System.Windows.Forms.RadioButton rbtChartType1;
private System.Windows.Forms.ListView lvwOptionRate;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ListView lvwSlide;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.CheckBox chkSelectAllOptionRate;
private System.Windows.Forms.Label lblInfo;
}
}