688 lines
40 KiB
C#

namespace DevComponents.Charts.Design
{
partial class ChartStyleDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChartStyleDialog));
this.label1 = new System.Windows.Forms.Label();
this.cbLinePlot = new System.Windows.Forms.CheckBox();
this.cbPointPlot = new System.Windows.Forms.CheckBox();
this.btnOk = new System.Windows.Forms.Button();
this.cbBlankChart = new System.Windows.Forms.CheckBox();
this.cbMultiAxis = new System.Windows.Forms.CheckBox();
this.cbMultiChart = new System.Windows.Forms.CheckBox();
this.cbHDotPlot = new System.Windows.Forms.CheckBox();
this.cbVDotPlot = new System.Windows.Forms.CheckBox();
this.cbBubblePlot = new System.Windows.Forms.CheckBox();
this.label2 = new System.Windows.Forms.Label();
this.pageSlider1 = new DevComponents.DotNetBar.Controls.PageSlider();
this.pageSliderPage1 = new DevComponents.DotNetBar.Controls.PageSliderPage();
this.cbStepLine = new System.Windows.Forms.CheckBox();
this.cbLineArea = new System.Windows.Forms.CheckBox();
this.pageSliderPage2 = new DevComponents.DotNetBar.Controls.PageSliderPage();
this.cbRangeBarH = new System.Windows.Forms.CheckBox();
this.cbRangeBarV = new System.Windows.Forms.CheckBox();
this.cbBarH = new System.Windows.Forms.CheckBox();
this.cbBarV = new System.Windows.Forms.CheckBox();
this.pageSliderPage3 = new DevComponents.DotNetBar.Controls.PageSliderPage();
this.cbHiLoHBox = new System.Windows.Forms.CheckBox();
this.cbHiLoVBox = new System.Windows.Forms.CheckBox();
this.cbHiLoHLine = new System.Windows.Forms.CheckBox();
this.cbHiLoVLine = new System.Windows.Forms.CheckBox();
this.pageSliderPage4 = new DevComponents.DotNetBar.Controls.PageSliderPage();
this.cbPieMultiRingRev = new System.Windows.Forms.CheckBox();
this.cbPieMultiRing = new System.Windows.Forms.CheckBox();
this.cbPieExtentFill = new System.Windows.Forms.CheckBox();
this.cbPieExtent = new System.Windows.Forms.CheckBox();
this.cbPieDonut = new System.Windows.Forms.CheckBox();
this.cbPieSimple = new System.Windows.Forms.CheckBox();
this.pageSliderPage5 = new DevComponents.DotNetBar.Controls.PageSliderPage();
this.cbPieOverlay = new System.Windows.Forms.CheckBox();
this.cbPieGridAngle = new System.Windows.Forms.CheckBox();
this.cbPieShowSingleRing = new System.Windows.Forms.CheckBox();
this.cbPieMultiSeries = new System.Windows.Forms.CheckBox();
this.pageSlider1.SuspendLayout();
this.pageSliderPage1.SuspendLayout();
this.pageSliderPage2.SuspendLayout();
this.pageSliderPage3.SuspendLayout();
this.pageSliderPage4.SuspendLayout();
this.pageSliderPage5.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.BackColor = System.Drawing.SystemColors.ControlLight;
this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(0, 445);
this.label1.Name = "label1";
this.label1.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.label1.Size = new System.Drawing.Size(648, 55);
this.label1.TabIndex = 4;
this.label1.Text = "Please select your starting Chart template";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// cbLinePlot
//
this.cbLinePlot.Appearance = System.Windows.Forms.Appearance.Button;
this.cbLinePlot.AutoSize = true;
this.cbLinePlot.Image = ((System.Drawing.Image)(resources.GetObject("cbLinePlot.Image")));
this.cbLinePlot.Location = new System.Drawing.Point(347, 3);
this.cbLinePlot.Name = "cbLinePlot";
this.cbLinePlot.Size = new System.Drawing.Size(166, 173);
this.cbLinePlot.TabIndex = 3;
this.cbLinePlot.Text = "Line Plot";
this.cbLinePlot.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbLinePlot.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbLinePlot.UseVisualStyleBackColor = true;
this.cbLinePlot.Click += new System.EventHandler(this.CbClicked);
//
// cbPointPlot
//
this.cbPointPlot.Appearance = System.Windows.Forms.Appearance.Button;
this.cbPointPlot.AutoSize = true;
this.cbPointPlot.Checked = true;
this.cbPointPlot.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbPointPlot.Image = ((System.Drawing.Image)(resources.GetObject("cbPointPlot.Image")));
this.cbPointPlot.Location = new System.Drawing.Point(175, 3);
this.cbPointPlot.Name = "cbPointPlot";
this.cbPointPlot.Size = new System.Drawing.Size(166, 173);
this.cbPointPlot.TabIndex = 2;
this.cbPointPlot.Text = "Point Plot";
this.cbPointPlot.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbPointPlot.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbPointPlot.UseVisualStyleBackColor = true;
this.cbPointPlot.Click += new System.EventHandler(this.CbClicked);
//
// btnOk
//
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOk.Location = new System.Drawing.Point(546, 461);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 1;
this.btnOk.Text = "Select";
this.btnOk.UseVisualStyleBackColor = true;
//
// cbBlankChart
//
this.cbBlankChart.Appearance = System.Windows.Forms.Appearance.Button;
this.cbBlankChart.AutoSize = true;
this.cbBlankChart.Image = ((System.Drawing.Image)(resources.GetObject("cbBlankChart.Image")));
this.cbBlankChart.Location = new System.Drawing.Point(3, 3);
this.cbBlankChart.Name = "cbBlankChart";
this.cbBlankChart.Size = new System.Drawing.Size(166, 173);
this.cbBlankChart.TabIndex = 9;
this.cbBlankChart.Text = "Blank Chart";
this.cbBlankChart.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbBlankChart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbBlankChart.UseVisualStyleBackColor = true;
this.cbBlankChart.Click += new System.EventHandler(this.CbClicked);
//
// cbMultiAxis
//
this.cbMultiAxis.Appearance = System.Windows.Forms.Appearance.Button;
this.cbMultiAxis.AutoSize = true;
this.cbMultiAxis.Image = ((System.Drawing.Image)(resources.GetObject("cbMultiAxis.Image")));
this.cbMultiAxis.Location = new System.Drawing.Point(347, 182);
this.cbMultiAxis.Name = "cbMultiAxis";
this.cbMultiAxis.Size = new System.Drawing.Size(166, 173);
this.cbMultiAxis.TabIndex = 4;
this.cbMultiAxis.Text = "Multi Axis";
this.cbMultiAxis.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbMultiAxis.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbMultiAxis.UseVisualStyleBackColor = true;
this.cbMultiAxis.Click += new System.EventHandler(this.CbClicked);
//
// cbMultiChart
//
this.cbMultiChart.Appearance = System.Windows.Forms.Appearance.Button;
this.cbMultiChart.AutoSize = true;
this.cbMultiChart.Image = ((System.Drawing.Image)(resources.GetObject("cbMultiChart.Image")));
this.cbMultiChart.Location = new System.Drawing.Point(3, 3);
this.cbMultiChart.Name = "cbMultiChart";
this.cbMultiChart.Size = new System.Drawing.Size(166, 173);
this.cbMultiChart.TabIndex = 5;
this.cbMultiChart.Text = "Multi Chart";
this.cbMultiChart.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbMultiChart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbMultiChart.UseVisualStyleBackColor = true;
this.cbMultiChart.Click += new System.EventHandler(this.CbClicked);
//
// cbHDotPlot
//
this.cbHDotPlot.Appearance = System.Windows.Forms.Appearance.Button;
this.cbHDotPlot.AutoSize = true;
this.cbHDotPlot.Image = ((System.Drawing.Image)(resources.GetObject("cbHDotPlot.Image")));
this.cbHDotPlot.Location = new System.Drawing.Point(347, 3);
this.cbHDotPlot.Name = "cbHDotPlot";
this.cbHDotPlot.Size = new System.Drawing.Size(166, 173);
this.cbHDotPlot.TabIndex = 6;
this.cbHDotPlot.Text = "Vertical DotPlot";
this.cbHDotPlot.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbHDotPlot.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbHDotPlot.UseVisualStyleBackColor = true;
this.cbHDotPlot.Click += new System.EventHandler(this.CbClicked);
//
// cbVDotPlot
//
this.cbVDotPlot.Appearance = System.Windows.Forms.Appearance.Button;
this.cbVDotPlot.AutoSize = true;
this.cbVDotPlot.Image = ((System.Drawing.Image)(resources.GetObject("cbVDotPlot.Image")));
this.cbVDotPlot.Location = new System.Drawing.Point(347, 184);
this.cbVDotPlot.Name = "cbVDotPlot";
this.cbVDotPlot.Size = new System.Drawing.Size(166, 173);
this.cbVDotPlot.TabIndex = 7;
this.cbVDotPlot.Text = "Horizontal DotPlot";
this.cbVDotPlot.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbVDotPlot.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbVDotPlot.UseVisualStyleBackColor = true;
this.cbVDotPlot.Click += new System.EventHandler(this.CbClicked);
//
// cbBubblePlot
//
this.cbBubblePlot.Appearance = System.Windows.Forms.Appearance.Button;
this.cbBubblePlot.AutoSize = true;
this.cbBubblePlot.Image = ((System.Drawing.Image)(resources.GetObject("cbBubblePlot.Image")));
this.cbBubblePlot.Location = new System.Drawing.Point(3, 182);
this.cbBubblePlot.Name = "cbBubblePlot";
this.cbBubblePlot.Size = new System.Drawing.Size(166, 173);
this.cbBubblePlot.TabIndex = 8;
this.cbBubblePlot.Text = "Bubble Plot";
this.cbBubblePlot.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbBubblePlot.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbBubblePlot.UseVisualStyleBackColor = true;
this.cbBubblePlot.Click += new System.EventHandler(this.CbClicked);
//
// label2
//
this.label2.BackColor = System.Drawing.SystemColors.Control;
this.label2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.DarkBlue;
this.label2.Location = new System.Drawing.Point(0, 370);
this.label2.Name = "label2";
this.label2.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.label2.Size = new System.Drawing.Size(648, 75);
this.label2.TabIndex = 48;
this.label2.Text = "In the designer you can click and drag to move the chart, or single click to sele" +
"ct individual elements for design.\r\nContext menus are also available for each se" +
"lected item.";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pageSlider1
//
this.pageSlider1.Controls.Add(this.pageSliderPage1);
this.pageSlider1.Controls.Add(this.pageSliderPage2);
this.pageSlider1.Controls.Add(this.pageSliderPage3);
this.pageSlider1.Controls.Add(this.pageSliderPage4);
this.pageSlider1.Controls.Add(this.pageSliderPage5);
this.pageSlider1.Location = new System.Drawing.Point(2, 2);
this.pageSlider1.Name = "pageSlider1";
this.pageSlider1.SelectedPage = this.pageSliderPage1;
this.pageSlider1.Size = new System.Drawing.Size(644, 379);
this.pageSlider1.TabIndex = 49;
this.pageSlider1.Text = "pageSlider1";
//
// pageSliderPage1
//
this.pageSliderPage1.Controls.Add(this.cbStepLine);
this.pageSliderPage1.Controls.Add(this.cbBlankChart);
this.pageSliderPage1.Controls.Add(this.cbMultiAxis);
this.pageSliderPage1.Controls.Add(this.cbPointPlot);
this.pageSliderPage1.Controls.Add(this.cbLinePlot);
this.pageSliderPage1.Controls.Add(this.cbLineArea);
this.pageSliderPage1.Location = new System.Drawing.Point(4, 8);
this.pageSliderPage1.Name = "pageSliderPage1";
this.pageSliderPage1.Size = new System.Drawing.Size(538, 367);
this.pageSliderPage1.TabIndex = 3;
//
// cbStepLine
//
this.cbStepLine.Appearance = System.Windows.Forms.Appearance.Button;
this.cbStepLine.AutoSize = true;
this.cbStepLine.Image = ((System.Drawing.Image)(resources.GetObject("cbStepLine.Image")));
this.cbStepLine.Location = new System.Drawing.Point(3, 182);
this.cbStepLine.Name = "cbStepLine";
this.cbStepLine.Size = new System.Drawing.Size(166, 173);
this.cbStepLine.TabIndex = 50;
this.cbStepLine.Text = "Step Line";
this.cbStepLine.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbStepLine.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbStepLine.UseVisualStyleBackColor = true;
this.cbStepLine.Click += new System.EventHandler(this.CbClicked);
//
// cbLineArea
//
this.cbLineArea.Appearance = System.Windows.Forms.Appearance.Button;
this.cbLineArea.AutoSize = true;
this.cbLineArea.Image = ((System.Drawing.Image)(resources.GetObject("cbLineArea.Image")));
this.cbLineArea.Location = new System.Drawing.Point(175, 182);
this.cbLineArea.Name = "cbLineArea";
this.cbLineArea.Size = new System.Drawing.Size(166, 173);
this.cbLineArea.TabIndex = 50;
this.cbLineArea.Text = "Line Area";
this.cbLineArea.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbLineArea.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbLineArea.UseVisualStyleBackColor = true;
this.cbLineArea.Click += new System.EventHandler(this.CbClicked);
//
// pageSliderPage2
//
this.pageSliderPage2.Controls.Add(this.cbRangeBarH);
this.pageSliderPage2.Controls.Add(this.cbRangeBarV);
this.pageSliderPage2.Controls.Add(this.cbBarH);
this.pageSliderPage2.Controls.Add(this.cbBubblePlot);
this.pageSliderPage2.Controls.Add(this.cbBarV);
this.pageSliderPage2.Controls.Add(this.cbMultiChart);
this.pageSliderPage2.Location = new System.Drawing.Point(590, 8);
this.pageSliderPage2.Name = "pageSliderPage2";
this.pageSliderPage2.Size = new System.Drawing.Size(538, 367);
this.pageSliderPage2.TabIndex = 4;
//
// cbRangeBarH
//
this.cbRangeBarH.Appearance = System.Windows.Forms.Appearance.Button;
this.cbRangeBarH.AutoSize = true;
this.cbRangeBarH.Image = ((System.Drawing.Image)(resources.GetObject("cbRangeBarH.Image")));
this.cbRangeBarH.Location = new System.Drawing.Point(347, 182);
this.cbRangeBarH.Name = "cbRangeBarH";
this.cbRangeBarH.Size = new System.Drawing.Size(166, 173);
this.cbRangeBarH.TabIndex = 50;
this.cbRangeBarH.Text = "Horizontal Range Bar";
this.cbRangeBarH.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbRangeBarH.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbRangeBarH.UseVisualStyleBackColor = true;
this.cbRangeBarH.Click += new System.EventHandler(this.CbClicked);
//
// cbRangeBarV
//
this.cbRangeBarV.Appearance = System.Windows.Forms.Appearance.Button;
this.cbRangeBarV.AutoSize = true;
this.cbRangeBarV.Image = ((System.Drawing.Image)(resources.GetObject("cbRangeBarV.Image")));
this.cbRangeBarV.Location = new System.Drawing.Point(347, 3);
this.cbRangeBarV.Name = "cbRangeBarV";
this.cbRangeBarV.Size = new System.Drawing.Size(166, 173);
this.cbRangeBarV.TabIndex = 50;
this.cbRangeBarV.Text = "Vertical Range Bar";
this.cbRangeBarV.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbRangeBarV.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbRangeBarV.UseVisualStyleBackColor = true;
this.cbRangeBarV.Click += new System.EventHandler(this.CbClicked);
//
// cbBarH
//
this.cbBarH.Appearance = System.Windows.Forms.Appearance.Button;
this.cbBarH.AutoSize = true;
this.cbBarH.Image = ((System.Drawing.Image)(resources.GetObject("cbBarH.Image")));
this.cbBarH.Location = new System.Drawing.Point(175, 182);
this.cbBarH.Name = "cbBarH";
this.cbBarH.Size = new System.Drawing.Size(166, 173);
this.cbBarH.TabIndex = 50;
this.cbBarH.Text = "Horizontal Bar";
this.cbBarH.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbBarH.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbBarH.UseVisualStyleBackColor = true;
this.cbBarH.Click += new System.EventHandler(this.CbClicked);
//
// cbBarV
//
this.cbBarV.Appearance = System.Windows.Forms.Appearance.Button;
this.cbBarV.AutoSize = true;
this.cbBarV.Image = ((System.Drawing.Image)(resources.GetObject("cbBarV.Image")));
this.cbBarV.Location = new System.Drawing.Point(175, 3);
this.cbBarV.Name = "cbBarV";
this.cbBarV.Size = new System.Drawing.Size(166, 173);
this.cbBarV.TabIndex = 50;
this.cbBarV.Text = "Vertical Bar";
this.cbBarV.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbBarV.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbBarV.UseVisualStyleBackColor = true;
this.cbBarV.Click += new System.EventHandler(this.CbClicked);
//
// pageSliderPage3
//
this.pageSliderPage3.Controls.Add(this.cbHiLoHBox);
this.pageSliderPage3.Controls.Add(this.cbHiLoVBox);
this.pageSliderPage3.Controls.Add(this.cbHiLoHLine);
this.pageSliderPage3.Controls.Add(this.cbHiLoVLine);
this.pageSliderPage3.Controls.Add(this.cbVDotPlot);
this.pageSliderPage3.Controls.Add(this.cbHDotPlot);
this.pageSliderPage3.Location = new System.Drawing.Point(1176, 8);
this.pageSliderPage3.Name = "pageSliderPage3";
this.pageSliderPage3.Size = new System.Drawing.Size(538, 367);
this.pageSliderPage3.TabIndex = 5;
//
// cbHiLoHBox
//
this.cbHiLoHBox.Appearance = System.Windows.Forms.Appearance.Button;
this.cbHiLoHBox.AutoSize = true;
this.cbHiLoHBox.Image = ((System.Drawing.Image)(resources.GetObject("cbHiLoHBox.Image")));
this.cbHiLoHBox.Location = new System.Drawing.Point(175, 182);
this.cbHiLoHBox.Name = "cbHiLoHBox";
this.cbHiLoHBox.Size = new System.Drawing.Size(166, 173);
this.cbHiLoHBox.TabIndex = 11;
this.cbHiLoHBox.Text = "Horizontal HiLoBar (Box)";
this.cbHiLoHBox.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbHiLoHBox.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbHiLoHBox.UseVisualStyleBackColor = true;
this.cbHiLoHBox.Click += new System.EventHandler(this.CbClicked);
//
// cbHiLoVBox
//
this.cbHiLoVBox.Appearance = System.Windows.Forms.Appearance.Button;
this.cbHiLoVBox.AutoSize = true;
this.cbHiLoVBox.Image = ((System.Drawing.Image)(resources.GetObject("cbHiLoVBox.Image")));
this.cbHiLoVBox.Location = new System.Drawing.Point(175, 3);
this.cbHiLoVBox.Name = "cbHiLoVBox";
this.cbHiLoVBox.Size = new System.Drawing.Size(166, 173);
this.cbHiLoVBox.TabIndex = 10;
this.cbHiLoVBox.Text = "Vertical HiLoBar (Box)";
this.cbHiLoVBox.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbHiLoVBox.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbHiLoVBox.UseVisualStyleBackColor = true;
this.cbHiLoVBox.Click += new System.EventHandler(this.CbClicked);
//
// cbHiLoHLine
//
this.cbHiLoHLine.Appearance = System.Windows.Forms.Appearance.Button;
this.cbHiLoHLine.AutoSize = true;
this.cbHiLoHLine.Image = ((System.Drawing.Image)(resources.GetObject("cbHiLoHLine.Image")));
this.cbHiLoHLine.Location = new System.Drawing.Point(6, 182);
this.cbHiLoHLine.Name = "cbHiLoHLine";
this.cbHiLoHLine.Size = new System.Drawing.Size(166, 173);
this.cbHiLoHLine.TabIndex = 9;
this.cbHiLoHLine.Text = "Horizontal HiLoBar (Line)";
this.cbHiLoHLine.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbHiLoHLine.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbHiLoHLine.UseVisualStyleBackColor = true;
this.cbHiLoHLine.Click += new System.EventHandler(this.CbClicked);
//
// cbHiLoVLine
//
this.cbHiLoVLine.Appearance = System.Windows.Forms.Appearance.Button;
this.cbHiLoVLine.AutoSize = true;
this.cbHiLoVLine.Image = ((System.Drawing.Image)(resources.GetObject("cbHiLoVLine.Image")));
this.cbHiLoVLine.Location = new System.Drawing.Point(3, 3);
this.cbHiLoVLine.Name = "cbHiLoVLine";
this.cbHiLoVLine.Size = new System.Drawing.Size(166, 173);
this.cbHiLoVLine.TabIndex = 8;
this.cbHiLoVLine.Text = "Vertical HiLoBar (Line)";
this.cbHiLoVLine.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbHiLoVLine.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbHiLoVLine.UseVisualStyleBackColor = true;
this.cbHiLoVLine.Click += new System.EventHandler(this.CbClicked);
//
// pageSliderPage4
//
this.pageSliderPage4.Controls.Add(this.cbPieMultiRingRev);
this.pageSliderPage4.Controls.Add(this.cbPieMultiRing);
this.pageSliderPage4.Controls.Add(this.cbPieExtentFill);
this.pageSliderPage4.Controls.Add(this.cbPieExtent);
this.pageSliderPage4.Controls.Add(this.cbPieDonut);
this.pageSliderPage4.Controls.Add(this.cbPieSimple);
this.pageSliderPage4.Location = new System.Drawing.Point(1762, 8);
this.pageSliderPage4.Name = "pageSliderPage4";
this.pageSliderPage4.Size = new System.Drawing.Size(538, 367);
this.pageSliderPage4.TabIndex = 6;
//
// cbPieMultiRingRev
//
this.cbPieMultiRingRev.Appearance = System.Windows.Forms.Appearance.Button;
this.cbPieMultiRingRev.AutoSize = true;
this.cbPieMultiRingRev.Image = ((System.Drawing.Image)(resources.GetObject("cbPieMultiRingRev.Image")));
this.cbPieMultiRingRev.Location = new System.Drawing.Point(350, 182);
this.cbPieMultiRingRev.Name = "cbPieMultiRingRev";
this.cbPieMultiRingRev.Size = new System.Drawing.Size(166, 173);
this.cbPieMultiRingRev.TabIndex = 16;
this.cbPieMultiRingRev.Text = "Multi Ring Reversed";
this.cbPieMultiRingRev.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbPieMultiRingRev.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbPieMultiRingRev.UseVisualStyleBackColor = true;
this.cbPieMultiRingRev.Click += new System.EventHandler(this.CbClicked);
//
// cbPieMultiRing
//
this.cbPieMultiRing.Appearance = System.Windows.Forms.Appearance.Button;
this.cbPieMultiRing.AutoSize = true;
this.cbPieMultiRing.Image = ((System.Drawing.Image)(resources.GetObject("cbPieMultiRing.Image")));
this.cbPieMultiRing.Location = new System.Drawing.Point(350, 5);
this.cbPieMultiRing.Name = "cbPieMultiRing";
this.cbPieMultiRing.Size = new System.Drawing.Size(166, 173);
this.cbPieMultiRing.TabIndex = 15;
this.cbPieMultiRing.Text = "Multi Ring";
this.cbPieMultiRing.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbPieMultiRing.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbPieMultiRing.UseVisualStyleBackColor = true;
this.cbPieMultiRing.Click += new System.EventHandler(this.CbClicked);
//
// cbPieExtentFill
//
this.cbPieExtentFill.Appearance = System.Windows.Forms.Appearance.Button;
this.cbPieExtentFill.AutoSize = true;
this.cbPieExtentFill.Image = ((System.Drawing.Image)(resources.GetObject("cbPieExtentFill.Image")));
this.cbPieExtentFill.Location = new System.Drawing.Point(178, 182);
this.cbPieExtentFill.Name = "cbPieExtentFill";
this.cbPieExtentFill.Size = new System.Drawing.Size(166, 173);
this.cbPieExtentFill.TabIndex = 14;
this.cbPieExtentFill.Text = "Pie Chart - Extent Fill";
this.cbPieExtentFill.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbPieExtentFill.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbPieExtentFill.UseVisualStyleBackColor = true;
this.cbPieExtentFill.Click += new System.EventHandler(this.CbClicked);
//
// cbPieExtent
//
this.cbPieExtent.Appearance = System.Windows.Forms.Appearance.Button;
this.cbPieExtent.AutoSize = true;
this.cbPieExtent.Image = ((System.Drawing.Image)(resources.GetObject("cbPieExtent.Image")));
this.cbPieExtent.Location = new System.Drawing.Point(178, 5);
this.cbPieExtent.Name = "cbPieExtent";
this.cbPieExtent.Size = new System.Drawing.Size(166, 173);
this.cbPieExtent.TabIndex = 13;
this.cbPieExtent.Text = "Pie Chart - Varried Extent";
this.cbPieExtent.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbPieExtent.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbPieExtent.UseVisualStyleBackColor = true;
this.cbPieExtent.Click += new System.EventHandler(this.CbClicked);
//
// cbPieDonut
//
this.cbPieDonut.Appearance = System.Windows.Forms.Appearance.Button;
this.cbPieDonut.AutoSize = true;
this.cbPieDonut.Image = ((System.Drawing.Image)(resources.GetObject("cbPieDonut.Image")));
this.cbPieDonut.Location = new System.Drawing.Point(6, 182);
this.cbPieDonut.Name = "cbPieDonut";
this.cbPieDonut.Size = new System.Drawing.Size(166, 173);
this.cbPieDonut.TabIndex = 12;
this.cbPieDonut.Text = "Donut";
this.cbPieDonut.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbPieDonut.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbPieDonut.UseVisualStyleBackColor = true;
this.cbPieDonut.Click += new System.EventHandler(this.CbClicked);
//
// cbPieSimple
//
this.cbPieSimple.Appearance = System.Windows.Forms.Appearance.Button;
this.cbPieSimple.AutoSize = true;
this.cbPieSimple.Image = ((System.Drawing.Image)(resources.GetObject("cbPieSimple.Image")));
this.cbPieSimple.Location = new System.Drawing.Point(6, 5);
this.cbPieSimple.Name = "cbPieSimple";
this.cbPieSimple.Size = new System.Drawing.Size(166, 173);
this.cbPieSimple.TabIndex = 11;
this.cbPieSimple.Text = "Pie Chart";
this.cbPieSimple.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbPieSimple.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbPieSimple.UseVisualStyleBackColor = true;
this.cbPieSimple.Click += new System.EventHandler(this.CbClicked);
//
// pageSliderPage5
//
this.pageSliderPage5.Controls.Add(this.cbPieOverlay);
this.pageSliderPage5.Controls.Add(this.cbPieGridAngle);
this.pageSliderPage5.Controls.Add(this.cbPieShowSingleRing);
this.pageSliderPage5.Controls.Add(this.cbPieMultiSeries);
this.pageSliderPage5.Location = new System.Drawing.Point(2348, 8);
this.pageSliderPage5.Name = "pageSliderPage5";
this.pageSliderPage5.Size = new System.Drawing.Size(538, 367);
this.pageSliderPage5.TabIndex = 7;
//
// cbPieOverlay
//
this.cbPieOverlay.Appearance = System.Windows.Forms.Appearance.Button;
this.cbPieOverlay.AutoSize = true;
this.cbPieOverlay.Image = ((System.Drawing.Image)(resources.GetObject("cbPieOverlay.Image")));
this.cbPieOverlay.Location = new System.Drawing.Point(178, 184);
this.cbPieOverlay.Name = "cbPieOverlay";
this.cbPieOverlay.Size = new System.Drawing.Size(166, 173);
this.cbPieOverlay.TabIndex = 16;
this.cbPieOverlay.Text = "PieChart - Series Overlay";
this.cbPieOverlay.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbPieOverlay.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbPieOverlay.UseVisualStyleBackColor = true;
this.cbPieOverlay.Click += new System.EventHandler(this.CbClicked);
//
// cbPieGridAngle
//
this.cbPieGridAngle.Appearance = System.Windows.Forms.Appearance.Button;
this.cbPieGridAngle.AutoSize = true;
this.cbPieGridAngle.Image = ((System.Drawing.Image)(resources.GetObject("cbPieGridAngle.Image")));
this.cbPieGridAngle.Location = new System.Drawing.Point(178, 5);
this.cbPieGridAngle.Name = "cbPieGridAngle";
this.cbPieGridAngle.Size = new System.Drawing.Size(166, 173);
this.cbPieGridAngle.TabIndex = 15;
this.cbPieGridAngle.Text = "PieChart - Angle Margin";
this.cbPieGridAngle.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbPieGridAngle.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbPieGridAngle.UseVisualStyleBackColor = true;
this.cbPieGridAngle.Click += new System.EventHandler(this.CbClicked);
//
// cbPieShowSingleRing
//
this.cbPieShowSingleRing.Appearance = System.Windows.Forms.Appearance.Button;
this.cbPieShowSingleRing.AutoSize = true;
this.cbPieShowSingleRing.Image = ((System.Drawing.Image)(resources.GetObject("cbPieShowSingleRing.Image")));
this.cbPieShowSingleRing.Location = new System.Drawing.Point(6, 184);
this.cbPieShowSingleRing.Name = "cbPieShowSingleRing";
this.cbPieShowSingleRing.Size = new System.Drawing.Size(166, 173);
this.cbPieShowSingleRing.TabIndex = 13;
this.cbPieShowSingleRing.Text = "Multi Ring, Single Display";
this.cbPieShowSingleRing.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbPieShowSingleRing.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbPieShowSingleRing.UseVisualStyleBackColor = true;
this.cbPieShowSingleRing.Click += new System.EventHandler(this.CbClicked);
//
// cbPieMultiSeries
//
this.cbPieMultiSeries.Appearance = System.Windows.Forms.Appearance.Button;
this.cbPieMultiSeries.AutoSize = true;
this.cbPieMultiSeries.Image = ((System.Drawing.Image)(resources.GetObject("cbPieMultiSeries.Image")));
this.cbPieMultiSeries.Location = new System.Drawing.Point(6, 5);
this.cbPieMultiSeries.Name = "cbPieMultiSeries";
this.cbPieMultiSeries.Size = new System.Drawing.Size(166, 173);
this.cbPieMultiSeries.TabIndex = 12;
this.cbPieMultiSeries.Text = "Multi Series";
this.cbPieMultiSeries.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cbPieMultiSeries.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cbPieMultiSeries.UseVisualStyleBackColor = true;
this.cbPieMultiSeries.Click += new System.EventHandler(this.CbClicked);
//
// ChartStyleDialog
//
this.AcceptButton = this.btnOk;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(648, 500);
this.ControlBox = false;
this.Controls.Add(this.pageSlider1);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ChartStyleDialog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Initial Chart Style";
this.pageSlider1.ResumeLayout(false);
this.pageSliderPage1.ResumeLayout(false);
this.pageSliderPage1.PerformLayout();
this.pageSliderPage2.ResumeLayout(false);
this.pageSliderPage2.PerformLayout();
this.pageSliderPage3.ResumeLayout(false);
this.pageSliderPage3.PerformLayout();
this.pageSliderPage4.ResumeLayout(false);
this.pageSliderPage4.PerformLayout();
this.pageSliderPage5.ResumeLayout(false);
this.pageSliderPage5.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox cbLinePlot;
private System.Windows.Forms.CheckBox cbPointPlot;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.CheckBox cbBlankChart;
private System.Windows.Forms.CheckBox cbMultiAxis;
private System.Windows.Forms.CheckBox cbMultiChart;
private System.Windows.Forms.CheckBox cbHDotPlot;
private System.Windows.Forms.CheckBox cbVDotPlot;
private System.Windows.Forms.CheckBox cbBubblePlot;
private System.Windows.Forms.Label label2;
private DotNetBar.Controls.PageSlider pageSlider1;
private DotNetBar.Controls.PageSliderPage pageSliderPage1;
private System.Windows.Forms.CheckBox cbStepLine;
private DotNetBar.Controls.PageSliderPage pageSliderPage2;
private System.Windows.Forms.CheckBox cbRangeBarV;
private System.Windows.Forms.CheckBox cbBarH;
private System.Windows.Forms.CheckBox cbBarV;
private System.Windows.Forms.CheckBox cbLineArea;
private System.Windows.Forms.CheckBox cbRangeBarH;
private DotNetBar.Controls.PageSliderPage pageSliderPage3;
private System.Windows.Forms.CheckBox cbHiLoHBox;
private System.Windows.Forms.CheckBox cbHiLoVBox;
private System.Windows.Forms.CheckBox cbHiLoHLine;
private System.Windows.Forms.CheckBox cbHiLoVLine;
private DotNetBar.Controls.PageSliderPage pageSliderPage4;
private System.Windows.Forms.CheckBox cbPieSimple;
private System.Windows.Forms.CheckBox cbPieMultiRing;
private System.Windows.Forms.CheckBox cbPieExtentFill;
private System.Windows.Forms.CheckBox cbPieExtent;
private System.Windows.Forms.CheckBox cbPieDonut;
private System.Windows.Forms.CheckBox cbPieMultiRingRev;
private DotNetBar.Controls.PageSliderPage pageSliderPage5;
private System.Windows.Forms.CheckBox cbPieShowSingleRing;
private System.Windows.Forms.CheckBox cbPieMultiSeries;
private System.Windows.Forms.CheckBox cbPieGridAngle;
private System.Windows.Forms.CheckBox cbPieOverlay;
}
}