namespace SunVoteARSPPT
{
partial class UcChartPara
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.gbxChartSet = new System.Windows.Forms.GroupBox();
this.numTextChartSpaceOrLine = new System.Windows.Forms.NumericUpDown();
this.cobPercentDec = new System.Windows.Forms.ComboBox();
this.cobNumberDec = new System.Windows.Forms.ComboBox();
this.btnChartRefresh = new System.Windows.Forms.Button();
this.btnChartSet = new System.Windows.Forms.Button();
this.chkTextChartTypeByLine = new System.Windows.Forms.CheckBox();
this.chkShowWindow = new System.Windows.Forms.CheckBox();
this.chk3D = new System.Windows.Forms.CheckBox();
this.cboChartPointWidth = new System.Windows.Forms.ComboBox();
this.cboChartRate = new System.Windows.Forms.ComboBox();
this.cboChartShow = new System.Windows.Forms.ComboBox();
this.cboChartLabel = new System.Windows.Forms.ComboBox();
this.cboChartType = new System.Windows.Forms.ComboBox();
this.lblDec = new System.Windows.Forms.Label();
this.lblChartPointWidth = new System.Windows.Forms.Label();
this.lblChartRate = new System.Windows.Forms.Label();
this.lblChartShow = new System.Windows.Forms.Label();
this.lblChartType = new System.Windows.Forms.Label();
this.lblChartLabel = new System.Windows.Forms.Label();
this.chkShowItemText = new System.Windows.Forms.CheckBox();
this.lblTextChartSpaceOrLine = new System.Windows.Forms.Label();
this.chkChartValueIsVotedCount = new System.Windows.Forms.CheckBox();
this.gbxChartSet.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numTextChartSpaceOrLine)).BeginInit();
this.SuspendLayout();
//
// gbxChartSet
//
this.gbxChartSet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxChartSet.BackColor = System.Drawing.Color.White;
this.gbxChartSet.Controls.Add(this.numTextChartSpaceOrLine);
this.gbxChartSet.Controls.Add(this.cobPercentDec);
this.gbxChartSet.Controls.Add(this.cobNumberDec);
this.gbxChartSet.Controls.Add(this.btnChartRefresh);
this.gbxChartSet.Controls.Add(this.btnChartSet);
this.gbxChartSet.Controls.Add(this.chkChartValueIsVotedCount);
this.gbxChartSet.Controls.Add(this.chkTextChartTypeByLine);
this.gbxChartSet.Controls.Add(this.chkShowWindow);
this.gbxChartSet.Controls.Add(this.chk3D);
this.gbxChartSet.Controls.Add(this.cboChartPointWidth);
this.gbxChartSet.Controls.Add(this.cboChartRate);
this.gbxChartSet.Controls.Add(this.cboChartShow);
this.gbxChartSet.Controls.Add(this.cboChartLabel);
this.gbxChartSet.Controls.Add(this.cboChartType);
this.gbxChartSet.Controls.Add(this.lblDec);
this.gbxChartSet.Controls.Add(this.lblChartPointWidth);
this.gbxChartSet.Controls.Add(this.lblChartRate);
this.gbxChartSet.Controls.Add(this.lblChartShow);
this.gbxChartSet.Controls.Add(this.lblChartType);
this.gbxChartSet.Controls.Add(this.lblChartLabel);
this.gbxChartSet.Controls.Add(this.chkShowItemText);
this.gbxChartSet.Controls.Add(this.lblTextChartSpaceOrLine);
this.gbxChartSet.Location = new System.Drawing.Point(0, 0);
this.gbxChartSet.Margin = new System.Windows.Forms.Padding(2);
this.gbxChartSet.Name = "gbxChartSet";
this.gbxChartSet.Padding = new System.Windows.Forms.Padding(2);
this.gbxChartSet.Size = new System.Drawing.Size(237, 371);
this.gbxChartSet.TabIndex = 27;
this.gbxChartSet.TabStop = false;
this.gbxChartSet.Text = "图表参数设置";
this.gbxChartSet.Resize += new System.EventHandler(this.gbxChartSet_Resize);
//
// numTextChartSpaceOrLine
//
this.numTextChartSpaceOrLine.Location = new System.Drawing.Point(166, 275);
this.numTextChartSpaceOrLine.Name = "numTextChartSpaceOrLine";
this.numTextChartSpaceOrLine.Size = new System.Drawing.Size(66, 21);
this.numTextChartSpaceOrLine.TabIndex = 17;
this.numTextChartSpaceOrLine.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numTextChartSpaceOrLine.ValueChanged += new System.EventHandler(this.numTextChartSpaceOrLine_ValueChanged);
//
// cobPercentDec
//
this.cobPercentDec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cobPercentDec.FormattingEnabled = true;
this.cobPercentDec.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"4",
"5",
"6"});
this.cobPercentDec.Location = new System.Drawing.Point(175, 72);
this.cobPercentDec.Margin = new System.Windows.Forms.Padding(2);
this.cobPercentDec.Name = "cobPercentDec";
this.cobPercentDec.Size = new System.Drawing.Size(55, 20);
this.cobPercentDec.TabIndex = 16;
this.cobPercentDec.SelectedIndexChanged += new System.EventHandler(this.cobPercentDec_SelectedIndexChanged);
//
// cobNumberDec
//
this.cobNumberDec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cobNumberDec.FormattingEnabled = true;
this.cobNumberDec.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"4",
"5",
"6"});
this.cobNumberDec.Location = new System.Drawing.Point(118, 72);
this.cobNumberDec.Margin = new System.Windows.Forms.Padding(2);
this.cobNumberDec.Name = "cobNumberDec";
this.cobNumberDec.Size = new System.Drawing.Size(55, 20);
this.cobNumberDec.TabIndex = 15;
this.cobNumberDec.SelectedIndexChanged += new System.EventHandler(this.cobNumberDec_SelectedIndexChanged);
//
// btnChartRefresh
//
this.btnChartRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnChartRefresh.Location = new System.Drawing.Point(6, 333);
this.btnChartRefresh.Name = "btnChartRefresh";
this.btnChartRefresh.Size = new System.Drawing.Size(225, 23);
this.btnChartRefresh.TabIndex = 12;
this.btnChartRefresh.Text = "刷新图表";
this.btnChartRefresh.UseVisualStyleBackColor = true;
this.btnChartRefresh.Click += new System.EventHandler(this.btnChartRefresh_Click);
//
// btnChartSet
//
this.btnChartSet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnChartSet.Location = new System.Drawing.Point(6, 305);
this.btnChartSet.Name = "btnChartSet";
this.btnChartSet.Size = new System.Drawing.Size(225, 23);
this.btnChartSet.TabIndex = 12;
this.btnChartSet.Text = "图表选项颜色...";
this.btnChartSet.UseVisualStyleBackColor = true;
this.btnChartSet.Click += new System.EventHandler(this.btnChartSet_Click);
//
// chkTextChartTypeByLine
//
this.chkTextChartTypeByLine.AutoSize = true;
this.chkTextChartTypeByLine.Location = new System.Drawing.Point(6, 251);
this.chkTextChartTypeByLine.Margin = new System.Windows.Forms.Padding(2);
this.chkTextChartTypeByLine.Name = "chkTextChartTypeByLine";
this.chkTextChartTypeByLine.Size = new System.Drawing.Size(96, 16);
this.chkTextChartTypeByLine.TabIndex = 13;
this.chkTextChartTypeByLine.Text = "文本水平排列";
this.chkTextChartTypeByLine.UseVisualStyleBackColor = true;
this.chkTextChartTypeByLine.CheckedChanged += new System.EventHandler(this.chkTextChartTypeByLine_CheckedChanged);
//
// chkShowWindow
//
this.chkShowWindow.AutoSize = true;
this.chkShowWindow.Location = new System.Drawing.Point(6, 225);
this.chkShowWindow.Margin = new System.Windows.Forms.Padding(2);
this.chkShowWindow.Name = "chkShowWindow";
this.chkShowWindow.Size = new System.Drawing.Size(72, 16);
this.chkShowWindow.TabIndex = 13;
this.chkShowWindow.Text = "弹窗显示";
this.chkShowWindow.UseVisualStyleBackColor = true;
this.chkShowWindow.CheckedChanged += new System.EventHandler(this.chkShowWindow_CheckedChanged);
//
// chk3D
//
this.chk3D.AutoSize = true;
this.chk3D.Location = new System.Drawing.Point(6, 203);
this.chk3D.Margin = new System.Windows.Forms.Padding(2);
this.chk3D.Name = "chk3D";
this.chk3D.Size = new System.Drawing.Size(60, 16);
this.chk3D.TabIndex = 13;
this.chk3D.Text = "3D显示";
this.chk3D.UseVisualStyleBackColor = true;
this.chk3D.CheckedChanged += new System.EventHandler(this.chk3D_CheckedChanged);
//
// cboChartPointWidth
//
this.cboChartPointWidth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboChartPointWidth.FormattingEnabled = true;
this.cboChartPointWidth.Items.AddRange(new object[] {
"0.5",
"1.0",
"0.9",
"0.8",
"0.7",
"0.6",
"0.5",
"0.4",
"0.3",
"0.2",
"0.1"});
this.cboChartPointWidth.Location = new System.Drawing.Point(118, 148);
this.cboChartPointWidth.Margin = new System.Windows.Forms.Padding(2);
this.cboChartPointWidth.Name = "cboChartPointWidth";
this.cboChartPointWidth.Size = new System.Drawing.Size(112, 20);
this.cboChartPointWidth.TabIndex = 10;
this.cboChartPointWidth.SelectedIndexChanged += new System.EventHandler(this.cboChartPointWidth_SelectedIndexChanged);
//
// cboChartRate
//
this.cboChartRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboChartRate.FormattingEnabled = true;
this.cboChartRate.Items.AddRange(new object[] {
"按参与人数",
"按提交人数"});
this.cboChartRate.Location = new System.Drawing.Point(118, 123);
this.cboChartRate.Margin = new System.Windows.Forms.Padding(2);
this.cboChartRate.Name = "cboChartRate";
this.cboChartRate.Size = new System.Drawing.Size(112, 20);
this.cboChartRate.TabIndex = 10;
this.cboChartRate.SelectedIndexChanged += new System.EventHandler(this.cboChartRate_SelectedIndexChanged);
//
// cboChartShow
//
this.cboChartShow.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboChartShow.FormattingEnabled = true;
this.cboChartShow.Items.AddRange(new object[] {
"停止时显示",
"开始时显示",
"手动显示"});
this.cboChartShow.Location = new System.Drawing.Point(118, 97);
this.cboChartShow.Margin = new System.Windows.Forms.Padding(2);
this.cboChartShow.Name = "cboChartShow";
this.cboChartShow.Size = new System.Drawing.Size(112, 20);
this.cboChartShow.TabIndex = 8;
this.cboChartShow.SelectedIndexChanged += new System.EventHandler(this.cboChartShow_SelectedIndexChanged);
//
// cboChartLabel
//
this.cboChartLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboChartLabel.FormattingEnabled = true;
this.cboChartLabel.Items.AddRange(new object[] {
"#",
"0.0%",
"# + 0.0%",
"不显示"});
this.cboChartLabel.Location = new System.Drawing.Point(118, 47);
this.cboChartLabel.Margin = new System.Windows.Forms.Padding(2);
this.cboChartLabel.Name = "cboChartLabel";
this.cboChartLabel.Size = new System.Drawing.Size(112, 20);
this.cboChartLabel.TabIndex = 1;
this.cboChartLabel.SelectedIndexChanged += new System.EventHandler(this.cboChartLabel_SelectedIndexChanged);
//
// cboChartType
//
this.cboChartType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboChartType.FormattingEnabled = true;
this.cboChartType.Items.AddRange(new object[] {
"垂直柱状图",
"水平柱状图",
"饼图"});
this.cboChartType.Location = new System.Drawing.Point(118, 22);
this.cboChartType.Margin = new System.Windows.Forms.Padding(2);
this.cboChartType.Name = "cboChartType";
this.cboChartType.Size = new System.Drawing.Size(112, 20);
this.cboChartType.TabIndex = 0;
this.cboChartType.SelectedIndexChanged += new System.EventHandler(this.cboChartType_SelectedIndexChanged);
//
// lblDec
//
this.lblDec.AutoSize = true;
this.lblDec.Location = new System.Drawing.Point(3, 75);
this.lblDec.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDec.Name = "lblDec";
this.lblDec.Size = new System.Drawing.Size(53, 12);
this.lblDec.TabIndex = 14;
this.lblDec.Text = "小数位数";
//
// lblChartPointWidth
//
this.lblChartPointWidth.AutoSize = true;
this.lblChartPointWidth.Location = new System.Drawing.Point(4, 150);
this.lblChartPointWidth.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblChartPointWidth.Name = "lblChartPointWidth";
this.lblChartPointWidth.Size = new System.Drawing.Size(53, 12);
this.lblChartPointWidth.TabIndex = 11;
this.lblChartPointWidth.Text = "柱状宽度";
//
// lblChartRate
//
this.lblChartRate.AutoSize = true;
this.lblChartRate.Location = new System.Drawing.Point(4, 126);
this.lblChartRate.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblChartRate.Name = "lblChartRate";
this.lblChartRate.Size = new System.Drawing.Size(53, 12);
this.lblChartRate.TabIndex = 11;
this.lblChartRate.Text = "比率统计";
//
// lblChartShow
//
this.lblChartShow.AutoSize = true;
this.lblChartShow.Location = new System.Drawing.Point(4, 99);
this.lblChartShow.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblChartShow.Name = "lblChartShow";
this.lblChartShow.Size = new System.Drawing.Size(53, 12);
this.lblChartShow.TabIndex = 9;
this.lblChartShow.Text = "图表显示";
//
// lblChartType
//
this.lblChartType.AutoSize = true;
this.lblChartType.Location = new System.Drawing.Point(4, 24);
this.lblChartType.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblChartType.Name = "lblChartType";
this.lblChartType.Size = new System.Drawing.Size(53, 12);
this.lblChartType.TabIndex = 6;
this.lblChartType.Text = "图表样式";
//
// lblChartLabel
//
this.lblChartLabel.AutoSize = true;
this.lblChartLabel.Location = new System.Drawing.Point(4, 49);
this.lblChartLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblChartLabel.Name = "lblChartLabel";
this.lblChartLabel.Size = new System.Drawing.Size(53, 12);
this.lblChartLabel.TabIndex = 7;
this.lblChartLabel.Text = "标签样式";
//
// chkShowItemText
//
this.chkShowItemText.AutoSize = true;
this.chkShowItemText.Location = new System.Drawing.Point(6, 181);
this.chkShowItemText.Margin = new System.Windows.Forms.Padding(2);
this.chkShowItemText.Name = "chkShowItemText";
this.chkShowItemText.Size = new System.Drawing.Size(120, 16);
this.chkShowItemText.TabIndex = 13;
this.chkShowItemText.Text = "图表显示选项文本";
this.chkShowItemText.UseVisualStyleBackColor = true;
this.chkShowItemText.CheckedChanged += new System.EventHandler(this.chkShowItemText_CheckedChanged);
//
// lblTextChartSpaceOrLine
//
this.lblTextChartSpaceOrLine.AutoSize = true;
this.lblTextChartSpaceOrLine.Location = new System.Drawing.Point(4, 277);
this.lblTextChartSpaceOrLine.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblTextChartSpaceOrLine.Name = "lblTextChartSpaceOrLine";
this.lblTextChartSpaceOrLine.Size = new System.Drawing.Size(89, 12);
this.lblTextChartSpaceOrLine.TabIndex = 11;
this.lblTextChartSpaceOrLine.Text = "数据与选项距离";
//
// chkChartValueIsVotedCount
//
this.chkChartValueIsVotedCount.AutoSize = true;
this.chkChartValueIsVotedCount.Location = new System.Drawing.Point(98, 251);
this.chkChartValueIsVotedCount.Margin = new System.Windows.Forms.Padding(2);
this.chkChartValueIsVotedCount.Name = "chkChartValueIsVotedCount";
this.chkChartValueIsVotedCount.Size = new System.Drawing.Size(132, 16);
this.chkChartValueIsVotedCount.TabIndex = 13;
this.chkChartValueIsVotedCount.Text = "图表显示投票键盘数";
this.chkChartValueIsVotedCount.UseVisualStyleBackColor = true;
this.chkChartValueIsVotedCount.Visible = false;
this.chkChartValueIsVotedCount.CheckedChanged += new System.EventHandler(this.chkChartValueIsVotedCount_CheckedChanged);
//
// UcChartPara
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.gbxChartSet);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "UcChartPara";
this.Size = new System.Drawing.Size(237, 385);
this.Load += new System.EventHandler(this.UcChartPara_Load);
this.gbxChartSet.ResumeLayout(false);
this.gbxChartSet.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numTextChartSpaceOrLine)).EndInit();
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.GroupBox gbxChartSet;
private System.Windows.Forms.ComboBox cboChartLabel;
public System.Windows.Forms.ComboBox cboChartType;
private System.Windows.Forms.Button btnChartSet;
private System.Windows.Forms.Label lblChartRate;
private System.Windows.Forms.ComboBox cboChartRate;
private System.Windows.Forms.ComboBox cboChartShow;
private System.Windows.Forms.Label lblChartShow;
private System.Windows.Forms.Label lblChartType;
private System.Windows.Forms.Label lblChartLabel;
private System.Windows.Forms.ComboBox cobNumberDec;
private System.Windows.Forms.Label lblDec;
private System.Windows.Forms.ComboBox cobPercentDec;
private System.Windows.Forms.Label lblChartPointWidth;
private System.Windows.Forms.ComboBox cboChartPointWidth;
public System.Windows.Forms.CheckBox chk3D;
public System.Windows.Forms.CheckBox chkShowItemText;
private System.Windows.Forms.Button btnChartRefresh;
public System.Windows.Forms.CheckBox chkShowWindow;
private System.Windows.Forms.NumericUpDown numTextChartSpaceOrLine;
private System.Windows.Forms.Label lblTextChartSpaceOrLine;
public System.Windows.Forms.CheckBox chkTextChartTypeByLine;
public System.Windows.Forms.CheckBox chkChartValueIsVotedCount;
}
}