namespace SunVoteARSPPT
{
partial class FrmAnalyzeGradeColor
{
///
/// 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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
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.btnExport = new System.Windows.Forms.Button();
this.pnlChart = new System.Windows.Forms.Panel();
this.dgvData = new System.Windows.Forms.DataGridView();
this.chkSelectAllSlide = new System.Windows.Forms.CheckBox();
this.grpViewType = new System.Windows.Forms.GroupBox();
this.rbtViewRank = new System.Windows.Forms.RadioButton();
this.rbtViewData = 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.colSlide = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pnlFill.SuspendLayout();
this.pnlChart.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.grpViewType.SuspendLayout();
this.SuspendLayout();
//
// pnlFill
//
this.pnlFill.Controls.Add(this.btnExport);
this.pnlFill.Controls.Add(this.pnlChart);
this.pnlFill.Controls.Add(this.chkSelectAllSlide);
this.pnlFill.Controls.Add(this.grpViewType);
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(1184, 681);
this.pnlFill.TabIndex = 55;
//
// btnExport
//
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnExport.AutoSize = true;
this.btnExport.Location = new System.Drawing.Point(979, 648);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(112, 23);
this.btnExport.TabIndex = 64;
this.btnExport.Text = "生成报表";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// 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.dgvData);
this.pnlChart.Location = new System.Drawing.Point(12, 10);
this.pnlChart.Name = "pnlChart";
this.pnlChart.Size = new System.Drawing.Size(922, 632);
this.pnlChart.TabIndex = 63;
this.pnlChart.DoubleClick += new System.EventHandler(this.pnlChart_DoubleClick);
//
// dgvData
//
this.dgvData.AllowUserToAddRows = false;
this.dgvData.AllowUserToDeleteRows = false;
this.dgvData.AllowUserToResizeColumns = false;
this.dgvData.AllowUserToResizeRows = false;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 14F);
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvData.ColumnHeadersHeight = 45;
this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.colSlide});
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 14F);
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvData.DefaultCellStyle = dataGridViewCellStyle2;
this.dgvData.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgvData.Location = new System.Drawing.Point(67, 148);
this.dgvData.Name = "dgvData";
this.dgvData.RowHeadersWidth = 250;
this.dgvData.RowTemplate.Height = 23;
this.dgvData.Size = new System.Drawing.Size(721, 272);
this.dgvData.TabIndex = 0;
this.dgvData.DoubleClick += new System.EventHandler(this.dgvData_DoubleClick);
//
// 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(951, 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);
//
// grpViewType
//
this.grpViewType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.grpViewType.Controls.Add(this.rbtViewRank);
this.grpViewType.Controls.Add(this.rbtViewData);
this.grpViewType.Location = new System.Drawing.Point(942, 574);
this.grpViewType.Name = "grpViewType";
this.grpViewType.Size = new System.Drawing.Size(230, 68);
this.grpViewType.TabIndex = 59;
this.grpViewType.TabStop = false;
//
// rbtViewRank
//
this.rbtViewRank.AutoSize = true;
this.rbtViewRank.Location = new System.Drawing.Point(20, 41);
this.rbtViewRank.Name = "rbtViewRank";
this.rbtViewRank.Size = new System.Drawing.Size(143, 16);
this.rbtViewRank.TabIndex = 0;
this.rbtViewRank.Tag = "ctBarBox";
this.rbtViewRank.Text = "Chart type: Sort Out";
this.rbtViewRank.UseVisualStyleBackColor = true;
this.rbtViewRank.CheckedChanged += new System.EventHandler(this.rbtViewType_CheckedChanged);
//
// rbtViewData
//
this.rbtViewData.AutoSize = true;
this.rbtViewData.Checked = true;
this.rbtViewData.Location = new System.Drawing.Point(20, 19);
this.rbtViewData.Name = "rbtViewData";
this.rbtViewData.Size = new System.Drawing.Size(143, 16);
this.rbtViewData.TabIndex = 0;
this.rbtViewData.TabStop = true;
this.rbtViewData.Tag = "ctColumnBox";
this.rbtViewData.Text = "Chart type: Original";
this.rbtViewData.UseVisualStyleBackColor = true;
this.rbtViewData.CheckedChanged += new System.EventHandler(this.rbtViewType_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(796, 648);
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);
//
// 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, 660);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(137, 12);
this.lblInfo.TabIndex = 61;
this.lblInfo.Text = "说明:双击图表全屏显示";
this.lblInfo.Visible = false;
//
// 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(1097, 648);
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(942, 25);
this.lvwSlide.Name = "lvwSlide";
this.lvwSlide.Size = new System.Drawing.Size(230, 531);
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(940, 10);
this.lblSlide.Name = "lblSlide";
this.lblSlide.Size = new System.Drawing.Size(65, 12);
this.lblSlide.TabIndex = 57;
this.lblSlide.Text = "请选择题目";
//
// colSlide
//
this.colSlide.HeaderText = "";
this.colSlide.Name = "colSlide";
this.colSlide.Width = 300;
//
// FrmAnalyzeGradeColor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(1184, 681);
this.Controls.Add(this.pnlFill);
this.KeyPreview = true;
this.Name = "FrmAnalyzeGradeColor";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Color Matrix";
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.pnlChart.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.grpViewType.ResumeLayout(false);
this.grpViewType.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlFill;
private System.Windows.Forms.Panel pnlChart;
private System.Windows.Forms.CheckBox chkSelectAllSlide;
private System.Windows.Forms.RadioButton rbtViewRank;
private System.Windows.Forms.RadioButton rbtViewData;
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;
private System.Windows.Forms.GroupBox grpViewType;
private System.Windows.Forms.DataGridView dgvData;
private System.Windows.Forms.Button btnExport;
private System.Windows.Forms.Button btnShowFull;
private System.Windows.Forms.DataGridViewTextBoxColumn colSlide;
}
}