namespace SunVoteARSPPT
{
partial class FrmAnalyzeRateCorrect
{
///
/// 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("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.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.lblLegentWrong = new System.Windows.Forms.Label();
this.lblLegentCorrect = new System.Windows.Forms.Label();
this.lblInfo = new System.Windows.Forms.Label();
this.pnlChart = new System.Windows.Forms.Panel();
this.MSChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.btnShowFull = 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.btnClose = new System.Windows.Forms.Button();
this.chkSelectAllSlide = new System.Windows.Forms.CheckBox();
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.pnlFill.SuspendLayout();
this.groupBox1.SuspendLayout();
this.pnlChart.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.MSChart)).BeginInit();
this.gbxChartLabel.SuspendLayout();
this.SuspendLayout();
//
// pnlFill
//
this.pnlFill.Controls.Add(this.groupBox1);
this.pnlFill.Controls.Add(this.lblLegentWrong);
this.pnlFill.Controls.Add(this.lblLegentCorrect);
this.pnlFill.Controls.Add(this.lblInfo);
this.pnlFill.Controls.Add(this.pnlChart);
this.pnlFill.Controls.Add(this.btnShowFull);
this.pnlFill.Controls.Add(this.gbxChartLabel);
this.pnlFill.Controls.Add(this.btnClose);
this.pnlFill.Controls.Add(this.chkSelectAllSlide);
this.pnlFill.Controls.Add(this.lvwSlide);
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, 593);
this.pnlFill.TabIndex = 56;
//
// 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, 461);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(230, 90);
this.groupBox1.TabIndex = 61;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "图表样式";
//
// rbtChartType3D3
//
this.rbtChartType3D3.AutoSize = true;
this.rbtChartType3D3.Location = new System.Drawing.Point(113, 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(113, 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(113, 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);
//
// lblLegentWrong
//
this.lblLegentWrong.AutoSize = true;
this.lblLegentWrong.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblLegentWrong.Location = new System.Drawing.Point(426, 119);
this.lblLegentWrong.Name = "lblLegentWrong";
this.lblLegentWrong.Size = new System.Drawing.Size(79, 33);
this.lblLegentWrong.TabIndex = 63;
this.lblLegentWrong.Text = "答错";
this.lblLegentWrong.Visible = false;
//
// lblLegentCorrect
//
this.lblLegentCorrect.AutoSize = true;
this.lblLegentCorrect.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblLegentCorrect.Location = new System.Drawing.Point(426, 74);
this.lblLegentCorrect.Name = "lblLegentCorrect";
this.lblLegentCorrect.Size = new System.Drawing.Size(79, 33);
this.lblLegentCorrect.TabIndex = 64;
this.lblLegentCorrect.Text = "答对";
this.lblLegentCorrect.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, 577);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(137, 12);
this.lblInfo.TabIndex = 62;
this.lblInfo.Text = "说明:双击图表全屏显示";
//
// 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, 11);
this.pnlChart.Name = "pnlChart";
this.pnlChart.Size = new System.Drawing.Size(530, 563);
this.pnlChart.TabIndex = 65;
this.pnlChart.DoubleClick += new System.EventHandler(this.pnlChart_DoubleClick);
//
// MSChart
//
this.MSChart.Enabled = false;
this.MSChart.Location = new System.Drawing.Point(37, 39);
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";
//
// 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, 577);
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;
this.btnShowFull.Click += new System.EventHandler(this.btnShowFull_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, 385);
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(113, 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(113, 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);
//
// 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, 558);
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);
//
// chkSelectAllSlide
//
this.chkSelectAllSlide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkSelectAllSlide.AutoSize = true;
this.chkSelectAllSlide.Location = new System.Drawing.Point(559, 20);
this.chkSelectAllSlide.Name = "chkSelectAllSlide";
this.chkSelectAllSlide.Size = new System.Drawing.Size(15, 14);
this.chkSelectAllSlide.TabIndex = 59;
this.chkSelectAllSlide.UseVisualStyleBackColor = true;
this.chkSelectAllSlide.Visible = false;
this.chkSelectAllSlide.CheckedChanged += new System.EventHandler(this.chkSelectAllSlide_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.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, 11);
this.lvwSlide.Name = "lvwSlide";
this.lvwSlide.Size = new System.Drawing.Size(230, 368);
this.lvwSlide.TabIndex = 56;
this.lvwSlide.UseCompatibleStateImageBehavior = false;
this.lvwSlide.View = System.Windows.Forms.View.Details;
this.lvwSlide.SelectedIndexChanged += new System.EventHandler(this.lvwSlide_SelectedIndexChanged);
//
// columnHeader1
//
this.columnHeader1.Text = "编号";
this.columnHeader1.Width = 50;
//
// columnHeader5
//
this.columnHeader5.Text = "反馈题目";
this.columnHeader5.Width = 155;
//
// FrmAnalyzeRateCorrect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(792, 593);
this.Controls.Add(this.pnlFill);
this.KeyPreview = true;
this.Name = "FrmAnalyzeRateCorrect";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "答题正确率";
this.Load += new System.EventHandler(this.FrmAnalyzeRateCorrect_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmAnalyzeRateCorrect_KeyDown);
this.pnlFill.ResumeLayout(false);
this.pnlFill.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.pnlChart.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.MSChart)).EndInit();
this.gbxChartLabel.ResumeLayout(false);
this.gbxChartLabel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlFill;
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.Label lblLegentWrong;
private System.Windows.Forms.Label lblLegentCorrect;
private System.Windows.Forms.Label lblInfo;
private System.Windows.Forms.Panel pnlChart;
private System.Windows.Forms.DataVisualization.Charting.Chart MSChart;
private System.Windows.Forms.ListView lvwSlide;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.Button btnShowFull;
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.Button btnClose;
private System.Windows.Forms.CheckBox chkSelectAllSlide;
}
}