namespace SunVoteARSPPT
{
partial class FrmAnalyzeSlideGroup
{
///
/// 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.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");
System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
"1",
"性别"}, -1);
System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
"2",
"按部门分组"}, -1);
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.pnlFill = new System.Windows.Forms.Panel();
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.lvwGroup = new System.Windows.Forms.ListView();
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.lblTarget = new System.Windows.Forms.Label();
this.lblSource = new System.Windows.Forms.Label();
this.pnlChart = new System.Windows.Forms.Panel();
this.btnInvert = new System.Windows.Forms.Button();
this.MSChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
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.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.lblGroup = new System.Windows.Forms.Label();
this.pnlFill.SuspendLayout();
this.pnlChart.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.MSChart)).BeginInit();
this.groupBox1.SuspendLayout();
this.gbxChartLabel.SuspendLayout();
this.SuspendLayout();
//
// pnlFill
//
this.pnlFill.Controls.Add(this.lvwSlide);
this.pnlFill.Controls.Add(this.lvwGroup);
this.pnlFill.Controls.Add(this.lblTarget);
this.pnlFill.Controls.Add(this.lblSource);
this.pnlFill.Controls.Add(this.pnlChart);
this.pnlFill.Controls.Add(this.groupBox1);
this.pnlFill.Controls.Add(this.btnShowFull);
this.pnlFill.Controls.Add(this.lblInfo);
this.pnlFill.Controls.Add(this.gbxChartLabel);
this.pnlFill.Controls.Add(this.btnClose);
this.pnlFill.Controls.Add(this.lblGroup);
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 = 56;
//
// 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, 25);
this.lvwSlide.Name = "lvwSlide";
this.lvwSlide.Size = new System.Drawing.Size(230, 224);
this.lvwSlide.TabIndex = 57;
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;
//
// lvwGroup
//
this.lvwGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lvwGroup.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader4,
this.columnHeader3});
this.lvwGroup.FullRowSelect = true;
this.lvwGroup.HideSelection = false;
listViewItem4.StateImageIndex = 0;
listViewItem5.StateImageIndex = 0;
this.lvwGroup.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
listViewItem4,
listViewItem5});
this.lvwGroup.Location = new System.Drawing.Point(550, 269);
this.lvwGroup.Name = "lvwGroup";
this.lvwGroup.Size = new System.Drawing.Size(230, 105);
this.lvwGroup.TabIndex = 56;
this.lvwGroup.UseCompatibleStateImageBehavior = false;
this.lvwGroup.View = System.Windows.Forms.View.Details;
this.lvwGroup.SelectedIndexChanged += new System.EventHandler(this.lvwGroup_SelectedIndexChanged);
//
// columnHeader4
//
this.columnHeader4.Text = "序号";
this.columnHeader4.Width = 40;
//
// columnHeader3
//
this.columnHeader3.Text = "分组内容";
this.columnHeader3.Width = 161;
//
// lblTarget
//
this.lblTarget.AutoSize = true;
this.lblTarget.Location = new System.Drawing.Point(548, 252);
this.lblTarget.Name = "lblTarget";
this.lblTarget.Size = new System.Drawing.Size(101, 12);
this.lblTarget.TabIndex = 66;
this.lblTarget.Text = "交叉比较目的数据";
//
// lblSource
//
this.lblSource.AutoSize = true;
this.lblSource.Location = new System.Drawing.Point(553, 10);
this.lblSource.Name = "lblSource";
this.lblSource.Size = new System.Drawing.Size(89, 12);
this.lblSource.TabIndex = 65;
this.lblSource.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.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, 538);
this.pnlChart.TabIndex = 64;
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(312, 514);
this.btnInvert.Name = "btnInvert";
this.btnInvert.Size = new System.Drawing.Size(217, 23);
this.btnInvert.TabIndex = 54;
this.btnInvert.Text = "反转对比选项";
this.btnInvert.UseVisualStyleBackColor = true;
this.btnInvert.Click += new System.EventHandler(this.btnInvert_Click);
//
// MSChart
//
this.MSChart.Enabled = false;
this.MSChart.Location = new System.Drawing.Point(40, 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";
//
// 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 = 63;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "图表样式";
//
// rbtChartType3D3
//
this.rbtChartType3D3.AutoSize = true;
this.rbtChartType3D3.Location = new System.Drawing.Point(122, 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(122, 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 = 60;
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.Right)));
this.lblInfo.AutoSize = true;
this.lblInfo.Location = new System.Drawing.Point(12, 551);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(137, 12);
this.lblInfo.TabIndex = 62;
this.lblInfo.Text = "说明:双击图表全屏显示";
//
// 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 = 61;
this.gbxChartLabel.TabStop = false;
this.gbxChartLabel.Text = "图表标签";
//
// rbtChartDataLabel4
//
this.rbtChartDataLabel4.AutoSize = true;
this.rbtChartDataLabel4.Location = new System.Drawing.Point(122, 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(122, 20);
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(9, 42);
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, 540);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 59;
this.btnClose.Text = "退出";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// lblGroup
//
this.lblGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblGroup.AutoSize = true;
this.lblGroup.Location = new System.Drawing.Point(548, 252);
this.lblGroup.Name = "lblGroup";
this.lblGroup.Size = new System.Drawing.Size(53, 12);
this.lblGroup.TabIndex = 58;
this.lblGroup.Text = "分组内容";
this.lblGroup.Visible = false;
//
// FrmAnalyzeSlideGroup
//
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 = "FrmAnalyzeSlideGroup";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "选项分组对比";
this.Load += new System.EventHandler(this.FrmAnalyzeSlideGroup_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmAnalyzeSlideGroup_KeyDown);
this.pnlFill.ResumeLayout(false);
this.pnlFill.PerformLayout();
this.pnlChart.ResumeLayout(false);
this.pnlChart.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.MSChart)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.gbxChartLabel.ResumeLayout(false);
this.gbxChartLabel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlFill;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.Panel pnlChart;
private System.Windows.Forms.Button btnInvert;
private System.Windows.Forms.DataVisualization.Charting.Chart MSChart;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader3;
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.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.Label lblGroup;
private System.Windows.Forms.Label lblSource;
private System.Windows.Forms.Label lblTarget;
public System.Windows.Forms.ListView lvwSlide;
public System.Windows.Forms.ListView lvwGroup;
}
}