Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     C1.Win.Chart.Series  series1      = new C1.Win.Chart.Series();
     C1.Chart.ElementSize elementSize2 = new C1.Chart.ElementSize();
     C1.Win.Chart.Series  series2      = new C1.Win.Chart.Series();
     C1.Chart.ElementSize elementSize3 = new C1.Chart.ElementSize();
     C1.Win.Chart.Series  series3      = new C1.Win.Chart.Series();
     C1.Chart.ElementSize elementSize4 = new C1.Chart.ElementSize();
     C1.Win.Chart.Series  series4      = new C1.Win.Chart.Series();
     this.tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     this.chartRangeSelector = new C1.Win.Chart.FlexChart();
     this.chartPrecipitation = new C1.Win.Chart.FlexChart();
     this.chartPressure      = new C1.Win.Chart.FlexChart();
     this.chartTemperature   = new C1.Win.Chart.FlexChart();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartRangeSelector)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPrecipitation)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPressure)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartTemperature)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.chartRangeSelector, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.chartPrecipitation, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.chartPressure, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.chartTemperature, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Font     = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 4;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33332F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 110F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(755, 503);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // chartRangeSelector
     //
     this.chartRangeSelector.AxisX.Chart          = this.chartRangeSelector;
     this.chartRangeSelector.AxisX.LabelAngle     = 45D;
     this.chartRangeSelector.AxisX.Position       = C1.Chart.Position.Bottom;
     this.chartRangeSelector.AxisY.AxisLine       = false;
     this.chartRangeSelector.AxisY.Chart          = this.chartRangeSelector;
     this.chartRangeSelector.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.chartRangeSelector.AxisY.Position       = C1.Chart.Position.Left;
     this.chartRangeSelector.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chartRangeSelector.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.chartRangeSelector.Legend.Position    = C1.Chart.Position.None;
     this.chartRangeSelector.Legend.Title       = null;
     this.chartRangeSelector.Location           = new System.Drawing.Point(0, 392);
     this.chartRangeSelector.Margin             = new System.Windows.Forms.Padding(0);
     this.chartRangeSelector.Name = "chartRangeSelector";
     elementSize1.SizeType        = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value           = 70D;
     this.chartRangeSelector.Options.ClusterSize        = elementSize1;
     this.chartRangeSelector.PlotMargin                 = new System.Windows.Forms.Padding(150, 0, 30, 0);
     this.chartRangeSelector.SelectedSeries             = null;
     this.chartRangeSelector.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series1.Name = "Series 1";
     series1.Style.StrokeWidth = 2F;
     this.chartRangeSelector.Series.Add(series1);
     this.chartRangeSelector.Size     = new System.Drawing.Size(755, 111);
     this.chartRangeSelector.TabIndex = 3;
     this.chartRangeSelector.Text     = "flexChart1";
     //
     //
     //
     this.chartRangeSelector.ToolTip.Content = "{value}";
     this.chartRangeSelector.Rendered       += new System.EventHandler <C1.Win.Chart.RenderEventArgs>(this.chartRangeSelector_Rendered);
     //
     // chartPrecipitation
     //
     this.chartPrecipitation.AxisX.Chart          = this.chartPrecipitation;
     this.chartPrecipitation.AxisX.Position       = C1.Chart.Position.None;
     this.chartPrecipitation.AxisY.AxisLine       = false;
     this.chartPrecipitation.AxisY.Chart          = this.chartPrecipitation;
     this.chartPrecipitation.AxisY.MajorGrid      = true;
     this.chartPrecipitation.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.chartPrecipitation.AxisY.Position       = C1.Chart.Position.Left;
     this.chartPrecipitation.AxisY.Title          = "Preсipitation";
     this.chartPrecipitation.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chartPrecipitation.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.chartPrecipitation.Legend.Position    = C1.Chart.Position.None;
     this.chartPrecipitation.Legend.Title       = null;
     this.chartPrecipitation.Location           = new System.Drawing.Point(0, 261);
     this.chartPrecipitation.Margin             = new System.Windows.Forms.Padding(0);
     this.chartPrecipitation.Name = "chartPrecipitation";
     elementSize2.SizeType        = C1.Chart.ElementSizeType.Percentage;
     elementSize2.Value           = 70D;
     this.chartPrecipitation.Options.ClusterSize        = elementSize2;
     this.chartPrecipitation.PlotMargin                 = new System.Windows.Forms.Padding(150, 5, 30, 5);
     this.chartPrecipitation.SelectedSeries             = null;
     this.chartPrecipitation.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series2.Name = "Series 1";
     series2.Style.StrokeWidth = 2F;
     this.chartPrecipitation.Series.Add(series2);
     this.chartPrecipitation.Size     = new System.Drawing.Size(755, 131);
     this.chartPrecipitation.TabIndex = 2;
     this.chartPrecipitation.Text     = "flexChart1";
     //
     //
     //
     this.chartPrecipitation.ToolTip.Content = "{value}";
     this.chartPrecipitation.Rendered       += new System.EventHandler <C1.Win.Chart.RenderEventArgs>(this.chartTemperature_Rendered);
     //
     // chartPressure
     //
     this.chartPressure.AxisX.Chart          = this.chartPressure;
     this.chartPressure.AxisX.Position       = C1.Chart.Position.None;
     this.chartPressure.AxisY.AxisLine       = false;
     this.chartPressure.AxisY.Chart          = this.chartPressure;
     this.chartPressure.AxisY.MajorGrid      = true;
     this.chartPressure.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.chartPressure.AxisY.Position       = C1.Chart.Position.Left;
     this.chartPressure.AxisY.Title          = "MeanPressure";
     this.chartPressure.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chartPressure.Header.HorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Left;
     this.chartPressure.Legend.Orientation         = C1.Chart.Orientation.Auto;
     this.chartPressure.Legend.Position            = C1.Chart.Position.None;
     this.chartPressure.Legend.Title = null;
     this.chartPressure.Location     = new System.Drawing.Point(0, 130);
     this.chartPressure.Margin       = new System.Windows.Forms.Padding(0);
     this.chartPressure.Name         = "chartPressure";
     elementSize3.SizeType           = C1.Chart.ElementSizeType.Percentage;
     elementSize3.Value = 70D;
     this.chartPressure.Options.ClusterSize        = elementSize3;
     this.chartPressure.PlotMargin                 = new System.Windows.Forms.Padding(150, 5, 30, 5);
     this.chartPressure.SelectedSeries             = null;
     this.chartPressure.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series3.Name = "Series 1";
     series3.Style.StrokeWidth = 2F;
     this.chartPressure.Series.Add(series3);
     this.chartPressure.Size     = new System.Drawing.Size(755, 131);
     this.chartPressure.TabIndex = 1;
     this.chartPressure.Text     = "flexChart1";
     //
     //
     //
     this.chartPressure.ToolTip.Content = "{value}";
     this.chartPressure.Rendered       += new System.EventHandler <C1.Win.Chart.RenderEventArgs>(this.chartTemperature_Rendered);
     //
     // chartTemperature
     //
     this.chartTemperature.AxisX.Chart          = this.chartTemperature;
     this.chartTemperature.AxisX.LabelAngle     = 45D;
     this.chartTemperature.AxisX.Position       = C1.Chart.Position.Top;
     this.chartTemperature.AxisY.AxisLine       = false;
     this.chartTemperature.AxisY.Chart          = this.chartTemperature;
     this.chartTemperature.AxisY.MajorGrid      = true;
     this.chartTemperature.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.chartTemperature.AxisY.Position       = C1.Chart.Position.Left;
     this.chartTemperature.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chartTemperature.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.chartTemperature.Legend.Position    = C1.Chart.Position.Left;
     this.chartTemperature.Legend.Title       = null;
     this.chartTemperature.Location           = new System.Drawing.Point(0, 0);
     this.chartTemperature.Margin             = new System.Windows.Forms.Padding(0);
     this.chartTemperature.Name = "chartTemperature";
     elementSize4.SizeType      = C1.Chart.ElementSizeType.Percentage;
     elementSize4.Value         = 70D;
     this.chartTemperature.Options.ClusterSize        = elementSize4;
     this.chartTemperature.PlotMargin                 = new System.Windows.Forms.Padding(150, 0, 30, 5);
     this.chartTemperature.SelectedSeries             = null;
     this.chartTemperature.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series4.Name = "Series 1";
     series4.Style.StrokeWidth = 2F;
     this.chartTemperature.Series.Add(series4);
     this.chartTemperature.Size     = new System.Drawing.Size(755, 130);
     this.chartTemperature.TabIndex = 0;
     this.chartTemperature.Text     = "flexChart1";
     //
     //
     //
     this.chartTemperature.ToolTip.Content = "{value}";
     this.chartTemperature.Rendered       += new System.EventHandler <C1.Win.Chart.RenderEventArgs>(this.chartTemperature_Rendered);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(755, 503);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "Form1";
     this.Text = "WeatherChart";
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chartRangeSelector)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPrecipitation)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPressure)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartTemperature)).EndInit();
     this.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     C1.Win.Chart.Series  series1      = new C1.Win.Chart.Series();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.flexChart1        = new C1.Win.Chart.FlexChart();
     this.panel1            = new System.Windows.Forms.Panel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).BeginInit();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // flexChart1
     //
     this.flexChart1.AxisX.Chart          = this.flexChart1;
     this.flexChart1.AxisX.Position       = C1.Chart.Position.Bottom;
     this.flexChart1.AxisY.AxisLine       = false;
     this.flexChart1.AxisY.Chart          = this.flexChart1;
     this.flexChart1.AxisY.MajorGrid      = true;
     this.flexChart1.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.flexChart1.AxisY.Position       = C1.Chart.Position.Left;
     this.flexChart1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flexChart1.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.flexChart1.Legend.Position    = C1.Chart.Position.None;
     this.flexChart1.Legend.Title       = null;
     this.flexChart1.Location           = new System.Drawing.Point(30, 5);
     this.flexChart1.Margin             = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.flexChart1.Name  = "flexChart1";
     elementSize1.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value    = 70D;
     this.flexChart1.Options.ClusterSize        = elementSize1;
     this.flexChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.flexChart1.SelectedSeries             = null;
     this.flexChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series1.Name = "Series 1";
     series1.Style.StrokeWidth = 2F;
     this.flexChart1.Series.Add(series1);
     this.flexChart1.Size     = new System.Drawing.Size(1004, 522);
     this.flexChart1.TabIndex = 2;
     this.flexChart1.Text     = "flexChart1";
     //
     //
     //
     this.flexChart1.ToolTip.Content = "{value}";
     this.flexChart1.Rendered       += new System.EventHandler <C1.Win.Chart.RenderEventArgs>(this.flexChart1_Rendered);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.flexChart1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(4, 141);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(30, 5, 5, 30);
     this.panel1.Size     = new System.Drawing.Size(1039, 557);
     this.panel1.TabIndex = 8;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.tableLayoutPanel1.ColumnCount     = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1047, 702);
     this.tableLayoutPanel1.TabIndex = 9;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize              = true;
     this.flowLayoutPanel1.BackColor             = System.Drawing.SystemColors.Window;
     this.flowLayoutPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutPanel1, 2);
     this.flowLayoutPanel1.Controls.Add(this.pictureBox1);
     this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel2);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(1, 1);
     this.flowLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(1045, 136);
     this.flowLayoutPanel1.TabIndex = 9;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(8, 8);
     this.pictureBox1.Margin   = new System.Windows.Forms.Padding(8);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(120, 120);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.AutoSize    = true;
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.label2, 0, 1);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(139, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(667, 130);
     this.tableLayoutPanel2.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(3, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(661, 65);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Axis Scrollbar";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 9.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(12, 65);
     this.label2.Margin   = new System.Windows.Forms.Padding(12, 0, 3, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(652, 65);
     this.label2.TabIndex = 1;
     this.label2.Text     = "AxisScrollbar gives you an option of adding scrollbar to the axis of the chart.";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1047, 702);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Icon   = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name   = "Form1";
     this.Text   = "AxisScrollbar Demo";
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.ResumeLayout(false);
 }
Example #3
0
 /// <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(MainForm));
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     this.pTitle              = new System.Windows.Forms.Panel();
     this.lblTitle            = new System.Windows.Forms.Label();
     this.pDescription        = new System.Windows.Forms.Panel();
     this.tbDescription       = new System.Windows.Forms.RichTextBox();
     this.pCollapse           = new System.Windows.Forms.Panel();
     this.btnCollapse         = new System.Windows.Forms.Button();
     this.pControls           = new System.Windows.Forms.FlowLayoutPanel();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tsAbsolute          = new System.Windows.Forms.ToolStripButton();
     this.tsDataCoordinate    = new System.Windows.Forms.ToolStripButton();
     this.tsRelative          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsText              = new System.Windows.Forms.ToolStripButton();
     this.tsCircle            = new System.Windows.Forms.ToolStripButton();
     this.tsEllipse           = new System.Windows.Forms.ToolStripButton();
     this.tsRectangle         = new System.Windows.Forms.ToolStripButton();
     this.tsSquare            = new System.Windows.Forms.ToolStripButton();
     this.tsLine              = new System.Windows.Forms.ToolStripButton();
     this.tsPolygon           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tsAllowMove         = new System.Windows.Forms.ToolStripButton();
     this.pChart              = new System.Windows.Forms.Panel();
     this.flexChart1          = new C1.Win.Chart.FlexChart();
     this.pTitle.SuspendLayout();
     this.pDescription.SuspendLayout();
     this.pCollapse.SuspendLayout();
     this.pControls.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.pChart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).BeginInit();
     this.SuspendLayout();
     //
     // pTitle
     //
     this.pTitle.BackColor = System.Drawing.Color.White;
     this.pTitle.Controls.Add(this.lblTitle);
     this.pTitle.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pTitle.Location = new System.Drawing.Point(0, 0);
     this.pTitle.Name     = "pTitle";
     this.pTitle.Size     = new System.Drawing.Size(884, 80);
     this.pTitle.TabIndex = 5;
     //
     // lblTitle
     //
     this.lblTitle.AutoSize  = true;
     this.lblTitle.Font      = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(164)))), ((int)(((byte)(250)))));
     this.lblTitle.Location  = new System.Drawing.Point(35, 34);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(62, 33);
     this.lblTitle.TabIndex  = 0;
     this.lblTitle.Text      = "Title";
     //
     // pDescription
     //
     this.pDescription.AutoSize  = true;
     this.pDescription.BackColor = System.Drawing.Color.White;
     this.pDescription.Controls.Add(this.tbDescription);
     this.pDescription.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pDescription.Location = new System.Drawing.Point(0, 80);
     this.pDescription.Name     = "pDescription";
     this.pDescription.Padding  = new System.Windows.Forms.Padding(40, 30, 40, 3);
     this.pDescription.Size     = new System.Drawing.Size(884, 170);
     this.pDescription.TabIndex = 7;
     this.pDescription.Paint   += new System.Windows.Forms.PaintEventHandler(this.pDescription_Paint);
     //
     // tbDescription
     //
     this.tbDescription.BackColor   = System.Drawing.Color.White;
     this.tbDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tbDescription.Dock        = System.Windows.Forms.DockStyle.Top;
     this.tbDescription.Font        = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.tbDescription.ForeColor   = System.Drawing.Color.DimGray;
     this.tbDescription.Location    = new System.Drawing.Point(40, 30);
     this.tbDescription.Name        = "tbDescription";
     this.tbDescription.ReadOnly    = true;
     this.tbDescription.ScrollBars  = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.tbDescription.Size        = new System.Drawing.Size(804, 137);
     this.tbDescription.TabIndex    = 3;
     this.tbDescription.TabStop     = false;
     this.tbDescription.Text        = "";
     //
     // pCollapse
     //
     this.pCollapse.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.pCollapse.Controls.Add(this.btnCollapse);
     this.pCollapse.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pCollapse.Location = new System.Drawing.Point(0, 250);
     this.pCollapse.Name     = "pCollapse";
     this.pCollapse.Size     = new System.Drawing.Size(884, 26);
     this.pCollapse.TabIndex = 8;
     this.pCollapse.Paint   += new System.Windows.Forms.PaintEventHandler(this.pCollapse_Paint);
     //
     // btnCollapse
     //
     this.btnCollapse.Anchor                    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.btnCollapse.BackColor                 = System.Drawing.Color.Transparent;
     this.btnCollapse.BackgroundImage           = global::FlexChartEditableAnnotations.Properties.Resources.cb_up26;
     this.btnCollapse.FlatAppearance.BorderSize = 0;
     this.btnCollapse.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.btnCollapse.Location                  = new System.Drawing.Point(415, 0);
     this.btnCollapse.Name     = "btnCollapse";
     this.btnCollapse.Size     = new System.Drawing.Size(26, 26);
     this.btnCollapse.TabIndex = 0;
     this.btnCollapse.UseVisualStyleBackColor = false;
     this.btnCollapse.Click += new System.EventHandler(this.btnCollapse_Click);
     //
     // pControls
     //
     this.pControls.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.pControls.Controls.Add(this.toolStrip1);
     this.pControls.Dock         = System.Windows.Forms.DockStyle.Top;
     this.pControls.Font         = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.pControls.Location     = new System.Drawing.Point(0, 276);
     this.pControls.Name         = "pControls";
     this.pControls.Padding      = new System.Windows.Forms.Padding(40, 0, 0, 0);
     this.pControls.Size         = new System.Drawing.Size(884, 44);
     this.pControls.TabIndex     = 9;
     this.pControls.WrapContents = false;
     this.pControls.Paint       += new System.Windows.Forms.PaintEventHandler(this.pControls_Paint);
     //
     // toolStrip1
     //
     this.toolStrip1.CanOverflow = false;
     this.toolStrip1.GripStyle   = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsAbsolute,
         this.tsDataCoordinate,
         this.tsRelative,
         this.toolStripSeparator1,
         this.tsText,
         this.tsCircle,
         this.tsEllipse,
         this.tsRectangle,
         this.tsSquare,
         this.tsLine,
         this.tsPolygon,
         this.toolStripSeparator2,
         this.tsAllowMove
     });
     this.toolStrip1.Location     = new System.Drawing.Point(40, 0);
     this.toolStrip1.Name         = "toolStrip1";
     this.toolStrip1.Size         = new System.Drawing.Size(308, 25);
     this.toolStrip1.TabIndex     = 2;
     this.toolStrip1.Text         = "toolStrip1";
     this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.OnToolstripItemClicked);
     //
     // tsAbsolute
     //
     this.tsAbsolute.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsAbsolute.Image                 = ((System.Drawing.Image)(resources.GetObject("tsAbsolute.Image")));
     this.tsAbsolute.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsAbsolute.Name = "tsAbsolute";
     this.tsAbsolute.Size = new System.Drawing.Size(23, 22);
     this.tsAbsolute.Text = "Absoute Attachment";
     //
     // tsDataCoordinate
     //
     this.tsDataCoordinate.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsDataCoordinate.Image                 = ((System.Drawing.Image)(resources.GetObject("tsDataCoordinate.Image")));
     this.tsDataCoordinate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsDataCoordinate.Name = "tsDataCoordinate";
     this.tsDataCoordinate.Size = new System.Drawing.Size(23, 22);
     this.tsDataCoordinate.Text = "DataCoordinate Attachment";
     //
     // tsRelative
     //
     this.tsRelative.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsRelative.Image                 = ((System.Drawing.Image)(resources.GetObject("tsRelative.Image")));
     this.tsRelative.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsRelative.Name = "tsRelative";
     this.tsRelative.Size = new System.Drawing.Size(23, 22);
     this.tsRelative.Text = "Relative Attachment";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tsText
     //
     this.tsText.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsText.Image                 = ((System.Drawing.Image)(resources.GetObject("tsText.Image")));
     this.tsText.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsText.Name = "tsText";
     this.tsText.Size = new System.Drawing.Size(23, 22);
     this.tsText.Text = "Add Text Annotation";
     //
     // tsCircle
     //
     this.tsCircle.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsCircle.Image                 = ((System.Drawing.Image)(resources.GetObject("tsCircle.Image")));
     this.tsCircle.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsCircle.Name = "tsCircle";
     this.tsCircle.Size = new System.Drawing.Size(23, 22);
     this.tsCircle.Text = "Add Circle Annotation";
     //
     // tsEllipse
     //
     this.tsEllipse.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsEllipse.Image                 = ((System.Drawing.Image)(resources.GetObject("tsEllipse.Image")));
     this.tsEllipse.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsEllipse.Name = "tsEllipse";
     this.tsEllipse.Size = new System.Drawing.Size(23, 22);
     this.tsEllipse.Text = "Add Ellipse Annotation";
     //
     // tsRectangle
     //
     this.tsRectangle.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsRectangle.Image                 = ((System.Drawing.Image)(resources.GetObject("tsRectangle.Image")));
     this.tsRectangle.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsRectangle.Name = "tsRectangle";
     this.tsRectangle.Size = new System.Drawing.Size(23, 22);
     this.tsRectangle.Text = "Add Rectangle Annotation";
     //
     // tsSquare
     //
     this.tsSquare.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsSquare.Image                 = ((System.Drawing.Image)(resources.GetObject("tsSquare.Image")));
     this.tsSquare.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsSquare.Name = "tsSquare";
     this.tsSquare.Size = new System.Drawing.Size(23, 22);
     this.tsSquare.Text = "Add Square Annotation";
     //
     // tsLine
     //
     this.tsLine.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsLine.Image                 = ((System.Drawing.Image)(resources.GetObject("tsLine.Image")));
     this.tsLine.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsLine.Name = "tsLine";
     this.tsLine.Size = new System.Drawing.Size(23, 22);
     this.tsLine.Text = "Add Line Annotation";
     //
     // tsPolygon
     //
     this.tsPolygon.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsPolygon.Image                 = ((System.Drawing.Image)(resources.GetObject("tsPolygon.Image")));
     this.tsPolygon.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsPolygon.Name    = "tsPolygon";
     this.tsPolygon.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0);
     this.tsPolygon.Size    = new System.Drawing.Size(25, 22);
     this.tsPolygon.Text    = "Add Polygon Annotation";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.BackColor = System.Drawing.Color.Beige;
     this.toolStripSeparator2.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.toolStripSeparator2.Name      = "toolStripSeparator2";
     this.toolStripSeparator2.Size      = new System.Drawing.Size(6, 25);
     //
     // tsAllowMove
     //
     this.tsAllowMove.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsAllowMove.Image                 = ((System.Drawing.Image)(resources.GetObject("tsAllowMove.Image")));
     this.tsAllowMove.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsAllowMove.Name    = "tsAllowMove";
     this.tsAllowMove.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this.tsAllowMove.Size    = new System.Drawing.Size(30, 22);
     this.tsAllowMove.Text    = "Allow moving Annotations";
     //
     // pChart
     //
     this.pChart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(246)))));
     this.pChart.Controls.Add(this.flexChart1);
     this.pChart.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pChart.Location = new System.Drawing.Point(0, 320);
     this.pChart.Name     = "pChart";
     this.pChart.Padding  = new System.Windows.Forms.Padding(40, 20, 40, 20);
     this.pChart.Size     = new System.Drawing.Size(884, 441);
     this.pChart.TabIndex = 13;
     //
     // flexChart1
     //
     this.flexChart1.AxisX.Chart        = this.flexChart1;
     this.flexChart1.AxisX.DataSource   = null;
     this.flexChart1.AxisX.PlotAreaName = null;
     this.flexChart1.AxisY.Chart        = this.flexChart1;
     this.flexChart1.AxisY.DataSource   = null;
     this.flexChart1.AxisY.PlotAreaName = null;
     this.flexChart1.BackColor          = System.Drawing.Color.White;
     this.flexChart1.Binding            = null;
     this.flexChart1.BindingX           = null;
     this.flexChart1.DataMember         = null;
     this.flexChart1.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.flexChart1.Font                = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.flexChart1.Footer.Content      = null;
     this.flexChart1.Header.Content      = null;
     this.flexChart1.Legend.ItemMaxWidth = 0;
     this.flexChart1.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.flexChart1.Legend.Position     = C1.Chart.Position.Right;
     this.flexChart1.Legend.Reversed     = false;
     this.flexChart1.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.flexChart1.Legend.Title        = null;
     this.flexChart1.Location            = new System.Drawing.Point(40, 20);
     this.flexChart1.Margin              = new System.Windows.Forms.Padding(10);
     this.flexChart1.Name                = "flexChart1";
     elementSize1.SizeType               = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value = 70D;
     this.flexChart1.Options.ClusterSize        = elementSize1;
     this.flexChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.flexChart1.SelectedSeries             = null;
     this.flexChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.flexChart1.Size     = new System.Drawing.Size(804, 401);
     this.flexChart1.TabIndex = 0;
     //
     //
     //
     this.flexChart1.ToolTip.Content = "{value}";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(884, 761);
     this.Controls.Add(this.pChart);
     this.Controls.Add(this.pControls);
     this.Controls.Add(this.pCollapse);
     this.Controls.Add(this.pDescription);
     this.Controls.Add(this.pTitle);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize  = new System.Drawing.Size(900, 800);
     this.Name         = "MainForm";
     this.Text         = "FlexChart Editable Annotations";
     this.WindowState  = System.Windows.Forms.FormWindowState.Maximized;
     this.SizeChanged += new System.EventHandler(this.BaseSample_SizeChanged);
     this.pTitle.ResumeLayout(false);
     this.pTitle.PerformLayout();
     this.pDescription.ResumeLayout(false);
     this.pCollapse.ResumeLayout(false);
     this.pControls.ResumeLayout(false);
     this.pControls.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.pChart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.textBox1          = new System.Windows.Forms.TextBox();
     this.trackBar1         = new System.Windows.Forms.TrackBar();
     this.button1           = new System.Windows.Forms.Button();
     this.flexChart1        = new C1.Win.Chart.FlexChart();
     this.textBox2          = new System.Windows.Forms.TextBox();
     this.textBox3          = new System.Windows.Forms.TextBox();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.flexChart1, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.textBox2, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.textBox3, 0, 2);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(784, 561);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel2, 2);
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.label1, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.label2, 1, 1);
     this.tableLayoutPanel2.Controls.Add(this.pictureBox1, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(8, 3);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(8, 3, 8, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(768, 80);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // label1
     //
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(83, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(682, 40);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "The Wealth and Health of Nations";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(92, 40);
     this.label2.Margin   = new System.Windows.Forms.Padding(12, 0, 3, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(506, 20);
     this.label2.TabIndex = 1;
     this.label2.Text     = "A dynamic chart based on Gapminder’s Wealth and Health of Nations. ";
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image    = global::WealthHealth.Properties.Resources.C1;
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.tableLayoutPanel2.SetRowSpan(this.pictureBox1, 2);
     this.pictureBox1.Size     = new System.Drawing.Size(74, 74);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop  = false;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize = true;
     this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutPanel1, 2);
     this.flowLayoutPanel1.Controls.Add(this.textBox1);
     this.flowLayoutPanel1.Controls.Add(this.trackBar1);
     this.flowLayoutPanel1.Controls.Add(this.button1);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(8, 89);
     this.flowLayoutPanel1.Margin   = new System.Windows.Forms.Padding(8, 3, 8, 3);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(768, 40);
     this.flowLayoutPanel1.TabIndex = 1;
     //
     // textBox1
     //
     this.textBox1.BackColor   = System.Drawing.Color.White;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Location    = new System.Drawing.Point(3, 3);
     this.textBox1.Multiline   = true;
     this.textBox1.Name        = "textBox1";
     this.textBox1.ReadOnly    = true;
     this.textBox1.Size        = new System.Drawing.Size(436, 34);
     this.textBox1.TabIndex    = 3;
     this.textBox1.Text        = "This chart shows the evolution of income, life expectancy, and population in 178 " +
                                 "nations over a period of 210 years. Slide the gauge or press the play button and" +
                                 " enjoy the show.";
     //
     // trackBar1
     //
     this.trackBar1.AutoSize      = false;
     this.trackBar1.Location      = new System.Drawing.Point(445, 3);
     this.trackBar1.Maximum       = 2009;
     this.trackBar1.Minimum       = 1800;
     this.trackBar1.Name          = "trackBar1";
     this.trackBar1.Size          = new System.Drawing.Size(130, 34);
     this.trackBar1.TabIndex      = 1;
     this.trackBar1.TickFrequency = 10;
     this.trackBar1.Value         = 1800;
     this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(581, 3);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(66, 23);
     this.button1.TabIndex = 2;
     this.button1.Text     = "Play";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // flexChart1
     //
     this.flexChart1.AxisX.Chart          = this.flexChart1;
     this.flexChart1.AxisX.Position       = C1.Chart.Position.Bottom;
     this.flexChart1.AxisY.AxisLine       = false;
     this.flexChart1.AxisY.Chart          = this.flexChart1;
     this.flexChart1.AxisY.MajorGrid      = true;
     this.flexChart1.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.flexChart1.AxisY.Position       = C1.Chart.Position.Left;
     this.tableLayoutPanel1.SetColumnSpan(this.flexChart1, 2);
     this.flexChart1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flexChart1.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.flexChart1.Legend.Position    = C1.Chart.Position.Right;
     this.flexChart1.Legend.Title       = null;
     this.flexChart1.Location           = new System.Drawing.Point(8, 160);
     this.flexChart1.Margin             = new System.Windows.Forms.Padding(8, 8, 24, 8);
     this.flexChart1.Name  = "flexChart1";
     elementSize1.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value    = 70D;
     this.flexChart1.Options.ClusterSize        = elementSize1;
     this.flexChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.flexChart1.SelectedSeries             = null;
     this.flexChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.flexChart1.Size     = new System.Drawing.Size(752, 345);
     this.flexChart1.TabIndex = 2;
     this.flexChart1.Text     = "flexChart1";
     //
     //
     //
     this.flexChart1.ToolTip.Content = "{value}";
     //
     // textBox2
     //
     this.textBox2.BackColor   = System.Drawing.Color.White;
     this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tableLayoutPanel1.SetColumnSpan(this.textBox2, 2);
     this.textBox2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.textBox2.Location  = new System.Drawing.Point(8, 521);
     this.textBox2.Margin    = new System.Windows.Forms.Padding(8);
     this.textBox2.Multiline = true;
     this.textBox2.Name      = "textBox2";
     this.textBox2.ReadOnly  = true;
     this.textBox2.Size      = new System.Drawing.Size(768, 32);
     this.textBox2.TabIndex  = 3;
     this.textBox2.Text      = "This is a WinForms version of Mike Bostock\'s sample in D3, which is based on Gapm" +
                               "inder’s Wealth & Health of Nations, made famous by Hans Rosling’s memorable 2006" +
                               " TED talk.";
     //
     // textBox3
     //
     this.textBox3.BackColor   = System.Drawing.Color.White;
     this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox3.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.textBox3.Location    = new System.Drawing.Point(10, 135);
     this.textBox3.Margin      = new System.Windows.Forms.Padding(10, 3, 8, 3);
     this.textBox3.Name        = "textBox3";
     this.textBox3.ReadOnly    = true;
     this.textBox3.Size        = new System.Drawing.Size(374, 13);
     this.textBox3.TabIndex    = 4;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(784, 561);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "Form1";
     this.Text  = "WealthHealth";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).EndInit();
     this.ResumeLayout(false);
 }
Example #5
0
 /// <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(MainForm));
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     C1.Win.Chart.Series  series1      = new C1.Win.Chart.Series();
     C1.Chart.ElementSize elementSize2 = new C1.Chart.ElementSize();
     C1.Win.Chart.Series  series2      = new C1.Win.Chart.Series();
     C1.Win.Chart.Series  series3      = new C1.Win.Chart.Series();
     C1.Win.Chart.Series  series4      = new C1.Win.Chart.Series();
     this.rootLayoutPanel    = new System.Windows.Forms.TableLayoutPanel();
     this.pnlBottom          = new System.Windows.Forms.Panel();
     this.chartRangeSelector = new C1.Win.Chart.FlexChart();
     this.pnlTop             = new System.Windows.Forms.Panel();
     this.pnlButtons         = new System.Windows.Forms.Panel();
     this.rb5Days            = new System.Windows.Forms.RadioButton();
     this.rb10Years          = new System.Windows.Forms.RadioButton();
     this.rb5Years           = new System.Windows.Forms.RadioButton();
     this.rb1Year            = new System.Windows.Forms.RadioButton();
     this.rb6Months          = new System.Windows.Forms.RadioButton();
     this.rb1Month           = new System.Windows.Forms.RadioButton();
     this.rb10Days           = new System.Windows.Forms.RadioButton();
     this.pnlChart           = new System.Windows.Forms.Panel();
     this.chartMain          = new C1.Win.Chart.FlexChart();
     this.pnlControls        = new System.Windows.Forms.Panel();
     this.lblPeriod          = new System.Windows.Forms.Label();
     this.imgLegend          = new System.Windows.Forms.PictureBox();
     this.cbMeasure          = new C1.Win.C1Input.C1ComboBox();
     this.cbCurrency         = new C1.Win.C1Input.C1ComboBox();
     this.lblMeasure         = new System.Windows.Forms.Label();
     this.lblBaseCurrency    = new System.Windows.Forms.Label();
     this.rootLayoutPanel.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartRangeSelector)).BeginInit();
     this.pnlTop.SuspendLayout();
     this.pnlButtons.SuspendLayout();
     this.pnlChart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartMain)).BeginInit();
     this.pnlControls.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgLegend)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbMeasure)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbCurrency)).BeginInit();
     this.SuspendLayout();
     //
     // rootLayoutPanel
     //
     resources.ApplyResources(this.rootLayoutPanel, "rootLayoutPanel");
     this.rootLayoutPanel.Controls.Add(this.pnlBottom, 0, 1);
     this.rootLayoutPanel.Controls.Add(this.pnlTop, 0, 0);
     this.rootLayoutPanel.Name = "rootLayoutPanel";
     //
     // pnlBottom
     //
     this.pnlBottom.BackColor = System.Drawing.Color.White;
     this.pnlBottom.Controls.Add(this.chartRangeSelector);
     resources.ApplyResources(this.pnlBottom, "pnlBottom");
     this.pnlBottom.Name = "pnlBottom";
     //
     // chartRangeSelector
     //
     this.chartRangeSelector.AxisX.Chart          = this.chartRangeSelector;
     this.chartRangeSelector.AxisX.MajorUnit      = 366D;
     this.chartRangeSelector.AxisX.Position       = C1.Chart.Position.Bottom;
     this.chartRangeSelector.AxisY.AxisLine       = false;
     this.chartRangeSelector.AxisY.Chart          = this.chartRangeSelector;
     this.chartRangeSelector.AxisY.Labels         = false;
     this.chartRangeSelector.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.chartRangeSelector.AxisY.Position       = C1.Chart.Position.Left;
     resources.ApplyResources(this.chartRangeSelector, "chartRangeSelector");
     this.chartRangeSelector.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.chartRangeSelector.Legend.Position    = C1.Chart.Position.None;
     this.chartRangeSelector.Legend.Title       = null;
     this.chartRangeSelector.Name = "chartRangeSelector";
     elementSize1.SizeType        = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value           = 70D;
     this.chartRangeSelector.Options.ClusterSize        = elementSize1;
     this.chartRangeSelector.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.chartRangeSelector.SelectedSeries             = null;
     this.chartRangeSelector.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series1.Name = "Series 1";
     series1.Style.StrokeWidth = 2F;
     this.chartRangeSelector.Series.Add(series1);
     //
     //
     //
     this.chartRangeSelector.ToolTip.Content = "{value}";
     this.chartRangeSelector.Rendered       += new System.EventHandler <C1.Win.Chart.RenderEventArgs>(this.chartRangeSelector_Rendered);
     //
     // pnlTop
     //
     this.pnlTop.BackColor = System.Drawing.Color.White;
     this.pnlTop.Controls.Add(this.pnlButtons);
     this.pnlTop.Controls.Add(this.pnlChart);
     this.pnlTop.Controls.Add(this.pnlControls);
     resources.ApplyResources(this.pnlTop, "pnlTop");
     this.pnlTop.Name = "pnlTop";
     //
     // pnlButtons
     //
     this.pnlButtons.BackColor = System.Drawing.Color.White;
     this.pnlButtons.Controls.Add(this.rb5Days);
     this.pnlButtons.Controls.Add(this.rb10Years);
     this.pnlButtons.Controls.Add(this.rb5Years);
     this.pnlButtons.Controls.Add(this.rb1Year);
     this.pnlButtons.Controls.Add(this.rb6Months);
     this.pnlButtons.Controls.Add(this.rb1Month);
     this.pnlButtons.Controls.Add(this.rb10Days);
     resources.ApplyResources(this.pnlButtons, "pnlButtons");
     this.pnlButtons.Name = "pnlButtons";
     //
     // rb5Days
     //
     resources.ApplyResources(this.rb5Days, "rb5Days");
     this.rb5Days.Name = "rb5Days";
     this.rb5Days.Tag  = "5D";
     this.rb5Days.UseVisualStyleBackColor = true;
     this.rb5Days.Click += new System.EventHandler(this.btnTimeFrameChanged);
     //
     // rb10Years
     //
     resources.ApplyResources(this.rb10Years, "rb10Years");
     this.rb10Years.Name = "rb10Years";
     this.rb10Years.Tag  = "10Y";
     this.rb10Years.UseVisualStyleBackColor = true;
     this.rb10Years.Click += new System.EventHandler(this.btnTimeFrameChanged);
     //
     // rb5Years
     //
     resources.ApplyResources(this.rb5Years, "rb5Years");
     this.rb5Years.Name = "rb5Years";
     this.rb5Years.Tag  = "5Y";
     this.rb5Years.UseVisualStyleBackColor = true;
     this.rb5Years.Click += new System.EventHandler(this.btnTimeFrameChanged);
     //
     // rb1Year
     //
     resources.ApplyResources(this.rb1Year, "rb1Year");
     this.rb1Year.Name = "rb1Year";
     this.rb1Year.Tag  = "1Y";
     this.rb1Year.UseVisualStyleBackColor = true;
     this.rb1Year.Click += new System.EventHandler(this.btnTimeFrameChanged);
     //
     // rb6Months
     //
     resources.ApplyResources(this.rb6Months, "rb6Months");
     this.rb6Months.Name = "rb6Months";
     this.rb6Months.Tag  = "6M";
     this.rb6Months.UseVisualStyleBackColor = true;
     this.rb6Months.Click += new System.EventHandler(this.btnTimeFrameChanged);
     //
     // rb1Month
     //
     resources.ApplyResources(this.rb1Month, "rb1Month");
     this.rb1Month.Checked = true;
     this.rb1Month.Name    = "rb1Month";
     this.rb1Month.TabStop = true;
     this.rb1Month.Tag     = "1M";
     this.rb1Month.UseVisualStyleBackColor = true;
     this.rb1Month.Click += new System.EventHandler(this.btnTimeFrameChanged);
     //
     // rb10Days
     //
     resources.ApplyResources(this.rb10Days, "rb10Days");
     this.rb10Days.Name = "rb10Days";
     this.rb10Days.Tag  = "10D";
     this.rb10Days.UseVisualStyleBackColor = true;
     this.rb10Days.Click += new System.EventHandler(this.btnTimeFrameChanged);
     //
     // pnlChart
     //
     resources.ApplyResources(this.pnlChart, "pnlChart");
     this.pnlChart.Controls.Add(this.chartMain);
     this.pnlChart.Name = "pnlChart";
     //
     // chartMain
     //
     this.chartMain.AxisX.Chart     = this.chartMain;
     this.chartMain.AxisX.Position  = C1.Chart.Position.Bottom;
     this.chartMain.AxisY.AxisLine  = false;
     this.chartMain.AxisY.Chart     = this.chartMain;
     this.chartMain.AxisY.MajorGrid = true;
     this.chartMain.AxisY.Position  = C1.Chart.Position.Left;
     resources.ApplyResources(this.chartMain, "chartMain");
     this.chartMain.ChartType          = C1.Chart.ChartType.Line;
     this.chartMain.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.chartMain.Legend.Position    = C1.Chart.Position.Right;
     this.chartMain.Legend.Title       = null;
     this.chartMain.Name   = "chartMain";
     elementSize2.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize2.Value    = 70D;
     this.chartMain.Options.ClusterSize        = elementSize2;
     this.chartMain.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.chartMain.SelectedSeries             = null;
     this.chartMain.SelectionStyle.FillColor   = System.Drawing.Color.Transparent;
     this.chartMain.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series2.Binding    = "Y";
     series2.BindingX   = "X";
     series2.DataSource = new System.Drawing.Point[] {
         new System.Drawing.Point(1, 8),
         new System.Drawing.Point(2, 12),
         new System.Drawing.Point(3, 10),
         new System.Drawing.Point(4, 12),
         new System.Drawing.Point(5, 15)
     };
     series2.Name = "Series 1";
     series2.Style.StrokeWidth = 2F;
     series3.Binding           = "Y";
     series3.BindingX          = "X";
     series3.DataSource        = new System.Drawing.Point[] {
         new System.Drawing.Point(1, 10),
         new System.Drawing.Point(2, 16),
         new System.Drawing.Point(3, 17),
         new System.Drawing.Point(4, 15),
         new System.Drawing.Point(5, 23)
     };
     series3.Name = "Series 2";
     series3.Style.StrokeWidth = 2F;
     series4.Binding           = "Y";
     series4.BindingX          = "X";
     series4.DataSource        = new System.Drawing.Point[] {
         new System.Drawing.Point(1, 16),
         new System.Drawing.Point(2, 19),
         new System.Drawing.Point(3, 15),
         new System.Drawing.Point(4, 22),
         new System.Drawing.Point(5, 18)
     };
     series4.Name = "Series 3";
     series4.Style.StrokeWidth = 2F;
     this.chartMain.Series.Add(series2);
     this.chartMain.Series.Add(series3);
     this.chartMain.Series.Add(series4);
     this.chartMain.TabStop = false;
     //
     //
     //
     this.chartMain.ToolTip.Content = "{value}";
     this.chartMain.MouseMove      += new System.Windows.Forms.MouseEventHandler(this.chartMain_MouseMove);
     //
     // pnlControls
     //
     this.pnlControls.Controls.Add(this.lblPeriod);
     this.pnlControls.Controls.Add(this.imgLegend);
     this.pnlControls.Controls.Add(this.cbMeasure);
     this.pnlControls.Controls.Add(this.cbCurrency);
     this.pnlControls.Controls.Add(this.lblMeasure);
     this.pnlControls.Controls.Add(this.lblBaseCurrency);
     resources.ApplyResources(this.pnlControls, "pnlControls");
     this.pnlControls.Name = "pnlControls";
     //
     // lblPeriod
     //
     resources.ApplyResources(this.lblPeriod, "lblPeriod");
     this.lblPeriod.Name = "lblPeriod";
     //
     // imgLegend
     //
     resources.ApplyResources(this.imgLegend, "imgLegend");
     this.imgLegend.Name    = "imgLegend";
     this.imgLegend.TabStop = false;
     //
     // cbMeasure
     //
     this.cbMeasure.AllowSpinLoop = false;
     resources.ApplyResources(this.cbMeasure, "cbMeasure");
     this.cbMeasure.Cursor             = System.Windows.Forms.Cursors.Arrow;
     this.cbMeasure.DropDownStyle      = C1.Win.C1Input.DropDownStyle.DropDownList;
     this.cbMeasure.ImagePadding       = new System.Windows.Forms.Padding(0);
     this.cbMeasure.ItemsDisplayMember = "";
     this.cbMeasure.ItemsValueMember   = "";
     this.cbMeasure.Name = "cbMeasure";
     this.cbMeasure.SelectedIndexChanged += new System.EventHandler(this.cbMeasure_SelectedIndexChanged);
     //
     // cbCurrency
     //
     this.cbCurrency.AllowSpinLoop = false;
     resources.ApplyResources(this.cbCurrency, "cbCurrency");
     this.cbCurrency.Cursor             = System.Windows.Forms.Cursors.Arrow;
     this.cbCurrency.DropDownStyle      = C1.Win.C1Input.DropDownStyle.DropDownList;
     this.cbCurrency.ImagePadding       = new System.Windows.Forms.Padding(0);
     this.cbCurrency.ItemsDisplayMember = "";
     this.cbCurrency.ItemsValueMember   = "";
     this.cbCurrency.Name = "cbCurrency";
     this.cbCurrency.SelectedIndexChanged += new System.EventHandler(this.cbCurrency_SelectedIndexChanged);
     //
     // lblMeasure
     //
     resources.ApplyResources(this.lblMeasure, "lblMeasure");
     this.lblMeasure.Name = "lblMeasure";
     //
     // lblBaseCurrency
     //
     resources.ApplyResources(this.lblBaseCurrency, "lblBaseCurrency");
     this.lblBaseCurrency.Name = "lblBaseCurrency";
     //
     // MainForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.SystemColors.ControlLight;
     this.Controls.Add(this.rootLayoutPanel);
     this.Name = "MainForm";
     this.rootLayoutPanel.ResumeLayout(false);
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chartRangeSelector)).EndInit();
     this.pnlTop.ResumeLayout(false);
     this.pnlButtons.ResumeLayout(false);
     this.pnlButtons.PerformLayout();
     this.pnlChart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chartMain)).EndInit();
     this.pnlControls.ResumeLayout(false);
     this.pnlControls.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgLegend)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbMeasure)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbCurrency)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.label1            = new System.Windows.Forms.Label();
     this.comboBoxSymbol    = new System.Windows.Forms.ComboBox();
     this.financialChart1   = new C1.Win.Chart.Finance.FinancialChart();
     this.flowLayoutPanel2  = new System.Windows.Forms.FlowLayoutPanel();
     this.label4            = new System.Windows.Forms.Label();
     this.dataFields        = new System.Windows.Forms.ComboBox();
     this.label5            = new System.Windows.Forms.Label();
     this.reversal          = new System.Windows.Forms.NumericUpDown();
     this.label3            = new System.Windows.Forms.Label();
     this.scaling           = new System.Windows.Forms.ComboBox();
     this.label2            = new System.Windows.Forms.Label();
     this.boxSize           = new System.Windows.Forms.NumericUpDown();
     this.label6            = new System.Windows.Forms.Label();
     this.period            = new System.Windows.Forms.NumericUpDown();
     this.squareGrid        = new System.Windows.Forms.CheckBox();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).BeginInit();
     this.flowLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.reversal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.boxSize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.period)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.financialChart1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 0, 2);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(443, 214);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Controls.Add(this.comboBoxSymbol);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(437, 27);
     this.flowLayoutPanel1.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(3, 3);
     this.label1.Margin    = new System.Windows.Forms.Padding(3);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(44, 13);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Symbol";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // comboBoxSymbol
     //
     this.comboBoxSymbol.DisplayMember     = "Symbol";
     this.comboBoxSymbol.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxSymbol.FormattingEnabled = true;
     this.comboBoxSymbol.Location          = new System.Drawing.Point(53, 3);
     this.comboBoxSymbol.Name                  = "comboBoxSymbol";
     this.comboBoxSymbol.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxSymbol.TabIndex              = 1;
     this.comboBoxSymbol.ValueMember           = "Symbol";
     this.comboBoxSymbol.SelectedIndexChanged += new System.EventHandler(this.comboBoxSymbol_SelectedIndexChanged);
     //
     // financialChart1
     //
     this.financialChart1.AxisX.Chart          = this.financialChart1;
     this.financialChart1.AxisX.DataSource     = null;
     this.financialChart1.AxisX.PlotAreaName   = null;
     this.financialChart1.AxisX.Position       = C1.Chart.Position.Bottom;
     this.financialChart1.AxisY.AxisLine       = false;
     this.financialChart1.AxisY.Chart          = this.financialChart1;
     this.financialChart1.AxisY.DataSource     = null;
     this.financialChart1.AxisY.MajorGrid      = true;
     this.financialChart1.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.financialChart1.AxisY.PlotAreaName   = null;
     this.financialChart1.AxisY.Position       = C1.Chart.Position.Left;
     this.financialChart1.ChartType            = C1.Chart.Finance.FinancialChartType.Column;
     this.financialChart1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.financialChart1.Legend.ItemMaxWidth = 0;
     this.financialChart1.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.financialChart1.Legend.Position     = C1.Chart.Position.Right;
     this.financialChart1.Legend.Reversed     = false;
     this.financialChart1.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.financialChart1.Legend.Title        = null;
     this.financialChart1.Location            = new System.Drawing.Point(10, 43);
     this.financialChart1.Margin          = new System.Windows.Forms.Padding(10);
     this.financialChart1.Name            = "financialChart1";
     this.financialChart1.Options.BoxSize = 2D;
     elementSize1.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value    = 70D;
     this.financialChart1.Options.ClusterSize        = elementSize1;
     this.financialChart1.Options.ReversalAmount     = 2D;
     this.financialChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.financialChart1.SelectedSeries             = null;
     this.financialChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.financialChart1.Size     = new System.Drawing.Size(423, 99);
     this.financialChart1.TabIndex = 1;
     this.financialChart1.Text     = "financialChart1";
     //
     //
     //
     this.financialChart1.ToolTip.Content = "{value}";
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.AutoSize = true;
     this.flowLayoutPanel2.Controls.Add(this.label4);
     this.flowLayoutPanel2.Controls.Add(this.dataFields);
     this.flowLayoutPanel2.Controls.Add(this.label5);
     this.flowLayoutPanel2.Controls.Add(this.reversal);
     this.flowLayoutPanel2.Controls.Add(this.label3);
     this.flowLayoutPanel2.Controls.Add(this.scaling);
     this.flowLayoutPanel2.Controls.Add(this.label2);
     this.flowLayoutPanel2.Controls.Add(this.boxSize);
     this.flowLayoutPanel2.Controls.Add(this.label6);
     this.flowLayoutPanel2.Controls.Add(this.period);
     this.flowLayoutPanel2.Controls.Add(this.squareGrid);
     this.flowLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 155);
     this.flowLayoutPanel2.Name     = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size     = new System.Drawing.Size(437, 56);
     this.flowLayoutPanel2.TabIndex = 2;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(3, 3);
     this.label4.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(64, 13);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Data Fields";
     //
     // dataFields
     //
     this.dataFields.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.dataFields.FormattingEnabled = true;
     this.dataFields.Location          = new System.Drawing.Point(73, 3);
     this.dataFields.Name                  = "dataFields";
     this.dataFields.Size                  = new System.Drawing.Size(73, 21);
     this.dataFields.TabIndex              = 5;
     this.dataFields.SelectedIndexChanged += new System.EventHandler(this.dataFields_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(152, 3);
     this.label5.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(49, 13);
     this.label5.TabIndex = 6;
     this.label5.Text     = "Reversal";
     //
     // reversal
     //
     this.reversal.Location = new System.Drawing.Point(207, 3);
     this.reversal.Maximum  = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.reversal.Minimum = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.reversal.Name     = "reversal";
     this.reversal.Size     = new System.Drawing.Size(52, 22);
     this.reversal.TabIndex = 7;
     this.reversal.Value    = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     this.reversal.ValueChanged += new System.EventHandler(this.reversal_ValueChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(275, 3);
     this.label3.Margin   = new System.Windows.Forms.Padding(13, 3, 3, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Scaling";
     //
     // scaling
     //
     this.scaling.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.scaling.FormattingEnabled = true;
     this.scaling.Location          = new System.Drawing.Point(325, 3);
     this.scaling.Name                  = "scaling";
     this.scaling.Size                  = new System.Drawing.Size(90, 21);
     this.scaling.TabIndex              = 3;
     this.scaling.SelectedIndexChanged += new System.EventHandler(this.scaling_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 31);
     this.label2.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(49, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Box Size";
     //
     // boxSize
     //
     this.boxSize.Location = new System.Drawing.Point(58, 31);
     this.boxSize.Name     = "boxSize";
     this.boxSize.Size     = new System.Drawing.Size(52, 22);
     this.boxSize.TabIndex = 1;
     this.boxSize.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.boxSize.ValueChanged += new System.EventHandler(this.boxSize_ValueChanged);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(116, 31);
     this.label6.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(61, 13);
     this.label6.TabIndex = 8;
     this.label6.Text     = "ATR Period";
     //
     // period
     //
     this.period.Location = new System.Drawing.Point(183, 31);
     this.period.Maximum  = new decimal(new int[] {
         30,
         0,
         0,
         0
     });
     this.period.Minimum = new decimal(new int[] {
         7,
         0,
         0,
         0
     });
     this.period.Name     = "period";
     this.period.Size     = new System.Drawing.Size(52, 22);
     this.period.TabIndex = 9;
     this.period.Value    = new decimal(new int[] {
         14,
         0,
         0,
         0
     });
     this.period.ValueChanged += new System.EventHandler(this.period_ValueChanged);
     //
     // squareGrid
     //
     this.squareGrid.AutoSize = true;
     this.squareGrid.Location = new System.Drawing.Point(241, 31);
     this.squareGrid.Name     = "squareGrid";
     this.squareGrid.Size     = new System.Drawing.Size(87, 17);
     this.squareGrid.TabIndex = 10;
     this.squareGrid.Text     = "Square Grid";
     this.squareGrid.UseVisualStyleBackColor = true;
     this.squareGrid.CheckedChanged         += new System.EventHandler(this.squareGrid_CheckedChanged);
     //
     // PointAndFigure
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name  = "PointAndFigure";
     this.Size  = new System.Drawing.Size(443, 214);
     this.Load += new System.EventHandler(this.OnLoad);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).EndInit();
     this.flowLayoutPanel2.ResumeLayout(false);
     this.flowLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.reversal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.boxSize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.period)).EndInit();
     this.ResumeLayout(false);
 }
Example #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize      elementSize1  = new C1.Chart.ElementSize();
     C1.Win.Chart.Series       series1       = new C1.Win.Chart.Series();
     C1.Win.Chart.FlexPieSlice flexPieSlice1 = new C1.Win.Chart.FlexPieSlice();
     C1.Win.Chart.FlexPieSlice flexPieSlice2 = new C1.Win.Chart.FlexPieSlice();
     C1.Win.Chart.FlexPieSlice flexPieSlice3 = new C1.Win.Chart.FlexPieSlice();
     C1.Win.Chart.FlexPieSlice flexPieSlice4 = new C1.Win.Chart.FlexPieSlice();
     this.btnSerialize           = new System.Windows.Forms.Button();
     this.flexChart1             = new C1.Win.Chart.FlexChart();
     this.tabControl1            = new System.Windows.Forms.TabControl();
     this.tabPageXml             = new System.Windows.Forms.TabPage();
     this.txtXml                 = new System.Windows.Forms.TextBox();
     this.tabPageJson            = new System.Windows.Forms.TabPage();
     this.txtJson                = new System.Windows.Forms.TextBox();
     this.tabPageBinary          = new System.Windows.Forms.TabPage();
     this.txtBinary              = new System.Windows.Forms.TextBox();
     this.tabBase64              = new System.Windows.Forms.TabPage();
     this.txtBase64              = new System.Windows.Forms.TextBox();
     this.btnDeserializeTab      = new System.Windows.Forms.Button();
     this.btnSaveTabToFile       = new System.Windows.Forms.Button();
     this.btnDeserializeFromFile = new System.Windows.Forms.Button();
     this.btnSerializeToFile     = new System.Windows.Forms.Button();
     this.tabControl2            = new System.Windows.Forms.TabControl();
     this.tabPageFlexChart       = new System.Windows.Forms.TabPage();
     this.tabPageFlexPie         = new System.Windows.Forms.TabPage();
     this.flexPie1               = new C1.Win.Chart.FlexPie();
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPageXml.SuspendLayout();
     this.tabPageJson.SuspendLayout();
     this.tabPageBinary.SuspendLayout();
     this.tabBase64.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.tabPageFlexChart.SuspendLayout();
     this.tabPageFlexPie.SuspendLayout();
     this.SuspendLayout();
     //
     // btnSerialize
     //
     this.btnSerialize.Location = new System.Drawing.Point(14, 478);
     this.btnSerialize.Name     = "btnSerialize";
     this.btnSerialize.Size     = new System.Drawing.Size(135, 30);
     this.btnSerialize.TabIndex = 0;
     this.btnSerialize.Text     = "Serialize To Tabs";
     this.btnSerialize.UseVisualStyleBackColor = true;
     this.btnSerialize.Click += new System.EventHandler(this.btnSerialize_Click);
     //
     // flexChart1
     //
     this.flexChart1.AxisX.Chart          = this.flexChart1;
     this.flexChart1.AxisX.Position       = C1.Chart.Position.Bottom;
     this.flexChart1.AxisY.AxisLine       = false;
     this.flexChart1.AxisY.Chart          = this.flexChart1;
     this.flexChart1.AxisY.MajorGrid      = true;
     this.flexChart1.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.flexChart1.AxisY.Position       = C1.Chart.Position.Left;
     this.flexChart1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flexChart1.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.flexChart1.Legend.Position    = C1.Chart.Position.Right;
     this.flexChart1.Legend.Title       = null;
     this.flexChart1.Location           = new System.Drawing.Point(3, 3);
     this.flexChart1.Name  = "flexChart1";
     elementSize1.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value    = 70D;
     this.flexChart1.Options.ClusterSize        = elementSize1;
     this.flexChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.flexChart1.SelectedSeries             = null;
     this.flexChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series1.Name = "Series 1";
     series1.Style.StrokeWidth = 2F;
     this.flexChart1.Series.Add(series1);
     this.flexChart1.Size     = new System.Drawing.Size(418, 428);
     this.flexChart1.TabIndex = 1;
     this.flexChart1.Text     = "flexChart1";
     //
     //
     //
     this.flexChart1.ToolTip.Content = "{value}";
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPageXml);
     this.tabControl1.Controls.Add(this.tabPageJson);
     this.tabControl1.Controls.Add(this.tabPageBinary);
     this.tabControl1.Controls.Add(this.tabBase64);
     this.tabControl1.Location      = new System.Drawing.Point(450, 12);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(491, 705);
     this.tabControl1.TabIndex      = 2;
     //
     // tabPageXml
     //
     this.tabPageXml.Controls.Add(this.txtXml);
     this.tabPageXml.Location = new System.Drawing.Point(4, 22);
     this.tabPageXml.Name     = "tabPageXml";
     this.tabPageXml.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageXml.Size     = new System.Drawing.Size(483, 679);
     this.tabPageXml.TabIndex = 0;
     this.tabPageXml.Text     = "Xml";
     this.tabPageXml.UseVisualStyleBackColor = true;
     //
     // txtXml
     //
     this.txtXml.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtXml.Location   = new System.Drawing.Point(3, 3);
     this.txtXml.Multiline  = true;
     this.txtXml.Name       = "txtXml";
     this.txtXml.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtXml.Size       = new System.Drawing.Size(477, 673);
     this.txtXml.TabIndex   = 0;
     //
     // tabPageJson
     //
     this.tabPageJson.Controls.Add(this.txtJson);
     this.tabPageJson.Location = new System.Drawing.Point(4, 22);
     this.tabPageJson.Name     = "tabPageJson";
     this.tabPageJson.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageJson.Size     = new System.Drawing.Size(483, 679);
     this.tabPageJson.TabIndex = 1;
     this.tabPageJson.Text     = "Json";
     this.tabPageJson.UseVisualStyleBackColor = true;
     //
     // txtJson
     //
     this.txtJson.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtJson.Location   = new System.Drawing.Point(3, 3);
     this.txtJson.Multiline  = true;
     this.txtJson.Name       = "txtJson";
     this.txtJson.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtJson.Size       = new System.Drawing.Size(477, 673);
     this.txtJson.TabIndex   = 0;
     //
     // tabPageBinary
     //
     this.tabPageBinary.Controls.Add(this.txtBinary);
     this.tabPageBinary.Location = new System.Drawing.Point(4, 22);
     this.tabPageBinary.Name     = "tabPageBinary";
     this.tabPageBinary.Size     = new System.Drawing.Size(483, 679);
     this.tabPageBinary.TabIndex = 2;
     this.tabPageBinary.Text     = "Binary";
     this.tabPageBinary.UseVisualStyleBackColor = true;
     //
     // txtBinary
     //
     this.txtBinary.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtBinary.Font       = new System.Drawing.Font("Lucida Console", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBinary.Location   = new System.Drawing.Point(0, 0);
     this.txtBinary.Multiline  = true;
     this.txtBinary.Name       = "txtBinary";
     this.txtBinary.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtBinary.Size       = new System.Drawing.Size(483, 679);
     this.txtBinary.TabIndex   = 0;
     //
     // tabBase64
     //
     this.tabBase64.Controls.Add(this.txtBase64);
     this.tabBase64.Location = new System.Drawing.Point(4, 22);
     this.tabBase64.Name     = "tabBase64";
     this.tabBase64.Size     = new System.Drawing.Size(483, 679);
     this.tabBase64.TabIndex = 3;
     this.tabBase64.Text     = "Base64";
     this.tabBase64.UseVisualStyleBackColor = true;
     //
     // txtBase64
     //
     this.txtBase64.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtBase64.Font       = new System.Drawing.Font("Lucida Console", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBase64.Location   = new System.Drawing.Point(0, 0);
     this.txtBase64.Multiline  = true;
     this.txtBase64.Name       = "txtBase64";
     this.txtBase64.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtBase64.Size       = new System.Drawing.Size(483, 679);
     this.txtBase64.TabIndex   = 0;
     //
     // btnDeserializeTab
     //
     this.btnDeserializeTab.Location = new System.Drawing.Point(41, 514);
     this.btnDeserializeTab.Name     = "btnDeserializeTab";
     this.btnDeserializeTab.Size     = new System.Drawing.Size(162, 30);
     this.btnDeserializeTab.TabIndex = 3;
     this.btnDeserializeTab.Text     = "Deserialize Tab";
     this.btnDeserializeTab.UseVisualStyleBackColor = true;
     this.btnDeserializeTab.Click += new System.EventHandler(this.btnDeserializeTab_Click);
     //
     // btnSaveTabToFile
     //
     this.btnSaveTabToFile.Location = new System.Drawing.Point(41, 550);
     this.btnSaveTabToFile.Name     = "btnSaveTabToFile";
     this.btnSaveTabToFile.Size     = new System.Drawing.Size(162, 30);
     this.btnSaveTabToFile.TabIndex = 4;
     this.btnSaveTabToFile.Text     = "Save Tab To File";
     this.btnSaveTabToFile.UseVisualStyleBackColor = true;
     this.btnSaveTabToFile.Click += new System.EventHandler(this.btnSaveTabToFile_Click);
     //
     // btnDeserializeFromFile
     //
     this.btnDeserializeFromFile.Location = new System.Drawing.Point(41, 645);
     this.btnDeserializeFromFile.Name     = "btnDeserializeFromFile";
     this.btnDeserializeFromFile.Size     = new System.Drawing.Size(162, 30);
     this.btnDeserializeFromFile.TabIndex = 6;
     this.btnDeserializeFromFile.Text     = "Deserialize From File";
     this.btnDeserializeFromFile.UseVisualStyleBackColor = true;
     this.btnDeserializeFromFile.Click += new System.EventHandler(this.btnDeserializeFromFile_Click);
     //
     // btnSerializeToFile
     //
     this.btnSerializeToFile.Location = new System.Drawing.Point(14, 609);
     this.btnSerializeToFile.Name     = "btnSerializeToFile";
     this.btnSerializeToFile.Size     = new System.Drawing.Size(135, 30);
     this.btnSerializeToFile.TabIndex = 5;
     this.btnSerializeToFile.Text     = "Serialize To File";
     this.btnSerializeToFile.UseVisualStyleBackColor = true;
     this.btnSerializeToFile.Click += new System.EventHandler(this.btnSerializeToFile_Click);
     //
     // tabControl2
     //
     this.tabControl2.Controls.Add(this.tabPageFlexChart);
     this.tabControl2.Controls.Add(this.tabPageFlexPie);
     this.tabControl2.Location      = new System.Drawing.Point(14, 12);
     this.tabControl2.Name          = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size          = new System.Drawing.Size(432, 460);
     this.tabControl2.TabIndex      = 7;
     //
     // tabPageFlexChart
     //
     this.tabPageFlexChart.Controls.Add(this.flexChart1);
     this.tabPageFlexChart.Location = new System.Drawing.Point(4, 22);
     this.tabPageFlexChart.Name     = "tabPageFlexChart";
     this.tabPageFlexChart.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageFlexChart.Size     = new System.Drawing.Size(424, 434);
     this.tabPageFlexChart.TabIndex = 0;
     this.tabPageFlexChart.Text     = "FlexChart";
     this.tabPageFlexChart.UseVisualStyleBackColor = true;
     //
     // tabPageFlexPie
     //
     this.tabPageFlexPie.Controls.Add(this.flexPie1);
     this.tabPageFlexPie.Location = new System.Drawing.Point(4, 22);
     this.tabPageFlexPie.Name     = "tabPageFlexPie";
     this.tabPageFlexPie.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageFlexPie.Size     = new System.Drawing.Size(424, 434);
     this.tabPageFlexPie.TabIndex = 1;
     this.tabPageFlexPie.Text     = "FlexPie";
     this.tabPageFlexPie.UseVisualStyleBackColor = true;
     //
     // flexPie1
     //
     flexPieSlice1.Name       = "Slice1";
     flexPieSlice1.Value      = 1D;
     flexPieSlice2.Name       = "Slice2";
     flexPieSlice2.Value      = 2D;
     flexPieSlice3.Name       = "Slice3";
     flexPieSlice3.Value      = 3D;
     flexPieSlice4.Name       = "Slice4";
     flexPieSlice4.Value      = 4D;
     this.flexPie1.DataSource = new C1.Win.Chart.FlexPieSlice[] {
         flexPieSlice1,
         flexPieSlice2,
         flexPieSlice3,
         flexPieSlice4
     };
     this.flexPie1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flexPie1.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.flexPie1.Legend.Position    = C1.Chart.Position.Right;
     this.flexPie1.Legend.Title       = null;
     this.flexPie1.Location           = new System.Drawing.Point(3, 3);
     this.flexPie1.Name = "flexPie1";
     this.flexPie1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.flexPie1.Size     = new System.Drawing.Size(418, 428);
     this.flexPie1.TabIndex = 0;
     this.flexPie1.Text     = "flexPie1";
     //
     //
     //
     this.flexPie1.ToolTip.Content = "{value}";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(953, 729);
     this.Controls.Add(this.tabControl2);
     this.Controls.Add(this.btnDeserializeFromFile);
     this.Controls.Add(this.btnSerializeToFile);
     this.Controls.Add(this.btnSaveTabToFile);
     this.Controls.Add(this.btnDeserializeTab);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.btnSerialize);
     this.Name  = "Form1";
     this.Text  = "FlexChart Serializer";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPageXml.ResumeLayout(false);
     this.tabPageXml.PerformLayout();
     this.tabPageJson.ResumeLayout(false);
     this.tabPageJson.PerformLayout();
     this.tabPageBinary.ResumeLayout(false);
     this.tabPageBinary.PerformLayout();
     this.tabBase64.ResumeLayout(false);
     this.tabBase64.PerformLayout();
     this.tabControl2.ResumeLayout(false);
     this.tabPageFlexChart.ResumeLayout(false);
     this.tabPageFlexPie.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize2 = new C1.Chart.ElementSize();
     this.tableLayoutPanel1      = new System.Windows.Forms.TableLayoutPanel();
     this.financialChart1        = new C1.Win.Chart.Finance.FinancialChart();
     this.flowLayoutPanel1       = new System.Windows.Forms.FlowLayoutPanel();
     this.label1                 = new System.Windows.Forms.Label();
     this.overlayType            = new System.Windows.Forms.ComboBox();
     this.label2                 = new System.Windows.Forms.Label();
     this.period                 = new System.Windows.Forms.NumericUpDown();
     this.label3                 = new System.Windows.Forms.Label();
     this.nudMultiplier          = new System.Windows.Forms.NumericUpDown();
     this.label4                 = new System.Windows.Forms.Label();
     this.nudSize                = new System.Windows.Forms.NumericUpDown();
     this.label5                 = new System.Windows.Forms.Label();
     this.mvaType                = new System.Windows.Forms.ComboBox();
     this.conversionLabel        = new System.Windows.Forms.Label();
     this.conversionPeriod       = new System.Windows.Forms.NumericUpDown();
     this.baseLabel              = new System.Windows.Forms.Label();
     this.basePeriod             = new System.Windows.Forms.NumericUpDown();
     this.leadingLabel           = new System.Windows.Forms.Label();
     this.leadingPeriod          = new System.Windows.Forms.NumericUpDown();
     this.laggingLabel           = new System.Windows.Forms.Label();
     this.laggingPeriod          = new System.Windows.Forms.NumericUpDown();
     this.jawPeriodLabel         = new System.Windows.Forms.Label();
     this.jawPeriodNumberic      = new System.Windows.Forms.NumericUpDown();
     this.teethPeriodLabel       = new System.Windows.Forms.Label();
     this.teethPeriodNumberic    = new System.Windows.Forms.NumericUpDown();
     this.lipsPeriodLabel        = new System.Windows.Forms.Label();
     this.lipsPeriodNumberic     = new System.Windows.Forms.NumericUpDown();
     this.zigZagDistanceLabel    = new System.Windows.Forms.Label();
     this.zigZagDistanceNumberic = new System.Windows.Forms.NumericUpDown();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.period)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudMultiplier)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudSize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.conversionPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.basePeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.leadingPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.laggingPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.jawPeriodNumberic)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.teethPeriodNumberic)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lipsPeriodNumberic)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.zigZagDistanceNumberic)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.financialChart1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(800, 272);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // financialChart1
     //
     this.financialChart1.AnimationSettings          = C1.Chart.AnimationSettings.None;
     this.financialChart1.AxisX.Chart                = this.financialChart1;
     this.financialChart1.AxisX.DataSource           = null;
     this.financialChart1.AxisX.GroupProvider        = null;
     this.financialChart1.AxisX.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.financialChart1.AxisX.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.financialChart1.AxisX.GroupVisibilityLevel = 0;
     this.financialChart1.AxisX.LabelMax             = false;
     this.financialChart1.AxisX.LabelMin             = false;
     this.financialChart1.AxisX.PlotAreaName         = null;
     this.financialChart1.AxisX.Position             = C1.Chart.Position.Bottom;
     this.financialChart1.AxisX.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.financialChart1.AxisY.AxisLine             = false;
     this.financialChart1.AxisY.Chart                = this.financialChart1;
     this.financialChart1.AxisY.DataSource           = null;
     this.financialChart1.AxisY.GroupProvider        = null;
     this.financialChart1.AxisY.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.financialChart1.AxisY.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.financialChart1.AxisY.GroupVisibilityLevel = 0;
     this.financialChart1.AxisY.LabelMax             = false;
     this.financialChart1.AxisY.LabelMin             = false;
     this.financialChart1.AxisY.MajorGrid            = true;
     this.financialChart1.AxisY.MajorTickMarks       = C1.Chart.TickMark.None;
     this.financialChart1.AxisY.PlotAreaName         = null;
     this.financialChart1.AxisY.Position             = C1.Chart.Position.Left;
     this.financialChart1.AxisY.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.financialChart1.ChartType           = C1.Chart.Finance.FinancialChartType.Column;
     this.financialChart1.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.financialChart1.Legend.ItemMaxWidth = 0;
     this.financialChart1.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.financialChart1.Legend.Position     = C1.Chart.Position.Right;
     this.financialChart1.Legend.Reversed     = false;
     this.financialChart1.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.financialChart1.Legend.Title        = null;
     this.financialChart1.Location            = new System.Drawing.Point(10, 10);
     this.financialChart1.Margin              = new System.Windows.Forms.Padding(10);
     this.financialChart1.Name                = "financialChart1";
     this.financialChart1.Options.BoxSize     = 2D;
     elementSize2.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize2.Value    = 70D;
     this.financialChart1.Options.ClusterSize        = elementSize2;
     this.financialChart1.Options.ReversalAmount     = 1D;
     this.financialChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.financialChart1.SelectedSeries             = null;
     this.financialChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.financialChart1.Size     = new System.Drawing.Size(780, 134);
     this.financialChart1.TabIndex = 0;
     this.financialChart1.Text     = "financialChart1";
     //
     //
     //
     this.financialChart1.ToolTip.Content = "{value}";
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Controls.Add(this.overlayType);
     this.flowLayoutPanel1.Controls.Add(this.label2);
     this.flowLayoutPanel1.Controls.Add(this.period);
     this.flowLayoutPanel1.Controls.Add(this.label3);
     this.flowLayoutPanel1.Controls.Add(this.nudMultiplier);
     this.flowLayoutPanel1.Controls.Add(this.label4);
     this.flowLayoutPanel1.Controls.Add(this.nudSize);
     this.flowLayoutPanel1.Controls.Add(this.label5);
     this.flowLayoutPanel1.Controls.Add(this.mvaType);
     this.flowLayoutPanel1.Controls.Add(this.conversionLabel);
     this.flowLayoutPanel1.Controls.Add(this.conversionPeriod);
     this.flowLayoutPanel1.Controls.Add(this.baseLabel);
     this.flowLayoutPanel1.Controls.Add(this.basePeriod);
     this.flowLayoutPanel1.Controls.Add(this.leadingLabel);
     this.flowLayoutPanel1.Controls.Add(this.leadingPeriod);
     this.flowLayoutPanel1.Controls.Add(this.laggingLabel);
     this.flowLayoutPanel1.Controls.Add(this.laggingPeriod);
     this.flowLayoutPanel1.Controls.Add(this.jawPeriodLabel);
     this.flowLayoutPanel1.Controls.Add(this.jawPeriodNumberic);
     this.flowLayoutPanel1.Controls.Add(this.teethPeriodLabel);
     this.flowLayoutPanel1.Controls.Add(this.teethPeriodNumberic);
     this.flowLayoutPanel1.Controls.Add(this.lipsPeriodLabel);
     this.flowLayoutPanel1.Controls.Add(this.lipsPeriodNumberic);
     this.flowLayoutPanel1.Controls.Add(this.zigZagDistanceLabel);
     this.flowLayoutPanel1.Controls.Add(this.zigZagDistanceNumberic);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 157);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(794, 112);
     this.flowLayoutPanel1.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 3);
     this.label1.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(70, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Overlay Type";
     //
     // overlayType
     //
     this.overlayType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.overlayType.FormattingEnabled = true;
     this.overlayType.Location          = new System.Drawing.Point(79, 3);
     this.overlayType.Name                  = "overlayType";
     this.overlayType.Size                  = new System.Drawing.Size(196, 21);
     this.overlayType.TabIndex              = 1;
     this.overlayType.SelectedIndexChanged += new System.EventHandler(this.overlayType_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(291, 3);
     this.label2.Margin   = new System.Windows.Forms.Padding(13, 3, 3, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(40, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Period";
     //
     // period
     //
     this.period.Location = new System.Drawing.Point(337, 3);
     this.period.Maximum  = new decimal(new int[] {
         86,
         0,
         0,
         0
     });
     this.period.Minimum = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.period.Name     = "period";
     this.period.Size     = new System.Drawing.Size(52, 22);
     this.period.TabIndex = 3;
     this.period.Value    = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.period.ValueChanged += new System.EventHandler(this.period_ValueChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(408, 3);
     this.label3.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(57, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Multiplier";
     //
     // nudMultiplier
     //
     this.nudMultiplier.Location = new System.Drawing.Point(471, 3);
     this.nudMultiplier.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nudMultiplier.Name     = "nudMultiplier";
     this.nudMultiplier.Size     = new System.Drawing.Size(52, 22);
     this.nudMultiplier.TabIndex = 5;
     this.nudMultiplier.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudMultiplier.ValueChanged += new System.EventHandler(this.nudMultiplier_ValueChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(542, 3);
     this.label4.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(42, 13);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Size(%)";
     //
     // nudSize
     //
     this.nudSize.Location = new System.Drawing.Point(590, 3);
     this.nudSize.Name     = "nudSize";
     this.nudSize.Size     = new System.Drawing.Size(52, 22);
     this.nudSize.TabIndex = 7;
     this.nudSize.Value    = new decimal(new int[] {
         25,
         0,
         0,
         65536
     });
     this.nudSize.ValueChanged += new System.EventHandler(this.nudSize_ValueChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(661, 3);
     this.label5.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(29, 13);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Type";
     //
     // mvaType
     //
     this.mvaType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.mvaType.FormattingEnabled = true;
     this.mvaType.Location          = new System.Drawing.Point(3, 31);
     this.mvaType.Name                  = "mvaType";
     this.mvaType.Size                  = new System.Drawing.Size(121, 21);
     this.mvaType.TabIndex              = 9;
     this.mvaType.SelectedIndexChanged += new System.EventHandler(this.mvaType_SelectedIndexChanged);
     //
     // conversionLabel
     //
     this.conversionLabel.AutoSize = true;
     this.conversionLabel.Location = new System.Drawing.Point(140, 31);
     this.conversionLabel.Margin   = new System.Windows.Forms.Padding(13, 3, 3, 0);
     this.conversionLabel.Name     = "conversionLabel";
     this.conversionLabel.Size     = new System.Drawing.Size(101, 13);
     this.conversionLabel.TabIndex = 10;
     this.conversionLabel.Text     = "Conversion Period";
     //
     // conversionPeriod
     //
     this.conversionPeriod.Location = new System.Drawing.Point(247, 31);
     this.conversionPeriod.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.conversionPeriod.Name     = "conversionPeriod";
     this.conversionPeriod.Size     = new System.Drawing.Size(52, 22);
     this.conversionPeriod.TabIndex = 11;
     this.conversionPeriod.Value    = new decimal(new int[] {
         9,
         0,
         0,
         0
     });
     this.conversionPeriod.ValueChanged += new System.EventHandler(this.conversion_ValueChanged);
     //
     // baseLabel
     //
     this.baseLabel.AutoSize = true;
     this.baseLabel.Location = new System.Drawing.Point(315, 31);
     this.baseLabel.Margin   = new System.Windows.Forms.Padding(13, 3, 3, 0);
     this.baseLabel.Name     = "baseLabel";
     this.baseLabel.Size     = new System.Drawing.Size(67, 13);
     this.baseLabel.TabIndex = 12;
     this.baseLabel.Text     = "Base Period";
     //
     // basePeriod
     //
     this.basePeriod.Location = new System.Drawing.Point(388, 31);
     this.basePeriod.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.basePeriod.Name     = "basePeriod";
     this.basePeriod.Size     = new System.Drawing.Size(52, 22);
     this.basePeriod.TabIndex = 13;
     this.basePeriod.Value    = new decimal(new int[] {
         26,
         0,
         0,
         0
     });
     this.basePeriod.ValueChanged += new System.EventHandler(this.base_ValueChanged);
     //
     // leadingLabel
     //
     this.leadingLabel.AutoSize = true;
     this.leadingLabel.Location = new System.Drawing.Point(456, 31);
     this.leadingLabel.Margin   = new System.Windows.Forms.Padding(13, 3, 3, 0);
     this.leadingLabel.Name     = "leadingLabel";
     this.leadingLabel.Size     = new System.Drawing.Size(84, 13);
     this.leadingLabel.TabIndex = 14;
     this.leadingLabel.Text     = "Leading Period";
     //
     // leadingPeriod
     //
     this.leadingPeriod.Location = new System.Drawing.Point(546, 31);
     this.leadingPeriod.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.leadingPeriod.Name     = "leadingPeriod";
     this.leadingPeriod.Size     = new System.Drawing.Size(52, 22);
     this.leadingPeriod.TabIndex = 15;
     this.leadingPeriod.Value    = new decimal(new int[] {
         52,
         0,
         0,
         0
     });
     this.leadingPeriod.ValueChanged += new System.EventHandler(this.leading_ValueChanged);
     //
     // laggingLabel
     //
     this.laggingLabel.AutoSize = true;
     this.laggingLabel.Location = new System.Drawing.Point(614, 31);
     this.laggingLabel.Margin   = new System.Windows.Forms.Padding(13, 3, 3, 0);
     this.laggingLabel.Name     = "laggingLabel";
     this.laggingLabel.Size     = new System.Drawing.Size(85, 13);
     this.laggingLabel.TabIndex = 16;
     this.laggingLabel.Text     = "Lagging Period";
     //
     // laggingPeriod
     //
     this.laggingPeriod.Location = new System.Drawing.Point(705, 31);
     this.laggingPeriod.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.laggingPeriod.Name     = "laggingPeriod";
     this.laggingPeriod.Size     = new System.Drawing.Size(52, 22);
     this.laggingPeriod.TabIndex = 17;
     this.laggingPeriod.Value    = new decimal(new int[] {
         26,
         0,
         0,
         0
     });
     this.laggingPeriod.ValueChanged += new System.EventHandler(this.lagging_ValueChanged);
     //
     // jawPeriodLabel
     //
     this.jawPeriodLabel.AutoSize = true;
     this.jawPeriodLabel.Location = new System.Drawing.Point(3, 56);
     this.jawPeriodLabel.Name     = "jawPeriodLabel";
     this.jawPeriodLabel.Padding  = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.jawPeriodLabel.Size     = new System.Drawing.Size(68, 18);
     this.jawPeriodLabel.TabIndex = 15;
     this.jawPeriodLabel.Text     = "Jaw Period";
     //
     // jawPeriodNumberic
     //
     this.jawPeriodNumberic.Location = new System.Drawing.Point(77, 59);
     this.jawPeriodNumberic.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.jawPeriodNumberic.Name     = "jawPeriodNumberic";
     this.jawPeriodNumberic.Size     = new System.Drawing.Size(120, 22);
     this.jawPeriodNumberic.TabIndex = 18;
     this.jawPeriodNumberic.Value    = new decimal(new int[] {
         13,
         0,
         0,
         0
     });
     this.jawPeriodNumberic.ValueChanged += new System.EventHandler(this.jawPeriodNumberic_ValueChanged);
     //
     // teethPeriodLabel
     //
     this.teethPeriodLabel.AutoSize = true;
     this.teethPeriodLabel.Location = new System.Drawing.Point(203, 56);
     this.teethPeriodLabel.Name     = "teethPeriodLabel";
     this.teethPeriodLabel.Padding  = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.teethPeriodLabel.Size     = new System.Drawing.Size(76, 18);
     this.teethPeriodLabel.TabIndex = 19;
     this.teethPeriodLabel.Text     = "Teeth Period";
     //
     // teethPeriodNumberic
     //
     this.teethPeriodNumberic.Location = new System.Drawing.Point(285, 59);
     this.teethPeriodNumberic.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.teethPeriodNumberic.Name     = "teethPeriodNumberic";
     this.teethPeriodNumberic.Size     = new System.Drawing.Size(120, 22);
     this.teethPeriodNumberic.TabIndex = 20;
     this.teethPeriodNumberic.Value    = new decimal(new int[] {
         8,
         0,
         0,
         0
     });
     this.teethPeriodNumberic.ValueChanged += new System.EventHandler(this.teethPeriodNumberic_ValueChanged);
     //
     // lipsPeriodLabel
     //
     this.lipsPeriodLabel.AutoSize = true;
     this.lipsPeriodLabel.Location = new System.Drawing.Point(411, 56);
     this.lipsPeriodLabel.Name     = "lipsPeriodLabel";
     this.lipsPeriodLabel.Padding  = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.lipsPeriodLabel.Size     = new System.Drawing.Size(69, 18);
     this.lipsPeriodLabel.TabIndex = 21;
     this.lipsPeriodLabel.Text     = "Lips Period";
     //
     // lipsPeriodNumberic
     //
     this.lipsPeriodNumberic.Location = new System.Drawing.Point(486, 59);
     this.lipsPeriodNumberic.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.lipsPeriodNumberic.Name     = "lipsPeriodNumberic";
     this.lipsPeriodNumberic.Size     = new System.Drawing.Size(120, 22);
     this.lipsPeriodNumberic.TabIndex = 22;
     this.lipsPeriodNumberic.Value    = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.lipsPeriodNumberic.ValueChanged += new System.EventHandler(this.lipsPeriodNumberic_ValueChanged);
     //
     // zigZagDistanceLabel
     //
     this.zigZagDistanceLabel.AutoSize = true;
     this.zigZagDistanceLabel.Location = new System.Drawing.Point(612, 56);
     this.zigZagDistanceLabel.Name     = "zigZagDistanceLabel";
     this.zigZagDistanceLabel.Padding  = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.zigZagDistanceLabel.Size     = new System.Drawing.Size(57, 18);
     this.zigZagDistanceLabel.TabIndex = 23;
     this.zigZagDistanceLabel.Text     = "Distance";
     //
     // zigZagDistanceNumberic
     //
     this.zigZagDistanceNumberic.Location = new System.Drawing.Point(3, 87);
     this.zigZagDistanceNumberic.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.zigZagDistanceNumberic.Name     = "zigZagDistanceNumberic";
     this.zigZagDistanceNumberic.Size     = new System.Drawing.Size(120, 22);
     this.zigZagDistanceNumberic.TabIndex = 24;
     this.zigZagDistanceNumberic.Value    = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.zigZagDistanceNumberic.ValueChanged += new System.EventHandler(this.zigZagDistanceNumberic_ValueChanged);
     //
     // Overlays
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name  = "Overlays";
     this.Size  = new System.Drawing.Size(800, 272);
     this.Load += new System.EventHandler(this.OnLoad);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.period)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudMultiplier)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudSize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.conversionPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.basePeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.leadingPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.laggingPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.jawPeriodNumberic)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.teethPeriodNumberic)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lipsPeriodNumberic)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.zigZagDistanceNumberic)).EndInit();
     this.ResumeLayout(false);
 }
Example #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     C1.Win.Chart.Series  series1      = new C1.Win.Chart.Series();
     this.button2    = new System.Windows.Forms.Button();
     this.flexChart1 = new C1.Win.Chart.FlexChart();
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).BeginInit();
     this.SuspendLayout();
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(0, 0);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 1;
     this.button2.Text     = "start";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Start);
     //
     // flexChart1
     //
     this.flexChart1.AnimationLoad.Direction  = C1.Chart.AnimationDirection.Y;
     this.flexChart1.AnimationLoad.Duration   = 400;
     this.flexChart1.AnimationLoad.Easing     = C1.Chart.Easing.Linear;
     this.flexChart1.AnimationLoad.Type       = C1.Chart.AnimationType.All;
     this.flexChart1.AnimationSettings        = C1.Chart.AnimationSettings.None;
     this.flexChart1.AnimationUpdate.Duration = 400;
     this.flexChart1.AnimationUpdate.Easing   = C1.Chart.Easing.Linear;
     this.flexChart1.AnimationUpdate.Type     = C1.Chart.AnimationType.All;
     this.flexChart1.AxisX.Chart                  = this.flexChart1;
     this.flexChart1.AxisX.DataSource             = null;
     this.flexChart1.AxisX.GroupProvider          = null;
     this.flexChart1.AxisX.GroupSeparator         = C1.Chart.AxisGroupSeparator.None;
     this.flexChart1.AxisX.GroupTitleAlignment    = C1.Chart.AxisLabelAlignment.Center;
     this.flexChart1.AxisX.GroupVisibilityLevel   = 0;
     this.flexChart1.AxisX.LabelMax               = false;
     this.flexChart1.AxisX.LabelMin               = false;
     this.flexChart1.AxisX.PlotAreaName           = null;
     this.flexChart1.AxisX.Position               = C1.Chart.Position.Bottom;
     this.flexChart1.AxisX.TimeUnit               = C1.Chart.TimeUnits.Day;
     this.flexChart1.AxisY.AxisLine               = false;
     this.flexChart1.AxisY.Chart                  = this.flexChart1;
     this.flexChart1.AxisY.DataSource             = null;
     this.flexChart1.AxisY.GroupProvider          = null;
     this.flexChart1.AxisY.GroupSeparator         = C1.Chart.AxisGroupSeparator.None;
     this.flexChart1.AxisY.GroupTitleAlignment    = C1.Chart.AxisLabelAlignment.Center;
     this.flexChart1.AxisY.GroupVisibilityLevel   = 0;
     this.flexChart1.AxisY.LabelMax               = false;
     this.flexChart1.AxisY.LabelMin               = false;
     this.flexChart1.AxisY.MajorGrid              = true;
     this.flexChart1.AxisY.MajorTickMarks         = C1.Chart.TickMark.None;
     this.flexChart1.AxisY.PlotAreaName           = null;
     this.flexChart1.AxisY.Position               = C1.Chart.Position.Left;
     this.flexChart1.AxisY.TimeUnit               = C1.Chart.TimeUnits.Day;
     this.flexChart1.DataLabel.Angle              = 0;
     this.flexChart1.DataLabel.Border             = false;
     this.flexChart1.DataLabel.ConnectingLine     = false;
     this.flexChart1.DataLabel.Content            = null;
     this.flexChart1.DataLabel.ContentOptions     = C1.Chart.ContentOptions.WordWrap;
     this.flexChart1.DataLabel.MaxAutoLabels      = 100;
     this.flexChart1.DataLabel.MaxLines           = 0;
     this.flexChart1.DataLabel.MaxWidth           = 0;
     this.flexChart1.DataLabel.Offset             = 0;
     this.flexChart1.DataLabel.Overlapping        = C1.Chart.LabelOverlapping.Hide;
     this.flexChart1.DataLabel.OverlappingOptions = C1.Chart.LabelOverlappingOptions.OutsidePlotArea;
     this.flexChart1.DataLabel.Position           = C1.Chart.LabelPosition.None;
     this.flexChart1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flexChart1.Legend.ItemMaxWidth = 0;
     this.flexChart1.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.flexChart1.Legend.Position     = C1.Chart.Position.Right;
     this.flexChart1.Legend.Reversed     = false;
     this.flexChart1.Legend.ScrollBars   = C1.Chart.LegendScrollBars.None;
     this.flexChart1.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.flexChart1.Legend.Title        = null;
     this.flexChart1.Location            = new System.Drawing.Point(0, 0);
     this.flexChart1.Margin = new System.Windows.Forms.Padding(10);
     this.flexChart1.Name   = "flexChart1";
     elementSize1.SizeType  = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value     = 70D;
     this.flexChart1.Options.ClusterSize        = elementSize1;
     this.flexChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.flexChart1.SelectedSeries             = null;
     this.flexChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series1.DataLabel         = null;
     series1.Name              = "Series 1";
     series1.StackingGroup     = -1;
     series1.Style.StrokeWidth = 2F;
     series1.Tooltip           = null;
     this.flexChart1.Series.Add(series1);
     this.flexChart1.Size     = new System.Drawing.Size(800, 464);
     this.flexChart1.TabIndex = 2;
     this.flexChart1.Text     = "flexChart1";
     //
     //
     //
     this.flexChart1.ToolTip.Content = "";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 464);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.flexChart1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize2 = new C1.Chart.ElementSize();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.financialChart1   = new C1.Win.Chart.Finance.FinancialChart();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.label1            = new System.Windows.Forms.Label();
     this.cmdToolType       = new System.Windows.Forms.ComboBox();
     this.label6            = new System.Windows.Forms.Label();
     this.cmbLabelPosition  = new System.Windows.Forms.ComboBox();
     this.label2            = new System.Windows.Forms.Label();
     this.nudStartX         = new System.Windows.Forms.NumericUpDown();
     this.label3            = new System.Windows.Forms.Label();
     this.nudEndX           = new System.Windows.Forms.NumericUpDown();
     this.label4            = new System.Windows.Forms.Label();
     this.nudStartY         = new System.Windows.Forms.NumericUpDown();
     this.label5            = new System.Windows.Forms.Label();
     this.nudEndY           = new System.Windows.Forms.NumericUpDown();
     this.cbUptrend         = new System.Windows.Forms.CheckBox();
     this.cbRangeSelector   = new System.Windows.Forms.CheckBox();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudStartX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudEndX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudStartY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudEndY)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.financialChart1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(800, 272);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // financialChart1
     //
     this.financialChart1.AxisX.Chart          = this.financialChart1;
     this.financialChart1.AxisX.Position       = C1.Chart.Position.Bottom;
     this.financialChart1.AxisY.AxisLine       = false;
     this.financialChart1.AxisY.Chart          = this.financialChart1;
     this.financialChart1.AxisY.MajorGrid      = true;
     this.financialChart1.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.financialChart1.AxisY.Position       = C1.Chart.Position.Left;
     this.financialChart1.ChartType            = C1.Chart.Finance.FinancialChartType.Column;
     this.financialChart1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.financialChart1.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.financialChart1.Legend.Position    = C1.Chart.Position.Right;
     this.financialChart1.Legend.Reversed    = false;
     this.financialChart1.Legend.Title       = null;
     this.financialChart1.Location           = new System.Drawing.Point(10, 10);
     this.financialChart1.Margin             = new System.Windows.Forms.Padding(10);
     this.financialChart1.Name = "financialChart1";
     elementSize2.SizeType     = C1.Chart.ElementSizeType.Percentage;
     elementSize2.Value        = 70D;
     this.financialChart1.Options.ClusterSize        = elementSize2;
     this.financialChart1.Options.ReversalAmount     = 1D;
     this.financialChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.financialChart1.SelectedSeries             = null;
     this.financialChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.financialChart1.Size     = new System.Drawing.Size(780, 195);
     this.financialChart1.TabIndex = 0;
     this.financialChart1.Text     = "financialChart1";
     //
     //
     //
     this.financialChart1.ToolTip.Content = "{value}";
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Controls.Add(this.cmdToolType);
     this.flowLayoutPanel1.Controls.Add(this.label6);
     this.flowLayoutPanel1.Controls.Add(this.cmbLabelPosition);
     this.flowLayoutPanel1.Controls.Add(this.label2);
     this.flowLayoutPanel1.Controls.Add(this.nudStartX);
     this.flowLayoutPanel1.Controls.Add(this.label3);
     this.flowLayoutPanel1.Controls.Add(this.nudEndX);
     this.flowLayoutPanel1.Controls.Add(this.label4);
     this.flowLayoutPanel1.Controls.Add(this.nudStartY);
     this.flowLayoutPanel1.Controls.Add(this.label5);
     this.flowLayoutPanel1.Controls.Add(this.nudEndY);
     this.flowLayoutPanel1.Controls.Add(this.cbUptrend);
     this.flowLayoutPanel1.Controls.Add(this.cbRangeSelector);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 218);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(794, 51);
     this.flowLayoutPanel1.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 3);
     this.label1.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(29, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Type";
     //
     // cmdToolType
     //
     this.cmdToolType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmdToolType.FormattingEnabled = true;
     this.cmdToolType.Location          = new System.Drawing.Point(38, 3);
     this.cmdToolType.Name                  = "cmdToolType";
     this.cmdToolType.Size                  = new System.Drawing.Size(100, 21);
     this.cmdToolType.TabIndex              = 1;
     this.cmdToolType.SelectedIndexChanged += new System.EventHandler(this.cmbToolType_SelectedIndexChanged);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(154, 3);
     this.label6.Margin   = new System.Windows.Forms.Padding(13, 3, 3, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(79, 13);
     this.label6.TabIndex = 11;
     this.label6.Text     = "Label Position";
     //
     // cmbLabelPosition
     //
     this.cmbLabelPosition.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbLabelPosition.FormattingEnabled = true;
     this.cmbLabelPosition.Location          = new System.Drawing.Point(239, 3);
     this.cmbLabelPosition.Name                  = "cmbLabelPosition";
     this.cmbLabelPosition.Size                  = new System.Drawing.Size(80, 21);
     this.cmbLabelPosition.TabIndex              = 9;
     this.cmbLabelPosition.SelectedIndexChanged += new System.EventHandler(this.cmbLabelPosition_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(335, 3);
     this.label2.Margin   = new System.Windows.Forms.Padding(13, 3, 3, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(37, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "StartX";
     //
     // nudStartX
     //
     this.nudStartX.DecimalPlaces = 2;
     this.nudStartX.Location      = new System.Drawing.Point(378, 3);
     this.nudStartX.Minimum       = new decimal(new int[] {
         100,
         0,
         0,
         -2147483648
     });
     this.nudStartX.Name     = "nudStartX";
     this.nudStartX.Size     = new System.Drawing.Size(52, 22);
     this.nudStartX.TabIndex = 3;
     this.nudStartX.Value    = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.nudStartX.ValueChanged += new System.EventHandler(this.nudStartX_ValueChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(449, 3);
     this.label3.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(33, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "EndX";
     //
     // nudEndX
     //
     this.nudEndX.DecimalPlaces = 2;
     this.nudEndX.Location      = new System.Drawing.Point(488, 3);
     this.nudEndX.Minimum       = new decimal(new int[] {
         100,
         0,
         0,
         -2147483648
     });
     this.nudEndX.Name     = "nudEndX";
     this.nudEndX.Size     = new System.Drawing.Size(52, 22);
     this.nudEndX.TabIndex = 5;
     this.nudEndX.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudEndX.ValueChanged += new System.EventHandler(this.nudEndX_ValueChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(559, 3);
     this.label4.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(36, 13);
     this.label4.TabIndex = 6;
     this.label4.Text     = "StartY";
     //
     // nudStartY
     //
     this.nudStartY.DecimalPlaces = 2;
     this.nudStartY.Location      = new System.Drawing.Point(601, 3);
     this.nudStartY.Minimum       = new decimal(new int[] {
         100,
         0,
         0,
         -2147483648
     });
     this.nudStartY.Name     = "nudStartY";
     this.nudStartY.Size     = new System.Drawing.Size(52, 22);
     this.nudStartY.TabIndex = 7;
     this.nudStartY.Value    = new decimal(new int[] {
         25,
         0,
         0,
         65536
     });
     this.nudStartY.ValueChanged += new System.EventHandler(this.nudStartY_ValueChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(672, 3);
     this.label5.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(32, 13);
     this.label5.TabIndex = 8;
     this.label5.Text     = "EndY";
     //
     // nudEndY
     //
     this.nudEndY.DecimalPlaces = 2;
     this.nudEndY.Location      = new System.Drawing.Point(710, 3);
     this.nudEndY.Minimum       = new decimal(new int[] {
         100,
         0,
         0,
         -2147483648
     });
     this.nudEndY.Name     = "nudEndY";
     this.nudEndY.Size     = new System.Drawing.Size(52, 22);
     this.nudEndY.TabIndex = 10;
     this.nudEndY.Value    = new decimal(new int[] {
         25,
         0,
         0,
         65536
     });
     this.nudEndY.ValueChanged += new System.EventHandler(this.nudEndY_ValueChanged);
     //
     // cbUptrend
     //
     this.cbUptrend.AutoSize = true;
     this.cbUptrend.Location = new System.Drawing.Point(3, 31);
     this.cbUptrend.Name     = "cbUptrend";
     this.cbUptrend.Size     = new System.Drawing.Size(69, 17);
     this.cbUptrend.TabIndex = 12;
     this.cbUptrend.Text     = "Uptrend";
     this.cbUptrend.UseVisualStyleBackColor = true;
     this.cbUptrend.CheckedChanged         += new System.EventHandler(this.cbUptrend_CheckedChanged);
     //
     // cbRangeSelector
     //
     this.cbRangeSelector.AutoSize = true;
     this.cbRangeSelector.Location = new System.Drawing.Point(78, 31);
     this.cbRangeSelector.Name     = "cbRangeSelector";
     this.cbRangeSelector.Size     = new System.Drawing.Size(103, 17);
     this.cbRangeSelector.TabIndex = 13;
     this.cbRangeSelector.Text     = "Range Selector";
     this.cbRangeSelector.UseVisualStyleBackColor = true;
     this.cbRangeSelector.CheckedChanged         += new System.EventHandler(this.cbRangeSelector_CheckedChanged);
     //
     // FibonacciTool
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name  = "FibonacciTool";
     this.Size  = new System.Drawing.Size(800, 272);
     this.Load += new System.EventHandler(this.OnLoad);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudStartX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudEndX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudStartY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudEndY)).EndInit();
     this.ResumeLayout(false);
 }
Example #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Themes.C1MaterialThemeSettings c1MaterialThemeSettings7 = new C1.Win.C1Themes.C1MaterialThemeSettings();
     C1.DataEngine.Workspace workspace2 = C1.Win.FlexPivot.C1FlexPivotPanel.CreateWorkspace();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Analysis));
     C1.Win.C1Themes.C1MaterialThemeSettings        c1MaterialThemeSettings8 = new C1.Win.C1Themes.C1MaterialThemeSettings();
     C1.Win.C1Themes.C1MaterialThemeSettings        c1MaterialThemeSettings9 = new C1.Win.C1Themes.C1MaterialThemeSettings();
     C1.Chart.ElementSize elementSize2 = new C1.Chart.ElementSize();
     C1.Win.C1Themes.C1MaterialThemeSettings c1MaterialThemeSettings10 = new C1.Win.C1Themes.C1MaterialThemeSettings();
     C1.Win.C1Themes.C1MaterialThemeSettings c1MaterialThemeSettings11 = new C1.Win.C1Themes.C1MaterialThemeSettings();
     C1.Win.C1Themes.C1MaterialThemeSettings c1MaterialThemeSettings12 = new C1.Win.C1Themes.C1MaterialThemeSettings();
     this.OlapPanel            = new C1.Win.FlexPivot.C1FlexPivotPanel();
     this.OlapGrid             = new C1.Win.FlexPivot.C1FlexPivotGrid();
     this.Map                  = new C1.Win.Map.C1Map();
     this.c1SplitContainerMain = new C1.Win.C1SplitContainer.C1SplitContainer();
     this.c1SplitterPanelGrid  = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1SplitterPanel3     = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1SplitterPanel4     = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.chartOpportunities   = new C1.Win.Chart.FlexChart();
     this.labProdWise          = new System.Windows.Forms.Label();
     this.c1ThemeController1   = new C1.Win.C1Themes.C1ThemeController();
     this.dfOlap               = new C1.Win.DataFilter.C1DataFilter();
     ((System.ComponentModel.ISupportInitialize)(this.OlapPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.OlapGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Map)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainerMain)).BeginInit();
     this.c1SplitContainerMain.SuspendLayout();
     this.c1SplitterPanelGrid.SuspendLayout();
     this.c1SplitterPanel3.SuspendLayout();
     this.c1SplitterPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartOpportunities)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1ThemeController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dfOlap)).BeginInit();
     this.SuspendLayout();
     //
     // OlapPanel
     //
     this.OlapPanel.BackColor   = System.Drawing.Color.White;
     this.OlapPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.OlapPanel.Font        = new System.Drawing.Font("Segoe UI", 11.5F);
     this.OlapPanel.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.OlapPanel.Location    = new System.Drawing.Point(0, 0);
     this.OlapPanel.Margin      = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.OlapPanel.Name        = "OlapPanel";
     this.OlapPanel.Size        = new System.Drawing.Size(250, 480);
     this.OlapPanel.TabIndex    = 0;
     this.c1ThemeController1.SetTheme(this.OlapPanel, "Material");
     c1MaterialThemeSettings7.PrimaryColor   = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(0)))), ((int)(((byte)(238)))));
     c1MaterialThemeSettings7.SecondaryColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.c1ThemeController1.SetThemeSettings(this.OlapPanel, c1MaterialThemeSettings7);
     workspace2.AutoSave      = true;
     workspace2.KeepFiles     = C1.DataEngine.KeepFileType.Results;
     this.OlapPanel.Workspace = workspace2;
     //
     // OlapGrid
     //
     this.OlapGrid.AllowMerging      = C1.Win.C1FlexGrid.AllowMergingEnum.FixedOnly;
     this.OlapGrid.AllowMergingFixed = C1.Win.C1FlexGrid.AllowMergingEnum.Default;
     this.OlapGrid.BackColor         = System.Drawing.Color.White;
     this.OlapGrid.BorderStyle       = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.FixedSingle;
     this.OlapGrid.ColumnInfo        = resources.GetString("OlapGrid.ColumnInfo");
     this.OlapGrid.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.OlapGrid.DrawMode           = C1.Win.C1FlexGrid.DrawModeEnum.OwnerDraw;
     this.OlapGrid.Font               = new System.Drawing.Font("Segoe UI", 11.5F);
     this.OlapGrid.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(21)))), ((int)(((byte)(21)))));
     this.OlapGrid.Location           = new System.Drawing.Point(0, 0);
     this.OlapGrid.Name               = "OlapGrid";
     this.OlapGrid.Rows.DefaultSize   = 37;
     this.OlapGrid.ShowThemedHeaders  = C1.Win.C1FlexGrid.ShowThemedHeadersEnum.None;
     this.OlapGrid.Size               = new System.Drawing.Size(434, 542);
     this.OlapGrid.StyleInfo          = resources.GetString("OlapGrid.StyleInfo");
     this.OlapGrid.SubtotalBackground = System.Drawing.Color.Empty;
     this.OlapGrid.SubtotalForeground = System.Drawing.Color.Empty;
     this.OlapGrid.TabIndex           = 1;
     this.c1ThemeController1.SetTheme(this.OlapGrid, "Material");
     c1MaterialThemeSettings8.PrimaryColor   = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(0)))), ((int)(((byte)(238)))));
     c1MaterialThemeSettings8.SecondaryColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.c1ThemeController1.SetThemeSettings(this.OlapGrid, c1MaterialThemeSettings8);
     this.OlapGrid.Tree.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(21)))), ((int)(((byte)(21)))));
     this.OlapGrid.VisualStyle    = C1.Win.C1FlexGrid.VisualStyle.Custom;
     //
     // Map
     //
     this.Map.BackColor = System.Drawing.Color.White;
     this.Map.DistanceScale.Alignment          = System.Drawing.ContentAlignment.BottomLeft;
     this.Map.DistanceScale.BarStyle.BackColor = System.Drawing.Color.Black;
     this.Map.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Map.Location = new System.Drawing.Point(0, 0);
     this.Map.Name     = "Map";
     this.Map.PanTool.MarkerStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(176)))), ((int)(((byte)(202)))));
     this.Map.PanTool.MarkerStyle.BackColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(224)))), ((int)(((byte)(245)))));
     this.Map.PanTool.MarkerStyle.GradientStyle = C1.Win.Map.GradientStyle.Vertical;
     this.Map.PanTool.PanStyle.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     this.Map.PanTool.PanStyle.BackColor2       = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.Map.PanTool.PanStyle.GradientStyle    = C1.Win.Map.GradientStyle.Vertical;
     this.Map.PanTool.PanStyle.Stroke.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
     this.Map.PanTool.PanStyle.Stroke.Width     = 1F;
     this.Map.Proxy            = null;
     this.Map.Size             = new System.Drawing.Size(434, 269);
     this.Map.TabIndex         = 2;
     this.Map.Text             = "c1Map1";
     this.Map.Viewport.Padding = new System.Windows.Forms.Padding(3);
     this.Map.Viewport.Zoom    = 2D;
     this.Map.Viewport.Center  = new C1.Win.Interop.Point(-100D, 40D);
     this.Map.ZoomTool.ButtonStyle.BackColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     this.Map.ZoomTool.ButtonStyle.BackColor2                     = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.Map.ZoomTool.ButtonStyle.Border.Bottom.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
     this.Map.ZoomTool.ButtonStyle.Border.Bottom.Width            = 1F;
     this.Map.ZoomTool.ButtonStyle.Border.Left.Color              = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
     this.Map.ZoomTool.ButtonStyle.Border.Left.Width              = 1F;
     this.Map.ZoomTool.ButtonStyle.Border.Right.Color             = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
     this.Map.ZoomTool.ButtonStyle.Border.Right.Width             = 1F;
     this.Map.ZoomTool.ButtonStyle.Border.RoundRadius.BottomLeft  = 3;
     this.Map.ZoomTool.ButtonStyle.Border.RoundRadius.BottomRight = 3;
     this.Map.ZoomTool.ButtonStyle.Border.RoundRadius.TopLeft     = 3;
     this.Map.ZoomTool.ButtonStyle.Border.RoundRadius.TopRight    = 3;
     this.Map.ZoomTool.ButtonStyle.Border.Top.Color               = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
     this.Map.ZoomTool.ButtonStyle.Border.Top.Width               = 1F;
     this.Map.ZoomTool.ButtonStyle.GradientStyle                  = C1.Win.Map.GradientStyle.Vertical;
     this.Map.ZoomTool.Margin = new System.Windows.Forms.Padding(20, 70, 0, 0);
     this.Map.ZoomTool.ThumbStyle.BackColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     this.Map.ZoomTool.ThumbStyle.BackColor2                     = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(176)))), ((int)(((byte)(202)))));
     this.Map.ZoomTool.ThumbStyle.Border.Bottom.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(176)))), ((int)(((byte)(198)))));
     this.Map.ZoomTool.ThumbStyle.Border.Bottom.Width            = 1F;
     this.Map.ZoomTool.ThumbStyle.Border.Left.Color              = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(176)))), ((int)(((byte)(198)))));
     this.Map.ZoomTool.ThumbStyle.Border.Left.Width              = 1F;
     this.Map.ZoomTool.ThumbStyle.Border.Right.Color             = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(176)))), ((int)(((byte)(198)))));
     this.Map.ZoomTool.ThumbStyle.Border.Right.Width             = 1F;
     this.Map.ZoomTool.ThumbStyle.Border.RoundRadius.BottomLeft  = 3;
     this.Map.ZoomTool.ThumbStyle.Border.RoundRadius.BottomRight = 3;
     this.Map.ZoomTool.ThumbStyle.Border.RoundRadius.TopLeft     = 3;
     this.Map.ZoomTool.ThumbStyle.Border.RoundRadius.TopRight    = 3;
     this.Map.ZoomTool.ThumbStyle.Border.Top.Color               = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(176)))), ((int)(((byte)(198)))));
     this.Map.ZoomTool.ThumbStyle.Border.Top.Width               = 1F;
     this.Map.ZoomTool.ThumbStyle.GradientStyle                  = C1.Win.Map.GradientStyle.Vertical;
     this.Map.ZoomTool.TrackStyle.BackColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(203)))), ((int)(((byte)(203)))));
     this.Map.ZoomTool.TrackStyle.Border.Bottom.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
     this.Map.ZoomTool.TrackStyle.Border.Bottom.Width            = 1F;
     this.Map.ZoomTool.TrackStyle.Border.Left.Color              = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
     this.Map.ZoomTool.TrackStyle.Border.Left.Width              = 1F;
     this.Map.ZoomTool.TrackStyle.Border.Right.Color             = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
     this.Map.ZoomTool.TrackStyle.Border.Right.Width             = 1F;
     this.Map.ZoomTool.TrackStyle.Border.RoundRadius.BottomLeft  = 3;
     this.Map.ZoomTool.TrackStyle.Border.RoundRadius.BottomRight = 3;
     this.Map.ZoomTool.TrackStyle.Border.RoundRadius.TopLeft     = 3;
     this.Map.ZoomTool.TrackStyle.Border.RoundRadius.TopRight    = 3;
     this.Map.ZoomTool.TrackStyle.Border.Top.Color               = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
     this.Map.ZoomTool.TrackStyle.Border.Top.Width               = 1F;
     //
     // c1SplitContainer1
     //
     this.c1SplitContainerMain.AutoSizeElement     = C1.Framework.AutoSizeElement.Both;
     this.c1SplitContainerMain.BackColor           = System.Drawing.Color.White;
     this.c1SplitContainerMain.CollapsingAreaColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.c1SplitContainerMain.CollapsingCueColor  = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.c1SplitContainerMain.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.c1SplitContainerMain.FixedLineColor  = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.c1SplitContainerMain.Font            = new System.Drawing.Font("Segoe UI", 11.5F);
     this.c1SplitContainerMain.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(21)))), ((int)(((byte)(21)))));
     this.c1SplitContainerMain.HeaderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(21)))), ((int)(((byte)(21)))));
     this.c1SplitContainerMain.HeaderLineWidth = 1;
     this.c1SplitContainerMain.Location        = new System.Drawing.Point(10, 10);
     this.c1SplitContainerMain.Name            = "c1SplitContainer1";
     this.c1SplitContainerMain.Panels.Add(this.c1SplitterPanelGrid);
     this.c1SplitContainerMain.Panels.Add(this.c1SplitterPanel3);
     this.c1SplitContainerMain.Panels.Add(this.c1SplitterPanel4);
     this.c1SplitContainerMain.Size                = new System.Drawing.Size(872, 542);
     this.c1SplitContainerMain.SplitterColor       = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.c1SplitContainerMain.SplitterMovingColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
     this.c1SplitContainerMain.TabIndex            = 3;
     this.c1ThemeController1.SetTheme(this.c1SplitContainerMain, "Material");
     c1MaterialThemeSettings9.PrimaryColor   = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(0)))), ((int)(((byte)(238)))));
     c1MaterialThemeSettings9.SecondaryColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.c1ThemeController1.SetThemeSettings(this.c1SplitContainerMain, c1MaterialThemeSettings9);
     this.c1SplitContainerMain.UseParentVisualStyle = false;
     //
     // c1SplitterPanel2
     //
     this.c1SplitterPanelGrid.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(242)))));
     this.c1SplitterPanelGrid.Controls.Add(this.OlapGrid);
     this.c1SplitterPanelGrid.Dock     = C1.Win.C1SplitContainer.PanelDockStyle.Left;
     this.c1SplitterPanelGrid.Location = new System.Drawing.Point(0, 0);
     this.c1SplitterPanelGrid.Name     = "c1SplitterPanel2";
     this.c1SplitterPanelGrid.Size     = new System.Drawing.Size(434, 542);
     this.c1SplitterPanelGrid.TabIndex = 1;
     this.c1SplitterPanelGrid.Width    = 434;
     //
     // c1SplitterPanel3
     //
     this.c1SplitterPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(242)))));
     this.c1SplitterPanel3.Controls.Add(this.Map);
     this.c1SplitterPanel3.Height   = 269;
     this.c1SplitterPanel3.Location = new System.Drawing.Point(438, 0);
     this.c1SplitterPanel3.Name     = "c1SplitterPanel3";
     this.c1SplitterPanel3.Size     = new System.Drawing.Size(434, 269);
     this.c1SplitterPanel3.TabIndex = 2;
     //
     // c1SplitterPanel4
     //
     this.c1SplitterPanel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(242)))));
     this.c1SplitterPanel4.Controls.Add(this.chartOpportunities);
     this.c1SplitterPanel4.Height   = 269;
     this.c1SplitterPanel4.Location = new System.Drawing.Point(438, 273);
     this.c1SplitterPanel4.Name     = "c1SplitterPanel4";
     this.c1SplitterPanel4.Size     = new System.Drawing.Size(434, 269);
     this.c1SplitterPanel4.TabIndex = 3;
     //
     // chartOpportunities
     //
     this.chartOpportunities.AnimationLoad.Direction  = C1.Chart.AnimationDirection.Y;
     this.chartOpportunities.AnimationLoad.Duration   = 400;
     this.chartOpportunities.AnimationLoad.Easing     = C1.Chart.Easing.Linear;
     this.chartOpportunities.AnimationLoad.Type       = C1.Chart.AnimationType.All;
     this.chartOpportunities.AnimationSettings        = C1.Chart.AnimationSettings.None;
     this.chartOpportunities.AnimationUpdate.Duration = 400;
     this.chartOpportunities.AnimationUpdate.Easing   = C1.Chart.Easing.Linear;
     this.chartOpportunities.AnimationUpdate.Type     = C1.Chart.AnimationType.All;
     this.chartOpportunities.AxisX.Chart                = this.chartOpportunities;
     this.chartOpportunities.AxisX.DataSource           = null;
     this.chartOpportunities.AxisX.GroupProvider        = null;
     this.chartOpportunities.AxisX.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.chartOpportunities.AxisX.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.chartOpportunities.AxisX.GroupVisibilityLevel = 0;
     this.chartOpportunities.AxisX.LabelMax             = false;
     this.chartOpportunities.AxisX.LabelMin             = false;
     this.chartOpportunities.AxisX.PlotAreaName         = null;
     this.chartOpportunities.AxisX.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.chartOpportunities.AxisY.Chart                = this.chartOpportunities;
     this.chartOpportunities.AxisY.DataSource           = null;
     this.chartOpportunities.AxisY.GroupProvider        = null;
     this.chartOpportunities.AxisY.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.chartOpportunities.AxisY.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.chartOpportunities.AxisY.GroupVisibilityLevel = 0;
     this.chartOpportunities.AxisY.LabelMax             = false;
     this.chartOpportunities.AxisY.LabelMin             = false;
     this.chartOpportunities.AxisY.PlotAreaName         = null;
     this.chartOpportunities.AxisY.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.chartOpportunities.BackColor                    = System.Drawing.Color.White;
     this.chartOpportunities.DataLabel.Angle              = 0;
     this.chartOpportunities.DataLabel.Border             = false;
     this.chartOpportunities.DataLabel.ConnectingLine     = false;
     this.chartOpportunities.DataLabel.Content            = null;
     this.chartOpportunities.DataLabel.ContentOptions     = C1.Chart.ContentOptions.WordWrap;
     this.chartOpportunities.DataLabel.MaxAutoLabels      = 100;
     this.chartOpportunities.DataLabel.MaxLines           = 0;
     this.chartOpportunities.DataLabel.MaxWidth           = 0;
     this.chartOpportunities.DataLabel.Offset             = 0;
     this.chartOpportunities.DataLabel.Overlapping        = C1.Chart.LabelOverlapping.Hide;
     this.chartOpportunities.DataLabel.OverlappingOptions = C1.Chart.LabelOverlappingOptions.OutsidePlotArea;
     this.chartOpportunities.DataLabel.Position           = C1.Chart.LabelPosition.None;
     this.chartOpportunities.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.chartOpportunities.ForeColor           = System.Drawing.Color.Black;
     this.chartOpportunities.Legend.ItemMaxWidth = 0;
     this.chartOpportunities.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.chartOpportunities.Legend.Position     = C1.Chart.Position.Bottom;
     this.chartOpportunities.Legend.Reversed     = false;
     this.chartOpportunities.Legend.ScrollBars   = C1.Chart.LegendScrollBars.None;
     this.chartOpportunities.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.chartOpportunities.Legend.Title        = null;
     this.chartOpportunities.Location            = new System.Drawing.Point(0, 0);
     this.chartOpportunities.Margin              = new System.Windows.Forms.Padding(10);
     this.chartOpportunities.Name                = "chartOpportunities";
     elementSize2.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize2.Value    = 70D;
     this.chartOpportunities.Options.ClusterSize        = elementSize2;
     this.chartOpportunities.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.chartOpportunities.SelectedSeries             = null;
     this.chartOpportunities.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.chartOpportunities.Size     = new System.Drawing.Size(434, 269);
     this.chartOpportunities.TabIndex = 1;
     //
     //
     //
     this.chartOpportunities.ToolTip.Content = "{value}";
     //
     // labProdWise
     //
     this.labProdWise.AutoSize  = true;
     this.labProdWise.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labProdWise.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labProdWise.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.labProdWise.Location  = new System.Drawing.Point(10, 5);
     this.labProdWise.Margin    = new System.Windows.Forms.Padding(3);
     this.labProdWise.Name      = "labProdWise";
     this.labProdWise.Size      = new System.Drawing.Size(60, 24);
     this.labProdWise.TabIndex  = 2;
     this.labProdWise.Text      = "label1";
     this.c1ThemeController1.SetTheme(this.labProdWise, "Material");
     c1MaterialThemeSettings10.PrimaryColor   = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(0)))), ((int)(((byte)(238)))));
     c1MaterialThemeSettings10.SecondaryColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.c1ThemeController1.SetThemeSettings(this.labProdWise, c1MaterialThemeSettings10);
     //
     // c1ThemeController1
     //
     this.c1ThemeController1.Theme = "Material";
     //
     // dfOlap
     //
     this.dfOlap.Location                  = new System.Drawing.Point(0, 0);
     this.dfOlap.Name                      = "dfOlap";
     this.dfOlap.ShowHeader                = false;
     this.dfOlap.Size                      = new System.Drawing.Size(500, 500);
     this.dfOlap.Styles.Button.Font        = null;
     this.dfOlap.Styles.CheckBox.Font      = null;
     this.dfOlap.Styles.Editor.Font        = null;
     this.dfOlap.Styles.Filter.Font        = null;
     this.dfOlap.Styles.FilterCaption.Font = null;
     this.dfOlap.Styles.Header.Font        = null;
     this.dfOlap.TabIndex                  = 0;
     this.dfOlap.Text                      = "c1DataFilter1";
     this.c1ThemeController1.SetTheme(this.dfOlap, "Material");
     c1MaterialThemeSettings11.PrimaryColor   = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(0)))), ((int)(((byte)(238)))));
     c1MaterialThemeSettings11.SecondaryColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.c1ThemeController1.SetThemeSettings(this.dfOlap, c1MaterialThemeSettings11);
     //
     // Analysis
     //
     this.Controls.Add(this.c1SplitContainerMain);
     this.Font      = new System.Drawing.Font("Segoe UI", 11.5F);
     this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.Name      = "Analysis";
     this.Padding   = new System.Windows.Forms.Padding(10, 10, 10, 0);
     this.Size      = new System.Drawing.Size(892, 552);
     this.c1ThemeController1.SetTheme(this, "Material");
     c1MaterialThemeSettings12.PrimaryColor   = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(0)))), ((int)(((byte)(238)))));
     c1MaterialThemeSettings12.SecondaryColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.c1ThemeController1.SetThemeSettings(this, c1MaterialThemeSettings12);
     this.Load += new System.EventHandler(this.Analysis_Load);
     ((System.ComponentModel.ISupportInitialize)(this.OlapPanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.OlapGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Map)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainerMain)).EndInit();
     this.c1SplitContainerMain.ResumeLayout(false);
     this.c1SplitterPanelGrid.ResumeLayout(false);
     this.c1SplitterPanel3.ResumeLayout(false);
     this.c1SplitterPanel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chartOpportunities)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1ThemeController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dfOlap)).EndInit();
     this.ResumeLayout(false);
 }
Example #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     C1.Chart.ElementSize      elementSize1  = new C1.Chart.ElementSize();
     C1.Win.Chart.Series       series1       = new C1.Win.Chart.Series();
     C1.Chart.ElementSize      elementSize2  = new C1.Chart.ElementSize();
     C1.Win.Chart.Series       series2       = new C1.Win.Chart.Series();
     C1.Win.Chart.FlexPieSlice flexPieSlice1 = new C1.Win.Chart.FlexPieSlice();
     C1.Win.Chart.FlexPieSlice flexPieSlice2 = new C1.Win.Chart.FlexPieSlice();
     C1.Win.Chart.FlexPieSlice flexPieSlice3 = new C1.Win.Chart.FlexPieSlice();
     C1.Win.Chart.FlexPieSlice flexPieSlice4 = new C1.Win.Chart.FlexPieSlice();
     this.c1Ribbon1 = new C1.Win.C1Ribbon.C1Ribbon();
     this.ribbonApplicationMenu1 = new C1.Win.C1Ribbon.RibbonApplicationMenu();
     this.appTheme                 = new C1.Win.C1Ribbon.RibbonAppMenuTab();
     this.appRibbon                = new C1.Win.C1Ribbon.RibbonAppMenuTab();
     this.appSave                  = new C1.Win.C1Ribbon.RibbonButton();
     this.appLoad                  = new C1.Win.C1Ribbon.RibbonButton();
     this.ribbonSeparator1         = new C1.Win.C1Ribbon.RibbonSeparator();
     this.appExit                  = new C1.Win.C1Ribbon.RibbonButton();
     this.ribbonBottomToolBar1     = new C1.Win.C1Ribbon.RibbonBottomToolBar();
     this.ribbonConfigToolBar1     = new C1.Win.C1Ribbon.RibbonConfigToolBar();
     this.ribbonBtnAbout           = new C1.Win.C1Ribbon.RibbonButton();
     this.ribbonQat1               = new C1.Win.C1Ribbon.RibbonQat();
     this.ribbonTabTheme           = new C1.Win.C1Ribbon.RibbonTab();
     this.ribbonGroupThemeTemplate = new C1.Win.C1Ribbon.RibbonGroup();
     this.ribbonToggleLight        = new C1.Win.C1Ribbon.RibbonToggleButton();
     this.ribbonToggleDark         = new C1.Win.C1Ribbon.RibbonToggleButton();
     this.ribbonGroupAccents       = new C1.Win.C1Ribbon.RibbonGroup();
     this.ribbonColorPicker1       = new C1.Win.C1Ribbon.RibbonColorPicker();
     this.ribbonColorPicker2       = new C1.Win.C1Ribbon.RibbonColorPicker();
     this.ribbonTopToolBar1        = new C1.Win.C1Ribbon.RibbonTopToolBar();
     this.c1DockingTab1            = new C1.Win.C1Command.C1DockingTab();
     this.tabEmployees             = new C1.Win.C1Command.C1DockingTabPage();
     this.c1FlexGrid1              = new MaterialDesign.Controls.DemoFlexGrid();
     this.tabAnalytics             = new C1.Win.C1Command.C1DockingTabPage();
     this.c1DashboardLayout1       = new C1.Win.Layout.C1DashboardLayout();
     this.panel1           = new System.Windows.Forms.Panel();
     this.panel3           = new System.Windows.Forms.Panel();
     this.panel6           = new System.Windows.Forms.Panel();
     this.panel2           = new System.Windows.Forms.Panel();
     this.flexChart1       = new MaterialDesign.Controls.DemoFlexChart();
     this.panel4           = new System.Windows.Forms.Panel();
     this.flexChart2       = new MaterialDesign.Controls.DemoFlexChart2();
     this.panel5           = new System.Windows.Forms.Panel();
     this.flexPie1         = new MaterialDesign.Controls.DemoFlexPie();
     this.c1SplitterPanel1 = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1SplitterPanel2 = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1SplitterPanel3 = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.tabSchedule      = new C1.Win.C1Command.C1DockingTabPage();
     this.schedule1        = new MaterialDesign.Controls.Schedule();
     this.tabForm          = new C1.Win.C1Command.C1DockingTabPage();
     this.formDemo1        = new MaterialDesign.Controls.FormDemo();
     this.ribbonButton1    = new C1.Win.C1Ribbon.RibbonButton();
     this.saveFileDialog1  = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog1  = new System.Windows.Forms.OpenFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.c1Ribbon1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.tabEmployees.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).BeginInit();
     this.tabAnalytics.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DashboardLayout1)).BeginInit();
     this.c1DashboardLayout1.FlowLayoutControl.SuspendLayout();
     this.c1DashboardLayout1.GridLayoutControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DashboardLayout1.SplitLayoutControl)).BeginInit();
     this.c1DashboardLayout1.SplitLayoutControl.SuspendLayout();
     this.c1DashboardLayout1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).BeginInit();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flexChart2)).BeginInit();
     this.panel5.SuspendLayout();
     this.tabSchedule.SuspendLayout();
     this.tabForm.SuspendLayout();
     this.SuspendLayout();
     //
     // c1Ribbon1
     //
     this.c1Ribbon1.ApplicationMenuHolder = this.ribbonApplicationMenu1;
     this.c1Ribbon1.AutoSizeElement       = C1.Framework.AutoSizeElement.Width;
     this.c1Ribbon1.BottomToolBarHolder   = this.ribbonBottomToolBar1;
     this.c1Ribbon1.ConfigToolBarHolder   = this.ribbonConfigToolBar1;
     this.c1Ribbon1.Location  = new System.Drawing.Point(0, 0);
     this.c1Ribbon1.Name      = "c1Ribbon1";
     this.c1Ribbon1.QatHolder = this.ribbonQat1;
     this.c1Ribbon1.Size      = new System.Drawing.Size(792, 143);
     this.c1Ribbon1.Tabs.Add(this.ribbonTabTheme);
     this.c1Ribbon1.TopToolBarHolder = this.ribbonTopToolBar1;
     //
     // ribbonApplicationMenu1
     //
     this.ribbonApplicationMenu1.Appearance = C1.Win.C1Ribbon.AppMenuAppearance.WholeForm;
     this.ribbonApplicationMenu1.LeftPaneItems.Add(this.appTheme);
     this.ribbonApplicationMenu1.LeftPaneItems.Add(this.appRibbon);
     this.ribbonApplicationMenu1.LeftPaneItems.Add(this.appSave);
     this.ribbonApplicationMenu1.LeftPaneItems.Add(this.appLoad);
     this.ribbonApplicationMenu1.LeftPaneItems.Add(this.ribbonSeparator1);
     this.ribbonApplicationMenu1.LeftPaneItems.Add(this.appExit);
     this.ribbonApplicationMenu1.Name       = "ribbonApplicationMenu1";
     this.ribbonApplicationMenu1.SmallImage = global::MaterialDesign.Properties.Resources.Settings;
     this.ribbonApplicationMenu1.DropDown  += new System.EventHandler(this.ribbonApplicationMenu1_DropDown);
     //
     // appTheme
     //
     this.appTheme.Name = "appTheme";
     this.appTheme.Text = "Theme";
     //
     // appRibbon
     //
     this.appRibbon.Name = "appRibbon";
     this.appRibbon.Text = "Ribbon";
     //
     // appSave
     //
     this.appSave.Name   = "appSave";
     this.appSave.Text   = "Save Theme";
     this.appSave.Click += new System.EventHandler(this.appSave_Click);
     //
     // appLoad
     //
     this.appLoad.Name   = "appLoad";
     this.appLoad.Text   = "Load Theme";
     this.appLoad.Click += new System.EventHandler(this.appLoad_Click);
     //
     // ribbonSeparator1
     //
     this.ribbonSeparator1.Name = "ribbonSeparator1";
     //
     // appExit
     //
     this.appExit.Name   = "appExit";
     this.appExit.Text   = "Exit";
     this.appExit.Click += new System.EventHandler(this.appExit_Click);
     //
     // ribbonBottomToolBar1
     //
     this.ribbonBottomToolBar1.Name = "ribbonBottomToolBar1";
     //
     // ribbonConfigToolBar1
     //
     this.ribbonConfigToolBar1.Items.Add(this.ribbonBtnAbout);
     this.ribbonConfigToolBar1.Name = "ribbonConfigToolBar1";
     //
     // ribbonBtnAbout
     //
     this.ribbonBtnAbout.Name       = "ribbonBtnAbout";
     this.ribbonBtnAbout.SmallImage = global::MaterialDesign.Properties.Resources.About;
     this.ribbonBtnAbout.ToolTip    = "About sample";
     this.ribbonBtnAbout.Click     += new System.EventHandler(this.ribbonBtnAbout_Click);
     //
     // ribbonQat1
     //
     this.ribbonQat1.Name    = "ribbonQat1";
     this.ribbonQat1.Visible = false;
     //
     // ribbonTabTheme
     //
     this.ribbonTabTheme.Groups.Add(this.ribbonGroupThemeTemplate);
     this.ribbonTabTheme.Groups.Add(this.ribbonGroupAccents);
     this.ribbonTabTheme.Name = "ribbonTabTheme";
     this.ribbonTabTheme.Text = "SETTINGS";
     //
     // ribbonGroupThemeTemplate
     //
     this.ribbonGroupThemeTemplate.Items.Add(this.ribbonToggleLight);
     this.ribbonGroupThemeTemplate.Items.Add(this.ribbonToggleDark);
     this.ribbonGroupThemeTemplate.Name = "ribbonGroupThemeTemplate";
     this.ribbonGroupThemeTemplate.Text = "Template";
     //
     // ribbonToggleLight
     //
     this.ribbonToggleLight.Name            = "ribbonToggleLight";
     this.ribbonToggleLight.Pressed         = true;
     this.ribbonToggleLight.Text            = "Light";
     this.ribbonToggleLight.ToggleGroupName = "Template";
     this.ribbonToggleLight.ToolTip         = "Light Theme";
     this.ribbonToggleLight.PressedChanged += new System.EventHandler(this.ribbonToggleTemplate_PressedChanged);
     //
     // ribbonToggleDark
     //
     this.ribbonToggleDark.Name            = "ribbonToggleDark";
     this.ribbonToggleDark.Text            = "Dark";
     this.ribbonToggleDark.ToggleGroupName = "Template";
     this.ribbonToggleDark.ToolTip         = "Dark Theme";
     this.ribbonToggleDark.PressedChanged += new System.EventHandler(this.ribbonToggleTemplate_PressedChanged);
     //
     // ribbonGroupAccents
     //
     this.ribbonGroupAccents.Items.Add(this.ribbonColorPicker1);
     this.ribbonGroupAccents.Items.Add(this.ribbonColorPicker2);
     this.ribbonGroupAccents.Name = "ribbonGroupAccents";
     this.ribbonGroupAccents.Text = "Accents";
     //
     // ribbonColorPicker1
     //
     this.ribbonColorPicker1.Name       = "ribbonColorPicker1";
     this.ribbonColorPicker1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonColorPicker1.SmallImage")));
     this.ribbonColorPicker1.Text       = "Primary";
     this.ribbonColorPicker1.ToolTip    = "Primary color";
     //
     // ribbonColorPicker2
     //
     this.ribbonColorPicker2.Name       = "ribbonColorPicker2";
     this.ribbonColorPicker2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonColorPicker2.SmallImage")));
     this.ribbonColorPicker2.Text       = "Secondary";
     this.ribbonColorPicker2.ToolTip    = "Secondary color";
     //
     // ribbonTopToolBar1
     //
     this.ribbonTopToolBar1.Name = "ribbonTopToolBar1";
     //
     // c1DockingTab1
     //
     this.c1DockingTab1.BackColor   = System.Drawing.Color.White;
     this.c1DockingTab1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.c1DockingTab1.Controls.Add(this.tabEmployees);
     this.c1DockingTab1.Controls.Add(this.tabAnalytics);
     this.c1DockingTab1.Controls.Add(this.tabSchedule);
     this.c1DockingTab1.Controls.Add(this.tabForm);
     this.c1DockingTab1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.c1DockingTab1.Font              = new System.Drawing.Font("Segoe UI", 8F);
     this.c1DockingTab1.HotTrack          = true;
     this.c1DockingTab1.Location          = new System.Drawing.Point(0, 143);
     this.c1DockingTab1.Name              = "c1DockingTab1";
     this.c1DockingTab1.Size              = new System.Drawing.Size(792, 449);
     this.c1DockingTab1.TabIndex          = 1;
     this.c1DockingTab1.TabSizeMode       = C1.Win.C1Command.TabSizeModeEnum.FillToEnd;
     this.c1DockingTab1.TabsShowFocusCues = false;
     this.c1DockingTab1.TabStyle          = C1.Win.C1Command.TabStyleEnum.Office2007;
     this.c1DockingTab1.TabTextAlignment  = System.Drawing.StringAlignment.Center;
     this.c1DockingTab1.TextDirection     = C1.Win.C1Command.TabTextDirectionEnum.Horizontal;
     this.c1DockingTab1.VisualStyle       = C1.Win.C1Command.VisualStyle.Custom;
     this.c1DockingTab1.VisualStyleBase   = C1.Win.C1Command.VisualStyle.Office2007Silver;
     //
     // tabEmployees
     //
     this.tabEmployees.CaptionText = "EMPLOYEES";
     this.tabEmployees.Controls.Add(this.c1FlexGrid1);
     this.tabEmployees.Location = new System.Drawing.Point(0, 26);
     this.tabEmployees.Name     = "tabEmployees";
     this.tabEmployees.Size     = new System.Drawing.Size(792, 423);
     this.tabEmployees.TabIndex = 0;
     this.tabEmployees.Text     = "EMPLOYEES";
     //
     // c1FlexGrid1
     //
     this.c1FlexGrid1.BackColor         = System.Drawing.Color.White;
     this.c1FlexGrid1.ColumnInfo        = resources.GetString("c1FlexGrid1.ColumnInfo");
     this.c1FlexGrid1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.c1FlexGrid1.DrawMode          = C1.Win.C1FlexGrid.DrawModeEnum.OwnerDraw;
     this.c1FlexGrid1.Font              = new System.Drawing.Font("Segoe UI", 8F);
     this.c1FlexGrid1.ForeColor         = System.Drawing.Color.Black;
     this.c1FlexGrid1.Location          = new System.Drawing.Point(0, 0);
     this.c1FlexGrid1.Name              = "c1FlexGrid1";
     this.c1FlexGrid1.Rows.DefaultSize  = 19;
     this.c1FlexGrid1.ShowThemedHeaders = C1.Win.C1FlexGrid.ShowThemedHeadersEnum.None;
     this.c1FlexGrid1.Size              = new System.Drawing.Size(792, 423);
     this.c1FlexGrid1.StyleInfo         = resources.GetString("c1FlexGrid1.StyleInfo");
     this.c1FlexGrid1.TabIndex          = 0;
     this.c1FlexGrid1.Tree.LineColor    = System.Drawing.Color.Black;
     //
     // tabAnalytics
     //
     this.tabAnalytics.CaptionText = "ANALYTICS";
     this.tabAnalytics.Controls.Add(this.c1DashboardLayout1);
     this.tabAnalytics.Location = new System.Drawing.Point(0, 26);
     this.tabAnalytics.Name     = "tabAnalytics";
     this.tabAnalytics.Size     = new System.Drawing.Size(792, 423);
     this.tabAnalytics.TabIndex = 0;
     this.tabAnalytics.Text     = "ANALYTICS";
     //
     // c1DashboardLayout1
     //
     this.c1DashboardLayout1.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // c1DashboardLayout1.FlowContentPanel
     //
     this.c1DashboardLayout1.FlowLayoutControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1DashboardLayout1.FlowLayoutControl.Controls.Add(this.panel1);
     this.c1DashboardLayout1.FlowLayoutControl.Controls.Add(this.panel3);
     this.c1DashboardLayout1.FlowLayoutControl.Controls.Add(this.panel6);
     this.c1DashboardLayout1.FlowLayoutControl.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.c1DashboardLayout1.FlowLayoutControl.ForeColor = System.Drawing.Color.Black;
     this.c1DashboardLayout1.FlowLayoutControl.Location  = new System.Drawing.Point(0, 0);
     this.c1DashboardLayout1.FlowLayoutControl.Margin    = new System.Windows.Forms.Padding(0);
     this.c1DashboardLayout1.FlowLayoutControl.Name      = "FlowContentPanel";
     this.c1DashboardLayout1.FlowLayoutControl.Size      = new System.Drawing.Size(200, 100);
     this.c1DashboardLayout1.FlowLayoutControl.TabIndex  = 0;
     //
     // c1DashboardLayout1.GridContentPanel
     //
     this.c1DashboardLayout1.GridLayoutControl.AutoScroll  = true;
     this.c1DashboardLayout1.GridLayoutControl.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1DashboardLayout1.GridLayoutControl.ColumnCount = 3;
     this.c1DashboardLayout1.GridLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
     this.c1DashboardLayout1.GridLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
     this.c1DashboardLayout1.GridLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
     this.c1DashboardLayout1.GridLayoutControl.Controls.Add(this.panel2, 0, 0);
     this.c1DashboardLayout1.GridLayoutControl.Controls.Add(this.panel4, 1, 1);
     this.c1DashboardLayout1.GridLayoutControl.Controls.Add(this.panel5, 1, 0);
     this.c1DashboardLayout1.GridLayoutControl.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.GridLayoutControl.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.c1DashboardLayout1.GridLayoutControl.ForeColor = System.Drawing.Color.Black;
     this.c1DashboardLayout1.GridLayoutControl.Location  = new System.Drawing.Point(10, 10);
     this.c1DashboardLayout1.GridLayoutControl.Margin    = new System.Windows.Forms.Padding(0);
     this.c1DashboardLayout1.GridLayoutControl.Name      = "GridContentPanel";
     this.c1DashboardLayout1.GridLayoutControl.RowCount  = 2;
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.c1DashboardLayout1.GridLayoutControl.Size     = new System.Drawing.Size(772, 403);
     this.c1DashboardLayout1.GridLayoutControl.TabIndex = 0;
     this.c1DashboardLayout1.LayoutType = C1.Win.Layout.LayoutType.Grid;
     this.c1DashboardLayout1.Location   = new System.Drawing.Point(0, 0);
     this.c1DashboardLayout1.Margin     = new System.Windows.Forms.Padding(0);
     this.c1DashboardLayout1.Name       = "c1DashboardLayout1";
     this.c1DashboardLayout1.Size       = new System.Drawing.Size(792, 423);
     //
     // c1DashboardLayout1.SplitContentPanel
     //
     this.c1DashboardLayout1.SplitLayoutControl.AutoSizeElement     = C1.Framework.AutoSizeElement.Both;
     this.c1DashboardLayout1.SplitLayoutControl.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1DashboardLayout1.SplitLayoutControl.CollapsingAreaColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(242)))), ((int)(((byte)(253)))));
     this.c1DashboardLayout1.SplitLayoutControl.CollapsingCueColor  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(222)))), ((int)(((byte)(251)))));
     this.c1DashboardLayout1.SplitLayoutControl.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.SplitLayoutControl.FixedLineColor  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(222)))), ((int)(((byte)(251)))));
     this.c1DashboardLayout1.SplitLayoutControl.Font            = new System.Drawing.Font("Segoe UI", 8F);
     this.c1DashboardLayout1.SplitLayoutControl.ForeColor       = System.Drawing.Color.Black;
     this.c1DashboardLayout1.SplitLayoutControl.HeaderForeColor = System.Drawing.Color.Black;
     this.c1DashboardLayout1.SplitLayoutControl.HeaderLineWidth = 1;
     this.c1DashboardLayout1.SplitLayoutControl.Location        = new System.Drawing.Point(10, 10);
     this.c1DashboardLayout1.SplitLayoutControl.Margin          = new System.Windows.Forms.Padding(0);
     this.c1DashboardLayout1.SplitLayoutControl.Name            = "SplitContentPanel";
     this.c1DashboardLayout1.SplitLayoutControl.Panels.Add(this.c1SplitterPanel1);
     this.c1DashboardLayout1.SplitLayoutControl.Panels.Add(this.c1SplitterPanel2);
     this.c1DashboardLayout1.SplitLayoutControl.Panels.Add(this.c1SplitterPanel3);
     this.c1DashboardLayout1.SplitLayoutControl.Size                 = new System.Drawing.Size(683, 432);
     this.c1DashboardLayout1.SplitLayoutControl.SplitterColor        = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(222)))), ((int)(((byte)(251)))));
     this.c1DashboardLayout1.SplitLayoutControl.SplitterMovingColor  = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(118)))), ((int)(((byte)(210)))));
     this.c1DashboardLayout1.SplitLayoutControl.TabIndex             = 0;
     this.c1DashboardLayout1.SplitLayoutControl.UseParentVisualStyle = false;
     this.c1DashboardLayout1.TabIndex = 0;
     this.c1DashboardLayout1.TabStop  = false;
     this.c1DashboardLayout1.Text     = "c1DashboardLayout1";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1DashboardLayout1.SetCaption(this.panel1, null);
     this.panel1.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.panel1.ForeColor = System.Drawing.Color.Black;
     this.c1DashboardLayout1.SetId(this.panel1, "C1.Win.Layout.FlowLayout~290757be-bf12-4b0c-85af-15e98996f0a3");
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(10);
     this.panel1.Size     = new System.Drawing.Size(200, 100);
     this.panel1.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1DashboardLayout1.SetCaption(this.panel3, null);
     this.panel3.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.panel3.ForeColor = System.Drawing.Color.Black;
     this.c1DashboardLayout1.SetId(this.panel3, "C1.Win.Layout.FlowLayout~9bb16950-a42e-4080-8c0c-ccd331ca748f");
     this.panel3.Location = new System.Drawing.Point(3, 109);
     this.panel3.Name     = "panel3";
     this.panel3.Padding  = new System.Windows.Forms.Padding(10);
     this.panel3.Size     = new System.Drawing.Size(200, 100);
     this.panel3.TabIndex = 1;
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1DashboardLayout1.SetCaption(this.panel6, null);
     this.panel6.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.panel6.ForeColor = System.Drawing.Color.Black;
     this.c1DashboardLayout1.SetId(this.panel6, "C1.Win.Layout.FlowLayout~a1a27b69-42ed-4795-8009-42dac31e2c52");
     this.panel6.Location = new System.Drawing.Point(3, 215);
     this.panel6.Name     = "panel6";
     this.panel6.Padding  = new System.Windows.Forms.Padding(10);
     this.panel6.Size     = new System.Drawing.Size(200, 100);
     this.panel6.TabIndex = 2;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1DashboardLayout1.SetCaption(this.panel2, null);
     this.panel2.Controls.Add(this.flexChart1);
     this.panel2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.panel2.ForeColor = System.Drawing.Color.Black;
     this.c1DashboardLayout1.SetId(this.panel2, "C1.Win.Layout.GridLayout~290757be-bf12-4b0c-85af-15e98996f0a3");
     this.panel2.Location = new System.Drawing.Point(3, 3);
     this.panel2.Name     = "panel2";
     this.panel2.Padding  = new System.Windows.Forms.Padding(10);
     this.c1DashboardLayout1.GridLayoutControl.SetRowSpan(this.panel2, 2);
     this.panel2.Size     = new System.Drawing.Size(251, 397);
     this.panel2.TabIndex = 0;
     //
     // flexChart1
     //
     this.flexChart1.AnimationSettings          = C1.Chart.AnimationSettings.None;
     this.flexChart1.AxisX.Chart                = this.flexChart1;
     this.flexChart1.AxisX.DataSource           = null;
     this.flexChart1.AxisX.GroupProvider        = null;
     this.flexChart1.AxisX.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.flexChart1.AxisX.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.flexChart1.AxisX.GroupVisibilityLevel = 0;
     this.flexChart1.AxisX.LabelMax             = false;
     this.flexChart1.AxisX.LabelMin             = false;
     this.flexChart1.AxisX.PlotAreaName         = null;
     this.flexChart1.AxisX.Position             = C1.Chart.Position.Bottom;
     this.flexChart1.AxisX.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.flexChart1.AxisY.AxisLine             = false;
     this.flexChart1.AxisY.Chart                = this.flexChart1;
     this.flexChart1.AxisY.DataSource           = null;
     this.flexChart1.AxisY.GroupProvider        = null;
     this.flexChart1.AxisY.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.flexChart1.AxisY.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.flexChart1.AxisY.GroupVisibilityLevel = 0;
     this.flexChart1.AxisY.LabelMax             = false;
     this.flexChart1.AxisY.LabelMin             = false;
     this.flexChart1.AxisY.MajorGrid            = true;
     this.flexChart1.AxisY.MajorTickMarks       = C1.Chart.TickMark.None;
     this.flexChart1.AxisY.PlotAreaName         = null;
     this.flexChart1.AxisY.Position             = C1.Chart.Position.Left;
     this.flexChart1.AxisY.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.flexChart1.ChartType                    = C1.Chart.ChartType.Bar;
     this.flexChart1.DataLabel.Angle              = 0;
     this.flexChart1.DataLabel.Border             = false;
     this.flexChart1.DataLabel.ConnectingLine     = false;
     this.flexChart1.DataLabel.Content            = null;
     this.flexChart1.DataLabel.ContentOptions     = C1.Chart.ContentOptions.WordWrap;
     this.flexChart1.DataLabel.MaxAutoLabels      = 100;
     this.flexChart1.DataLabel.MaxLines           = 0;
     this.flexChart1.DataLabel.MaxWidth           = 0;
     this.flexChart1.DataLabel.Offset             = 0;
     this.flexChart1.DataLabel.Overlapping        = C1.Chart.LabelOverlapping.Hide;
     this.flexChart1.DataLabel.OverlappingOptions = C1.Chart.LabelOverlappingOptions.OutsidePlotArea;
     this.flexChart1.DataLabel.Position           = C1.Chart.LabelPosition.None;
     this.flexChart1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flexChart1.Legend.ItemMaxWidth = 0;
     this.flexChart1.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.flexChart1.Legend.Position     = C1.Chart.Position.None;
     this.flexChart1.Legend.Reversed     = false;
     this.flexChart1.Legend.ScrollBars   = C1.Chart.LegendScrollBars.None;
     this.flexChart1.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.flexChart1.Legend.Title        = null;
     this.flexChart1.Location            = new System.Drawing.Point(10, 10);
     this.flexChart1.Margin = new System.Windows.Forms.Padding(10);
     this.flexChart1.Name   = "flexChart1";
     elementSize1.SizeType  = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value     = 70D;
     this.flexChart1.Options.ClusterSize        = elementSize1;
     this.flexChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.flexChart1.SelectedSeries             = null;
     this.flexChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series1.DataLabel         = null;
     series1.Name              = "Series 1";
     series1.StackingGroup     = -1;
     series1.Style.StrokeWidth = 2F;
     this.flexChart1.Series.Add(series1);
     this.flexChart1.Size     = new System.Drawing.Size(231, 377);
     this.flexChart1.TabIndex = 0;
     this.flexChart1.Text     = "flexChart1";
     //
     //
     //
     this.flexChart1.ToolTip.Content = "{value}";
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1DashboardLayout1.SetCaption(this.panel4, null);
     this.c1DashboardLayout1.GridLayoutControl.SetColumnSpan(this.panel4, 2);
     this.panel4.Controls.Add(this.flexChart2);
     this.panel4.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.panel4.ForeColor = System.Drawing.Color.Black;
     this.c1DashboardLayout1.SetId(this.panel4, "C1.Win.Layout.GridLayout~9bb16950-a42e-4080-8c0c-ccd331ca748f");
     this.panel4.Location = new System.Drawing.Point(260, 204);
     this.panel4.Name     = "panel4";
     this.panel4.Padding  = new System.Windows.Forms.Padding(10);
     this.panel4.Size     = new System.Drawing.Size(509, 196);
     this.panel4.TabIndex = 1;
     //
     // flexChart2
     //
     this.flexChart2.AnimationSettings          = C1.Chart.AnimationSettings.None;
     this.flexChart2.AxisX.Chart                = this.flexChart2;
     this.flexChart2.AxisX.DataSource           = null;
     this.flexChart2.AxisX.GroupProvider        = null;
     this.flexChart2.AxisX.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.flexChart2.AxisX.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.flexChart2.AxisX.GroupVisibilityLevel = 0;
     this.flexChart2.AxisX.LabelMax             = false;
     this.flexChart2.AxisX.LabelMin             = false;
     this.flexChart2.AxisX.PlotAreaName         = null;
     this.flexChart2.AxisX.Position             = C1.Chart.Position.Bottom;
     this.flexChart2.AxisX.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.flexChart2.AxisY.AxisLine             = false;
     this.flexChart2.AxisY.Chart                = this.flexChart2;
     this.flexChart2.AxisY.DataSource           = null;
     this.flexChart2.AxisY.GroupProvider        = null;
     this.flexChart2.AxisY.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.flexChart2.AxisY.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.flexChart2.AxisY.GroupVisibilityLevel = 0;
     this.flexChart2.AxisY.LabelMax             = false;
     this.flexChart2.AxisY.LabelMin             = false;
     this.flexChart2.AxisY.MajorGrid            = true;
     this.flexChart2.AxisY.MajorTickMarks       = C1.Chart.TickMark.None;
     this.flexChart2.AxisY.PlotAreaName         = null;
     this.flexChart2.AxisY.Position             = C1.Chart.Position.Left;
     this.flexChart2.AxisY.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.flexChart2.ChartType                    = C1.Chart.ChartType.Line;
     this.flexChart2.DataLabel.Angle              = 0;
     this.flexChart2.DataLabel.Border             = false;
     this.flexChart2.DataLabel.ConnectingLine     = false;
     this.flexChart2.DataLabel.Content            = null;
     this.flexChart2.DataLabel.ContentOptions     = C1.Chart.ContentOptions.WordWrap;
     this.flexChart2.DataLabel.MaxAutoLabels      = 100;
     this.flexChart2.DataLabel.MaxLines           = 0;
     this.flexChart2.DataLabel.MaxWidth           = 0;
     this.flexChart2.DataLabel.Offset             = 0;
     this.flexChart2.DataLabel.Overlapping        = C1.Chart.LabelOverlapping.Hide;
     this.flexChart2.DataLabel.OverlappingOptions = C1.Chart.LabelOverlappingOptions.OutsidePlotArea;
     this.flexChart2.DataLabel.Position           = C1.Chart.LabelPosition.None;
     this.flexChart2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flexChart2.Legend.ItemMaxWidth = 0;
     this.flexChart2.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.flexChart2.Legend.Position     = C1.Chart.Position.Right;
     this.flexChart2.Legend.Reversed     = false;
     this.flexChart2.Legend.ScrollBars   = C1.Chart.LegendScrollBars.None;
     this.flexChart2.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.flexChart2.Legend.Title        = null;
     this.flexChart2.Location            = new System.Drawing.Point(10, 10);
     this.flexChart2.Margin = new System.Windows.Forms.Padding(10);
     this.flexChart2.Name   = "flexChart2";
     elementSize2.SizeType  = C1.Chart.ElementSizeType.Percentage;
     elementSize2.Value     = 70D;
     this.flexChart2.Options.ClusterSize        = elementSize2;
     this.flexChart2.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.flexChart2.SelectedSeries             = null;
     this.flexChart2.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series2.DataLabel         = null;
     series2.Name              = "Series 1";
     series2.StackingGroup     = -1;
     series2.Style.StrokeWidth = 2F;
     this.flexChart2.Series.Add(series2);
     this.flexChart2.Size     = new System.Drawing.Size(489, 176);
     this.flexChart2.TabIndex = 0;
     this.flexChart2.Text     = "flexChart2";
     //
     //
     //
     this.flexChart2.ToolTip.Content = "{value}";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1DashboardLayout1.SetCaption(this.panel5, null);
     this.c1DashboardLayout1.GridLayoutControl.SetColumnSpan(this.panel5, 2);
     this.panel5.Controls.Add(this.flexPie1);
     this.panel5.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Font      = new System.Drawing.Font("Segoe UI", 8F);
     this.panel5.ForeColor = System.Drawing.Color.Black;
     this.c1DashboardLayout1.SetId(this.panel5, "C1.Win.Layout.GridLayout~a1a27b69-42ed-4795-8009-42dac31e2c52");
     this.panel5.Location = new System.Drawing.Point(260, 3);
     this.panel5.Name     = "panel5";
     this.panel5.Padding  = new System.Windows.Forms.Padding(10);
     this.panel5.Size     = new System.Drawing.Size(509, 195);
     this.panel5.TabIndex = 2;
     //
     // flexPie1
     //
     this.flexPie1.AnimationSettings        = C1.Chart.AnimationSettings.None;
     this.flexPie1.DataLabel.Border         = false;
     this.flexPie1.DataLabel.ConnectingLine = false;
     this.flexPie1.DataLabel.Content        = null;
     this.flexPie1.DataLabel.Offset         = 0;
     this.flexPie1.DataLabel.Overlapping    = C1.Chart.PieLabelOverlapping.Default;
     this.flexPie1.DataLabel.Position       = C1.Chart.PieLabelPosition.None;
     flexPieSlice1.Name       = "Slice1";
     flexPieSlice1.Value      = 1D;
     flexPieSlice2.Name       = "Slice2";
     flexPieSlice2.Value      = 2D;
     flexPieSlice3.Name       = "Slice3";
     flexPieSlice3.Value      = 3D;
     flexPieSlice4.Name       = "Slice4";
     flexPieSlice4.Value      = 4D;
     this.flexPie1.DataSource = new C1.Win.Chart.FlexPieSlice[] {
         flexPieSlice1,
         flexPieSlice2,
         flexPieSlice3,
         flexPieSlice4
     };
     this.flexPie1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flexPie1.Legend.ItemMaxWidth = 0;
     this.flexPie1.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.flexPie1.Legend.Position     = C1.Chart.Position.Right;
     this.flexPie1.Legend.Reversed     = false;
     this.flexPie1.Legend.ScrollBars   = C1.Chart.LegendScrollBars.None;
     this.flexPie1.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.flexPie1.Legend.Title        = null;
     this.flexPie1.Location            = new System.Drawing.Point(10, 10);
     this.flexPie1.Name = "flexPie1";
     this.flexPie1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.flexPie1.Size     = new System.Drawing.Size(489, 175);
     this.flexPie1.TabIndex = 0;
     this.flexPie1.Text     = "flexPie1";
     //
     //
     //
     this.flexPie1.ToolTip.Content = "{value}";
     //
     // c1SplitterPanel1
     //
     this.c1SplitterPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1DashboardLayout1.SetCaption(this.c1SplitterPanel1, null);
     this.c1SplitterPanel1.Height = 214;
     this.c1DashboardLayout1.SetId(this.c1SplitterPanel1, "C1.Win.Layout.SplitLayout~290757be-bf12-4b0c-85af-15e98996f0a3");
     this.c1SplitterPanel1.Location = new System.Drawing.Point(0, 0);
     this.c1SplitterPanel1.Name     = "c1SplitterPanel1";
     this.c1SplitterPanel1.Padding  = new System.Windows.Forms.Padding(10);
     this.c1SplitterPanel1.Size     = new System.Drawing.Size(683, 214);
     this.c1SplitterPanel1.TabIndex = 0;
     //
     // c1SplitterPanel2
     //
     this.c1SplitterPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1DashboardLayout1.SetCaption(this.c1SplitterPanel2, null);
     this.c1SplitterPanel2.Height = 105;
     this.c1DashboardLayout1.SetId(this.c1SplitterPanel2, "C1.Win.Layout.SplitLayout~9bb16950-a42e-4080-8c0c-ccd331ca748f");
     this.c1SplitterPanel2.Location = new System.Drawing.Point(0, 218);
     this.c1SplitterPanel2.Name     = "c1SplitterPanel2";
     this.c1SplitterPanel2.Padding  = new System.Windows.Forms.Padding(10);
     this.c1SplitterPanel2.Size     = new System.Drawing.Size(683, 105);
     this.c1SplitterPanel2.TabIndex = 1;
     //
     // c1SplitterPanel3
     //
     this.c1SplitterPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1DashboardLayout1.SetCaption(this.c1SplitterPanel3, null);
     this.c1SplitterPanel3.Height = 105;
     this.c1DashboardLayout1.SetId(this.c1SplitterPanel3, "C1.Win.Layout.SplitLayout~a1a27b69-42ed-4795-8009-42dac31e2c52");
     this.c1SplitterPanel3.Location = new System.Drawing.Point(0, 327);
     this.c1SplitterPanel3.Name     = "c1SplitterPanel3";
     this.c1SplitterPanel3.Padding  = new System.Windows.Forms.Padding(10);
     this.c1SplitterPanel3.Size     = new System.Drawing.Size(683, 105);
     this.c1SplitterPanel3.TabIndex = 2;
     //
     // tabSchedule
     //
     this.tabSchedule.CaptionText = "SCHEDULE";
     this.tabSchedule.Controls.Add(this.schedule1);
     this.tabSchedule.Location = new System.Drawing.Point(0, 26);
     this.tabSchedule.Name     = "tabSchedule";
     this.tabSchedule.Size     = new System.Drawing.Size(792, 423);
     this.tabSchedule.TabIndex = 2;
     this.tabSchedule.Text     = "SCHEDULE";
     //
     // schedule1
     //
     this.schedule1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.schedule1.Location = new System.Drawing.Point(0, 0);
     this.schedule1.Name     = "schedule1";
     this.schedule1.Size     = new System.Drawing.Size(792, 423);
     this.schedule1.TabIndex = 0;
     //
     // tabForm
     //
     this.tabForm.CaptionText = "DATA INPUT";
     this.tabForm.Controls.Add(this.formDemo1);
     this.tabForm.Location = new System.Drawing.Point(0, 26);
     this.tabForm.Name     = "tabForm";
     this.tabForm.Size     = new System.Drawing.Size(792, 423);
     this.tabForm.TabIndex = 3;
     this.tabForm.Text     = "DATA INPUT";
     //
     // formDemo1
     //
     this.formDemo1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.formDemo1.Font     = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.formDemo1.Location = new System.Drawing.Point(0, 0);
     this.formDemo1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.formDemo1.Name     = "formDemo1";
     this.formDemo1.Size     = new System.Drawing.Size(792, 423);
     this.formDemo1.TabIndex = 0;
     //
     // ribbonButton1
     //
     this.ribbonButton1.Name = "ribbonButton1";
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.DefaultExt       = "*.c1theme";
     this.saveFileDialog1.Filter           = "theme files (*.c1theme)|*.c1theme";
     this.saveFileDialog1.RestoreDirectory = true;
     //
     // openFileDialog1
     //
     this.openFileDialog1.Filter           = "theme files (*.c1theme)|*.c1theme";
     this.openFileDialog1.RestoreDirectory = true;
     //
     // Form1
     //
     this.ClientSize = new System.Drawing.Size(792, 592);
     this.Controls.Add(this.c1DockingTab1);
     this.Controls.Add(this.c1Ribbon1);
     this.Icon              = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize       = new System.Drawing.Size(800, 600);
     this.Name              = "Form1";
     this.Text              = "Material Theme Designer";
     this.VisualStyleHolder = C1.Win.C1Ribbon.VisualStyle.Custom;
     this.Load             += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1Ribbon1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).EndInit();
     this.c1DockingTab1.ResumeLayout(false);
     this.tabEmployees.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).EndInit();
     this.tabAnalytics.ResumeLayout(false);
     this.c1DashboardLayout1.FlowLayoutControl.ResumeLayout(false);
     this.c1DashboardLayout1.GridLayoutControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1DashboardLayout1.SplitLayoutControl)).EndInit();
     this.c1DashboardLayout1.SplitLayoutControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1DashboardLayout1)).EndInit();
     this.c1DashboardLayout1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).EndInit();
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.flexChart2)).EndInit();
     this.panel5.ResumeLayout(false);
     this.tabSchedule.ResumeLayout(false);
     this.tabForm.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     this.splitBase       = new System.Windows.Forms.SplitContainer();
     this.labTitle        = new System.Windows.Forms.Label();
     this.panel1          = new System.Windows.Forms.Panel();
     this.btnPageSetup    = new System.Windows.Forms.Button();
     this.chkScrollbar    = new System.Windows.Forms.CheckBox();
     this.btnPrinterSetup = new System.Windows.Forms.Button();
     this.flexChart1      = new C1.Win.Chart.FlexChart();
     ((System.ComponentModel.ISupportInitialize)(this.splitBase)).BeginInit();
     this.splitBase.Panel1.SuspendLayout();
     this.splitBase.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).BeginInit();
     this.SuspendLayout();
     //
     // splitBase
     //
     this.splitBase.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitBase.FixedPanel      = System.Windows.Forms.FixedPanel.Panel2;
     this.splitBase.IsSplitterFixed = true;
     this.splitBase.Location        = new System.Drawing.Point(0, 0);
     this.splitBase.Name            = "splitBase";
     this.splitBase.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitBase.Panel1
     //
     this.splitBase.Panel1.Controls.Add(this.labTitle);
     this.splitBase.Panel1.Controls.Add(this.panel1);
     this.splitBase.Panel1.Controls.Add(this.flexChart1);
     this.splitBase.Panel1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.splitBase.Size             = new System.Drawing.Size(540, 700);
     this.splitBase.SplitterDistance = 467;
     this.splitBase.SplitterWidth    = 1;
     this.splitBase.TabIndex         = 0;
     //
     // labTitle
     //
     this.labTitle.AutoSize  = true;
     this.labTitle.Font      = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(152)))), ((int)(((byte)(232)))));
     this.labTitle.Location  = new System.Drawing.Point(15, 24);
     this.labTitle.Name      = "labTitle";
     this.labTitle.Size      = new System.Drawing.Size(52, 30);
     this.labTitle.TabIndex  = 5;
     this.labTitle.Text      = "Title";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(249)))), ((int)(((byte)(249)))));
     this.panel1.Controls.Add(this.btnPageSetup);
     this.panel1.Controls.Add(this.chkScrollbar);
     this.panel1.Controls.Add(this.btnPrinterSetup);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 416);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(540, 51);
     this.panel1.TabIndex = 4;
     //
     // btnPageSetup
     //
     this.btnPageSetup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnPageSetup.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(152)))), ((int)(((byte)(232)))));
     this.btnPageSetup.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPageSetup.Location  = new System.Drawing.Point(15, 12);
     this.btnPageSetup.Name      = "btnPageSetup";
     this.btnPageSetup.Size      = new System.Drawing.Size(124, 28);
     this.btnPageSetup.TabIndex  = 1;
     this.btnPageSetup.Text      = "Page Setup";
     this.btnPageSetup.UseVisualStyleBackColor = true;
     this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
     //
     // chkScrollbar
     //
     this.chkScrollbar.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chkScrollbar.AutoSize = true;
     this.chkScrollbar.Location = new System.Drawing.Point(358, 19);
     this.chkScrollbar.Name     = "chkScrollbar";
     this.chkScrollbar.Size     = new System.Drawing.Size(116, 17);
     this.chkScrollbar.TabIndex = 3;
     this.chkScrollbar.Text     = "Use Axis Scrollbar";
     this.chkScrollbar.UseVisualStyleBackColor = true;
     this.chkScrollbar.CheckedChanged         += new System.EventHandler(this.chkScrollbar_CheckedChanged);
     //
     // btnPrinterSetup
     //
     this.btnPrinterSetup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnPrinterSetup.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(152)))), ((int)(((byte)(232)))));
     this.btnPrinterSetup.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPrinterSetup.Location  = new System.Drawing.Point(145, 12);
     this.btnPrinterSetup.Name      = "btnPrinterSetup";
     this.btnPrinterSetup.Size      = new System.Drawing.Size(112, 28);
     this.btnPrinterSetup.TabIndex  = 2;
     this.btnPrinterSetup.Text      = "Printer Setup";
     this.btnPrinterSetup.UseVisualStyleBackColor = true;
     this.btnPrinterSetup.Click += new System.EventHandler(this.btnPrinterSetup_Click);
     //
     // flexChart1
     //
     this.flexChart1.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.flexChart1.AxisX.Chart          = this.flexChart1;
     this.flexChart1.AxisX.DataSource     = null;
     this.flexChart1.AxisX.PlotAreaName   = null;
     this.flexChart1.AxisX.Position       = C1.Chart.Position.Bottom;
     this.flexChart1.AxisY.AxisLine       = false;
     this.flexChart1.AxisY.Chart          = this.flexChart1;
     this.flexChart1.AxisY.DataSource     = null;
     this.flexChart1.AxisY.MajorGrid      = true;
     this.flexChart1.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.flexChart1.AxisY.PlotAreaName   = null;
     this.flexChart1.AxisY.Position       = C1.Chart.Position.Left;
     this.flexChart1.Legend.ItemMaxWidth  = 0;
     this.flexChart1.Legend.Orientation   = C1.Chart.Orientation.Auto;
     this.flexChart1.Legend.Position      = C1.Chart.Position.Right;
     this.flexChart1.Legend.Reversed      = false;
     this.flexChart1.Legend.TextWrapping  = C1.Chart.TextWrapping.None;
     this.flexChart1.Legend.Title         = null;
     this.flexChart1.Location             = new System.Drawing.Point(15, 65);
     this.flexChart1.Margin = new System.Windows.Forms.Padding(10);
     this.flexChart1.Name   = "flexChart1";
     elementSize1.SizeType  = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value     = 70D;
     this.flexChart1.Options.ClusterSize        = elementSize1;
     this.flexChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.flexChart1.SelectedSeries             = null;
     this.flexChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.flexChart1.Size     = new System.Drawing.Size(490, 340);
     this.flexChart1.TabIndex = 0;
     //
     //
     //
     this.flexChart1.ToolTip.Content = "{value}";
     //
     // BaseSample
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.splitBase);
     this.Name = "BaseSample";
     this.Size = new System.Drawing.Size(540, 700);
     this.splitBase.Panel1.ResumeLayout(false);
     this.splitBase.Panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitBase)).EndInit();
     this.splitBase.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     C1.Chart.ElementSize elementSize2 = new C1.Chart.ElementSize();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.financialChart1   = new C1.Win.Chart.Finance.FinancialChart();
     this.financialChart2   = new C1.Win.Chart.Finance.FinancialChart();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart2)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.financialChart1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.financialChart2, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(557, 272);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // financialChart1
     //
     this.financialChart1.AxisX.Chart          = this.financialChart1;
     this.financialChart1.AxisX.Position       = C1.Chart.Position.Bottom;
     this.financialChart1.AxisY.AxisLine       = false;
     this.financialChart1.AxisY.Chart          = this.financialChart1;
     this.financialChart1.AxisY.MajorGrid      = true;
     this.financialChart1.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.financialChart1.AxisY.Position       = C1.Chart.Position.Left;
     this.financialChart1.ChartType            = C1.Chart.Finance.FinancialChartType.Column;
     this.financialChart1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.financialChart1.Legend.Position = C1.Chart.Position.Right;
     this.financialChart1.Location        = new System.Drawing.Point(3, 3);
     this.financialChart1.Name            = "financialChart1";
     elementSize1.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value    = 70D;
     this.financialChart1.Options.ClusterSize        = elementSize1;
     this.financialChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.financialChart1.SelectedSeries             = null;
     this.financialChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.financialChart1.Size     = new System.Drawing.Size(551, 200);
     this.financialChart1.TabIndex = 0;
     this.financialChart1.Text     = "financialChart1";
     //
     //
     //
     this.financialChart1.ToolTip.Content = "{value}";
     //
     // financialChart2
     //
     this.financialChart2.AxisX.Chart          = this.financialChart2;
     this.financialChart2.AxisX.Position       = C1.Chart.Position.Bottom;
     this.financialChart2.AxisY.AxisLine       = false;
     this.financialChart2.AxisY.Chart          = this.financialChart2;
     this.financialChart2.AxisY.MajorGrid      = true;
     this.financialChart2.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.financialChart2.AxisY.Position       = C1.Chart.Position.Left;
     this.financialChart2.ChartType            = C1.Chart.Finance.FinancialChartType.Column;
     this.financialChart2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.financialChart2.Legend.Position = C1.Chart.Position.Right;
     this.financialChart2.Location        = new System.Drawing.Point(3, 209);
     this.financialChart2.Name            = "financialChart2";
     elementSize2.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize2.Value    = 70D;
     this.financialChart2.Options.ClusterSize        = elementSize2;
     this.financialChart2.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.financialChart2.SelectedSeries             = null;
     this.financialChart2.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.financialChart2.Size     = new System.Drawing.Size(551, 80);
     this.financialChart2.TabIndex = 1;
     this.financialChart2.Text     = "financialChart2";
     //
     //
     //
     this.financialChart2.ToolTip.Content = "{value}";
     //
     // RangeSelector
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "RangeSelector";
     this.Size  = new System.Drawing.Size(557, 272);
     this.Load += new System.EventHandler(this.RangeSelector_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart2)).EndInit();
     this.ResumeLayout(false);
 }
Example #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     C1.Chart.ElementSize elementSize2 = new C1.Chart.ElementSize();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.financialChart1   = new C1.Win.Chart.Finance.FinancialChart();
     this.financialChart2   = new C1.Win.Chart.Finance.FinancialChart();
     this.ucToolbar         = new StockChart.ucToolbar();
     this.ucTitlebar        = new StockChart.Controls.ucTitlebar();
     this.ucDescription1    = new StockChart.Controls.ucDescription();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart2)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.Color.Black;
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.financialChart1, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.financialChart2, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.ucToolbar, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.ucTitlebar, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.ucDescription1, 0, 0);
     this.tableLayoutPanel1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
     this.tableLayoutPanel1.Location  = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name      = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount  = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 160F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 68F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 120F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(784, 561);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // financialChart1
     //
     this.financialChart1.AxisX.Chart          = this.financialChart1;
     this.financialChart1.AxisX.DataSource     = null;
     this.financialChart1.AxisX.PlotAreaName   = null;
     this.financialChart1.AxisX.Position       = C1.Chart.Position.Bottom;
     this.financialChart1.AxisY.AxisLine       = false;
     this.financialChart1.AxisY.Chart          = this.financialChart1;
     this.financialChart1.AxisY.DataSource     = null;
     this.financialChart1.AxisY.MajorGrid      = true;
     this.financialChart1.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.financialChart1.AxisY.PlotAreaName   = null;
     this.financialChart1.AxisY.Position       = C1.Chart.Position.Left;
     this.financialChart1.BackColor            = System.Drawing.Color.Black;
     this.financialChart1.ChartType            = C1.Chart.Finance.FinancialChartType.Column;
     this.financialChart1.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.financialChart1.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(184)))));
     this.financialChart1.Legend.ItemMaxWidth = 0;
     this.financialChart1.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.financialChart1.Legend.Position     = C1.Chart.Position.Right;
     this.financialChart1.Legend.Reversed     = false;
     this.financialChart1.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.financialChart1.Legend.Title        = null;
     this.financialChart1.Location            = new System.Drawing.Point(10, 388);
     this.financialChart1.Margin              = new System.Windows.Forms.Padding(10);
     this.financialChart1.Name                = "financialChart1";
     this.financialChart1.Options.BoxSize     = 2D;
     elementSize1.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value    = 70D;
     this.financialChart1.Options.ClusterSize        = elementSize1;
     this.financialChart1.Options.ReversalAmount     = 1D;
     this.financialChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.financialChart1.SelectedSeries             = null;
     this.financialChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.financialChart1.Size     = new System.Drawing.Size(764, 43);
     this.financialChart1.TabIndex = 0;
     //
     //
     //
     this.financialChart1.ToolTip.Content = "{value}";
     //
     // financialChart2
     //
     this.financialChart2.AxisX.Chart          = this.financialChart2;
     this.financialChart2.AxisX.DataSource     = null;
     this.financialChart2.AxisX.PlotAreaName   = null;
     this.financialChart2.AxisX.Position       = C1.Chart.Position.Bottom;
     this.financialChart2.AxisY.AxisLine       = false;
     this.financialChart2.AxisY.Chart          = this.financialChart2;
     this.financialChart2.AxisY.DataSource     = null;
     this.financialChart2.AxisY.MajorGrid      = true;
     this.financialChart2.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.financialChart2.AxisY.PlotAreaName   = null;
     this.financialChart2.AxisY.Position       = C1.Chart.Position.Left;
     this.financialChart2.BackColor            = System.Drawing.Color.Black;
     this.financialChart2.ChartType            = C1.Chart.Finance.FinancialChartType.Column;
     this.financialChart2.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.financialChart2.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(184)))));
     this.financialChart2.Legend.ItemMaxWidth = 0;
     this.financialChart2.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.financialChart2.Legend.Position     = C1.Chart.Position.Right;
     this.financialChart2.Legend.Reversed     = false;
     this.financialChart2.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.financialChart2.Legend.Title        = null;
     this.financialChart2.Location            = new System.Drawing.Point(10, 451);
     this.financialChart2.Margin              = new System.Windows.Forms.Padding(10);
     this.financialChart2.Name                = "financialChart1";
     this.financialChart2.Options.BoxSize     = 2D;
     elementSize2.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize2.Value    = 70D;
     this.financialChart2.Options.ClusterSize        = elementSize2;
     this.financialChart2.Options.ReversalAmount     = 1D;
     this.financialChart2.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.financialChart2.SelectedSeries             = null;
     this.financialChart2.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.financialChart2.Size     = new System.Drawing.Size(764, 100);
     this.financialChart2.TabIndex = 0;
     //
     //
     //
     this.financialChart2.ToolTip.Content = "{value}";
     //
     // ucToolbar
     //
     this.ucToolbar.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ucToolbar.Location = new System.Drawing.Point(3, 231);
     this.ucToolbar.Name     = "ucToolbar";
     this.ucToolbar.Size     = new System.Drawing.Size(778, 144);
     this.ucToolbar.TabIndex = 1;
     //
     // ucTitlebar
     //
     this.ucTitlebar.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(2)))), ((int)(((byte)(2)))));
     this.ucTitlebar.Difference = 0D;
     this.ucTitlebar.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.ucTitlebar.Location   = new System.Drawing.Point(3, 163);
     this.ucTitlebar.Name       = "ucTitlebar";
     this.ucTitlebar.Padding    = new System.Windows.Forms.Padding(0, 5, 0, 5);
     this.ucTitlebar.Price      = 0D;
     this.ucTitlebar.Size       = new System.Drawing.Size(778, 62);
     this.ucTitlebar.StockName  = null;
     this.ucTitlebar.TabIndex   = 2;
     //
     // ucDescription1
     //
     this.ucDescription1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(87)))), ((int)(((byte)(102)))));
     this.ucDescription1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ucDescription1.Location  = new System.Drawing.Point(3, 3);
     this.ucDescription1.Name      = "ucDescription1";
     this.ucDescription1.Size      = new System.Drawing.Size(778, 154);
     this.ucDescription1.TabIndex  = 3;
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 561);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "frmMain";
     this.Text        = "Stock Chart";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart2)).EndInit();
     this.ResumeLayout(false);
 }
Example #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.label1            = new System.Windows.Forms.Label();
     this.movingAverage     = new System.Windows.Forms.ComboBox();
     this.label2            = new System.Windows.Forms.Label();
     this.period            = new System.Windows.Forms.NumericUpDown();
     this.financialChart1   = new C1.Win.Chart.Finance.FinancialChart();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.period)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.financialChart1, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(443, 214);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Controls.Add(this.movingAverage);
     this.flowLayoutPanel1.Controls.Add(this.label2);
     this.flowLayoutPanel1.Controls.Add(this.period);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 184);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(437, 27);
     this.flowLayoutPanel1.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 3);
     this.label1.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(112, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Moving Average Type";
     //
     // movingAverage
     //
     this.movingAverage.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.movingAverage.FormattingEnabled = true;
     this.movingAverage.Location          = new System.Drawing.Point(121, 3);
     this.movingAverage.Name                  = "movingAverage";
     this.movingAverage.Size                  = new System.Drawing.Size(121, 21);
     this.movingAverage.TabIndex              = 1;
     this.movingAverage.SelectedIndexChanged += new System.EventHandler(this.movingAverage_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(261, 3);
     this.label2.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(37, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Period";
     //
     // period
     //
     this.period.Location = new System.Drawing.Point(304, 3);
     this.period.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.period.Name     = "period";
     this.period.Size     = new System.Drawing.Size(56, 20);
     this.period.TabIndex = 3;
     this.period.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.period.ValueChanged += new System.EventHandler(this.period_ValueChanged);
     //
     // financialChart1
     //
     this.financialChart1.AxisX.Chart          = this.financialChart1;
     this.financialChart1.AxisX.Position       = C1.Chart.Position.Bottom;
     this.financialChart1.AxisY.AxisLine       = false;
     this.financialChart1.AxisY.Chart          = this.financialChart1;
     this.financialChart1.AxisY.MajorGrid      = true;
     this.financialChart1.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.financialChart1.AxisY.Position       = C1.Chart.Position.Left;
     this.financialChart1.ChartType            = C1.Chart.Finance.FinancialChartType.Column;
     this.financialChart1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.financialChart1.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.financialChart1.Legend.Position = C1.Chart.Position.Right;
     this.financialChart1.Location        = new System.Drawing.Point(3, 3);
     this.financialChart1.Name            = "financialChart1";
     elementSize1.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value    = 70D;
     this.financialChart1.Options.ClusterSize        = elementSize1;
     this.financialChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.financialChart1.SelectedSeries             = null;
     this.financialChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.financialChart1.Size     = new System.Drawing.Size(437, 175);
     this.financialChart1.TabIndex = 1;
     this.financialChart1.Text     = "financialChart1";
     //
     //
     //
     this.financialChart1.ToolTip.Content = "{value}";
     //
     // MovingAverages
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "MovingAverages";
     this.Size  = new System.Drawing.Size(443, 214);
     this.Load += new System.EventHandler(this.OnLoad);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.period)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).EndInit();
     this.ResumeLayout(false);
 }
Example #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     C1.Win.Chart.Series  series1      = new C1.Win.Chart.Series();
     C1.Win.Chart.Series  series2      = new C1.Win.Chart.Series();
     this.commandDock = new C1.Win.C1Command.C1CommandDock();
     this.dockingTabConditionalFormatting     = new C1.Win.C1Command.C1DockingTab();
     this.dockingTabPageConditionalFormatting = new C1.Win.C1Command.C1DockingTabPage();
     this.rulesManager            = new C1.Win.RulesManager.C1RulesManager();
     this.formattablePieChart     = new ControlExplorer.RulesManager.FormattablePieChart();
     this.formattableFlexChart    = new ControlExplorer.RulesManager.FormattableFlexChart();
     this.dockingTabCharts        = new C1.Win.C1Command.C1DockingTab();
     this.dockingTabPagePieChart  = new C1.Win.C1Command.C1DockingTabPage();
     this.dockingTabPageFlexChart = new C1.Win.C1Command.C1DockingTabPage();
     ((System.ComponentModel.ISupportInitialize)(this.commandDock)).BeginInit();
     this.commandDock.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dockingTabConditionalFormatting)).BeginInit();
     this.dockingTabConditionalFormatting.SuspendLayout();
     this.dockingTabPageConditionalFormatting.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rulesManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.formattableFlexChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockingTabCharts)).BeginInit();
     this.dockingTabCharts.SuspendLayout();
     this.dockingTabPagePieChart.SuspendLayout();
     this.dockingTabPageFlexChart.SuspendLayout();
     this.SuspendLayout();
     //
     // commandDock
     //
     this.commandDock.Controls.Add(this.dockingTabConditionalFormatting);
     this.commandDock.Dock     = System.Windows.Forms.DockStyle.Right;
     this.commandDock.Font     = new System.Drawing.Font("Segoe UI", 9.75F);
     this.commandDock.Id       = 1;
     this.commandDock.Location = new System.Drawing.Point(1192, 0);
     this.commandDock.Name     = "commandDock";
     this.commandDock.Size     = new System.Drawing.Size(200, 752);
     //
     // dockingTabConditionalFormatting
     //
     this.dockingTabConditionalFormatting.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.dockingTabConditionalFormatting.Controls.Add(this.dockingTabPageConditionalFormatting);
     this.dockingTabConditionalFormatting.Font            = new System.Drawing.Font("Segoe UI", 9.75F);
     this.dockingTabConditionalFormatting.HotTrack        = true;
     this.dockingTabConditionalFormatting.Location        = new System.Drawing.Point(0, 0);
     this.dockingTabConditionalFormatting.Name            = "dockingTabConditionalFormatting";
     this.dockingTabConditionalFormatting.ShowSingleTab   = false;
     this.dockingTabConditionalFormatting.Size            = new System.Drawing.Size(200, 752);
     this.dockingTabConditionalFormatting.TabIndex        = 0;
     this.dockingTabConditionalFormatting.TabSizeMode     = C1.Win.C1Command.TabSizeModeEnum.Fit;
     this.dockingTabConditionalFormatting.TabsSpacing     = 2;
     this.dockingTabConditionalFormatting.VisualStyle     = C1.Win.C1Command.VisualStyle.Office2010Blue;
     this.dockingTabConditionalFormatting.VisualStyleBase = C1.Win.C1Command.VisualStyle.Office2010Blue;
     //
     // dockingTabPageConditionalFormatting
     //
     this.dockingTabPageConditionalFormatting.Controls.Add(this.rulesManager);
     this.dockingTabPageConditionalFormatting.Location = new System.Drawing.Point(4, 1);
     this.dockingTabPageConditionalFormatting.Name     = "dockingTabPageConditionalFormatting";
     this.dockingTabPageConditionalFormatting.Size     = new System.Drawing.Size(195, 750);
     this.dockingTabPageConditionalFormatting.TabIndex = 0;
     this.dockingTabPageConditionalFormatting.Text     = "Conditional Formatting";
     //
     // rulesManager
     //
     this.rulesManager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.rulesManager.Location = new System.Drawing.Point(0, 0);
     this.rulesManager.Name     = "rulesManager";
     this.rulesManager.Size     = new System.Drawing.Size(195, 750);
     this.rulesManager.TabIndex = 0;
     this.rulesManager.Text     = "rulesManager";
     //
     // formattablePieChart
     //
     this.formattablePieChart.AnimationLoad.Attributes = C1.Chart.SliceAttribute.Radius;
     this.formattablePieChart.AnimationLoad.Duration   = 400;
     this.formattablePieChart.AnimationLoad.Easing     = C1.Chart.Easing.Linear;
     this.formattablePieChart.AnimationLoad.Type       = C1.Chart.AnimationType.All;
     this.formattablePieChart.AnimationSettings        = C1.Chart.AnimationSettings.None;
     this.formattablePieChart.AnimationUpdate.Duration = 400;
     this.formattablePieChart.AnimationUpdate.Easing   = C1.Chart.Easing.Linear;
     this.formattablePieChart.AnimationUpdate.Type     = C1.Chart.AnimationType.All;
     this.formattablePieChart.BackColor   = System.Drawing.Color.White;
     this.formattablePieChart.Binding     = "UnitsOnOrder";
     this.formattablePieChart.BindingName = "ProductName";
     this.rulesManager.SetC1RulesManager(this.formattablePieChart, this.rulesManager);
     this.formattablePieChart.DataLabel.Border         = false;
     this.formattablePieChart.DataLabel.ConnectingLine = false;
     this.formattablePieChart.DataLabel.Content        = null;
     this.formattablePieChart.DataLabel.Offset         = 0;
     this.formattablePieChart.DataLabel.Overlapping    = C1.Chart.PieLabelOverlapping.Default;
     this.formattablePieChart.DataLabel.Position       = C1.Chart.PieLabelPosition.None;
     this.formattablePieChart.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.formattablePieChart.Font                       = new System.Drawing.Font("Segoe UI", 9.75F);
     this.formattablePieChart.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.formattablePieChart.Header.Content             = "Products: Units on Order";
     this.formattablePieChart.Legend.ItemMaxWidth        = 0;
     this.formattablePieChart.Legend.Orientation         = C1.Chart.Orientation.Auto;
     this.formattablePieChart.Legend.Position            = C1.Chart.Position.Right;
     this.formattablePieChart.Legend.Reversed            = false;
     this.formattablePieChart.Legend.ScrollBars          = C1.Chart.LegendScrollBars.None;
     this.formattablePieChart.Legend.TextWrapping        = C1.Chart.TextWrapping.None;
     this.formattablePieChart.Legend.Title               = null;
     this.formattablePieChart.Location                   = new System.Drawing.Point(0, 0);
     this.formattablePieChart.Name                       = "formattablePieChart";
     this.formattablePieChart.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.formattablePieChart.Size                       = new System.Drawing.Size(1190, 722);
     this.formattablePieChart.TabIndex                   = 0;
     this.formattablePieChart.Text                       = "formattablePieChart";
     this.formattablePieChart.Titles                     = null;
     //
     //
     //
     this.formattablePieChart.ToolTip.Content = "";
     //
     // formattableFlexChart
     //
     this.formattableFlexChart.AnimationLoad.Direction  = C1.Chart.AnimationDirection.Y;
     this.formattableFlexChart.AnimationLoad.Duration   = 400;
     this.formattableFlexChart.AnimationLoad.Easing     = C1.Chart.Easing.Linear;
     this.formattableFlexChart.AnimationLoad.Type       = C1.Chart.AnimationType.All;
     this.formattableFlexChart.AnimationSettings        = C1.Chart.AnimationSettings.None;
     this.formattableFlexChart.AnimationUpdate.Duration = 400;
     this.formattableFlexChart.AnimationUpdate.Easing   = C1.Chart.Easing.Linear;
     this.formattableFlexChart.AnimationUpdate.Type     = C1.Chart.AnimationType.All;
     this.formattableFlexChart.AxisX.Chart                = this.formattableFlexChart;
     this.formattableFlexChart.AxisX.DataSource           = null;
     this.formattableFlexChart.AxisX.GroupProvider        = null;
     this.formattableFlexChart.AxisX.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.formattableFlexChart.AxisX.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.formattableFlexChart.AxisX.GroupVisibilityLevel = 0;
     this.formattableFlexChart.AxisX.LabelMax             = false;
     this.formattableFlexChart.AxisX.LabelMin             = false;
     this.formattableFlexChart.AxisX.PlotAreaName         = null;
     this.formattableFlexChart.AxisX.Position             = C1.Chart.Position.Bottom;
     this.formattableFlexChart.AxisX.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.formattableFlexChart.AxisY.AxisLine             = false;
     this.formattableFlexChart.AxisY.Chart                = this.formattableFlexChart;
     this.formattableFlexChart.AxisY.DataSource           = null;
     this.formattableFlexChart.AxisY.GroupProvider        = null;
     this.formattableFlexChart.AxisY.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.formattableFlexChart.AxisY.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.formattableFlexChart.AxisY.GroupVisibilityLevel = 0;
     this.formattableFlexChart.AxisY.LabelMax             = false;
     this.formattableFlexChart.AxisY.LabelMin             = false;
     this.formattableFlexChart.AxisY.MajorGrid            = true;
     this.formattableFlexChart.AxisY.MajorTickMarks       = C1.Chart.TickMark.None;
     this.formattableFlexChart.AxisY.PlotAreaName         = null;
     this.formattableFlexChart.AxisY.Position             = C1.Chart.Position.Left;
     this.formattableFlexChart.AxisY.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.formattableFlexChart.BackColor = System.Drawing.Color.White;
     this.formattableFlexChart.BindingX  = "ProductName";
     this.rulesManager.SetC1RulesManager(this.formattableFlexChart, this.rulesManager);
     this.formattableFlexChart.DataLabel.Angle              = 0;
     this.formattableFlexChart.DataLabel.Border             = false;
     this.formattableFlexChart.DataLabel.ConnectingLine     = false;
     this.formattableFlexChart.DataLabel.Content            = "{}{y}";
     this.formattableFlexChart.DataLabel.ContentOptions     = C1.Chart.ContentOptions.WordWrap;
     this.formattableFlexChart.DataLabel.MaxAutoLabels      = 100;
     this.formattableFlexChart.DataLabel.MaxLines           = 0;
     this.formattableFlexChart.DataLabel.MaxWidth           = 0;
     this.formattableFlexChart.DataLabel.Offset             = 0;
     this.formattableFlexChart.DataLabel.Overlapping        = C1.Chart.LabelOverlapping.Hide;
     this.formattableFlexChart.DataLabel.OverlappingOptions = C1.Chart.LabelOverlappingOptions.OutsidePlotArea;
     this.formattableFlexChart.DataLabel.Position           = C1.Chart.LabelPosition.Top;
     this.formattableFlexChart.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.formattableFlexChart.Font                = new System.Drawing.Font("Segoe UI", 9.75F);
     this.formattableFlexChart.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.formattableFlexChart.Legend.ItemMaxWidth = 0;
     this.formattableFlexChart.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.formattableFlexChart.Legend.Position     = C1.Chart.Position.Top;
     this.formattableFlexChart.Legend.Reversed     = false;
     this.formattableFlexChart.Legend.ScrollBars   = C1.Chart.LegendScrollBars.None;
     this.formattableFlexChart.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.formattableFlexChart.Legend.Title        = null;
     this.formattableFlexChart.Location            = new System.Drawing.Point(0, 0);
     this.formattableFlexChart.Margin              = new System.Windows.Forms.Padding(10);
     this.formattableFlexChart.Name                = "formattableFlexChart";
     elementSize1.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value    = 70D;
     this.formattableFlexChart.Options.ClusterSize        = elementSize1;
     this.formattableFlexChart.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.formattableFlexChart.SelectedSeries             = null;
     this.formattableFlexChart.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series1.Binding       = "UnitsOnOrder";
     series1.DataLabel     = null;
     series1.Name          = "UnitsOnOrder";
     series1.StackingGroup = -1;
     series1.Tooltip       = null;
     series2.Binding       = "UnitsInStock";
     series2.DataLabel     = null;
     series2.Name          = "UnitsInStock";
     series2.StackingGroup = -1;
     series2.Tooltip       = null;
     this.formattableFlexChart.Series.Add(series1);
     this.formattableFlexChart.Series.Add(series2);
     this.formattableFlexChart.Size     = new System.Drawing.Size(1190, 722);
     this.formattableFlexChart.TabIndex = 0;
     this.formattableFlexChart.Text     = "formattableFlexChart";
     //
     //
     //
     this.formattableFlexChart.ToolTip.Content = "";
     //
     // dockingTabCharts
     //
     this.dockingTabCharts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.dockingTabCharts.Controls.Add(this.dockingTabPagePieChart);
     this.dockingTabCharts.Controls.Add(this.dockingTabPageFlexChart);
     this.dockingTabCharts.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.dockingTabCharts.Font            = new System.Drawing.Font("Segoe UI", 9.75F);
     this.dockingTabCharts.HotTrack        = true;
     this.dockingTabCharts.Location        = new System.Drawing.Point(0, 0);
     this.dockingTabCharts.Name            = "dockingTabCharts";
     this.dockingTabCharts.Size            = new System.Drawing.Size(1192, 752);
     this.dockingTabCharts.TabIndex        = 0;
     this.dockingTabCharts.TabSizeMode     = C1.Win.C1Command.TabSizeModeEnum.Fit;
     this.dockingTabCharts.VisualStyle     = C1.Win.C1Command.VisualStyle.Office2010Blue;
     this.dockingTabCharts.VisualStyleBase = C1.Win.C1Command.VisualStyle.Office2010Blue;
     //
     // dockingTabPagePieChart
     //
     this.dockingTabPagePieChart.Controls.Add(this.formattablePieChart);
     this.dockingTabPagePieChart.Location = new System.Drawing.Point(1, 29);
     this.dockingTabPagePieChart.Name     = "dockingTabPagePieChart";
     this.dockingTabPagePieChart.Size     = new System.Drawing.Size(1190, 722);
     this.dockingTabPagePieChart.TabIndex = 0;
     this.dockingTabPagePieChart.Text     = "Pie Chart";
     //
     // dockingTabPageFlexChart
     //
     this.dockingTabPageFlexChart.Controls.Add(this.formattableFlexChart);
     this.dockingTabPageFlexChart.Location = new System.Drawing.Point(1, 29);
     this.dockingTabPageFlexChart.Name     = "dockingTabPageFlexChart";
     this.dockingTabPageFlexChart.Size     = new System.Drawing.Size(1190, 722);
     this.dockingTabPageFlexChart.TabIndex = 1;
     this.dockingTabPageFlexChart.Text     = "Flex Chart";
     //
     // ChartConditionalFormatting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1392, 752);
     this.Controls.Add(this.dockingTabCharts);
     this.Controls.Add(this.commandDock);
     this.Name  = "ChartConditionalFormatting";
     this.Text  = "ChartConditionalFormatting";
     this.Load += new System.EventHandler(this.ChartConditionalFormatting_Load);
     ((System.ComponentModel.ISupportInitialize)(this.commandDock)).EndInit();
     this.commandDock.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dockingTabConditionalFormatting)).EndInit();
     this.dockingTabConditionalFormatting.ResumeLayout(false);
     this.dockingTabPageConditionalFormatting.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.rulesManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.formattableFlexChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockingTabCharts)).EndInit();
     this.dockingTabCharts.ResumeLayout(false);
     this.dockingTabPagePieChart.ResumeLayout(false);
     this.dockingTabPageFlexChart.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1FlexGrid.FooterDescription   footerDescription1   = new C1.Win.C1FlexGrid.FooterDescription();
     C1.Win.C1FlexGrid.AggregateDefinition aggregateDefinition1 = new C1.Win.C1FlexGrid.AggregateDefinition();
     C1.Win.C1FlexGrid.AggregateDefinition aggregateDefinition2 = new C1.Win.C1FlexGrid.AggregateDefinition();
     C1.Win.C1FlexGrid.AggregateDefinition aggregateDefinition3 = new C1.Win.C1FlexGrid.AggregateDefinition();
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     C1.Chart.ElementSize elementSize2 = new C1.Chart.ElementSize();
     C1.Chart.ElementSize elementSize3 = new C1.Chart.ElementSize();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dashboard));
     this.chartCurrProfitVSPriorProfit = new C1.Win.Chart.FlexChart();
     this.chartSalesVsProfit           = new C1.Win.Chart.FlexChart();
     this.chartSaleTopProd             = new C1.Win.Chart.FlexChart();
     this.gridTopSaleCustomer          = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.c1SplitContainer1            = new C1.Win.C1SplitContainer.C1SplitContainer();
     this.c1SplitterPanel1             = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1SplitContainer3            = new C1.Win.C1SplitContainer.C1SplitContainer();
     this.c1SplitterPanel6             = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1SplitterPanel7             = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1SplitContainer4            = new C1.Win.C1SplitContainer.C1SplitContainer();
     this.c1SplitterPanel8             = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1SplitterPanel9             = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1SplitterPanel2             = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1SplitContainer2            = new C1.Win.C1SplitContainer.C1SplitContainer();
     this.splPan1            = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1SplitterPanel4   = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.panGauges1         = new System.Windows.Forms.Panel();
     this.panel1             = new System.Windows.Forms.Panel();
     this.labUnits1          = new System.Windows.Forms.Label();
     this.splPan2            = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.panGauges2         = new System.Windows.Forms.Panel();
     this.panel2             = new System.Windows.Forms.Panel();
     this.labUnits2          = new System.Windows.Forms.Label();
     this.c1ThemeController1 = new C1.Win.C1Themes.C1ThemeController();
     ((System.ComponentModel.ISupportInitialize)(this.chartCurrProfitVSPriorProfit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSalesVsProfit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSaleTopProd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridTopSaleCustomer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainer1)).BeginInit();
     this.c1SplitContainer1.SuspendLayout();
     this.c1SplitterPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainer3)).BeginInit();
     this.c1SplitContainer3.SuspendLayout();
     this.c1SplitterPanel6.SuspendLayout();
     this.c1SplitterPanel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainer4)).BeginInit();
     this.c1SplitContainer4.SuspendLayout();
     this.c1SplitterPanel8.SuspendLayout();
     this.c1SplitterPanel9.SuspendLayout();
     this.c1SplitterPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainer2)).BeginInit();
     this.c1SplitContainer2.SuspendLayout();
     this.splPan1.SuspendLayout();
     this.c1SplitterPanel4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.splPan2.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1ThemeController1)).BeginInit();
     this.SuspendLayout();
     //
     // chartCurrProfitVSPriorProfit
     //
     this.chartCurrProfitVSPriorProfit.AxisX.Chart        = this.chartCurrProfitVSPriorProfit;
     this.chartCurrProfitVSPriorProfit.AxisX.DataSource   = null;
     this.chartCurrProfitVSPriorProfit.AxisX.PlotAreaName = null;
     this.chartCurrProfitVSPriorProfit.AxisY.Chart        = this.chartCurrProfitVSPriorProfit;
     this.chartCurrProfitVSPriorProfit.AxisY.DataSource   = null;
     this.chartCurrProfitVSPriorProfit.AxisY.PlotAreaName = null;
     this.chartCurrProfitVSPriorProfit.BackColor          = System.Drawing.Color.White;
     this.chartCurrProfitVSPriorProfit.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.chartCurrProfitVSPriorProfit.ForeColor           = System.Drawing.Color.Black;
     this.chartCurrProfitVSPriorProfit.Legend.ItemMaxWidth = 0;
     this.chartCurrProfitVSPriorProfit.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.chartCurrProfitVSPriorProfit.Legend.Position     = C1.Chart.Position.Right;
     this.chartCurrProfitVSPriorProfit.Legend.Reversed     = false;
     this.chartCurrProfitVSPriorProfit.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.chartCurrProfitVSPriorProfit.Legend.Title        = null;
     this.chartCurrProfitVSPriorProfit.Location            = new System.Drawing.Point(0, 0);
     this.chartCurrProfitVSPriorProfit.Margin              = new System.Windows.Forms.Padding(10);
     this.chartCurrProfitVSPriorProfit.Name                = "chartCurrProfitVSPriorProfit";
     elementSize1.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value    = 70D;
     this.chartCurrProfitVSPriorProfit.Options.ClusterSize        = elementSize1;
     this.chartCurrProfitVSPriorProfit.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.chartCurrProfitVSPriorProfit.SelectedSeries             = null;
     this.chartCurrProfitVSPriorProfit.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.chartCurrProfitVSPriorProfit.Size     = new System.Drawing.Size(553, 235);
     this.chartCurrProfitVSPriorProfit.TabIndex = 0;
     //
     //
     //
     this.chartCurrProfitVSPriorProfit.ToolTip.Content = "{value}";
     //
     // chartSalesVsProfit
     //
     this.chartSalesVsProfit.AxisX.Chart        = this.chartSalesVsProfit;
     this.chartSalesVsProfit.AxisX.DataSource   = null;
     this.chartSalesVsProfit.AxisX.PlotAreaName = null;
     this.chartSalesVsProfit.AxisY.Chart        = this.chartSalesVsProfit;
     this.chartSalesVsProfit.AxisY.DataSource   = null;
     this.chartSalesVsProfit.AxisY.PlotAreaName = null;
     this.chartSalesVsProfit.BackColor          = System.Drawing.Color.White;
     this.chartSalesVsProfit.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.chartSalesVsProfit.ForeColor           = System.Drawing.Color.Black;
     this.chartSalesVsProfit.Legend.ItemMaxWidth = 0;
     this.chartSalesVsProfit.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.chartSalesVsProfit.Legend.Position     = C1.Chart.Position.Bottom;
     this.chartSalesVsProfit.Legend.Reversed     = false;
     this.chartSalesVsProfit.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.chartSalesVsProfit.Legend.Title        = null;
     this.chartSalesVsProfit.Location            = new System.Drawing.Point(0, 0);
     this.chartSalesVsProfit.Margin              = new System.Windows.Forms.Padding(10);
     this.chartSalesVsProfit.Name                = "chartSalesVsProfit";
     elementSize2.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize2.Value    = 70D;
     this.chartSalesVsProfit.Options.ClusterSize        = elementSize2;
     this.chartSalesVsProfit.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.chartSalesVsProfit.SelectedSeries             = null;
     this.chartSalesVsProfit.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.chartSalesVsProfit.Size     = new System.Drawing.Size(369, 133);
     this.chartSalesVsProfit.TabIndex = 2;
     //
     //
     //
     this.chartSalesVsProfit.ToolTip.Content = "{value}";
     //
     // chartSaleTopProd
     //
     this.chartSaleTopProd.AxisX.Chart        = this.chartSaleTopProd;
     this.chartSaleTopProd.AxisX.DataSource   = null;
     this.chartSaleTopProd.AxisX.PlotAreaName = null;
     this.chartSaleTopProd.AxisY.Chart        = this.chartSaleTopProd;
     this.chartSaleTopProd.AxisY.DataSource   = null;
     this.chartSaleTopProd.AxisY.PlotAreaName = null;
     this.chartSaleTopProd.BackColor          = System.Drawing.Color.White;
     this.chartSaleTopProd.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.chartSaleTopProd.ForeColor           = System.Drawing.Color.Black;
     this.chartSaleTopProd.Legend.ItemMaxWidth = 0;
     this.chartSaleTopProd.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.chartSaleTopProd.Legend.Position     = C1.Chart.Position.Right;
     this.chartSaleTopProd.Legend.Reversed     = false;
     this.chartSaleTopProd.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.chartSaleTopProd.Legend.Title        = null;
     this.chartSaleTopProd.Location            = new System.Drawing.Point(0, 0);
     this.chartSaleTopProd.Margin              = new System.Windows.Forms.Padding(10);
     this.chartSaleTopProd.Name                = "chartSaleTopProd";
     elementSize3.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize3.Value    = 70D;
     this.chartSaleTopProd.Options.ClusterSize        = elementSize3;
     this.chartSaleTopProd.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.chartSaleTopProd.SelectedSeries             = null;
     this.chartSaleTopProd.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.chartSaleTopProd.Size     = new System.Drawing.Size(276, 209);
     this.chartSaleTopProd.TabIndex = 3;
     //
     //
     //
     this.chartSaleTopProd.ToolTip.Content = "{value}";
     //
     // gridTopSaleCustomer
     //
     this.gridTopSaleCustomer.BackColor   = System.Drawing.Color.White;
     this.gridTopSaleCustomer.BorderStyle = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.None;
     this.gridTopSaleCustomer.ColumnInfo  = "10,1,0,0,0,120,Columns:";
     aggregateDefinition1.PropertyName    = "Name";
     aggregateDefinition1.Caption         = "Total:";
     aggregateDefinition2.PropertyName    = "Sales";
     aggregateDefinition2.Caption         = "{0:C0}";
     aggregateDefinition2.Aggregate       = C1.Win.C1FlexGrid.AggregateEnum.Sum;
     aggregateDefinition3.PropertyName    = "Profit";
     aggregateDefinition3.Caption         = "{0:C0}";
     aggregateDefinition3.Aggregate       = C1.Win.C1FlexGrid.AggregateEnum.Sum;
     footerDescription1.Aggregates.Add(aggregateDefinition1);
     footerDescription1.Aggregates.Add(aggregateDefinition2);
     footerDescription1.Aggregates.Add(aggregateDefinition3);
     this.gridTopSaleCustomer.Footers.Descriptions.Add(footerDescription1);
     this.gridTopSaleCustomer.Footers.Fixed     = true;
     this.gridTopSaleCustomer.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.gridTopSaleCustomer.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.gridTopSaleCustomer.Location          = new System.Drawing.Point(0, 40);
     this.gridTopSaleCustomer.Name              = "gridTopSaleCustomer";
     this.gridTopSaleCustomer.ShowThemedHeaders = C1.Win.C1FlexGrid.ShowThemedHeadersEnum.None;
     this.gridTopSaleCustomer.Size              = new System.Drawing.Size(275, 169);
     this.gridTopSaleCustomer.StyleInfo         = resources.GetString("gridTopSaleCustomer.StyleInfo");
     this.gridTopSaleCustomer.TabIndex          = 4;
     this.c1ThemeController1.SetTheme(this.gridTopSaleCustomer, "Material");
     this.gridTopSaleCustomer.Tree.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(171)))), ((int)(((byte)(171)))));
     this.gridTopSaleCustomer.Visible        = false;
     //
     // c1SplitContainer1
     //
     this.c1SplitContainer1.AutoSizeElement     = C1.Framework.AutoSizeElement.Both;
     this.c1SplitContainer1.BackColor           = System.Drawing.Color.White;
     this.c1SplitContainer1.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer1.CollapsingAreaColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
     this.c1SplitContainer1.CollapsingCueColor  = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer1.FixedLineColor      = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer1.Font            = new System.Drawing.Font("Segoe UI", 9.75F);
     this.c1SplitContainer1.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1SplitContainer1.HeaderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1SplitContainer1.HeaderLineWidth = 1;
     this.c1SplitContainer1.Location        = new System.Drawing.Point(3, 0);
     this.c1SplitContainer1.Name            = "c1SplitContainer1";
     this.c1SplitContainer1.Panels.Add(this.c1SplitterPanel1);
     this.c1SplitContainer1.Panels.Add(this.c1SplitterPanel2);
     this.c1SplitContainer1.Size                 = new System.Drawing.Size(924, 446);
     this.c1SplitContainer1.SplitterColor        = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer1.SplitterMovingColor  = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1SplitContainer1.SplitterWidth        = 2;
     this.c1SplitContainer1.TabIndex             = 5;
     this.c1SplitContainer1.UseParentVisualStyle = false;
     //
     // c1SplitterPanel1
     //
     this.c1SplitterPanel1.Controls.Add(this.c1SplitContainer3);
     this.c1SplitterPanel1.Dock      = C1.Win.C1SplitContainer.PanelDockStyle.Left;
     this.c1SplitterPanel1.Location  = new System.Drawing.Point(0, 0);
     this.c1SplitterPanel1.Name      = "c1SplitterPanel1";
     this.c1SplitterPanel1.Size      = new System.Drawing.Size(553, 446);
     this.c1SplitterPanel1.SizeRatio = 60D;
     this.c1SplitterPanel1.TabIndex  = 0;
     this.c1SplitterPanel1.Width     = 553;
     //
     // c1SplitContainer3
     //
     this.c1SplitContainer3.AutoSizeElement     = C1.Framework.AutoSizeElement.Both;
     this.c1SplitContainer3.BackColor           = System.Drawing.Color.White;
     this.c1SplitContainer3.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer3.CollapsingAreaColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
     this.c1SplitContainer3.CollapsingCueColor  = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer3.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.c1SplitContainer3.FixedLineColor  = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer3.Font            = new System.Drawing.Font("Segoe UI", 9.75F);
     this.c1SplitContainer3.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1SplitContainer3.HeaderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1SplitContainer3.HeaderLineWidth = 1;
     this.c1SplitContainer3.Location        = new System.Drawing.Point(0, 0);
     this.c1SplitContainer3.Name            = "c1SplitContainer3";
     this.c1SplitContainer3.Panels.Add(this.c1SplitterPanel6);
     this.c1SplitContainer3.Panels.Add(this.c1SplitterPanel7);
     this.c1SplitContainer3.Size                 = new System.Drawing.Size(553, 446);
     this.c1SplitContainer3.SplitterColor        = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer3.SplitterMovingColor  = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1SplitContainer3.SplitterWidth        = 2;
     this.c1SplitContainer3.TabIndex             = 0;
     this.c1SplitContainer3.UseParentVisualStyle = false;
     //
     // c1SplitterPanel6
     //
     this.c1SplitterPanel6.Controls.Add(this.chartCurrProfitVSPriorProfit);
     this.c1SplitterPanel6.Height    = 235;
     this.c1SplitterPanel6.Location  = new System.Drawing.Point(0, 0);
     this.c1SplitterPanel6.Name      = "c1SplitterPanel6";
     this.c1SplitterPanel6.Size      = new System.Drawing.Size(553, 235);
     this.c1SplitterPanel6.SizeRatio = 43D;
     this.c1SplitterPanel6.TabIndex  = 0;
     //
     // c1SplitterPanel7
     //
     this.c1SplitterPanel7.Controls.Add(this.c1SplitContainer4);
     this.c1SplitterPanel7.Height   = 209;
     this.c1SplitterPanel7.Location = new System.Drawing.Point(0, 237);
     this.c1SplitterPanel7.Name     = "c1SplitterPanel7";
     this.c1SplitterPanel7.Size     = new System.Drawing.Size(553, 209);
     this.c1SplitterPanel7.TabIndex = 1;
     //
     // c1SplitContainer4
     //
     this.c1SplitContainer4.AutoSizeElement     = C1.Framework.AutoSizeElement.Both;
     this.c1SplitContainer4.BackColor           = System.Drawing.Color.White;
     this.c1SplitContainer4.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer4.CollapsingAreaColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
     this.c1SplitContainer4.CollapsingCueColor  = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer4.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.c1SplitContainer4.FixedLineColor  = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer4.Font            = new System.Drawing.Font("Segoe UI", 9.75F);
     this.c1SplitContainer4.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1SplitContainer4.HeaderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1SplitContainer4.HeaderLineWidth = 1;
     this.c1SplitContainer4.Location        = new System.Drawing.Point(0, 0);
     this.c1SplitContainer4.Name            = "c1SplitContainer4";
     this.c1SplitContainer4.Panels.Add(this.c1SplitterPanel8);
     this.c1SplitContainer4.Panels.Add(this.c1SplitterPanel9);
     this.c1SplitContainer4.Size                 = new System.Drawing.Size(553, 209);
     this.c1SplitContainer4.SplitterColor        = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer4.SplitterMovingColor  = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1SplitContainer4.SplitterWidth        = 2;
     this.c1SplitContainer4.TabIndex             = 0;
     this.c1SplitContainer4.UseParentVisualStyle = false;
     //
     // c1SplitterPanel8
     //
     this.c1SplitterPanel8.Controls.Add(this.chartSaleTopProd);
     this.c1SplitterPanel8.Dock     = C1.Win.C1SplitContainer.PanelDockStyle.Left;
     this.c1SplitterPanel8.Location = new System.Drawing.Point(0, 0);
     this.c1SplitterPanel8.Name     = "c1SplitterPanel8";
     this.c1SplitterPanel8.Size     = new System.Drawing.Size(276, 209);
     this.c1SplitterPanel8.TabIndex = 0;
     this.c1SplitterPanel8.Width    = 276;
     //
     // c1SplitterPanel9
     //
     this.c1SplitterPanel9.Controls.Add(this.gridTopSaleCustomer);
     this.c1SplitterPanel9.Height   = 209;
     this.c1SplitterPanel9.Location = new System.Drawing.Point(278, 0);
     this.c1SplitterPanel9.Name     = "c1SplitterPanel9";
     this.c1SplitterPanel9.Size     = new System.Drawing.Size(275, 209);
     this.c1SplitterPanel9.TabIndex = 1;
     //
     // c1SplitterPanel2
     //
     this.c1SplitterPanel2.Controls.Add(this.c1SplitContainer2);
     this.c1SplitterPanel2.Height   = 446;
     this.c1SplitterPanel2.Location = new System.Drawing.Point(555, 0);
     this.c1SplitterPanel2.Name     = "c1SplitterPanel2";
     this.c1SplitterPanel2.Size     = new System.Drawing.Size(369, 446);
     this.c1SplitterPanel2.TabIndex = 1;
     //
     // c1SplitContainer2
     //
     this.c1SplitContainer2.AutoSizeElement     = C1.Framework.AutoSizeElement.Both;
     this.c1SplitContainer2.BackColor           = System.Drawing.Color.White;
     this.c1SplitContainer2.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer2.CollapsingAreaColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
     this.c1SplitContainer2.CollapsingCueColor  = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.c1SplitContainer2.FixedLineColor  = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer2.Font            = new System.Drawing.Font("Segoe UI", 9.75F);
     this.c1SplitContainer2.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1SplitContainer2.HeaderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1SplitContainer2.HeaderLineWidth = 1;
     this.c1SplitContainer2.Location        = new System.Drawing.Point(0, 0);
     this.c1SplitContainer2.Name            = "c1SplitContainer2";
     this.c1SplitContainer2.Panels.Add(this.splPan1);
     this.c1SplitContainer2.Panels.Add(this.c1SplitterPanel4);
     this.c1SplitContainer2.Panels.Add(this.splPan2);
     this.c1SplitContainer2.Size                 = new System.Drawing.Size(369, 446);
     this.c1SplitContainer2.SplitterColor        = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1SplitContainer2.SplitterMovingColor  = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1SplitContainer2.SplitterWidth        = 2;
     this.c1SplitContainer2.TabIndex             = 0;
     this.c1SplitContainer2.UseParentVisualStyle = false;
     //
     // splPan1
     //
     this.splPan1.Controls.Add(this.chartSalesVsProfit);
     this.splPan1.Height    = 133;
     this.splPan1.Location  = new System.Drawing.Point(0, 0);
     this.splPan1.Name      = "splPan1";
     this.splPan1.Size      = new System.Drawing.Size(369, 133);
     this.splPan1.SizeRatio = 30D;
     this.splPan1.TabIndex  = 0;
     //
     // c1SplitterPanel4
     //
     this.c1SplitterPanel4.Controls.Add(this.panGauges1);
     this.c1SplitterPanel4.Controls.Add(this.panel1);
     this.c1SplitterPanel4.Height    = 154;
     this.c1SplitterPanel4.Location  = new System.Drawing.Point(0, 135);
     this.c1SplitterPanel4.Name      = "c1SplitterPanel4";
     this.c1SplitterPanel4.Size      = new System.Drawing.Size(369, 154);
     this.c1SplitterPanel4.SizeRatio = 42D;
     this.c1SplitterPanel4.TabIndex  = 1;
     //
     // panGauges1
     //
     this.panGauges1.BackColor = System.Drawing.Color.White;
     this.panGauges1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panGauges1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.panGauges1.Location  = new System.Drawing.Point(0, 36);
     this.panGauges1.Name      = "panGauges1";
     this.panGauges1.Size      = new System.Drawing.Size(369, 118);
     this.panGauges1.TabIndex  = 4;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.labUnits1);
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.panel1.Location  = new System.Drawing.Point(0, 0);
     this.panel1.Name      = "panel1";
     this.panel1.Padding   = new System.Windows.Forms.Padding(10, 3, 0, 0);
     this.panel1.Size      = new System.Drawing.Size(369, 36);
     this.panel1.TabIndex  = 5;
     //
     // labUnits1
     //
     this.labUnits1.AutoSize  = true;
     this.labUnits1.BackColor = System.Drawing.Color.White;
     this.labUnits1.Dock      = System.Windows.Forms.DockStyle.Right;
     this.labUnits1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labUnits1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.labUnits1.Location  = new System.Drawing.Point(309, 3);
     this.labUnits1.Name      = "labUnits1";
     this.labUnits1.Size      = new System.Drawing.Size(60, 24);
     this.labUnits1.TabIndex  = 3;
     this.labUnits1.Text      = "label1";
     this.labUnits1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // splPan2
     //
     this.splPan2.Controls.Add(this.panGauges2);
     this.splPan2.Controls.Add(this.panel2);
     this.splPan2.Height   = 155;
     this.splPan2.Location = new System.Drawing.Point(0, 291);
     this.splPan2.Name     = "splPan2";
     this.splPan2.Size     = new System.Drawing.Size(369, 155);
     this.splPan2.TabIndex = 2;
     //
     // panGauges2
     //
     this.panGauges2.BackColor = System.Drawing.Color.White;
     this.panGauges2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panGauges2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.panGauges2.Location  = new System.Drawing.Point(0, 36);
     this.panGauges2.Name      = "panGauges2";
     this.panGauges2.Size      = new System.Drawing.Size(369, 119);
     this.panGauges2.TabIndex  = 3;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.labUnits2);
     this.panel2.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.panel2.Location  = new System.Drawing.Point(0, 0);
     this.panel2.Name      = "panel2";
     this.panel2.Padding   = new System.Windows.Forms.Padding(10, 3, 0, 0);
     this.panel2.Size      = new System.Drawing.Size(369, 36);
     this.panel2.TabIndex  = 4;
     //
     // labUnits2
     //
     this.labUnits2.AutoSize  = true;
     this.labUnits2.BackColor = System.Drawing.Color.White;
     this.labUnits2.Dock      = System.Windows.Forms.DockStyle.Right;
     this.labUnits2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labUnits2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.labUnits2.Location  = new System.Drawing.Point(309, 3);
     this.labUnits2.Name      = "labUnits2";
     this.labUnits2.Size      = new System.Drawing.Size(60, 24);
     this.labUnits2.TabIndex  = 4;
     this.labUnits2.Text      = "label1";
     this.labUnits2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // c1ThemeController1
     //
     this.c1ThemeController1.Theme = "Office2016Colorful";
     //
     // Dashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.c1SplitContainer1);
     this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.Name      = "Dashboard";
     this.Padding   = new System.Windows.Forms.Padding(10, 10, 10, 0);
     this.Size      = new System.Drawing.Size(927, 572);
     this.Load     += new System.EventHandler(this.Dashboard_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chartCurrProfitVSPriorProfit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSalesVsProfit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSaleTopProd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridTopSaleCustomer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainer1)).EndInit();
     this.c1SplitContainer1.ResumeLayout(false);
     this.c1SplitterPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainer3)).EndInit();
     this.c1SplitContainer3.ResumeLayout(false);
     this.c1SplitterPanel6.ResumeLayout(false);
     this.c1SplitterPanel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainer4)).EndInit();
     this.c1SplitContainer4.ResumeLayout(false);
     this.c1SplitterPanel8.ResumeLayout(false);
     this.c1SplitterPanel9.ResumeLayout(false);
     this.c1SplitterPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainer2)).EndInit();
     this.c1SplitContainer2.ResumeLayout(false);
     this.splPan1.ResumeLayout(false);
     this.c1SplitterPanel4.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.splPan2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1ThemeController1)).EndInit();
     this.ResumeLayout(false);
 }
Example #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize2 = new C1.Chart.ElementSize();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.cbLines           = new System.Windows.Forms.ComboBox();
     this.cbAlignment       = new System.Windows.Forms.ComboBox();
     this.cbInteraction     = new System.Windows.Forms.ComboBox();
     this.financialChart1   = new C1.Win.Chart.Finance.FinancialChart();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.financialChart1, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(443, 214);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Controls.Add(this.cbLines);
     this.flowLayoutPanel1.Controls.Add(this.label2);
     this.flowLayoutPanel1.Controls.Add(this.cbAlignment);
     this.flowLayoutPanel1.Controls.Add(this.label3);
     this.flowLayoutPanel1.Controls.Add(this.cbInteraction);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 157);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(437, 54);
     this.flowLayoutPanel1.TabIndex = 0;
     //
     // cbLines
     //
     this.cbLines.Location              = new System.Drawing.Point(41, 3);
     this.cbLines.Name                  = "cbLines";
     this.cbLines.Size                  = new System.Drawing.Size(121, 21);
     this.cbLines.TabIndex              = 0;
     this.cbLines.SelectedIndexChanged += new System.EventHandler(this.cbLines_SelectedIndexChanged);
     //
     // cbAlignment
     //
     this.cbAlignment.Location              = new System.Drawing.Point(227, 3);
     this.cbAlignment.Name                  = "cbAlignment";
     this.cbAlignment.Size                  = new System.Drawing.Size(121, 21);
     this.cbAlignment.TabIndex              = 1;
     this.cbAlignment.SelectedIndexChanged += new System.EventHandler(this.cbAlignment_SelectedIndexChanged1);
     //
     // cbInteraction
     //
     this.cbInteraction.Location              = new System.Drawing.Point(3, 30);
     this.cbInteraction.Name                  = "cbInteraction";
     this.cbInteraction.Size                  = new System.Drawing.Size(121, 21);
     this.cbInteraction.TabIndex              = 2;
     this.cbInteraction.SelectedIndexChanged += new System.EventHandler(this.cbInteraction_SelectedIndexChanged);
     //
     // financialChart1
     //
     this.financialChart1.AxisX.Chart          = this.financialChart1;
     this.financialChart1.AxisX.Position       = C1.Chart.Position.Bottom;
     this.financialChart1.AxisY.AxisLine       = false;
     this.financialChart1.AxisY.Chart          = this.financialChart1;
     this.financialChart1.AxisY.MajorGrid      = true;
     this.financialChart1.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.financialChart1.AxisY.Position       = C1.Chart.Position.Left;
     this.financialChart1.ChartType            = C1.Chart.Finance.FinancialChartType.Column;
     this.financialChart1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.financialChart1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.financialChart1.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.financialChart1.Legend.Position    = C1.Chart.Position.Right;
     this.financialChart1.Legend.Reversed    = false;
     this.financialChart1.Legend.Title       = null;
     this.financialChart1.Location           = new System.Drawing.Point(10, 10);
     this.financialChart1.Margin             = new System.Windows.Forms.Padding(10);
     this.financialChart1.Name = "financialChart1";
     elementSize2.SizeType     = C1.Chart.ElementSizeType.Percentage;
     elementSize2.Value        = 70D;
     this.financialChart1.Options.ClusterSize        = elementSize2;
     this.financialChart1.Options.ReversalAmount     = 1D;
     this.financialChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.financialChart1.SelectedSeries             = null;
     this.financialChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.financialChart1.Size     = new System.Drawing.Size(423, 134);
     this.financialChart1.TabIndex = 1;
     this.financialChart1.Text     = "financialChart1";
     //
     //
     //
     this.financialChart1.ToolTip.Content = "{value}";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(32, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Lines";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(168, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(53, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Alignment";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(354, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(51, 13);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Interation";
     //
     // LineMarker
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "LineMarker";
     this.Size  = new System.Drawing.Size(443, 214);
     this.Load += new System.EventHandler(this.OnLoad);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).EndInit();
     this.ResumeLayout(false);
 }
Example #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChartTooltipForm));
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     C1.Win.Chart.Series  series1      = new C1.Win.Chart.Series();
     C1.Win.Chart.Series  series2      = new C1.Win.Chart.Series();
     C1.Win.Chart.Series  series3      = new C1.Win.Chart.Series();
     this.flexChart       = new C1.Win.Chart.FlexChart();
     this.c1SuperTooltip1 = new C1.Win.SuperTooltip.C1SuperTooltip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.flexChart)).BeginInit();
     this.SuspendLayout();
     //
     // flexChart
     //
     this.flexChart.AxisX.Chart     = this.flexChart;
     this.flexChart.AxisX.Position  = C1.Chart.Position.Bottom;
     this.flexChart.AxisY.AxisLine  = false;
     this.flexChart.AxisY.Chart     = this.flexChart;
     this.flexChart.AxisY.MajorGrid = true;
     this.flexChart.AxisY.Position  = C1.Chart.Position.Left;
     resources.ApplyResources(this.flexChart, "flexChart");
     this.flexChart.Legend.Position            = C1.Chart.Position.Right;
     this.flexChart.Name                       = "flexChart";
     elementSize1.SizeType                     = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value                        = 70D;
     this.flexChart.Options.ClusterSize        = elementSize1;
     this.flexChart.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.flexChart.SelectedSeries             = null;
     this.flexChart.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series1.Binding    = "Y";
     series1.BindingX   = "X";
     series1.DataSource = new System.Drawing.Point[] {
         new System.Drawing.Point(1, 8),
         new System.Drawing.Point(2, 12),
         new System.Drawing.Point(3, 10),
         new System.Drawing.Point(4, 12),
         new System.Drawing.Point(5, 15)
     };
     series1.Name = "Series 1";
     series1.Style.StrokeWidth = 2F;
     series2.Binding           = "Y";
     series2.BindingX          = "X";
     series2.DataSource        = new System.Drawing.Point[] {
         new System.Drawing.Point(1, 10),
         new System.Drawing.Point(2, 16),
         new System.Drawing.Point(3, 17),
         new System.Drawing.Point(4, 15),
         new System.Drawing.Point(5, 23)
     };
     series2.Name = "Series 2";
     series2.Style.StrokeWidth = 2F;
     series3.Binding           = "Y";
     series3.BindingX          = "X";
     series3.DataSource        = new System.Drawing.Point[] {
         new System.Drawing.Point(1, 16),
         new System.Drawing.Point(2, 19),
         new System.Drawing.Point(3, 15),
         new System.Drawing.Point(4, 22),
         new System.Drawing.Point(5, 18)
     };
     series3.Name = "Series 3";
     series3.Style.StrokeWidth = 2F;
     this.flexChart.Series.Add(series1);
     this.flexChart.Series.Add(series2);
     this.flexChart.Series.Add(series3);
     //
     //
     //
     this.flexChart.ToolTip.Content = "{value}";
     //
     // c1SuperTooltip1
     //
     this.c1SuperTooltip1.Font = new System.Drawing.Font("Tahoma", 8F);
     //
     // ChartTooltipForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.flexChart);
     this.Name = "ChartTooltipForm";
     ((System.ComponentModel.ISupportInitialize)(this.flexChart)).EndInit();
     this.ResumeLayout(false);
 }
Example #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     C1.Chart.ElementSize elementSize2 = new C1.Chart.ElementSize();
     this.tableLayoutPanel1            = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1             = new System.Windows.Forms.FlowLayoutPanel();
     this.label1                       = new System.Windows.Forms.Label();
     this.indicatorType                = new System.Windows.Forms.ComboBox();
     this.label2                       = new System.Windows.Forms.Label();
     this.period                       = new System.Windows.Forms.NumericUpDown();
     this.label3                       = new System.Windows.Forms.Label();
     this.nudFastPeriod                = new System.Windows.Forms.NumericUpDown();
     this.label4                       = new System.Windows.Forms.Label();
     this.nudSlowPeriod                = new System.Windows.Forms.NumericUpDown();
     this.label5                       = new System.Windows.Forms.Label();
     this.nudMacdSignalSmoothingPeriod = new System.Windows.Forms.NumericUpDown();
     this.label6                       = new System.Windows.Forms.Label();
     this.nudKPeriod                   = new System.Windows.Forms.NumericUpDown();
     this.label7                       = new System.Windows.Forms.Label();
     this.nudDPeriod                   = new System.Windows.Forms.NumericUpDown();
     this.label8                       = new System.Windows.Forms.Label();
     this.nudStochasticSmoothingPeriod = new System.Windows.Forms.NumericUpDown();
     this.financialChart1              = new C1.Win.Chart.Finance.FinancialChart();
     this.financialChart2              = new C1.Win.Chart.Finance.FinancialChart();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.period)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudFastPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudSlowPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudMacdSignalSmoothingPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudKPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudDPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudStochasticSmoothingPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart2)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.financialChart1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.financialChart2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 2);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(800, 272);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Controls.Add(this.indicatorType);
     this.flowLayoutPanel1.Controls.Add(this.label2);
     this.flowLayoutPanel1.Controls.Add(this.period);
     this.flowLayoutPanel1.Controls.Add(this.label3);
     this.flowLayoutPanel1.Controls.Add(this.nudFastPeriod);
     this.flowLayoutPanel1.Controls.Add(this.label4);
     this.flowLayoutPanel1.Controls.Add(this.nudSlowPeriod);
     this.flowLayoutPanel1.Controls.Add(this.label5);
     this.flowLayoutPanel1.Controls.Add(this.nudMacdSignalSmoothingPeriod);
     this.flowLayoutPanel1.Controls.Add(this.label6);
     this.flowLayoutPanel1.Controls.Add(this.nudKPeriod);
     this.flowLayoutPanel1.Controls.Add(this.label7);
     this.flowLayoutPanel1.Controls.Add(this.nudDPeriod);
     this.flowLayoutPanel1.Controls.Add(this.label8);
     this.flowLayoutPanel1.Controls.Add(this.nudStochasticSmoothingPeriod);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 213);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(794, 56);
     this.flowLayoutPanel1.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 3);
     this.label1.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(78, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Indicator Type";
     //
     // indicatorType
     //
     this.indicatorType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.indicatorType.FormattingEnabled = true;
     this.indicatorType.Location          = new System.Drawing.Point(87, 3);
     this.indicatorType.Name                  = "indicatorType";
     this.indicatorType.Size                  = new System.Drawing.Size(196, 21);
     this.indicatorType.TabIndex              = 1;
     this.indicatorType.SelectedIndexChanged += new System.EventHandler(this.indicatorType_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(299, 3);
     this.label2.Margin   = new System.Windows.Forms.Padding(13, 3, 3, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(40, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Period";
     //
     // period
     //
     this.period.Location = new System.Drawing.Point(345, 3);
     this.period.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.period.Name     = "period";
     this.period.Size     = new System.Drawing.Size(52, 22);
     this.period.TabIndex = 3;
     this.period.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.period.ValueChanged += new System.EventHandler(this.period_ValueChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(416, 3);
     this.label3.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(65, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Fast period";
     //
     // nudFastPeriod
     //
     this.nudFastPeriod.Location = new System.Drawing.Point(487, 3);
     this.nudFastPeriod.Minimum  = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudFastPeriod.Name     = "nudFastPeriod";
     this.nudFastPeriod.Size     = new System.Drawing.Size(52, 22);
     this.nudFastPeriod.TabIndex = 5;
     this.nudFastPeriod.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudFastPeriod.ValueChanged += new System.EventHandler(this.nudFastPeriod_ValueChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(558, 3);
     this.label4.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(69, 13);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Slow period";
     //
     // nudSlowPeriod
     //
     this.nudSlowPeriod.Location = new System.Drawing.Point(633, 3);
     this.nudSlowPeriod.Minimum  = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudSlowPeriod.Name     = "nudSlowPeriod";
     this.nudSlowPeriod.Size     = new System.Drawing.Size(52, 22);
     this.nudSlowPeriod.TabIndex = 7;
     this.nudSlowPeriod.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudSlowPeriod.ValueChanged += new System.EventHandler(this.nudSlowPeriod_ValueChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(16, 31);
     this.label5.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(135, 13);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Signal smoothing period";
     //
     // nudMacdSignalSmoothingPeriod
     //
     this.nudMacdSignalSmoothingPeriod.Location = new System.Drawing.Point(157, 31);
     this.nudMacdSignalSmoothingPeriod.Minimum  = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudMacdSignalSmoothingPeriod.Name     = "nudMacdSignalSmoothingPeriod";
     this.nudMacdSignalSmoothingPeriod.Size     = new System.Drawing.Size(52, 22);
     this.nudMacdSignalSmoothingPeriod.TabIndex = 9;
     this.nudMacdSignalSmoothingPeriod.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudMacdSignalSmoothingPeriod.ValueChanged += new System.EventHandler(this.nudMacdSignalSmoothingPeriod_ValueChanged);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(228, 31);
     this.label6.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(50, 13);
     this.label6.TabIndex = 10;
     this.label6.Text     = "K period";
     //
     // nudKPeriod
     //
     this.nudKPeriod.Location = new System.Drawing.Point(284, 31);
     this.nudKPeriod.Minimum  = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudKPeriod.Name     = "nudKPeriod";
     this.nudKPeriod.Size     = new System.Drawing.Size(52, 22);
     this.nudKPeriod.TabIndex = 11;
     this.nudKPeriod.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudKPeriod.ValueChanged += new System.EventHandler(this.nudKPeriod_ValueChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(355, 31);
     this.label7.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(52, 13);
     this.label7.TabIndex = 12;
     this.label7.Text     = "D period";
     //
     // nudDPeriod
     //
     this.nudDPeriod.Location = new System.Drawing.Point(413, 31);
     this.nudDPeriod.Minimum  = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudDPeriod.Name     = "nudDPeriod";
     this.nudDPeriod.Size     = new System.Drawing.Size(52, 22);
     this.nudDPeriod.TabIndex = 13;
     this.nudDPeriod.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudDPeriod.ValueChanged += new System.EventHandler(this.nudDPeriod_ValueChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(484, 31);
     this.label8.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(135, 13);
     this.label8.TabIndex = 14;
     this.label8.Text     = "Signal smoothing period";
     //
     // nudSignalSmoothingPeriod
     //
     this.nudStochasticSmoothingPeriod.Location = new System.Drawing.Point(625, 31);
     this.nudStochasticSmoothingPeriod.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nudStochasticSmoothingPeriod.Name     = "nudSignalSmoothingPeriod";
     this.nudStochasticSmoothingPeriod.Size     = new System.Drawing.Size(52, 22);
     this.nudStochasticSmoothingPeriod.TabIndex = 15;
     this.nudStochasticSmoothingPeriod.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudStochasticSmoothingPeriod.ValueChanged += new System.EventHandler(this.nudSignalSmoothingPeriod_ValueChanged);
     //
     // financialChart1
     //
     this.financialChart1.AxisX.Chart          = this.financialChart1;
     this.financialChart1.AxisX.Position       = C1.Chart.Position.Bottom;
     this.financialChart1.AxisY.AxisLine       = false;
     this.financialChart1.AxisY.Chart          = this.financialChart1;
     this.financialChart1.AxisY.MajorGrid      = true;
     this.financialChart1.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.financialChart1.AxisY.Position       = C1.Chart.Position.Left;
     this.financialChart1.ChartType            = C1.Chart.Finance.FinancialChartType.Column;
     this.financialChart1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.financialChart1.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.financialChart1.Legend.Position    = C1.Chart.Position.Right;
     this.financialChart1.Legend.Reversed    = false;
     this.financialChart1.Legend.Title       = null;
     this.financialChart1.Location           = new System.Drawing.Point(10, 10);
     this.financialChart1.Margin             = new System.Windows.Forms.Padding(10);
     this.financialChart1.Name = "financialChart1";
     elementSize1.SizeType     = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value        = 70D;
     this.financialChart1.Options.ClusterSize        = elementSize1;
     this.financialChart1.Options.ReversalAmount     = 1D;
     this.financialChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.financialChart1.SelectedSeries             = null;
     this.financialChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.financialChart1.Size     = new System.Drawing.Size(780, 10);
     this.financialChart1.TabIndex = 0;
     this.financialChart1.Text     = "financialChart1";
     //
     //
     //
     this.financialChart1.ToolTip.Content = "{value}";
     //
     // financialChart2
     //
     this.financialChart2.AxisX.Chart          = this.financialChart2;
     this.financialChart2.AxisX.Position       = C1.Chart.Position.Bottom;
     this.financialChart2.AxisY.AxisLine       = false;
     this.financialChart2.AxisY.Chart          = this.financialChart2;
     this.financialChart2.AxisY.MajorGrid      = true;
     this.financialChart2.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.financialChart2.AxisY.Position       = C1.Chart.Position.Left;
     this.financialChart2.ChartType            = C1.Chart.Finance.FinancialChartType.Column;
     this.financialChart2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.financialChart2.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.financialChart2.Legend.Position    = C1.Chart.Position.Right;
     this.financialChart2.Legend.Reversed    = false;
     this.financialChart2.Legend.Title       = null;
     this.financialChart2.Location           = new System.Drawing.Point(10, 40);
     this.financialChart2.Margin             = new System.Windows.Forms.Padding(10);
     this.financialChart2.Name = "financialChart2";
     elementSize2.SizeType     = C1.Chart.ElementSizeType.Percentage;
     elementSize2.Value        = 70D;
     this.financialChart2.Options.ClusterSize        = elementSize2;
     this.financialChart2.Options.ReversalAmount     = 1D;
     this.financialChart2.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.financialChart2.SelectedSeries             = null;
     this.financialChart2.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.financialChart2.Size     = new System.Drawing.Size(780, 160);
     this.financialChart2.TabIndex = 1;
     this.financialChart2.Text     = "financialChart2";
     //
     //
     //
     this.financialChart2.ToolTip.Content = "{value}";
     //
     // Indicators
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name  = "Indicators";
     this.Size  = new System.Drawing.Size(800, 272);
     this.Load += new System.EventHandler(this.OnLoad);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.period)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudFastPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudSlowPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudMacdSignalSmoothingPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudKPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudDPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudStochasticSmoothingPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart2)).EndInit();
     this.ResumeLayout(false);
 }
Example #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     C1.Win.Chart.Series  series1      = new C1.Win.Chart.Series();
     C1.Chart.ElementSize elementSize2 = new C1.Chart.ElementSize();
     this.tableLayoutPanel1      = new System.Windows.Forms.TableLayoutPanel();
     this.pictureBoxTitle        = new System.Windows.Forms.PictureBox();
     this.financialChart         = new C1.Win.Chart.Finance.FinancialChart();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.tableLayoutPanel2      = new System.Windows.Forms.TableLayoutPanel();
     this.pictureBoxSecurityIcon = new System.Windows.Forms.PictureBox();
     this.btnOptions             = new System.Windows.Forms.Button();
     this.btnIndicators          = new System.Windows.Forms.Button();
     this.btnOverlays            = new System.Windows.Forms.Button();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.labAnnotationType      = new System.Windows.Forms.Label();
     this.cboAnnoType            = new System.Windows.Forms.ComboBox();
     this.rangeChart             = new C1.Win.Chart.Finance.FinancialChart();
     this.btnAnnoStroke          = new System.Windows.Forms.Button();
     this.btnAnnoFill            = new System.Windows.Forms.Button();
     this.btnAnnoFont            = new System.Windows.Forms.Button();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart)).BeginInit();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSecurityIcon)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rangeChart)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.pictureBoxTitle, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.financialChart, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.rangeChart, 1, 3);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 4;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 66F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1124, 706);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // pictureBoxTitle
     //
     this.pictureBoxTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     this.tableLayoutPanel1.SetColumnSpan(this.pictureBoxTitle, 2);
     this.pictureBoxTitle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBoxTitle.Location = new System.Drawing.Point(0, 0);
     this.pictureBoxTitle.Margin   = new System.Windows.Forms.Padding(0);
     this.pictureBoxTitle.Name     = "pictureBoxTitle";
     this.pictureBoxTitle.Size     = new System.Drawing.Size(1124, 50);
     this.pictureBoxTitle.TabIndex = 0;
     this.pictureBoxTitle.TabStop  = false;
     //
     // financialChart
     //
     this.financialChart.AxisX.Chart               = this.financialChart;
     this.financialChart.AxisX.DataSource          = null;
     this.financialChart.AxisX.GroupProvider       = null;
     this.financialChart.AxisX.GroupSeparator      = C1.Chart.AxisGroupSeparator.None;
     this.financialChart.AxisX.GroupTitleAlignment = C1.Chart.AxisLabelAlignment.Center;
     this.financialChart.AxisX.PlotAreaName        = null;
     this.financialChart.AxisX.Position            = C1.Chart.Position.Bottom;
     this.financialChart.AxisY.Chart               = this.financialChart;
     this.financialChart.AxisY.DataSource          = null;
     this.financialChart.AxisY.GroupProvider       = null;
     this.financialChart.AxisY.GroupSeparator      = C1.Chart.AxisGroupSeparator.None;
     this.financialChart.AxisY.GroupTitleAlignment = C1.Chart.AxisLabelAlignment.Center;
     this.financialChart.AxisY.MajorGrid           = true;
     this.financialChart.AxisY.PlotAreaName        = null;
     this.financialChart.AxisY.Position            = C1.Chart.Position.Right;
     this.financialChart.ChartType           = C1.Chart.Finance.FinancialChartType.Candlestick;
     this.financialChart.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.financialChart.Font                = new System.Drawing.Font("Segoe UI Semibold", 8.25F);
     this.financialChart.Legend.ItemMaxWidth = 0;
     this.financialChart.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.financialChart.Legend.Position     = C1.Chart.Position.None;
     this.financialChart.Legend.Reversed     = false;
     this.financialChart.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.financialChart.Legend.Title        = null;
     this.financialChart.Location            = new System.Drawing.Point(260, 126);
     this.financialChart.Margin              = new System.Windows.Forms.Padding(10);
     this.financialChart.Name                = "financialChart";
     this.financialChart.Options.BoxSize     = 2D;
     elementSize1.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value    = 70D;
     this.financialChart.Options.ClusterSize        = elementSize1;
     this.financialChart.Options.ReversalAmount     = 2D;
     this.financialChart.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.financialChart.SelectedSeries             = null;
     this.financialChart.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series1.DataLabel         = null;
     series1.Name              = "Series 1";
     series1.StackingGroup     = -1;
     series1.Style.StrokeWidth = 2F;
     this.financialChart.Series.Add(series1);
     this.financialChart.Size     = new System.Drawing.Size(854, 510);
     this.financialChart.TabIndex = 1;
     this.financialChart.Text     = "chart1";
     //
     //
     //
     this.financialChart.ToolTip.Content = "{value}";
     //
     // panel1
     //
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 119);
     this.panel1.Name     = "panel1";
     this.tableLayoutPanel1.SetRowSpan(this.panel1, 2);
     this.panel1.Size     = new System.Drawing.Size(244, 584);
     this.panel1.TabIndex = 2;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel2.ColumnCount  = 5;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Controls.Add(this.pictureBoxSecurityIcon, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.btnOptions, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.btnIndicators, 2, 0);
     this.tableLayoutPanel2.Controls.Add(this.btnOverlays, 3, 0);
     this.tableLayoutPanel2.Controls.Add(this.panel2, 0, 1);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(250, 50);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 55F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 45F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(874, 66);
     this.tableLayoutPanel2.TabIndex = 3;
     //
     // pictureBoxSecurityIcon
     //
     this.pictureBoxSecurityIcon.Location = new System.Drawing.Point(3, 3);
     this.pictureBoxSecurityIcon.Name     = "pictureBoxSecurityIcon";
     this.pictureBoxSecurityIcon.Size     = new System.Drawing.Size(350, 30);
     this.pictureBoxSecurityIcon.TabIndex = 0;
     this.pictureBoxSecurityIcon.TabStop  = false;
     //
     // btnOptions
     //
     this.btnOptions.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnOptions.FlatAppearance.BorderSize = 0;
     this.btnOptions.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnOptions.Location  = new System.Drawing.Point(557, 3);
     this.btnOptions.Name      = "btnOptions";
     this.btnOptions.Size      = new System.Drawing.Size(94, 30);
     this.btnOptions.TabIndex  = 1;
     this.btnOptions.Text      = "Options";
     this.btnOptions.UseVisualStyleBackColor = true;
     //
     // btnIndicators
     //
     this.btnIndicators.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnIndicators.FlatAppearance.BorderSize = 0;
     this.btnIndicators.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnIndicators.Location  = new System.Drawing.Point(657, 3);
     this.btnIndicators.Name      = "btnIndicators";
     this.btnIndicators.Size      = new System.Drawing.Size(94, 30);
     this.btnIndicators.TabIndex  = 2;
     this.btnIndicators.Text      = "Indicators";
     this.btnIndicators.UseVisualStyleBackColor = true;
     //
     // btnOverlays
     //
     this.btnOverlays.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnOverlays.FlatAppearance.BorderSize = 0;
     this.btnOverlays.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnOverlays.Location  = new System.Drawing.Point(757, 3);
     this.btnOverlays.Name      = "btnOverlays";
     this.btnOverlays.Size      = new System.Drawing.Size(94, 30);
     this.btnOverlays.TabIndex  = 3;
     this.btnOverlays.Text      = "Overlays";
     this.btnOverlays.UseVisualStyleBackColor = true;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnAnnoFont);
     this.panel2.Controls.Add(this.btnAnnoFill);
     this.panel2.Controls.Add(this.btnAnnoStroke);
     this.panel2.Controls.Add(this.labAnnotationType);
     this.panel2.Controls.Add(this.cboAnnoType);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(3, 39);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(548, 24);
     this.panel2.TabIndex = 4;
     //
     // labAnnotationType
     //
     this.labAnnotationType.Location  = new System.Drawing.Point(6, 4);
     this.labAnnotationType.Name      = "labAnnotationType";
     this.labAnnotationType.Size      = new System.Drawing.Size(94, 20);
     this.labAnnotationType.TabIndex  = 1;
     this.labAnnotationType.Text      = "Annotation Type:";
     this.labAnnotationType.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cboAnnoType
     //
     this.cboAnnoType.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboAnnoType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboAnnoType.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.cboAnnoType.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboAnnoType.FormattingEnabled = true;
     this.cboAnnoType.ItemHeight        = 20;
     this.cboAnnoType.Location          = new System.Drawing.Point(106, 1);
     this.cboAnnoType.Name              = "cboAnnoType";
     this.cboAnnoType.Size              = new System.Drawing.Size(130, 26);
     this.cboAnnoType.TabIndex          = 0;
     //
     // rangeChart
     //
     this.rangeChart.AxisX.Chart               = this.rangeChart;
     this.rangeChart.AxisX.DataSource          = null;
     this.rangeChart.AxisX.GroupProvider       = null;
     this.rangeChart.AxisX.GroupSeparator      = C1.Chart.AxisGroupSeparator.None;
     this.rangeChart.AxisX.GroupTitleAlignment = C1.Chart.AxisLabelAlignment.Center;
     this.rangeChart.AxisX.PlotAreaName        = null;
     this.rangeChart.AxisX.Position            = C1.Chart.Position.None;
     this.rangeChart.AxisY.AxisLine            = false;
     this.rangeChart.AxisY.Chart               = this.rangeChart;
     this.rangeChart.AxisY.DataSource          = null;
     this.rangeChart.AxisY.GroupProvider       = null;
     this.rangeChart.AxisY.GroupSeparator      = C1.Chart.AxisGroupSeparator.None;
     this.rangeChart.AxisY.GroupTitleAlignment = C1.Chart.AxisLabelAlignment.Center;
     this.rangeChart.AxisY.PlotAreaName        = null;
     this.rangeChart.AxisY.Position            = C1.Chart.Position.None;
     this.rangeChart.ChartType           = C1.Chart.Finance.FinancialChartType.Line;
     this.rangeChart.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.rangeChart.Legend.ItemMaxWidth = 0;
     this.rangeChart.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.rangeChart.Legend.Position     = C1.Chart.Position.None;
     this.rangeChart.Legend.Reversed     = false;
     this.rangeChart.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.rangeChart.Legend.Title        = null;
     this.rangeChart.Location            = new System.Drawing.Point(260, 656);
     this.rangeChart.Margin              = new System.Windows.Forms.Padding(10);
     this.rangeChart.Name                = "rangeChart";
     this.rangeChart.Options.BoxSize     = 2D;
     elementSize2.SizeType               = C1.Chart.ElementSizeType.Percentage;
     elementSize2.Value = 70D;
     this.rangeChart.Options.ClusterSize        = elementSize2;
     this.rangeChart.Options.ReversalAmount     = 2D;
     this.rangeChart.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.rangeChart.SelectedSeries             = null;
     this.rangeChart.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.rangeChart.Size     = new System.Drawing.Size(854, 40);
     this.rangeChart.TabIndex = 0;
     //
     //
     //
     this.rangeChart.ToolTip.Content = "{value}";
     //
     // btnAnnoStroke
     //
     this.btnAnnoStroke.FlatAppearance.BorderColor = System.Drawing.Color.LightGreen;
     this.btnAnnoStroke.FlatAppearance.BorderSize  = 2;
     this.btnAnnoStroke.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAnnoStroke.Location  = new System.Drawing.Point(251, 5);
     this.btnAnnoStroke.Name      = "btnAnnoStroke";
     this.btnAnnoStroke.Size      = new System.Drawing.Size(15, 15);
     this.btnAnnoStroke.TabIndex  = 2;
     this.btnAnnoStroke.UseVisualStyleBackColor = true;
     //
     // btnAnnoFill
     //
     this.btnAnnoFill.BackColor = System.Drawing.Color.LightGreen;
     this.btnAnnoFill.FlatAppearance.BorderColor = System.Drawing.Color.LightGreen;
     this.btnAnnoFill.FlatAppearance.BorderSize  = 2;
     this.btnAnnoFill.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAnnoFill.Location  = new System.Drawing.Point(286, 5);
     this.btnAnnoFill.Name      = "btnAnnoFill";
     this.btnAnnoFill.Size      = new System.Drawing.Size(15, 15);
     this.btnAnnoFill.TabIndex  = 3;
     this.btnAnnoFill.UseVisualStyleBackColor = false;
     //
     // btnAnnoFont
     //
     this.btnAnnoFont.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     this.btnAnnoFont.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAnnoFont.Location  = new System.Drawing.Point(316, 2);
     this.btnAnnoFont.Name      = "btnAnnoFont";
     this.btnAnnoFont.Size      = new System.Drawing.Size(50, 21);
     this.btnAnnoFont.TabIndex  = 4;
     this.btnAnnoFont.Text      = "Font";
     this.btnAnnoFont.UseVisualStyleBackColor = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1124, 706);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font  = new System.Drawing.Font("Segoe UI Semibold", 8.25F);
     this.Name  = "MainForm";
     this.Text  = "Stock Analysis";
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart)).EndInit();
     this.tableLayoutPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSecurityIcon)).EndInit();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.rangeChart)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     this.lblTitle      = new System.Windows.Forms.Label();
     this.pTitle        = new System.Windows.Forms.Panel();
     this.pScroll       = new System.Windows.Forms.Panel();
     this.pChart        = new System.Windows.Forms.Panel();
     this.flexChart1    = new C1.Win.Chart.FlexChart();
     this.pControls     = new System.Windows.Forms.FlowLayoutPanel();
     this.pCollapse     = new System.Windows.Forms.Panel();
     this.btnCollapse   = new System.Windows.Forms.Button();
     this.pDescription  = new System.Windows.Forms.Panel();
     this.tbDescription = new System.Windows.Forms.RichTextBox();
     this.pTitle.SuspendLayout();
     this.pScroll.SuspendLayout();
     this.pChart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).BeginInit();
     this.pCollapse.SuspendLayout();
     this.pDescription.SuspendLayout();
     this.SuspendLayout();
     //
     // lblTitle
     //
     this.lblTitle.AutoSize  = true;
     this.lblTitle.Font      = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(164)))), ((int)(((byte)(250)))));
     this.lblTitle.Location  = new System.Drawing.Point(35, 34);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(93, 49);
     this.lblTitle.TabIndex  = 13;
     this.lblTitle.Text      = "Title";
     //
     // pTitle
     //
     this.pTitle.BackColor = System.Drawing.Color.White;
     this.pTitle.Controls.Add(this.lblTitle);
     this.pTitle.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pTitle.Location = new System.Drawing.Point(0, 0);
     this.pTitle.Name     = "pTitle";
     this.pTitle.Size     = new System.Drawing.Size(815, 80);
     this.pTitle.TabIndex = 4;
     //
     // pScroll
     //
     this.pScroll.AutoScroll       = true;
     this.pScroll.AutoScrollMargin = new System.Drawing.Size(0, 400);
     this.pScroll.Controls.Add(this.pChart);
     this.pScroll.Controls.Add(this.pControls);
     this.pScroll.Controls.Add(this.pCollapse);
     this.pScroll.Controls.Add(this.pDescription);
     this.pScroll.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pScroll.ForeColor = System.Drawing.Color.DimGray;
     this.pScroll.Location  = new System.Drawing.Point(0, 80);
     this.pScroll.Name      = "pScroll";
     this.pScroll.Size      = new System.Drawing.Size(815, 471);
     this.pScroll.TabIndex  = 5;
     //
     // pChart
     //
     this.pChart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(246)))));
     this.pChart.Controls.Add(this.flexChart1);
     this.pChart.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pChart.Location = new System.Drawing.Point(0, 113);
     this.pChart.Name     = "pChart";
     this.pChart.Padding  = new System.Windows.Forms.Padding(40, 20, 40, 20);
     this.pChart.Size     = new System.Drawing.Size(789, 400);
     this.pChart.TabIndex = 12;
     //
     // flexChart1
     //
     this.flexChart1.AxisX.Chart        = this.flexChart1;
     this.flexChart1.AxisY.Chart        = this.flexChart1;
     this.flexChart1.BackColor          = System.Drawing.Color.White;
     this.flexChart1.Binding            = null;
     this.flexChart1.BindingX           = null;
     this.flexChart1.DataMember         = null;
     this.flexChart1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.flexChart1.Font               = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.flexChart1.Footer.Content     = null;
     this.flexChart1.Header.Content     = null;
     this.flexChart1.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.flexChart1.Legend.Position    = C1.Chart.Position.Right;
     this.flexChart1.Legend.Title       = null;
     this.flexChart1.Location           = new System.Drawing.Point(40, 20);
     this.flexChart1.Name               = "flexChart1";
     elementSize1.SizeType              = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value = 70D;
     this.flexChart1.Options.ClusterSize        = elementSize1;
     this.flexChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.flexChart1.SelectedSeries             = null;
     this.flexChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.flexChart1.Size     = new System.Drawing.Size(709, 360);
     this.flexChart1.TabIndex = 1;
     this.flexChart1.Text     = "flexPie1";
     //
     //
     //
     this.flexChart1.ToolTip.Content = "{value}";
     //
     // pControls
     //
     this.pControls.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.pControls.Dock         = System.Windows.Forms.DockStyle.Top;
     this.pControls.Font         = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.pControls.Location     = new System.Drawing.Point(0, 69);
     this.pControls.Name         = "pControls";
     this.pControls.Padding      = new System.Windows.Forms.Padding(40, 0, 0, 0);
     this.pControls.Size         = new System.Drawing.Size(789, 44);
     this.pControls.TabIndex     = 7;
     this.pControls.WrapContents = false;
     //
     // pCollapse
     //
     this.pCollapse.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.pCollapse.Controls.Add(this.btnCollapse);
     this.pCollapse.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pCollapse.Location = new System.Drawing.Point(0, 43);
     this.pCollapse.Name     = "pCollapse";
     this.pCollapse.Size     = new System.Drawing.Size(789, 26);
     this.pCollapse.TabIndex = 5;
     this.pCollapse.Paint   += new System.Windows.Forms.PaintEventHandler(this.pCollapse_Paint);
     //
     // btnCollapse
     //
     this.btnCollapse.Anchor                    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.btnCollapse.BackColor                 = System.Drawing.Color.Transparent;
     this.btnCollapse.BackgroundImage           = global::DrillDown.Properties.Resources.cb_up26;
     this.btnCollapse.FlatAppearance.BorderSize = 0;
     this.btnCollapse.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.btnCollapse.Location                  = new System.Drawing.Point(367, 0);
     this.btnCollapse.Name     = "btnCollapse";
     this.btnCollapse.Size     = new System.Drawing.Size(26, 26);
     this.btnCollapse.TabIndex = 0;
     this.btnCollapse.UseVisualStyleBackColor = false;
     this.btnCollapse.Click += new System.EventHandler(this.btnCollapse_Click);
     //
     // pDescription
     //
     this.pDescription.AutoSize  = true;
     this.pDescription.BackColor = System.Drawing.Color.White;
     this.pDescription.Controls.Add(this.tbDescription);
     this.pDescription.Dock         = System.Windows.Forms.DockStyle.Top;
     this.pDescription.Location     = new System.Drawing.Point(0, 0);
     this.pDescription.Name         = "pDescription";
     this.pDescription.Padding      = new System.Windows.Forms.Padding(40, 30, 40, 3);
     this.pDescription.Size         = new System.Drawing.Size(798, 170);
     this.pDescription.TabIndex     = 6;
     this.pDescription.SizeChanged += new System.EventHandler(this.BaseSample_SizeChanged);
     this.pDescription.Paint       += new System.Windows.Forms.PaintEventHandler(this.pDescription_Paint);
     //
     // tbDescription
     //
     this.tbDescription.BackColor   = System.Drawing.Color.White;
     this.tbDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tbDescription.Dock        = System.Windows.Forms.DockStyle.Top;
     this.tbDescription.Font        = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbDescription.ForeColor   = System.Drawing.Color.DimGray;
     this.tbDescription.Location    = new System.Drawing.Point(40, 30);
     this.tbDescription.Name        = "tbDescription";
     this.tbDescription.ReadOnly    = true;
     this.tbDescription.ScrollBars  = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.tbDescription.Size        = new System.Drawing.Size(718, 137);
     this.tbDescription.TabIndex    = 0;
     this.tbDescription.Text        = "";
     //
     // BaseSample
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.pScroll);
     this.Controls.Add(this.pTitle);
     this.Font         = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Name         = "BaseSample";
     this.Size         = new System.Drawing.Size(815, 551);
     this.SizeChanged += new System.EventHandler(this.BaseSample_SizeChanged);
     this.pTitle.ResumeLayout(false);
     this.pTitle.PerformLayout();
     this.pScroll.ResumeLayout(false);
     this.pScroll.PerformLayout();
     this.pChart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).EndInit();
     this.pCollapse.ResumeLayout(false);
     this.pDescription.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     this.tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1   = new System.Windows.Forms.FlowLayoutPanel();
     this.label1             = new System.Windows.Forms.Label();
     this.fitType            = new System.Windows.Forms.ComboBox();
     this.label2             = new System.Windows.Forms.Label();
     this.order              = new System.Windows.Forms.NumericUpDown();
     this.chkForecast        = new System.Windows.Forms.CheckBox();
     this.financialChart1    = new C1.Win.Chart.Finance.FinancialChart();
     this.label3             = new System.Windows.Forms.Label();
     this.numForwardPeriods  = new System.Windows.Forms.NumericUpDown();
     this.label4             = new System.Windows.Forms.Label();
     this.numBackwardPeriods = new System.Windows.Forms.NumericUpDown();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.order)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numForwardPeriods)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numBackwardPeriods)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.financialChart1, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(750, 214);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Controls.Add(this.fitType);
     this.flowLayoutPanel1.Controls.Add(this.label2);
     this.flowLayoutPanel1.Controls.Add(this.order);
     this.flowLayoutPanel1.Controls.Add(this.chkForecast);
     this.flowLayoutPanel1.Controls.Add(this.label3);
     this.flowLayoutPanel1.Controls.Add(this.numForwardPeriods);
     this.flowLayoutPanel1.Controls.Add(this.label4);
     this.flowLayoutPanel1.Controls.Add(this.numBackwardPeriods);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 184);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(744, 27);
     this.flowLayoutPanel1.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 3);
     this.label1.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(45, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Fit Type";
     //
     // fitType
     //
     this.fitType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.fitType.FormattingEnabled = true;
     this.fitType.Location          = new System.Drawing.Point(54, 3);
     this.fitType.Name                  = "fitType";
     this.fitType.Size                  = new System.Drawing.Size(121, 21);
     this.fitType.TabIndex              = 1;
     this.fitType.SelectedIndexChanged += new System.EventHandler(this.fitType_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(194, 3);
     this.label2.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(33, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Order";
     //
     // order
     //
     this.order.Location = new System.Drawing.Point(233, 3);
     this.order.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.order.Minimum = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.order.Name     = "order";
     this.order.Size     = new System.Drawing.Size(56, 20);
     this.order.TabIndex = 3;
     this.order.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.order.ValueChanged += new System.EventHandler(this.order_ValueChanged);
     //
     // chkForecast
     //
     this.chkForecast.AutoSize   = true;
     this.chkForecast.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkForecast.Location   = new System.Drawing.Point(316, 3);
     this.chkForecast.Margin     = new System.Windows.Forms.Padding(24, 3, 3, 3);
     this.chkForecast.Name       = "chkForecast";
     this.chkForecast.Size       = new System.Drawing.Size(103, 17);
     this.chkForecast.TabIndex   = 4;
     this.chkForecast.Text       = "Forecast Enable";
     this.chkForecast.UseVisualStyleBackColor = true;
     this.chkForecast.CheckedChanged         += new System.EventHandler(this.chkForecast_CheckedChanged);
     //
     // financialChart1
     //
     this.financialChart1.AxisX.Chart          = this.financialChart1;
     this.financialChart1.AxisX.DataSource     = null;
     this.financialChart1.AxisX.PlotAreaName   = null;
     this.financialChart1.AxisX.Position       = C1.Chart.Position.Bottom;
     this.financialChart1.AxisY.AxisLine       = false;
     this.financialChart1.AxisY.Chart          = this.financialChart1;
     this.financialChart1.AxisY.DataSource     = null;
     this.financialChart1.AxisY.MajorGrid      = true;
     this.financialChart1.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.financialChart1.AxisY.PlotAreaName   = null;
     this.financialChart1.AxisY.Position       = C1.Chart.Position.Left;
     this.financialChart1.ChartType            = C1.Chart.Finance.FinancialChartType.Column;
     this.financialChart1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.financialChart1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.financialChart1.Legend.ItemMaxWidth = 0;
     this.financialChart1.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.financialChart1.Legend.Position     = C1.Chart.Position.Right;
     this.financialChart1.Legend.Reversed     = false;
     this.financialChart1.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.financialChart1.Legend.Title        = null;
     this.financialChart1.Location            = new System.Drawing.Point(10, 10);
     this.financialChart1.Margin = new System.Windows.Forms.Padding(10);
     this.financialChart1.Name   = "financialChart1";
     elementSize1.SizeType       = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value          = 70D;
     this.financialChart1.Options.ClusterSize        = elementSize1;
     this.financialChart1.Options.ReversalAmount     = 1D;
     this.financialChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.financialChart1.SelectedSeries             = null;
     this.financialChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.financialChart1.Size     = new System.Drawing.Size(730, 161);
     this.financialChart1.TabIndex = 1;
     this.financialChart1.Text     = "financialChart1";
     //
     //
     //
     this.financialChart1.ToolTip.Content = "{value}";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(438, 3);
     this.label3.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(45, 13);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Forward";
     //
     // numForwardPeriods
     //
     this.numForwardPeriods.Location = new System.Drawing.Point(489, 3);
     this.numForwardPeriods.Name     = "numForwardPeriods";
     this.numForwardPeriods.Size     = new System.Drawing.Size(56, 20);
     this.numForwardPeriods.TabIndex = 7;
     this.numForwardPeriods.Value    = new decimal(new int[] {
         30,
         0,
         0,
         0
     });
     this.numForwardPeriods.ValueChanged += new System.EventHandler(this.numForwardPeriods_ValueChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(564, 3);
     this.label4.Margin   = new System.Windows.Forms.Padding(16, 3, 3, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(55, 13);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Backward";
     //
     // numBackwardPeriods
     //
     this.numBackwardPeriods.Location      = new System.Drawing.Point(625, 3);
     this.numBackwardPeriods.Name          = "numBackwardPeriods";
     this.numBackwardPeriods.Size          = new System.Drawing.Size(56, 20);
     this.numBackwardPeriods.TabIndex      = 9;
     this.numBackwardPeriods.ValueChanged += new System.EventHandler(this.numBackwardPeriods_ValueChanged);
     //
     // TrendLines
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "TrendLines";
     this.Size  = new System.Drawing.Size(750, 214);
     this.Load += new System.EventHandler(this.OnLoad);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.order)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numForwardPeriods)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numBackwardPeriods)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseSample));
     this.lblTitle      = new System.Windows.Forms.Label();
     this.pTitle        = new System.Windows.Forms.Panel();
     this.pScroll       = new System.Windows.Forms.Panel();
     this.pChart        = new System.Windows.Forms.Panel();
     this.flexChart1    = new C1.Win.Chart.FlexChart();
     this.pControls     = new System.Windows.Forms.FlowLayoutPanel();
     this.pCollapse     = new System.Windows.Forms.Panel();
     this.btnCollapse   = new System.Windows.Forms.Button();
     this.pDescription  = new System.Windows.Forms.Panel();
     this.tbDescription = new System.Windows.Forms.RichTextBox();
     this.pTitle.SuspendLayout();
     this.pScroll.SuspendLayout();
     this.pChart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).BeginInit();
     this.pCollapse.SuspendLayout();
     this.pDescription.SuspendLayout();
     this.SuspendLayout();
     //
     // lblTitle
     //
     this.lblTitle.AutoSize  = true;
     this.lblTitle.Font      = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(164)))), ((int)(((byte)(250)))));
     this.lblTitle.Location  = new System.Drawing.Point(35, 34);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(93, 49);
     this.lblTitle.TabIndex  = 13;
     this.lblTitle.Text      = "Title";
     //
     // pTitle
     //
     this.pTitle.BackColor = System.Drawing.Color.White;
     this.pTitle.Controls.Add(this.lblTitle);
     this.pTitle.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pTitle.Location = new System.Drawing.Point(0, 0);
     this.pTitle.Name     = "pTitle";
     this.pTitle.Size     = new System.Drawing.Size(815, 80);
     this.pTitle.TabIndex = 4;
     //
     // pScroll
     //
     this.pScroll.AutoScroll       = true;
     this.pScroll.AutoScrollMargin = new System.Drawing.Size(0, 400);
     this.pScroll.Controls.Add(this.pChart);
     this.pScroll.Controls.Add(this.pControls);
     this.pScroll.Controls.Add(this.pCollapse);
     this.pScroll.Controls.Add(this.pDescription);
     this.pScroll.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pScroll.ForeColor = System.Drawing.Color.DimGray;
     this.pScroll.Location  = new System.Drawing.Point(0, 80);
     this.pScroll.Name      = "pScroll";
     this.pScroll.Size      = new System.Drawing.Size(815, 471);
     this.pScroll.TabIndex  = 5;
     //
     // pChart
     //
     this.pChart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(246)))));
     this.pChart.Controls.Add(this.flexChart1);
     this.pChart.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pChart.Location = new System.Drawing.Point(0, 240);
     this.pChart.Name     = "pChart";
     this.pChart.Padding  = new System.Windows.Forms.Padding(40, 20, 40, 20);
     this.pChart.Size     = new System.Drawing.Size(789, 400);
     this.pChart.TabIndex = 12;
     //
     // flexChart1
     //
     this.flexChart1.AnimationLoad.Direction  = C1.Chart.AnimationDirection.Y;
     this.flexChart1.AnimationLoad.Duration   = 400;
     this.flexChart1.AnimationLoad.Easing     = C1.Chart.Easing.Linear;
     this.flexChart1.AnimationLoad.Type       = C1.Chart.AnimationType.All;
     this.flexChart1.AnimationSettings        = C1.Chart.AnimationSettings.None;
     this.flexChart1.AnimationUpdate.Duration = 400;
     this.flexChart1.AnimationUpdate.Easing   = C1.Chart.Easing.Linear;
     this.flexChart1.AnimationUpdate.Type     = C1.Chart.AnimationType.All;
     this.flexChart1.AxisX.Chart                = this.flexChart1;
     this.flexChart1.AxisX.DataSource           = null;
     this.flexChart1.AxisX.GroupProvider        = null;
     this.flexChart1.AxisX.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.flexChart1.AxisX.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.flexChart1.AxisX.GroupVisibilityLevel = 0;
     this.flexChart1.AxisX.LabelMax             = false;
     this.flexChart1.AxisX.LabelMin             = false;
     this.flexChart1.AxisX.PlotAreaName         = null;
     this.flexChart1.AxisX.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.flexChart1.AxisY.Chart                = this.flexChart1;
     this.flexChart1.AxisY.DataSource           = null;
     this.flexChart1.AxisY.GroupProvider        = null;
     this.flexChart1.AxisY.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.flexChart1.AxisY.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.flexChart1.AxisY.GroupVisibilityLevel = 0;
     this.flexChart1.AxisY.LabelMax             = false;
     this.flexChart1.AxisY.LabelMin             = false;
     this.flexChart1.AxisY.PlotAreaName         = null;
     this.flexChart1.AxisY.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.flexChart1.BackColor                    = System.Drawing.Color.White;
     this.flexChart1.Binding                      = null;
     this.flexChart1.BindingX                     = null;
     this.flexChart1.DataLabel.Angle              = 0;
     this.flexChart1.DataLabel.Border             = false;
     this.flexChart1.DataLabel.ConnectingLine     = false;
     this.flexChart1.DataLabel.Content            = null;
     this.flexChart1.DataLabel.ContentOptions     = C1.Chart.ContentOptions.WordWrap;
     this.flexChart1.DataLabel.MaxAutoLabels      = 100;
     this.flexChart1.DataLabel.MaxLines           = 0;
     this.flexChart1.DataLabel.MaxWidth           = 0;
     this.flexChart1.DataLabel.Offset             = 0;
     this.flexChart1.DataLabel.Overlapping        = C1.Chart.LabelOverlapping.Hide;
     this.flexChart1.DataLabel.OverlappingOptions = C1.Chart.LabelOverlappingOptions.OutsidePlotArea;
     this.flexChart1.DataLabel.Position           = C1.Chart.LabelPosition.None;
     this.flexChart1.DataMember                   = null;
     this.flexChart1.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.flexChart1.Font                = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.flexChart1.Footer.Content      = null;
     this.flexChart1.Header.Content      = null;
     this.flexChart1.Legend.ItemMaxWidth = 0;
     this.flexChart1.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.flexChart1.Legend.Position     = C1.Chart.Position.Right;
     this.flexChart1.Legend.Reversed     = false;
     this.flexChart1.Legend.ScrollBars   = C1.Chart.LegendScrollBars.None;
     this.flexChart1.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.flexChart1.Legend.Title        = null;
     this.flexChart1.Location            = new System.Drawing.Point(40, 20);
     this.flexChart1.Margin              = new System.Windows.Forms.Padding(10);
     this.flexChart1.Name                = "flexChart1";
     elementSize1.SizeType               = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value = 70D;
     this.flexChart1.Options.ClusterSize        = elementSize1;
     this.flexChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.flexChart1.SelectedSeries             = null;
     this.flexChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.flexChart1.Size     = new System.Drawing.Size(709, 360);
     this.flexChart1.TabIndex = 1;
     this.flexChart1.Text     = "flexPie1";
     //
     //
     //
     this.flexChart1.ToolTip.Content = "{value}";
     //
     // pControls
     //
     this.pControls.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.pControls.Dock         = System.Windows.Forms.DockStyle.Top;
     this.pControls.Font         = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.pControls.Location     = new System.Drawing.Point(0, 196);
     this.pControls.Name         = "pControls";
     this.pControls.Padding      = new System.Windows.Forms.Padding(40, 0, 0, 0);
     this.pControls.Size         = new System.Drawing.Size(789, 44);
     this.pControls.TabIndex     = 7;
     this.pControls.WrapContents = false;
     //
     // pCollapse
     //
     this.pCollapse.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.pCollapse.Controls.Add(this.btnCollapse);
     this.pCollapse.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pCollapse.Location = new System.Drawing.Point(0, 170);
     this.pCollapse.Name     = "pCollapse";
     this.pCollapse.Size     = new System.Drawing.Size(789, 26);
     this.pCollapse.TabIndex = 5;
     this.pCollapse.Paint   += new System.Windows.Forms.PaintEventHandler(this.pCollapse_Paint);
     //
     // btnCollapse
     //
     this.btnCollapse.Anchor                    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.btnCollapse.BackColor                 = System.Drawing.Color.Transparent;
     this.btnCollapse.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnCollapse.BackgroundImage")));
     this.btnCollapse.FlatAppearance.BorderSize = 0;
     this.btnCollapse.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.btnCollapse.Location                  = new System.Drawing.Point(367, 0);
     this.btnCollapse.Name     = "btnCollapse";
     this.btnCollapse.Size     = new System.Drawing.Size(26, 26);
     this.btnCollapse.TabIndex = 0;
     this.btnCollapse.UseVisualStyleBackColor = false;
     this.btnCollapse.Click += new System.EventHandler(this.btnCollapse_Click);
     //
     // pDescription
     //
     this.pDescription.AutoSize  = true;
     this.pDescription.BackColor = System.Drawing.Color.White;
     this.pDescription.Controls.Add(this.tbDescription);
     this.pDescription.Dock         = System.Windows.Forms.DockStyle.Top;
     this.pDescription.Location     = new System.Drawing.Point(0, 0);
     this.pDescription.Name         = "pDescription";
     this.pDescription.Padding      = new System.Windows.Forms.Padding(40, 30, 40, 3);
     this.pDescription.Size         = new System.Drawing.Size(789, 170);
     this.pDescription.TabIndex     = 6;
     this.pDescription.SizeChanged += new System.EventHandler(this.BaseSample_SizeChanged);
     this.pDescription.Paint       += new System.Windows.Forms.PaintEventHandler(this.pDescription_Paint);
     //
     // tbDescription
     //
     this.tbDescription.BackColor   = System.Drawing.Color.White;
     this.tbDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tbDescription.Dock        = System.Windows.Forms.DockStyle.Top;
     this.tbDescription.Font        = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.tbDescription.ForeColor   = System.Drawing.Color.DimGray;
     this.tbDescription.Location    = new System.Drawing.Point(40, 30);
     this.tbDescription.MinimumSize = new System.Drawing.Size(0, 60);
     this.tbDescription.Name        = "tbDescription";
     this.tbDescription.ReadOnly    = true;
     this.tbDescription.ScrollBars  = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.tbDescription.Size        = new System.Drawing.Size(709, 137);
     this.tbDescription.TabIndex    = 0;
     this.tbDescription.Text        = "";
     //
     // BaseSample
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.pScroll);
     this.Controls.Add(this.pTitle);
     this.Font         = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.Name         = "BaseSample";
     this.Size         = new System.Drawing.Size(815, 551);
     this.SizeChanged += new System.EventHandler(this.BaseSample_SizeChanged);
     this.pTitle.ResumeLayout(false);
     this.pTitle.PerformLayout();
     this.pScroll.ResumeLayout(false);
     this.pScroll.PerformLayout();
     this.pChart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).EndInit();
     this.pCollapse.ResumeLayout(false);
     this.pDescription.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     C1.Win.Chart.Series  series1      = new C1.Win.Chart.Series();
     C1.Win.Chart.Series  series2      = new C1.Win.Chart.Series();
     this.ribbon = new C1.Win.Ribbon.C1Ribbon();
     this.ribbonApplicationMenu               = new C1.Win.Ribbon.RibbonApplicationMenu();
     this.ribbonBottomToolBar                 = new C1.Win.Ribbon.RibbonBottomToolBar();
     this.ribbonConfigToolBar                 = new C1.Win.Ribbon.RibbonConfigToolBar();
     this.ribbonQat                           = new C1.Win.Ribbon.RibbonQat();
     this.ribbonTab                           = new C1.Win.Ribbon.RibbonTab();
     this.ribbonGroupConditionalFormatting    = new C1.Win.Ribbon.RibbonGroup();
     this.ribbonToggleButtonManageRules       = new C1.Win.Ribbon.RibbonToggleButton();
     this.ribbonCheckBoxHeader                = new C1.Win.Ribbon.RibbonCheckBox();
     this.ribbonCheckBoxAddButton             = new C1.Win.Ribbon.RibbonCheckBox();
     this.ribbonCheckBoxRemoveButton          = new C1.Win.Ribbon.RibbonCheckBox();
     this.ribbonCheckBoxRuleName              = new C1.Win.Ribbon.RibbonCheckBox();
     this.ribbonCheckBoxRangeSelector         = new C1.Win.Ribbon.RibbonCheckBox();
     this.ribbonCheckBoxCondition             = new C1.Win.Ribbon.RibbonCheckBox();
     this.ribbonTopToolBar1                   = new C1.Win.Ribbon.RibbonTopToolBar();
     this.commandDock                         = new C1.Win.Command.C1CommandDock();
     this.dockingTabConditionalFormatting     = new C1.Win.Command.C1DockingTab();
     this.dockingTabPageConditionalFormatting = new C1.Win.Command.C1DockingTabPage();
     this.rulesManager                        = new C1.Win.RulesManager.C1RulesManager();
     this.formattablePieChart                 = new RulesManagerExplorer.Samples.FormattablePieChart();
     this.formattableFlexChart                = new RulesManagerExplorer.Samples.FormattableFlexChart();
     this.dockingTabCharts                    = new C1.Win.Command.C1DockingTab();
     this.dockingTabPagePieChart              = new C1.Win.Command.C1DockingTabPage();
     this.dockingTabPageFlexChart             = new C1.Win.Command.C1DockingTabPage();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.commandDock)).BeginInit();
     this.commandDock.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dockingTabConditionalFormatting)).BeginInit();
     this.dockingTabConditionalFormatting.SuspendLayout();
     this.dockingTabPageConditionalFormatting.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rulesManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.formattableFlexChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockingTabCharts)).BeginInit();
     this.dockingTabCharts.SuspendLayout();
     this.dockingTabPagePieChart.SuspendLayout();
     this.dockingTabPageFlexChart.SuspendLayout();
     this.SuspendLayout();
     //
     // ribbon
     //
     this.ribbon.AllowContextMenu      = false;
     this.ribbon.ApplicationMenuHolder = this.ribbonApplicationMenu;
     this.ribbon.BottomToolBarHolder   = this.ribbonBottomToolBar;
     this.ribbon.ConfigToolBarHolder   = this.ribbonConfigToolBar;
     this.ribbon.HideTabHeaderRow      = true;
     this.ribbon.Location  = new System.Drawing.Point(0, 0);
     this.ribbon.Name      = "ribbon";
     this.ribbon.QatHolder = this.ribbonQat;
     this.ribbon.Size      = new System.Drawing.Size(707, 43);
     this.ribbon.Tabs.Add(this.ribbonTab);
     this.ribbon.ToolTipSettings.BackColor          = System.Drawing.Color.White;
     this.ribbon.ToolTipSettings.BackgroundGradient = C1.Win.Ribbon.ToolTipGradient.None;
     this.ribbon.ToolTipSettings.Border             = true;
     this.ribbon.ToolTipSettings.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
     this.ribbon.ToolTipSettings.Font         = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.ribbon.ToolTipSettings.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(93)))), ((int)(((byte)(93)))));
     this.ribbon.ToolTipSettings.InitialDelay = 900;
     this.ribbon.ToolTipSettings.ReshowDelay  = 180;
     this.ribbon.ToolTipSettings.Shadow       = false;
     this.ribbon.TopToolBarHolder             = this.ribbonTopToolBar1;
     this.ribbon.ViewMode = C1.Win.Ribbon.ViewMode.Simplified;
     //
     // ribbonApplicationMenu
     //
     this.ribbonApplicationMenu.Name    = "ribbonApplicationMenu";
     this.ribbonApplicationMenu.Visible = false;
     //
     // ribbonBottomToolBar
     //
     this.ribbonBottomToolBar.Name    = "ribbonBottomToolBar";
     this.ribbonBottomToolBar.Visible = false;
     //
     // ribbonConfigToolBar
     //
     this.ribbonConfigToolBar.Name    = "ribbonConfigToolBar";
     this.ribbonConfigToolBar.Visible = false;
     //
     // ribbonQat
     //
     this.ribbonQat.Name    = "ribbonQat";
     this.ribbonQat.Visible = false;
     //
     // ribbonTab
     //
     this.ribbonTab.Groups.Add(this.ribbonGroupConditionalFormatting);
     this.ribbonTab.Name = "ribbonTab";
     this.ribbonTab.Text = "Tab";
     //
     // ribbonGroupConditionalFormatting
     //
     this.ribbonGroupConditionalFormatting.Items.Add(this.ribbonToggleButtonManageRules);
     this.ribbonGroupConditionalFormatting.Items.Add(this.ribbonCheckBoxHeader);
     this.ribbonGroupConditionalFormatting.Items.Add(this.ribbonCheckBoxAddButton);
     this.ribbonGroupConditionalFormatting.Items.Add(this.ribbonCheckBoxRemoveButton);
     this.ribbonGroupConditionalFormatting.Items.Add(this.ribbonCheckBoxRuleName);
     this.ribbonGroupConditionalFormatting.Items.Add(this.ribbonCheckBoxRangeSelector);
     this.ribbonGroupConditionalFormatting.Items.Add(this.ribbonCheckBoxCondition);
     this.ribbonGroupConditionalFormatting.Name = "ribbonGroupConditionalFormatting";
     this.ribbonGroupConditionalFormatting.Text = "Conditional Formatting";
     //
     // ribbonToggleButtonManageRules
     //
     this.ribbonToggleButtonManageRules.Name            = "ribbonToggleButtonManageRules";
     this.ribbonToggleButtonManageRules.Pressed         = true;
     this.ribbonToggleButtonManageRules.Text            = "Manage Rules";
     this.ribbonToggleButtonManageRules.PressedChanged += new System.EventHandler(this.ribbonToggleButtonManageRules_PressedChanged);
     //
     // ribbonCheckBoxHeader
     //
     this.ribbonCheckBoxHeader.Checked         = true;
     this.ribbonCheckBoxHeader.Name            = "ribbonCheckBoxHeader";
     this.ribbonCheckBoxHeader.Text            = "Header";
     this.ribbonCheckBoxHeader.CheckedChanged += new System.EventHandler(this.ribbonCheckBoxHeader_CheckedChanged);
     //
     // ribbonCheckBoxAddButton
     //
     this.ribbonCheckBoxAddButton.Checked         = true;
     this.ribbonCheckBoxAddButton.Name            = "ribbonCheckBoxAddButton";
     this.ribbonCheckBoxAddButton.Text            = "Add button";
     this.ribbonCheckBoxAddButton.CheckedChanged += new System.EventHandler(this.ribbonCheckBoxAddButton_CheckedChanged);
     //
     // ribbonCheckBoxRemoveButton
     //
     this.ribbonCheckBoxRemoveButton.Checked         = true;
     this.ribbonCheckBoxRemoveButton.Name            = "ribbonCheckBoxRemoveButton";
     this.ribbonCheckBoxRemoveButton.Text            = "Remove button";
     this.ribbonCheckBoxRemoveButton.CheckedChanged += new System.EventHandler(this.ribbonCheckBoxRemoveButton_CheckedChanged);
     //
     // ribbonCheckBoxRuleName
     //
     this.ribbonCheckBoxRuleName.Checked         = true;
     this.ribbonCheckBoxRuleName.Name            = "ribbonCheckBoxRuleName";
     this.ribbonCheckBoxRuleName.Text            = "Rule name";
     this.ribbonCheckBoxRuleName.CheckedChanged += new System.EventHandler(this.ribbonCheckBoxRuleName_CheckedChanged);
     //
     // ribbonCheckBoxRangeSelector
     //
     this.ribbonCheckBoxRangeSelector.Checked         = true;
     this.ribbonCheckBoxRangeSelector.Name            = "ribbonCheckBoxRangeSelector";
     this.ribbonCheckBoxRangeSelector.Text            = "Range selector";
     this.ribbonCheckBoxRangeSelector.CheckedChanged += new System.EventHandler(this.ribbonCheckBoxRangeSelector_CheckedChanged);
     //
     // ribbonCheckBoxCondition
     //
     this.ribbonCheckBoxCondition.Checked         = true;
     this.ribbonCheckBoxCondition.Name            = "ribbonCheckBoxCondition";
     this.ribbonCheckBoxCondition.Text            = "Condition";
     this.ribbonCheckBoxCondition.CheckedChanged += new System.EventHandler(this.ribbonCheckBoxCondition_CheckedChanged);
     //
     // ribbonTopToolBar1
     //
     this.ribbonTopToolBar1.Name    = "ribbonTopToolBar1";
     this.ribbonTopToolBar1.Visible = false;
     //
     // commandDock
     //
     this.commandDock.BackColor = System.Drawing.Color.White;
     this.commandDock.Controls.Add(this.dockingTabConditionalFormatting);
     this.commandDock.Dock      = System.Windows.Forms.DockStyle.Right;
     this.commandDock.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.commandDock.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.commandDock.Id        = 1;
     this.commandDock.Location  = new System.Drawing.Point(407, 43);
     this.commandDock.Name      = "commandDock";
     this.commandDock.Size      = new System.Drawing.Size(300, 709);
     //
     // dockingTabConditionalFormatting
     //
     this.dockingTabConditionalFormatting.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.dockingTabConditionalFormatting.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.dockingTabConditionalFormatting.Controls.Add(this.dockingTabPageConditionalFormatting);
     this.dockingTabConditionalFormatting.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.dockingTabConditionalFormatting.HotTrack          = true;
     this.dockingTabConditionalFormatting.Location          = new System.Drawing.Point(0, 0);
     this.dockingTabConditionalFormatting.Name              = "dockingTabConditionalFormatting";
     this.dockingTabConditionalFormatting.ShowSingleTab     = false;
     this.dockingTabConditionalFormatting.Size              = new System.Drawing.Size(300, 709);
     this.dockingTabConditionalFormatting.TabIndex          = 0;
     this.dockingTabConditionalFormatting.TabSizeMode       = C1.Win.Command.TabSizeModeEnum.Fit;
     this.dockingTabConditionalFormatting.TabsShowFocusCues = false;
     this.dockingTabConditionalFormatting.TabsSpacing       = 2;
     //
     // dockingTabPageConditionalFormatting
     //
     this.dockingTabPageConditionalFormatting.Controls.Add(this.rulesManager);
     this.dockingTabPageConditionalFormatting.Location = new System.Drawing.Point(4, 1);
     this.dockingTabPageConditionalFormatting.Name     = "dockingTabPageConditionalFormatting";
     this.dockingTabPageConditionalFormatting.Size     = new System.Drawing.Size(295, 707);
     this.dockingTabPageConditionalFormatting.TabIndex = 0;
     this.dockingTabPageConditionalFormatting.Text     = "Conditional Formatting";
     //
     // rulesManager
     //
     this.rulesManager.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.rulesManager.Location                   = new System.Drawing.Point(0, 0);
     this.rulesManager.Name                       = "rulesManager";
     this.rulesManager.Options.AllowedRules       = C1.Win.RulesManager.RuleTypes.Gradient;
     this.rulesManager.Options.IsFontStyleVisible = false;
     this.rulesManager.Options.IsHistogramVisible = false;
     this.rulesManager.Options.IsTextAlignVisible = false;
     this.rulesManager.Options.IsTextColorVisible = false;
     this.rulesManager.Size                       = new System.Drawing.Size(295, 707);
     this.rulesManager.TabIndex                   = 0;
     this.rulesManager.Text                       = "rulesManager";
     this.rulesManager.MouseLeave                += new System.EventHandler(this.rulesManager_MouseLeave);
     this.rulesManager.MouseMove                 += new System.Windows.Forms.MouseEventHandler(this.rulesManager_MouseMove);
     //
     // formattablePieChart
     //
     this.formattablePieChart.AnimationLoad.Attributes = C1.Chart.SliceAttribute.Radius;
     this.formattablePieChart.AnimationLoad.Duration   = 400;
     this.formattablePieChart.AnimationLoad.Easing     = C1.Chart.Easing.Linear;
     this.formattablePieChart.AnimationLoad.Type       = C1.Chart.AnimationType.All;
     this.formattablePieChart.AnimationSettings        = C1.Chart.AnimationSettings.None;
     this.formattablePieChart.AnimationUpdate.Duration = 400;
     this.formattablePieChart.AnimationUpdate.Easing   = C1.Chart.Easing.Linear;
     this.formattablePieChart.AnimationUpdate.Type     = C1.Chart.AnimationType.All;
     this.formattablePieChart.BackColor   = System.Drawing.Color.White;
     this.formattablePieChart.Binding     = "UnitsOnOrder";
     this.formattablePieChart.BindingName = "ProductName";
     this.rulesManager.SetC1RulesManager(this.formattablePieChart, this.rulesManager);
     this.formattablePieChart.DataLabel.Border         = false;
     this.formattablePieChart.DataLabel.ConnectingLine = false;
     this.formattablePieChart.DataLabel.Content        = null;
     this.formattablePieChart.DataLabel.Offset         = 0;
     this.formattablePieChart.DataLabel.Overlapping    = C1.Chart.PieLabelOverlapping.Default;
     this.formattablePieChart.DataLabel.Position       = C1.Chart.PieLabelPosition.None;
     this.formattablePieChart.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.formattablePieChart.Font                       = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.formattablePieChart.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.formattablePieChart.Header.Content             = "Products: Units on Order";
     this.formattablePieChart.Legend.ItemMaxWidth        = 0;
     this.formattablePieChart.Legend.Orientation         = C1.Chart.Orientation.Auto;
     this.formattablePieChart.Legend.Position            = C1.Chart.Position.Right;
     this.formattablePieChart.Legend.Reversed            = false;
     this.formattablePieChart.Legend.ScrollBars          = C1.Chart.LegendScrollBars.None;
     this.formattablePieChart.Legend.TextWrapping        = C1.Chart.TextWrapping.None;
     this.formattablePieChart.Legend.Title               = null;
     this.formattablePieChart.Location                   = new System.Drawing.Point(0, 0);
     this.formattablePieChart.Name                       = "formattablePieChart";
     this.formattablePieChart.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.formattablePieChart.Size                       = new System.Drawing.Size(405, 679);
     this.formattablePieChart.TabIndex                   = 0;
     this.formattablePieChart.Text                       = "formattablePieChart";
     this.formattablePieChart.Titles                     = null;
     //
     //
     //
     this.formattablePieChart.ToolTip.Content = "";
     //
     // formattableFlexChart
     //
     this.formattableFlexChart.AnimationLoad.Direction  = C1.Chart.AnimationDirection.Y;
     this.formattableFlexChart.AnimationLoad.Duration   = 400;
     this.formattableFlexChart.AnimationLoad.Easing     = C1.Chart.Easing.Linear;
     this.formattableFlexChart.AnimationLoad.Type       = C1.Chart.AnimationType.All;
     this.formattableFlexChart.AnimationSettings        = C1.Chart.AnimationSettings.None;
     this.formattableFlexChart.AnimationUpdate.Duration = 400;
     this.formattableFlexChart.AnimationUpdate.Easing   = C1.Chart.Easing.Linear;
     this.formattableFlexChart.AnimationUpdate.Type     = C1.Chart.AnimationType.All;
     this.formattableFlexChart.AxisX.Chart                = this.formattableFlexChart;
     this.formattableFlexChart.AxisX.DataSource           = null;
     this.formattableFlexChart.AxisX.GroupProvider        = null;
     this.formattableFlexChart.AxisX.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.formattableFlexChart.AxisX.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.formattableFlexChart.AxisX.GroupVisibilityLevel = 0;
     this.formattableFlexChart.AxisX.LabelMax             = false;
     this.formattableFlexChart.AxisX.LabelMin             = false;
     this.formattableFlexChart.AxisX.PlotAreaName         = null;
     this.formattableFlexChart.AxisX.Position             = C1.Chart.Position.Bottom;
     this.formattableFlexChart.AxisX.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.formattableFlexChart.AxisY.AxisLine             = false;
     this.formattableFlexChart.AxisY.Chart                = this.formattableFlexChart;
     this.formattableFlexChart.AxisY.DataSource           = null;
     this.formattableFlexChart.AxisY.GroupProvider        = null;
     this.formattableFlexChart.AxisY.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.formattableFlexChart.AxisY.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.formattableFlexChart.AxisY.GroupVisibilityLevel = 0;
     this.formattableFlexChart.AxisY.LabelMax             = false;
     this.formattableFlexChart.AxisY.LabelMin             = false;
     this.formattableFlexChart.AxisY.MajorGrid            = true;
     this.formattableFlexChart.AxisY.MajorTickMarks       = C1.Chart.TickMark.None;
     this.formattableFlexChart.AxisY.PlotAreaName         = null;
     this.formattableFlexChart.AxisY.Position             = C1.Chart.Position.Left;
     this.formattableFlexChart.AxisY.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.formattableFlexChart.BackColor = System.Drawing.Color.White;
     this.formattableFlexChart.BindingX  = "ProductName";
     this.rulesManager.SetC1RulesManager(this.formattableFlexChart, this.rulesManager);
     this.formattableFlexChart.DataLabel.Angle              = 0;
     this.formattableFlexChart.DataLabel.Border             = false;
     this.formattableFlexChart.DataLabel.ConnectingLine     = false;
     this.formattableFlexChart.DataLabel.Content            = "{}{y}";
     this.formattableFlexChart.DataLabel.ContentOptions     = C1.Chart.ContentOptions.WordWrap;
     this.formattableFlexChart.DataLabel.MaxAutoLabels      = 100;
     this.formattableFlexChart.DataLabel.MaxLines           = 0;
     this.formattableFlexChart.DataLabel.MaxWidth           = 0;
     this.formattableFlexChart.DataLabel.Offset             = 0;
     this.formattableFlexChart.DataLabel.Overlapping        = C1.Chart.LabelOverlapping.Hide;
     this.formattableFlexChart.DataLabel.OverlappingOptions = C1.Chart.LabelOverlappingOptions.OutsidePlotArea;
     this.formattableFlexChart.DataLabel.Position           = C1.Chart.LabelPosition.Top;
     this.formattableFlexChart.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.formattableFlexChart.Font                = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.formattableFlexChart.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.formattableFlexChart.Legend.ItemMaxWidth = 0;
     this.formattableFlexChart.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.formattableFlexChart.Legend.Position     = C1.Chart.Position.Top;
     this.formattableFlexChart.Legend.Reversed     = false;
     this.formattableFlexChart.Legend.ScrollBars   = C1.Chart.LegendScrollBars.None;
     this.formattableFlexChart.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.formattableFlexChart.Legend.Title        = null;
     this.formattableFlexChart.Location            = new System.Drawing.Point(0, 0);
     this.formattableFlexChart.Margin              = new System.Windows.Forms.Padding(10);
     this.formattableFlexChart.Name                = "formattableFlexChart";
     elementSize1.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value    = 70D;
     this.formattableFlexChart.Options.ClusterSize        = elementSize1;
     this.formattableFlexChart.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.formattableFlexChart.SelectedSeries             = null;
     this.formattableFlexChart.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series1.Binding       = "UnitsOnOrder";
     series1.DataLabel     = null;
     series1.Name          = "UnitsOnOrder";
     series1.StackingGroup = -1;
     series1.Tooltip       = null;
     series2.Binding       = "UnitsInStock";
     series2.DataLabel     = null;
     series2.Name          = "UnitsInStock";
     series2.StackingGroup = -1;
     series2.Tooltip       = null;
     this.formattableFlexChart.Series.Add(series1);
     this.formattableFlexChart.Series.Add(series2);
     this.formattableFlexChart.Size     = new System.Drawing.Size(405, 679);
     this.formattableFlexChart.TabIndex = 0;
     this.formattableFlexChart.Text     = "formattableFlexChart";
     //
     //
     //
     this.formattableFlexChart.ToolTip.Content = "";
     //
     // dockingTabCharts
     //
     this.dockingTabCharts.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.dockingTabCharts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.dockingTabCharts.Controls.Add(this.dockingTabPagePieChart);
     this.dockingTabCharts.Controls.Add(this.dockingTabPageFlexChart);
     this.dockingTabCharts.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.dockingTabCharts.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.dockingTabCharts.HotTrack          = true;
     this.dockingTabCharts.Location          = new System.Drawing.Point(0, 43);
     this.dockingTabCharts.Name              = "dockingTabCharts";
     this.dockingTabCharts.Size              = new System.Drawing.Size(407, 709);
     this.dockingTabCharts.TabIndex          = 0;
     this.dockingTabCharts.TabSizeMode       = C1.Win.Command.TabSizeModeEnum.Fit;
     this.dockingTabCharts.TabsShowFocusCues = false;
     this.dockingTabCharts.TabsSpacing       = 2;
     //
     // dockingTabPagePieChart
     //
     this.dockingTabPagePieChart.Controls.Add(this.formattablePieChart);
     this.dockingTabPagePieChart.Location = new System.Drawing.Point(1, 29);
     this.dockingTabPagePieChart.Name     = "dockingTabPagePieChart";
     this.dockingTabPagePieChart.Size     = new System.Drawing.Size(405, 679);
     this.dockingTabPagePieChart.TabIndex = 0;
     this.dockingTabPagePieChart.Text     = "Pie Chart";
     //
     // dockingTabPageFlexChart
     //
     this.dockingTabPageFlexChart.Controls.Add(this.formattableFlexChart);
     this.dockingTabPageFlexChart.Location = new System.Drawing.Point(1, 29);
     this.dockingTabPageFlexChart.Name     = "dockingTabPageFlexChart";
     this.dockingTabPageFlexChart.Size     = new System.Drawing.Size(405, 679);
     this.dockingTabPageFlexChart.TabIndex = 1;
     this.dockingTabPageFlexChart.Text     = "Flex Chart";
     //
     // ChartConditionalFormatting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.dockingTabCharts);
     this.Controls.Add(this.commandDock);
     this.Controls.Add(this.ribbon);
     this.Name  = "ChartConditionalFormatting";
     this.Size  = new System.Drawing.Size(707, 752);
     this.Load += new System.EventHandler(this.ChartConditionalFormatting_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.commandDock)).EndInit();
     this.commandDock.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dockingTabConditionalFormatting)).EndInit();
     this.dockingTabConditionalFormatting.ResumeLayout(false);
     this.dockingTabPageConditionalFormatting.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.rulesManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.formattableFlexChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockingTabCharts)).EndInit();
     this.dockingTabCharts.ResumeLayout(false);
     this.dockingTabPagePieChart.ResumeLayout(false);
     this.dockingTabPageFlexChart.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.label1            = new System.Windows.Forms.Label();
     this.comboBoxSymbol    = new System.Windows.Forms.ComboBox();
     this.financialChart1   = new C1.Win.Chart.Finance.FinancialChart();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.financialChart1, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(443, 214);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Controls.Add(this.comboBoxSymbol);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(437, 27);
     this.flowLayoutPanel1.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(3, 3);
     this.label1.Margin    = new System.Windows.Forms.Padding(3);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(41, 13);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Symbol";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // comboBoxSymbol
     //
     this.comboBoxSymbol.DisplayMember     = "Symbol";
     this.comboBoxSymbol.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxSymbol.FormattingEnabled = true;
     this.comboBoxSymbol.Location          = new System.Drawing.Point(50, 3);
     this.comboBoxSymbol.Name                  = "comboBoxSymbol";
     this.comboBoxSymbol.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxSymbol.TabIndex              = 1;
     this.comboBoxSymbol.ValueMember           = "Symbol";
     this.comboBoxSymbol.SelectedIndexChanged += new System.EventHandler(this.comboBoxSymbol_SelectedIndexChanged);
     //
     // financialChart1
     //
     this.financialChart1.AxisX.Chart          = this.financialChart1;
     this.financialChart1.AxisX.Position       = C1.Chart.Position.Bottom;
     this.financialChart1.AxisY.AxisLine       = false;
     this.financialChart1.AxisY.Chart          = this.financialChart1;
     this.financialChart1.AxisY.MajorGrid      = true;
     this.financialChart1.AxisY.MajorTickMarks = C1.Chart.TickMark.None;
     this.financialChart1.AxisY.Position       = C1.Chart.Position.Left;
     this.financialChart1.ChartType            = C1.Chart.Finance.FinancialChartType.Column;
     this.financialChart1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.financialChart1.Legend.Position = C1.Chart.Position.Right;
     this.financialChart1.Location        = new System.Drawing.Point(3, 36);
     this.financialChart1.Name            = "financialChart1";
     elementSize1.SizeType = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value    = 70D;
     this.financialChart1.Options.ClusterSize        = elementSize1;
     this.financialChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.financialChart1.SelectedSeries             = null;
     this.financialChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.financialChart1.Size     = new System.Drawing.Size(437, 175);
     this.financialChart1.TabIndex = 1;
     this.financialChart1.Text     = "financialChart1";
     //
     //
     //
     this.financialChart1.ToolTip.Content = "{value}";
     //
     // ColumnVolume
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "ColumnVolume";
     this.Size  = new System.Drawing.Size(443, 214);
     this.Load += new System.EventHandler(this.OnLoad);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.financialChart1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     C1.Chart.ElementSize      elementSize1  = new C1.Chart.ElementSize();
     C1.Win.Chart.Series       series1       = new C1.Win.Chart.Series();
     C1.Win.Chart.FlexPieSlice flexPieSlice1 = new C1.Win.Chart.FlexPieSlice();
     C1.Win.Chart.FlexPieSlice flexPieSlice2 = new C1.Win.Chart.FlexPieSlice();
     C1.Win.Chart.FlexPieSlice flexPieSlice3 = new C1.Win.Chart.FlexPieSlice();
     C1.Win.Chart.FlexPieSlice flexPieSlice4 = new C1.Win.Chart.FlexPieSlice();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.c1DashboardLayout1 = new C1.Win.Layout.C1DashboardLayout();
     this.panel2             = new System.Windows.Forms.Panel();
     this.panel4             = new System.Windows.Forms.Panel();
     this.panel10            = new System.Windows.Forms.Panel();
     this.panel6             = new System.Windows.Forms.Panel();
     this.panel8             = new System.Windows.Forms.Panel();
     this.panel1             = new System.Windows.Forms.Panel();
     this.panel3             = new System.Windows.Forms.Panel();
     this.panel9             = new System.Windows.Forms.Panel();
     this.panel5             = new System.Windows.Forms.Panel();
     this.panel7             = new System.Windows.Forms.Panel();
     this.c1SplitterPanel1   = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1SplitContainer1  = new C1.Win.C1SplitContainer.C1SplitContainer();
     this.splitpanelSales    = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1FlexGrid1        = new DashboardDemo.Controls.DemoFlexGrid();
     this.c1SplitterPanel4   = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.flexChart1         = new DashboardDemo.Controls.DemoFlexChart();
     this.c1SplitterPanel2   = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.flexPie1           = new DashboardDemo.Controls.DemoFlexPie();
     this.c1SplitterPanel3   = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1TrueDBGrid1      = new DashboardDemo.Controls.DemoTrueDBGrid();
     this.c1SplitterPanel5   = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.labelSales         = new DashboardDemo.Controls.DemoLabel();
     this.c1ThemeController1 = new C1.Win.C1Themes.C1ThemeController();
     ((System.ComponentModel.ISupportInitialize)(this.c1DashboardLayout1)).BeginInit();
     this.c1DashboardLayout1.FlowLayoutControl.SuspendLayout();
     this.c1DashboardLayout1.GridLayoutControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DashboardLayout1.SplitLayoutControl)).BeginInit();
     this.c1DashboardLayout1.SplitLayoutControl.SuspendLayout();
     this.c1DashboardLayout1.SuspendLayout();
     this.c1SplitterPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainer1)).BeginInit();
     this.c1SplitContainer1.SuspendLayout();
     this.splitpanelSales.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).BeginInit();
     this.c1SplitterPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).BeginInit();
     this.c1SplitterPanel2.SuspendLayout();
     this.c1SplitterPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).BeginInit();
     this.c1SplitterPanel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.labelSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1ThemeController1)).BeginInit();
     this.SuspendLayout();
     //
     // c1DashboardLayout1
     //
     this.c1DashboardLayout1.BackColor = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.Dock      = System.Windows.Forms.DockStyle.Fill;
     //
     // c1DashboardLayout1.FlowContentPanel
     //
     this.c1DashboardLayout1.FlowLayoutControl.AutoScroll = true;
     this.c1DashboardLayout1.FlowLayoutControl.BackColor  = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.FlowLayoutControl.Controls.Add(this.panel2);
     this.c1DashboardLayout1.FlowLayoutControl.Controls.Add(this.panel4);
     this.c1DashboardLayout1.FlowLayoutControl.Controls.Add(this.panel10);
     this.c1DashboardLayout1.FlowLayoutControl.Controls.Add(this.panel6);
     this.c1DashboardLayout1.FlowLayoutControl.Controls.Add(this.panel8);
     this.c1DashboardLayout1.FlowLayoutControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.FlowLayoutControl.Location = new System.Drawing.Point(0, 0);
     this.c1DashboardLayout1.FlowLayoutControl.Name     = "FlowContentPanel";
     this.c1DashboardLayout1.FlowLayoutControl.Size     = new System.Drawing.Size(1016, 517);
     this.c1DashboardLayout1.FlowLayoutControl.TabIndex = 0;
     //
     // c1DashboardLayout1.GridContentPanel
     //
     this.c1DashboardLayout1.GridLayoutControl.BackColor   = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.GridLayoutControl.ColumnCount = 4;
     this.c1DashboardLayout1.GridLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.c1DashboardLayout1.GridLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.c1DashboardLayout1.GridLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.c1DashboardLayout1.GridLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.c1DashboardLayout1.GridLayoutControl.Controls.Add(this.panel1, 0, 0);
     this.c1DashboardLayout1.GridLayoutControl.Controls.Add(this.panel3, 3, 0);
     this.c1DashboardLayout1.GridLayoutControl.Controls.Add(this.panel9, 3, 2);
     this.c1DashboardLayout1.GridLayoutControl.Controls.Add(this.panel5, 2, 1);
     this.c1DashboardLayout1.GridLayoutControl.Controls.Add(this.panel7, 1, 0);
     this.c1DashboardLayout1.GridLayoutControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.GridLayoutControl.Location = new System.Drawing.Point(0, 0);
     this.c1DashboardLayout1.GridLayoutControl.Name     = "GridContentPanel";
     this.c1DashboardLayout1.GridLayoutControl.RowCount = 3;
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.Size     = new System.Drawing.Size(1016, 517);
     this.c1DashboardLayout1.GridLayoutControl.TabIndex = 0;
     this.c1DashboardLayout1.LayoutType = C1.Win.Layout.LayoutType.Split;
     this.c1DashboardLayout1.Location   = new System.Drawing.Point(0, 155);
     this.c1DashboardLayout1.Margin     = new System.Windows.Forms.Padding(0);
     this.c1DashboardLayout1.Name       = "c1DashboardLayout1";
     this.c1DashboardLayout1.Size       = new System.Drawing.Size(1016, 517);
     //
     // c1DashboardLayout1.SplitContentPanel
     //
     this.c1DashboardLayout1.SplitLayoutControl.AutoSizeElement     = C1.Framework.AutoSizeElement.Both;
     this.c1DashboardLayout1.SplitLayoutControl.BackColor           = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.SplitLayoutControl.CollapsingAreaColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(245)))), ((int)(((byte)(250)))));
     this.c1DashboardLayout1.SplitLayoutControl.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.SplitLayoutControl.FixedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(145)))), ((int)(((byte)(166)))), ((int)(((byte)(194)))));
     this.c1DashboardLayout1.SplitLayoutControl.ForeColor      = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.c1DashboardLayout1.SplitLayoutControl.Location       = new System.Drawing.Point(0, 0);
     this.c1DashboardLayout1.SplitLayoutControl.Name           = "SplitContentPanel";
     this.c1DashboardLayout1.SplitLayoutControl.Panels.Add(this.c1SplitterPanel1);
     this.c1DashboardLayout1.SplitLayoutControl.Panels.Add(this.c1SplitterPanel2);
     this.c1DashboardLayout1.SplitLayoutControl.Panels.Add(this.c1SplitterPanel3);
     this.c1DashboardLayout1.SplitLayoutControl.Panels.Add(this.c1SplitterPanel5);
     this.c1DashboardLayout1.SplitLayoutControl.Size                 = new System.Drawing.Size(1016, 517);
     this.c1DashboardLayout1.SplitLayoutControl.SplitterColor        = System.Drawing.Color.FromArgb(((int)(((byte)(145)))), ((int)(((byte)(166)))), ((int)(((byte)(194)))));
     this.c1DashboardLayout1.SplitLayoutControl.TabIndex             = 0;
     this.c1DashboardLayout1.SplitLayoutControl.ToolTipGradient      = C1.Win.C1SplitContainer.ToolTipGradient.Blue;
     this.c1DashboardLayout1.SplitLayoutControl.UseParentVisualStyle = false;
     this.c1DashboardLayout1.TabIndex = 2;
     this.c1DashboardLayout1.Text     = "c1DashboardLayout1";
     this.c1ThemeController1.SetTheme(this.c1DashboardLayout1, "(default)");
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.SetCaption(this.panel2, "Sales");
     this.c1DashboardLayout1.SetId(this.panel2, "4f7a73f8-6e97-4b25-a74c-ba9b2bd0e6fa");
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Padding  = new System.Windows.Forms.Padding(10);
     this.panel2.Size     = new System.Drawing.Size(447, 272);
     this.panel2.TabIndex = 0;
     this.c1ThemeController1.SetTheme(this.panel2, "(default)");
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.SetCaption(this.panel4, "Sales By Employee");
     this.c1DashboardLayout1.SetId(this.panel4, "096928d8-3c66-4891-91d5-ba2002e05142");
     this.panel4.Location = new System.Drawing.Point(447, 0);
     this.panel4.Margin   = new System.Windows.Forms.Padding(0);
     this.panel4.Name     = "panel4";
     this.panel4.Padding  = new System.Windows.Forms.Padding(10);
     this.panel4.Size     = new System.Drawing.Size(333, 272);
     this.panel4.TabIndex = 8;
     this.c1ThemeController1.SetTheme(this.panel4, "(default)");
     //
     // panel10
     //
     this.panel10.BackColor = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.SetCaption(this.panel10, "Customers");
     this.c1DashboardLayout1.SetId(this.panel10, "d3c1bda0-485f-487b-8542-b073f9015f7b");
     this.panel10.Location = new System.Drawing.Point(780, 0);
     this.panel10.Margin   = new System.Windows.Forms.Padding(0);
     this.panel10.Name     = "panel10";
     this.panel10.Padding  = new System.Windows.Forms.Padding(10);
     this.panel10.Size     = new System.Drawing.Size(236, 272);
     this.panel10.TabIndex = 11;
     this.c1ThemeController1.SetTheme(this.panel10, "(default)");
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.SetCaption(this.panel6, "Sales By Country");
     this.c1DashboardLayout1.SetId(this.panel6, "74047b16-f54c-47c2-8171-896bd7701fe1");
     this.panel6.Location = new System.Drawing.Point(0, 272);
     this.panel6.Margin   = new System.Windows.Forms.Padding(0);
     this.panel6.Name     = "panel6";
     this.panel6.Padding  = new System.Windows.Forms.Padding(10);
     this.panel6.Size     = new System.Drawing.Size(447, 404);
     this.panel6.TabIndex = 12;
     this.c1ThemeController1.SetTheme(this.panel6, "(default)");
     //
     // panel8
     //
     this.panel8.BackColor = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.SetCaption(this.panel8, "Total Sales");
     this.c1DashboardLayout1.SetId(this.panel8, "90db4822-a7cd-4d1a-b7f5-b20177de2e58");
     this.panel8.Location = new System.Drawing.Point(447, 272);
     this.panel8.Margin   = new System.Windows.Forms.Padding(0);
     this.panel8.Name     = "panel8";
     this.panel8.Padding  = new System.Windows.Forms.Padding(10);
     this.panel8.Size     = new System.Drawing.Size(333, 176);
     this.panel8.TabIndex = 9;
     this.c1ThemeController1.SetTheme(this.panel8, "(default)");
     this.panel8.Resize += new System.EventHandler(this.panel8_Resize);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.SetCaption(this.panel1, "Sales");
     this.c1DashboardLayout1.GridLayoutControl.SetColumnSpan(this.panel1, 2);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.SetId(this.panel1, "4f7a73f8-6e97-4b25-a74c-ba9b2bd0e6fa");
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(10);
     this.c1DashboardLayout1.GridLayoutControl.SetRowSpan(this.panel1, 3);
     this.panel1.Size     = new System.Drawing.Size(508, 517);
     this.panel1.TabIndex = 0;
     this.c1ThemeController1.SetTheme(this.panel1, "(default)");
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.SetCaption(this.panel3, "Sales By Employee");
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.SetId(this.panel3, "096928d8-3c66-4891-91d5-ba2002e05142");
     this.panel3.Location = new System.Drawing.Point(762, 0);
     this.panel3.Margin   = new System.Windows.Forms.Padding(0);
     this.panel3.Name     = "panel3";
     this.panel3.Padding  = new System.Windows.Forms.Padding(10);
     this.c1DashboardLayout1.GridLayoutControl.SetRowSpan(this.panel3, 2);
     this.panel3.Size     = new System.Drawing.Size(254, 309);
     this.panel3.TabIndex = 1;
     this.c1ThemeController1.SetTheme(this.panel3, "(default)");
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.SetCaption(this.panel9, "Customers");
     this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.SetId(this.panel9, "d3c1bda0-485f-487b-8542-b073f9015f7b");
     this.panel9.Location = new System.Drawing.Point(762, 309);
     this.panel9.Margin   = new System.Windows.Forms.Padding(0);
     this.panel9.Name     = "panel9";
     this.panel9.Padding  = new System.Windows.Forms.Padding(10);
     this.panel9.Size     = new System.Drawing.Size(254, 208);
     this.panel9.TabIndex = 4;
     this.c1ThemeController1.SetTheme(this.panel9, "(default)");
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.SetCaption(this.panel5, "Sales By Country");
     this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.SetId(this.panel5, "74047b16-f54c-47c2-8171-896bd7701fe1");
     this.panel5.Location = new System.Drawing.Point(508, 103);
     this.panel5.Margin   = new System.Windows.Forms.Padding(0);
     this.panel5.Name     = "panel5";
     this.panel5.Padding  = new System.Windows.Forms.Padding(10);
     this.c1DashboardLayout1.GridLayoutControl.SetRowSpan(this.panel5, 2);
     this.panel5.Size     = new System.Drawing.Size(254, 414);
     this.panel5.TabIndex = 2;
     this.c1ThemeController1.SetTheme(this.panel5, "(default)");
     //
     // panel7
     //
     this.panel7.BackColor = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.SetCaption(this.panel7, "Total Sales");
     this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.SetId(this.panel7, "90db4822-a7cd-4d1a-b7f5-b20177de2e58");
     this.panel7.Location = new System.Drawing.Point(508, 0);
     this.panel7.Margin   = new System.Windows.Forms.Padding(0);
     this.panel7.Name     = "panel7";
     this.panel7.Padding  = new System.Windows.Forms.Padding(10);
     this.panel7.Size     = new System.Drawing.Size(254, 103);
     this.panel7.TabIndex = 5;
     this.c1ThemeController1.SetTheme(this.panel7, "(default)");
     this.panel7.Resize += new System.EventHandler(this.panel7_Resize);
     //
     // c1SplitterPanel1
     //
     this.c1DashboardLayout1.SetCaption(this.c1SplitterPanel1, "");
     this.c1SplitterPanel1.Controls.Add(this.c1SplitContainer1);
     this.c1SplitterPanel1.Dock = C1.Win.C1SplitContainer.PanelDockStyle.Left;
     this.c1DashboardLayout1.SetId(this.c1SplitterPanel1, "d01255ea-1089-4fb2-bec2-cfb3e5874880");
     this.c1SplitterPanel1.Location = new System.Drawing.Point(0, 0);
     this.c1SplitterPanel1.Name     = "c1SplitterPanel1";
     this.c1SplitterPanel1.Padding  = new System.Windows.Forms.Padding(10);
     this.c1SplitterPanel1.Size     = new System.Drawing.Size(506, 517);
     this.c1SplitterPanel1.TabIndex = 0;
     this.c1SplitterPanel1.Width    = 506;
     //
     // c1SplitContainer1
     //
     this.c1SplitContainer1.AutoSizeElement     = C1.Framework.AutoSizeElement.Both;
     this.c1SplitContainer1.CollapsingAreaColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(245)))), ((int)(((byte)(250)))));
     this.c1SplitContainer1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.c1SplitContainer1.FixedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(145)))), ((int)(((byte)(166)))), ((int)(((byte)(194)))));
     this.c1SplitContainer1.ForeColor      = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.c1SplitContainer1.Location       = new System.Drawing.Point(10, 10);
     this.c1SplitContainer1.Margin         = new System.Windows.Forms.Padding(0);
     this.c1SplitContainer1.Name           = "c1SplitContainer1";
     this.c1SplitContainer1.Panels.Add(this.splitpanelSales);
     this.c1SplitContainer1.Panels.Add(this.c1SplitterPanel4);
     this.c1SplitContainer1.Size                 = new System.Drawing.Size(486, 497);
     this.c1SplitContainer1.SplitterColor        = System.Drawing.Color.FromArgb(((int)(((byte)(145)))), ((int)(((byte)(166)))), ((int)(((byte)(194)))));
     this.c1SplitContainer1.TabIndex             = 0;
     this.c1SplitContainer1.ToolTipGradient      = C1.Win.C1SplitContainer.ToolTipGradient.Blue;
     this.c1SplitContainer1.UseParentVisualStyle = false;
     //
     // splitpanelSales
     //
     this.c1DashboardLayout1.SetCaption(this.splitpanelSales, "Sales");
     this.splitpanelSales.Controls.Add(this.c1FlexGrid1);
     this.splitpanelSales.Height = 246;
     this.c1DashboardLayout1.SetId(this.splitpanelSales, "4f7a73f8-6e97-4b25-a74c-ba9b2bd0e6fa");
     this.splitpanelSales.Location = new System.Drawing.Point(0, 21);
     this.splitpanelSales.Name     = "splitpanelSales";
     this.splitpanelSales.Padding  = new System.Windows.Forms.Padding(10);
     this.splitpanelSales.Size     = new System.Drawing.Size(486, 225);
     this.splitpanelSales.TabIndex = 2;
     //
     // c1FlexGrid1
     //
     this.c1FlexGrid1.AllowEditing      = false;
     this.c1FlexGrid1.ColumnInfo        = "10,1,0,0,0,95,Columns:";
     this.c1FlexGrid1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.c1FlexGrid1.Location          = new System.Drawing.Point(10, 10);
     this.c1FlexGrid1.Name              = "c1FlexGrid1";
     this.c1FlexGrid1.Rows.DefaultSize  = 19;
     this.c1FlexGrid1.ShowThemedHeaders = C1.Win.C1FlexGrid.ShowThemedHeadersEnum.None;
     this.c1FlexGrid1.Size              = new System.Drawing.Size(466, 205);
     this.c1FlexGrid1.TabIndex          = 0;
     this.c1ThemeController1.SetTheme(this.c1FlexGrid1, "(default)");
     //
     // c1SplitterPanel4
     //
     this.c1DashboardLayout1.SetCaption(this.c1SplitterPanel4, "Sales By Country");
     this.c1SplitterPanel4.Controls.Add(this.flexChart1);
     this.c1SplitterPanel4.Height = 247;
     this.c1DashboardLayout1.SetId(this.c1SplitterPanel4, "74047b16-f54c-47c2-8171-896bd7701fe1");
     this.c1SplitterPanel4.Location = new System.Drawing.Point(0, 271);
     this.c1SplitterPanel4.Name     = "c1SplitterPanel4";
     this.c1SplitterPanel4.Padding  = new System.Windows.Forms.Padding(10);
     this.c1SplitterPanel4.Size     = new System.Drawing.Size(486, 226);
     this.c1SplitterPanel4.TabIndex = 3;
     //
     // flexChart1
     //
     this.flexChart1.AxisX.Chart               = this.flexChart1;
     this.flexChart1.AxisX.DataSource          = null;
     this.flexChart1.AxisX.GroupProvider       = null;
     this.flexChart1.AxisX.GroupSeparator      = C1.Chart.AxisGroupSeparator.None;
     this.flexChart1.AxisX.GroupTitleAlignment = C1.Chart.AxisLabelAlignment.Center;
     this.flexChart1.AxisX.PlotAreaName        = null;
     this.flexChart1.AxisX.Position            = C1.Chart.Position.Bottom;
     this.flexChart1.AxisY.AxisLine            = false;
     this.flexChart1.AxisY.Chart               = this.flexChart1;
     this.flexChart1.AxisY.DataSource          = null;
     this.flexChart1.AxisY.GroupProvider       = null;
     this.flexChart1.AxisY.GroupSeparator      = C1.Chart.AxisGroupSeparator.None;
     this.flexChart1.AxisY.GroupTitleAlignment = C1.Chart.AxisLabelAlignment.Center;
     this.flexChart1.AxisY.MajorGrid           = true;
     this.flexChart1.AxisY.MajorTickMarks      = C1.Chart.TickMark.None;
     this.flexChart1.AxisY.PlotAreaName        = null;
     this.flexChart1.AxisY.Position            = C1.Chart.Position.Left;
     this.flexChart1.ChartType           = C1.Chart.ChartType.Bar;
     this.flexChart1.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.flexChart1.Legend.ItemMaxWidth = 0;
     this.flexChart1.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.flexChart1.Legend.Position     = C1.Chart.Position.None;
     this.flexChart1.Legend.Reversed     = false;
     this.flexChart1.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.flexChart1.Legend.Title        = null;
     this.flexChart1.Location            = new System.Drawing.Point(10, 10);
     this.flexChart1.Margin              = new System.Windows.Forms.Padding(10);
     this.flexChart1.Name                = "flexChart1";
     elementSize1.SizeType               = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value = 70D;
     this.flexChart1.Options.ClusterSize        = elementSize1;
     this.flexChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.flexChart1.SelectedSeries             = null;
     this.flexChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series1.DataLabel         = null;
     series1.Name              = "Series 1";
     series1.StackingGroup     = -1;
     series1.Style.StrokeWidth = 2F;
     this.flexChart1.Series.Add(series1);
     this.flexChart1.Size     = new System.Drawing.Size(466, 206);
     this.flexChart1.TabIndex = 0;
     this.flexChart1.Text     = "flexChart1";
     //
     //
     //
     this.flexChart1.ToolTip.Content = "{value}";
     //
     // c1SplitterPanel2
     //
     this.c1DashboardLayout1.SetCaption(this.c1SplitterPanel2, "Sales By Employee");
     this.c1SplitterPanel2.Controls.Add(this.flexPie1);
     this.c1SplitterPanel2.Height = 256;
     this.c1DashboardLayout1.SetId(this.c1SplitterPanel2, "096928d8-3c66-4891-91d5-ba2002e05142");
     this.c1SplitterPanel2.Location = new System.Drawing.Point(510, 21);
     this.c1SplitterPanel2.Name     = "c1SplitterPanel2";
     this.c1SplitterPanel2.Padding  = new System.Windows.Forms.Padding(10);
     this.c1SplitterPanel2.Size     = new System.Drawing.Size(506, 235);
     this.c1SplitterPanel2.TabIndex = 1;
     //
     // flexPie1
     //
     flexPieSlice1.Name       = "Slice1";
     flexPieSlice1.Value      = 1D;
     flexPieSlice2.Name       = "Slice2";
     flexPieSlice2.Value      = 2D;
     flexPieSlice3.Name       = "Slice3";
     flexPieSlice3.Value      = 3D;
     flexPieSlice4.Name       = "Slice4";
     flexPieSlice4.Value      = 4D;
     this.flexPie1.DataSource = new C1.Win.Chart.FlexPieSlice[] {
         flexPieSlice1,
         flexPieSlice2,
         flexPieSlice3,
         flexPieSlice4
     };
     this.flexPie1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flexPie1.Legend.ItemMaxWidth = 0;
     this.flexPie1.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.flexPie1.Legend.Position     = C1.Chart.Position.Right;
     this.flexPie1.Legend.Reversed     = false;
     this.flexPie1.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.flexPie1.Legend.Title        = null;
     this.flexPie1.Location            = new System.Drawing.Point(10, 10);
     this.flexPie1.Name = "flexPie1";
     this.flexPie1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.flexPie1.Size     = new System.Drawing.Size(486, 215);
     this.flexPie1.TabIndex = 0;
     this.flexPie1.Text     = "flexPie1";
     //
     //
     //
     this.flexPie1.ToolTip.Content = "{value}";
     //
     // c1SplitterPanel3
     //
     this.c1DashboardLayout1.SetCaption(this.c1SplitterPanel3, "Customers");
     this.c1SplitterPanel3.Controls.Add(this.c1TrueDBGrid1);
     this.c1SplitterPanel3.Dock   = C1.Win.C1SplitContainer.PanelDockStyle.Left;
     this.c1SplitterPanel3.Height = 257;
     this.c1DashboardLayout1.SetId(this.c1SplitterPanel3, "d3c1bda0-485f-487b-8542-b073f9015f7b");
     this.c1SplitterPanel3.Location = new System.Drawing.Point(510, 281);
     this.c1SplitterPanel3.Name     = "c1SplitterPanel3";
     this.c1SplitterPanel3.Padding  = new System.Windows.Forms.Padding(10);
     this.c1SplitterPanel3.Size     = new System.Drawing.Size(251, 236);
     this.c1SplitterPanel3.TabIndex = 2;
     this.c1SplitterPanel3.Width    = 251;
     //
     // c1TrueDBGrid1
     //
     this.c1TrueDBGrid1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1TrueDBGrid1.DataView       = C1.Win.C1TrueDBGrid.DataViewEnum.Form;
     this.c1TrueDBGrid1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.c1TrueDBGrid1.ForeColor      = System.Drawing.SystemColors.ControlText;
     this.c1TrueDBGrid1.GroupByCaption = "Drag a column header here to group by that column";
     this.c1TrueDBGrid1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1TrueDBGrid1.Images"))));
     this.c1TrueDBGrid1.Location               = new System.Drawing.Point(10, 10);
     this.c1TrueDBGrid1.Name                   = "c1TrueDBGrid1";
     this.c1TrueDBGrid1.PreviewInfo.Location   = new System.Drawing.Point(0, 0);
     this.c1TrueDBGrid1.PreviewInfo.Size       = new System.Drawing.Size(0, 0);
     this.c1TrueDBGrid1.PreviewInfo.ZoomFactor = 75D;
     this.c1TrueDBGrid1.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("c1TrueDBGrid1.PrintInfo.PageSettings")));
     this.c1TrueDBGrid1.Size                   = new System.Drawing.Size(231, 216);
     this.c1TrueDBGrid1.TabIndex               = 0;
     this.c1ThemeController1.SetTheme(this.c1TrueDBGrid1, "(default)");
     this.c1TrueDBGrid1.UseCompatibleTextRendering = false;
     this.c1TrueDBGrid1.PropBag = resources.GetString("c1TrueDBGrid1.PropBag");
     //
     // c1SplitterPanel5
     //
     this.c1DashboardLayout1.SetCaption(this.c1SplitterPanel5, "Total Sales");
     this.c1SplitterPanel5.Controls.Add(this.labelSales);
     this.c1SplitterPanel5.Dock   = C1.Win.C1SplitContainer.PanelDockStyle.Right;
     this.c1SplitterPanel5.Height = 257;
     this.c1DashboardLayout1.SetId(this.c1SplitterPanel5, "90db4822-a7cd-4d1a-b7f5-b20177de2e58");
     this.c1SplitterPanel5.Location = new System.Drawing.Point(765, 281);
     this.c1SplitterPanel5.Name     = "c1SplitterPanel5";
     this.c1SplitterPanel5.Padding  = new System.Windows.Forms.Padding(10);
     this.c1SplitterPanel5.Size     = new System.Drawing.Size(251, 236);
     this.c1SplitterPanel5.TabIndex = 4;
     this.c1SplitterPanel5.Width    = 251;
     this.c1SplitterPanel5.Resize  += new System.EventHandler(this.c1SplitterPanel5_Resize);
     //
     // labelSales
     //
     this.labelSales.AutoSize    = true;
     this.labelSales.BackColor   = System.Drawing.Color.Transparent;
     this.labelSales.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.labelSales.Font        = new System.Drawing.Font("Segoe UI Semibold", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelSales.ForeColor   = System.Drawing.Color.Black;
     this.labelSales.Location    = new System.Drawing.Point(60, 44);
     this.labelSales.Name        = "labelSales";
     this.labelSales.Size        = new System.Drawing.Size(137, 37);
     this.labelSales.TabIndex    = 0;
     this.labelSales.Tag         = null;
     this.labelSales.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.c1ThemeController1.SetTheme(this.labelSales, "(default)");
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1016, 672);
     this.Controls.Add(this.c1DashboardLayout1);
     this.Name = "MainForm";
     this.Text = "MainForm";
     this.c1ThemeController1.SetTheme(this, "(default)");
     this.DemoThemeChanged          += new System.EventHandler <C1.Win.C1Themes.ThemeEventArgs>(this.MainForm_DemoThemeChanged);
     this.ToolIconAppearanceChanged += new System.EventHandler <DashboardDemo.Controls.ToolIconAppearanceEventArgs>(this.MainForm_ToolIconAppearanceChanged);
     this.ApplyLayoutClicked        += new System.EventHandler <DashboardDemo.Controls.FilePathEventArgs>(this.MainForm_ApplyLayoutClicked);
     this.SaveLayoutClicked         += new System.EventHandler <DashboardDemo.Controls.FilePathEventArgs>(this.MainForm_SaveLayoutClicked);
     this.ResetLayoutClicked        += new System.EventHandler <DashboardDemo.Controls.FilePathEventArgs>(this.MainForm_ResetLayoutClicked);
     this.LayoutTypeChanged         += new System.EventHandler <DashboardDemo.Controls.LayoutTypeEventArgs>(this.MainForm_LayoutTypeChanged);
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.Controls.SetChildIndex(this.c1DashboardLayout1, 0);
     this.c1DashboardLayout1.FlowLayoutControl.ResumeLayout(false);
     this.c1DashboardLayout1.GridLayoutControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1DashboardLayout1.SplitLayoutControl)).EndInit();
     this.c1DashboardLayout1.SplitLayoutControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1DashboardLayout1)).EndInit();
     this.c1DashboardLayout1.ResumeLayout(false);
     this.c1SplitterPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainer1)).EndInit();
     this.c1SplitContainer1.ResumeLayout(false);
     this.splitpanelSales.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).EndInit();
     this.c1SplitterPanel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).EndInit();
     this.c1SplitterPanel2.ResumeLayout(false);
     this.c1SplitterPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1TrueDBGrid1)).EndInit();
     this.c1SplitterPanel5.ResumeLayout(false);
     this.c1SplitterPanel5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.labelSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1ThemeController1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Chart.ElementSize elementSize1 = new C1.Chart.ElementSize();
     this.tableLayoutPanel1       = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1        = new System.Windows.Forms.FlowLayoutPanel();
     this.label3                  = new System.Windows.Forms.Label();
     this.numericUpDownStartAngle = new System.Windows.Forms.NumericUpDown();
     this.flexRadar               = new C1.Win.Chart.FlexRadar();
     this.label1                  = new System.Windows.Forms.Label();
     this.numericUpDown2          = new System.Windows.Forms.NumericUpDown();
     this.label2                  = new System.Windows.Forms.Label();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStartAngle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.flexRadar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.flexRadar, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(443, 214);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.label2);
     this.flowLayoutPanel1.Controls.Add(this.label3);
     this.flowLayoutPanel1.Controls.Add(this.numericUpDownStartAngle);
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Controls.Add(this.numericUpDown2);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(437, 26);
     this.flowLayoutPanel1.TabIndex = 0;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(238, 3);
     this.label3.Margin    = new System.Windows.Forms.Padding(3, 3, 0, 3);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(57, 13);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "where k = ";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // numericUpDownStartAngle
     //
     this.numericUpDownStartAngle.Location = new System.Drawing.Point(298, 3);
     this.numericUpDownStartAngle.Maximum  = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.numericUpDownStartAngle.Name     = "numericUpDownStartAngle";
     this.numericUpDownStartAngle.Size     = new System.Drawing.Size(38, 20);
     this.numericUpDownStartAngle.TabIndex = 6;
     this.numericUpDownStartAngle.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numericUpDownStartAngle.ValueChanged += new System.EventHandler(this.numericUpDownStartAngle_ValueChanged);
     //
     // flexRadar
     //
     this.flexRadar.AxisX.Chart        = this.flexRadar;
     this.flexRadar.AxisY.Chart        = this.flexRadar;
     this.flexRadar.ChartType          = C1.Chart.RadarChartType.Line;
     this.flexRadar.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.flexRadar.Legend.Orientation = C1.Chart.Orientation.Auto;
     this.flexRadar.Legend.Position    = C1.Chart.Position.Right;
     this.flexRadar.Legend.Title       = null;
     this.flexRadar.Location           = new System.Drawing.Point(10, 42);
     this.flexRadar.Margin             = new System.Windows.Forms.Padding(10);
     this.flexRadar.Name               = "flexRadar";
     elementSize1.SizeType             = C1.Chart.ElementSizeType.Percentage;
     elementSize1.Value = 70D;
     this.flexRadar.Options.ClusterSize        = elementSize1;
     this.flexRadar.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.flexRadar.Reversed                   = false;
     this.flexRadar.SelectedSeries             = null;
     this.flexRadar.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.flexRadar.Size       = new System.Drawing.Size(423, 162);
     this.flexRadar.StartAngle = 0D;
     this.flexRadar.TabIndex   = 1;
     //
     //
     //
     this.flexRadar.ToolTip.Content = "{value}";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(342, 3);
     this.label1.Margin    = new System.Windows.Forms.Padding(3, 3, 0, 3);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(25, 13);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "a = ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // numericUpDown2
     //
     this.numericUpDown2.DecimalPlaces = 1;
     this.numericUpDown2.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.numericUpDown2.Location = new System.Drawing.Point(370, 3);
     this.numericUpDown2.Maximum  = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.numericUpDown2.Name     = "numericUpDown2";
     this.numericUpDown2.Size     = new System.Drawing.Size(38, 20);
     this.numericUpDown2.TabIndex = 8;
     this.numericUpDown2.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(3, 3);
     this.label2.Margin    = new System.Windows.Forms.Padding(3);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(229, 13);
     this.label2.TabIndex  = 9;
     this.label2.Text      = "Function in polar coordinates: r(ϕ) = cos(kϕ) + a";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PolarChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "PolarChart";
     this.Size  = new System.Drawing.Size(443, 214);
     this.Load += new System.EventHandler(this.BasicFeatures_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStartAngle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.flexRadar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
     this.ResumeLayout(false);
 }
Example #30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SaveLoadLayout));
     C1.Chart.ElementSize          elementSize2     = new C1.Chart.ElementSize();
     C1.Win.Chart.Series           series2          = new C1.Win.Chart.Series();
     C1.Win.C1Gauge.C1GaugeMarks   c1GaugeMarks11   = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks   c1GaugeMarks12   = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeLabels  c1GaugeLabels6   = new C1.Win.C1Gauge.C1GaugeLabels();
     C1.Win.C1Gauge.C1GaugeEllipse c1GaugeEllipse6  = new C1.Win.C1Gauge.C1GaugeEllipse();
     C1.Win.C1Gauge.C1GaugePointer c1GaugePointer16 = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer c1GaugePointer17 = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer c1GaugePointer18 = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.Chart.FlexPieSlice     flexPieSlice5    = new C1.Win.Chart.FlexPieSlice();
     C1.Win.Chart.FlexPieSlice     flexPieSlice6    = new C1.Win.Chart.FlexPieSlice();
     C1.Win.Chart.FlexPieSlice     flexPieSlice7    = new C1.Win.Chart.FlexPieSlice();
     C1.Win.Chart.FlexPieSlice     flexPieSlice8    = new C1.Win.Chart.FlexPieSlice();
     this.c1CommandDock1     = new C1.Win.C1Command.C1CommandDock();
     this.c1ToolBar1         = new C1.Win.C1Command.C1ToolBar();
     this.c1CommandHolder1   = new C1.Win.C1Command.C1CommandHolder();
     this.c1Command1         = new C1.Win.C1Command.C1Command();
     this.c1CommandLink1     = new C1.Win.C1Command.C1CommandLink();
     this.commandSave        = new C1.Win.C1Command.C1Command();
     this.c1CommandLink2     = new C1.Win.C1Command.C1CommandLink();
     this.commandLoad        = new C1.Win.C1Command.C1Command();
     this.c1CommandLink3     = new C1.Win.C1Command.C1CommandLink();
     this.commandReset       = new C1.Win.C1Command.C1Command();
     this.saveFileDialog1    = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog1    = new System.Windows.Forms.OpenFileDialog();
     this.c1DashboardLayout1 = new C1.Win.Layout.C1DashboardLayout();
     this.panel1             = new System.Windows.Forms.Panel();
     this.flexChart1         = new C1.Win.Chart.FlexChart();
     this.panel3             = new System.Windows.Forms.Panel();
     this.c1Gauge1           = new C1.Win.C1Gauge.C1Gauge();
     this.c1RadialGauge1     = new C1.Win.C1Gauge.C1RadialGauge();
     this.panel5             = new System.Windows.Forms.Panel();
     this.flexPie1           = new C1.Win.Chart.FlexPie();
     this.panel7             = new System.Windows.Forms.Panel();
     this.c1CalendarView1    = new C1.Win.Calendar.C1CalendarView();
     this.panel9             = new System.Windows.Forms.Panel();
     this.c1FlexGrid1        = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).BeginInit();
     this.c1CommandDock1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1DashboardLayout1)).BeginInit();
     this.c1DashboardLayout1.GridLayoutControl.SuspendLayout();
     this.c1DashboardLayout1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).BeginInit();
     this.panel5.SuspendLayout();
     this.panel7.SuspendLayout();
     this.panel9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // c1CommandDock1
     //
     this.c1CommandDock1.Controls.Add(this.c1ToolBar1);
     this.c1CommandDock1.Id       = 2;
     this.c1CommandDock1.Location = new System.Drawing.Point(0, 0);
     this.c1CommandDock1.Name     = "c1CommandDock1";
     this.c1CommandDock1.Size     = new System.Drawing.Size(800, 26);
     //
     // c1ToolBar1
     //
     this.c1ToolBar1.AccessibleName = "Tool Bar";
     this.c1ToolBar1.CommandHolder  = this.c1CommandHolder1;
     this.c1ToolBar1.CommandLinks.AddRange(new C1.Win.C1Command.C1CommandLink[] {
         this.c1CommandLink1,
         this.c1CommandLink2,
         this.c1CommandLink3
     });
     this.c1ToolBar1.Location = new System.Drawing.Point(0, 0);
     this.c1ToolBar1.Movable  = false;
     this.c1ToolBar1.Name     = "c1ToolBar1";
     this.c1ToolBar1.Size     = new System.Drawing.Size(298, 26);
     this.c1ToolBar1.Text     = "c1ToolBar1";
     //
     // c1CommandHolder1
     //
     this.c1CommandHolder1.Commands.Add(this.c1Command1);
     this.c1CommandHolder1.Commands.Add(this.commandSave);
     this.c1CommandHolder1.Commands.Add(this.commandLoad);
     this.c1CommandHolder1.Commands.Add(this.commandReset);
     this.c1CommandHolder1.Owner = this;
     //
     // c1Command1
     //
     this.c1Command1.Name         = "c1Command1";
     this.c1Command1.ShortcutText = "";
     this.c1Command1.Text         = "New Command";
     //
     // c1CommandLink1
     //
     this.c1CommandLink1.ButtonLook = ((C1.Win.C1Command.ButtonLookFlags)((C1.Win.C1Command.ButtonLookFlags.Text | C1.Win.C1Command.ButtonLookFlags.Image)));
     this.c1CommandLink1.Command    = this.commandSave;
     this.c1CommandLink1.Text       = "&Save Layout";
     //
     // commandSave
     //
     this.commandSave.Image        = ((System.Drawing.Image)(resources.GetObject("commandSave.Image")));
     this.commandSave.Name         = "commandSave";
     this.commandSave.ShortcutText = "";
     this.commandSave.Text         = "&Save Layout";
     this.commandSave.ToolTipText  = "Save Layout";
     this.commandSave.Click       += new C1.Win.C1Command.ClickEventHandler(this.commandSave_Click);
     //
     // c1CommandLink2
     //
     this.c1CommandLink2.ButtonLook  = ((C1.Win.C1Command.ButtonLookFlags)((C1.Win.C1Command.ButtonLookFlags.Text | C1.Win.C1Command.ButtonLookFlags.Image)));
     this.c1CommandLink2.Command     = this.commandLoad;
     this.c1CommandLink2.SortOrder   = 1;
     this.c1CommandLink2.Text        = "&Load  Layout";
     this.c1CommandLink2.ToolTipText = "Load Layout";
     //
     // commandLoad
     //
     this.commandLoad.Image        = ((System.Drawing.Image)(resources.GetObject("commandLoad.Image")));
     this.commandLoad.Name         = "commandLoad";
     this.commandLoad.ShortcutText = "";
     this.commandLoad.Text         = "&Load Layout";
     this.commandLoad.Click       += new C1.Win.C1Command.ClickEventHandler(this.commandLoad_Click);
     //
     // c1CommandLink3
     //
     this.c1CommandLink3.ButtonLook  = ((C1.Win.C1Command.ButtonLookFlags)((C1.Win.C1Command.ButtonLookFlags.Text | C1.Win.C1Command.ButtonLookFlags.Image)));
     this.c1CommandLink3.Command     = this.commandReset;
     this.c1CommandLink3.SortOrder   = 2;
     this.c1CommandLink3.Text        = "&Reset Layout";
     this.c1CommandLink3.ToolTipText = "Reset Layout";
     //
     // commandReset
     //
     this.commandReset.Image        = ((System.Drawing.Image)(resources.GetObject("commandReset.Image")));
     this.commandReset.Name         = "commandReset";
     this.commandReset.ShortcutText = "";
     this.commandReset.Text         = "&Reset Layout";
     this.commandReset.Click       += new C1.Win.C1Command.ClickEventHandler(this.commandReset_Click);
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.Filter = "XML files|*.xml";
     this.saveFileDialog1.Tag    = "";
     //
     // openFileDialog1
     //
     this.openFileDialog1.Filter = "XML files|*.xml";
     this.openFileDialog1.Tag    = "";
     //
     // c1DashboardLayout1
     //
     this.c1DashboardLayout1.BackColor = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.Dock      = System.Windows.Forms.DockStyle.Fill;
     //
     // c1DashboardLayout1.FlowContentPanel
     //
     this.c1DashboardLayout1.FlowLayoutControl.BackColor = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.FlowLayoutControl.Location  = new System.Drawing.Point(0, 0);
     this.c1DashboardLayout1.FlowLayoutControl.Name      = "FlowContentPanel";
     this.c1DashboardLayout1.FlowLayoutControl.Size      = new System.Drawing.Size(200, 100);
     this.c1DashboardLayout1.FlowLayoutControl.TabIndex  = 0;
     //
     // c1DashboardLayout1.GridContentPanel
     //
     this.c1DashboardLayout1.GridLayoutControl.AutoScroll  = true;
     this.c1DashboardLayout1.GridLayoutControl.BackColor   = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.GridLayoutControl.ColumnCount = 3;
     this.c1DashboardLayout1.GridLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.c1DashboardLayout1.GridLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.c1DashboardLayout1.GridLayoutControl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.c1DashboardLayout1.GridLayoutControl.Controls.Add(this.panel1, 2, 0);
     this.c1DashboardLayout1.GridLayoutControl.Controls.Add(this.panel3, 1, 1);
     this.c1DashboardLayout1.GridLayoutControl.Controls.Add(this.panel5, 1, 0);
     this.c1DashboardLayout1.GridLayoutControl.Controls.Add(this.panel7, 0, 0);
     this.c1DashboardLayout1.GridLayoutControl.Controls.Add(this.panel9, 0, 1);
     this.c1DashboardLayout1.GridLayoutControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.GridLayoutControl.Location = new System.Drawing.Point(10, 10);
     this.c1DashboardLayout1.GridLayoutControl.Name     = "GridContentPanel";
     this.c1DashboardLayout1.GridLayoutControl.RowCount = 2;
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.c1DashboardLayout1.GridLayoutControl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.c1DashboardLayout1.GridLayoutControl.Size     = new System.Drawing.Size(780, 404);
     this.c1DashboardLayout1.GridLayoutControl.TabIndex = 0;
     this.c1DashboardLayout1.LayoutType = C1.Win.Layout.LayoutType.Grid;
     this.c1DashboardLayout1.Location   = new System.Drawing.Point(0, 26);
     this.c1DashboardLayout1.Margin     = new System.Windows.Forms.Padding(0);
     this.c1DashboardLayout1.Name       = "c1DashboardLayout1";
     this.c1DashboardLayout1.Size       = new System.Drawing.Size(800, 424);
     //
     // c1DashboardLayout1.SplitContentPanel
     //
     this.c1DashboardLayout1.SplitLayoutControl.AutoSizeElement      = C1.Framework.AutoSizeElement.Both;
     this.c1DashboardLayout1.SplitLayoutControl.BackColor            = System.Drawing.SystemColors.Control;
     this.c1DashboardLayout1.SplitLayoutControl.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.SplitLayoutControl.Location             = new System.Drawing.Point(0, 0);
     this.c1DashboardLayout1.SplitLayoutControl.Name                 = "SplitContentPanel";
     this.c1DashboardLayout1.SplitLayoutControl.Size                 = new System.Drawing.Size(0, 0);
     this.c1DashboardLayout1.SplitLayoutControl.TabIndex             = 0;
     this.c1DashboardLayout1.SplitLayoutControl.UseParentVisualStyle = false;
     this.c1DashboardLayout1.TabIndex = 1;
     this.c1DashboardLayout1.Text     = "c1DashboardLayout1";
     //
     // panel1
     //
     this.c1DashboardLayout1.SetCaption(this.panel1, "Sales By Country");
     this.panel1.Controls.Add(this.flexChart1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.SetId(this.panel1, "cf9b0a9d-9a3f-4d48-947b-257ba31c3b16");
     this.panel1.Location = new System.Drawing.Point(520, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(10);
     this.c1DashboardLayout1.GridLayoutControl.SetRowSpan(this.panel1, 2);
     this.panel1.Size     = new System.Drawing.Size(260, 404);
     this.panel1.TabIndex = 0;
     this.panel1.Text     = "Sales By Country";
     //
     // flexChart1
     //
     this.flexChart1.AxisX.Chart                = this.flexChart1;
     this.flexChart1.AxisX.DataSource           = null;
     this.flexChart1.AxisX.GroupProvider        = null;
     this.flexChart1.AxisX.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.flexChart1.AxisX.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.flexChart1.AxisX.GroupVisibilityLevel = 0;
     this.flexChart1.AxisX.LabelMax             = false;
     this.flexChart1.AxisX.LabelMin             = false;
     this.flexChart1.AxisX.PlotAreaName         = null;
     this.flexChart1.AxisX.Position             = C1.Chart.Position.Bottom;
     this.flexChart1.AxisX.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.flexChart1.AxisY.AxisLine             = false;
     this.flexChart1.AxisY.Chart                = this.flexChart1;
     this.flexChart1.AxisY.DataSource           = null;
     this.flexChart1.AxisY.GroupProvider        = null;
     this.flexChart1.AxisY.GroupSeparator       = C1.Chart.AxisGroupSeparator.None;
     this.flexChart1.AxisY.GroupTitleAlignment  = C1.Chart.AxisLabelAlignment.Center;
     this.flexChart1.AxisY.GroupVisibilityLevel = 0;
     this.flexChart1.AxisY.LabelMax             = false;
     this.flexChart1.AxisY.LabelMin             = false;
     this.flexChart1.AxisY.MajorGrid            = true;
     this.flexChart1.AxisY.MajorTickMarks       = C1.Chart.TickMark.None;
     this.flexChart1.AxisY.PlotAreaName         = null;
     this.flexChart1.AxisY.Position             = C1.Chart.Position.Left;
     this.flexChart1.AxisY.TimeUnit             = C1.Chart.TimeUnits.Day;
     this.flexChart1.ChartType           = C1.Chart.ChartType.Bar;
     this.flexChart1.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.flexChart1.Legend.ItemMaxWidth = 0;
     this.flexChart1.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.flexChart1.Legend.Position     = C1.Chart.Position.None;
     this.flexChart1.Legend.Reversed     = false;
     this.flexChart1.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.flexChart1.Legend.Title        = null;
     this.flexChart1.Location            = new System.Drawing.Point(10, 10);
     this.flexChart1.Margin              = new System.Windows.Forms.Padding(10);
     this.flexChart1.Name                = "flexChart1";
     elementSize2.SizeType               = C1.Chart.ElementSizeType.Percentage;
     elementSize2.Value = 70D;
     this.flexChart1.Options.ClusterSize        = elementSize2;
     this.flexChart1.PlotMargin                 = new System.Windows.Forms.Padding(0);
     this.flexChart1.SelectedSeries             = null;
     this.flexChart1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     series2.DataLabel         = null;
     series2.Name              = "Series 1";
     series2.StackingGroup     = -1;
     series2.Style.StrokeWidth = 2F;
     this.flexChart1.Series.Add(series2);
     this.flexChart1.Size     = new System.Drawing.Size(240, 384);
     this.flexChart1.TabIndex = 0;
     this.flexChart1.Text     = "flexChart1";
     //
     //
     //
     this.flexChart1.ToolTip.Content = "{value}";
     //
     // panel3
     //
     this.c1DashboardLayout1.SetCaption(this.panel3, "Current Time");
     this.panel3.Controls.Add(this.c1Gauge1);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.SetId(this.panel3, "c451c2d6-7660-47e9-9e27-1ebe098d5624");
     this.panel3.Location = new System.Drawing.Point(260, 202);
     this.panel3.Margin   = new System.Windows.Forms.Padding(0);
     this.panel3.Name     = "panel3";
     this.panel3.Padding  = new System.Windows.Forms.Padding(10);
     this.panel3.Size     = new System.Drawing.Size(260, 202);
     this.panel3.TabIndex = 1;
     this.panel3.Text     = "Current Time";
     //
     // c1Gauge1
     //
     this.c1Gauge1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1Gauge1.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1RadialGauge1
     });
     this.c1Gauge1.Location = new System.Drawing.Point(10, 10);
     this.c1Gauge1.Name     = "c1Gauge1";
     this.c1Gauge1.Size     = new System.Drawing.Size(240, 182);
     this.c1Gauge1.TabIndex = 0;
     this.c1Gauge1.ViewTag  = ((long)(637189667974941086));
     //
     // c1RadialGauge1
     //
     this.c1RadialGauge1.Cap.Border.Color      = System.Drawing.Color.DarkSeaGreen;
     this.c1RadialGauge1.Cap.Border.Thickness  = 1.5D;
     this.c1RadialGauge1.Cap.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     this.c1RadialGauge1.Cap.Filling.Color     = System.Drawing.Color.MistyRose;
     this.c1RadialGauge1.Cap.Filling.Color2    = System.Drawing.Color.DimGray;
     this.c1RadialGauge1.Cap.Radius            = 5D;
     this.c1RadialGauge1.Cap.Shadow.Visible    = true;
     c1GaugeMarks11.Border.LineStyle           = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks11.CustomShape.EndRadius      = 2.5D;
     c1GaugeMarks11.CustomShape.StartRadius    = 1.5D;
     c1GaugeMarks11.CustomShape.StartWidth     = 3D;
     c1GaugeMarks11.Filling.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeMarks11.Filling.Color2   = System.Drawing.Color.DimGray;
     c1GaugeMarks11.From             = 0.5D;
     c1GaugeMarks11.Interval         = 5D;
     c1GaugeMarks11.Length           = 12D;
     c1GaugeMarks11.Location         = 86D;
     c1GaugeMarks11.ScaleFrom        = 0D;
     c1GaugeMarks11.Shadow.OffsetX   = 0.5D;
     c1GaugeMarks11.Shadow.OffsetY   = 0.5D;
     c1GaugeMarks11.Shadow.Visible   = true;
     c1GaugeMarks11.Shape            = C1.Win.C1Gauge.C1GaugeMarkShape.Custom;
     c1GaugeMarks11.ViewTag          = ((long)(634302468273582893));
     c1GaugeMarks12.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks12.Filling.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeMarks12.From             = 0.5D;
     c1GaugeMarks12.Interval         = 1D;
     c1GaugeMarks12.Length           = 3D;
     c1GaugeMarks12.Location         = 90D;
     c1GaugeMarks12.ScaleFrom        = 0D;
     c1GaugeMarks12.Shadow.OffsetX   = 0.5D;
     c1GaugeMarks12.Shadow.OffsetY   = 0.5D;
     c1GaugeMarks12.Shadow.Visible   = true;
     c1GaugeMarks12.Shape            = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks12.ViewTag          = ((long)(634583943250743575));
     c1GaugeMarks12.Width            = 3D;
     c1GaugeLabels6.Color            = System.Drawing.Color.White;
     c1GaugeLabels6.Font             = new System.Drawing.Font("Trebuchet MS", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     c1GaugeLabels6.FontSize         = 17D;
     c1GaugeLabels6.From             = 0.5D;
     c1GaugeLabels6.Interval         = 5D;
     c1GaugeLabels6.Location         = 68D;
     c1GaugeLabels6.Name             = "nums";
     c1GaugeLabels6.ScaleFrom        = 0D;
     c1GaugeLabels6.Shadow.OffsetX   = 0.5D;
     c1GaugeLabels6.Shadow.OffsetY   = 0.5D;
     c1GaugeLabels6.Shadow.Visible   = true;
     c1GaugeLabels6.ValueFactor      = 0.2D;
     c1GaugeLabels6.ViewTag          = ((long)(634865418227634241));
     this.c1RadialGauge1.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeMarks11,
         c1GaugeMarks12,
         c1GaugeLabels6
     });
     c1GaugeEllipse6.Border.Color          = System.Drawing.Color.DarkSeaGreen;
     c1GaugeEllipse6.Border.LineStyle      = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse6.Border.Thickness      = 2D;
     c1GaugeEllipse6.Filling.Color         = System.Drawing.Color.RoyalBlue;
     c1GaugeEllipse6.Filling.Color2        = System.Drawing.Color.DarkSlateGray;
     c1GaugeEllipse6.Gradient.CenterPointX = 0D;
     c1GaugeEllipse6.Gradient.CenterPointY = 0D;
     c1GaugeEllipse6.Gradient.Direction    = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
     c1GaugeEllipse6.Height      = -0.97D;
     c1GaugeEllipse6.HitTestable = false;
     c1GaugeEllipse6.Width       = -0.97D;
     this.c1RadialGauge1.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeEllipse6
     });
     this.c1RadialGauge1.Maximum              = 60D;
     c1GaugePointer16.Border.Color            = System.Drawing.Color.DimGray;
     c1GaugePointer16.CustomShape.EndRadius   = 1.928571428571D;
     c1GaugePointer16.CustomShape.EndWidth    = 3.857142857144D;
     c1GaugePointer16.CustomShape.StartRadius = 2.571428571429D;
     c1GaugePointer16.CustomShape.StartWidth  = 9D;
     c1GaugePointer16.Filling.Color           = System.Drawing.Color.DarkGray;
     c1GaugePointer16.Filling.Color2          = System.Drawing.Color.DimGray;
     c1GaugePointer16.Length                  = 63D;
     c1GaugePointer16.Name                    = "hours";
     c1GaugePointer16.Offset                  = -15D;
     c1GaugePointer16.Shadow.Visible          = true;
     c1GaugePointer16.Shape                   = C1.Win.C1Gauge.C1GaugePointerShape.Custom;
     c1GaugePointer16.Value                   = 0.42D;
     c1GaugePointer16.ValueFactor             = 5D;
     c1GaugePointer16.ViewTag                 = ((long)(635146893204754921));
     c1GaugePointer17.Border.Color            = System.Drawing.Color.DimGray;
     c1GaugePointer17.CustomShape.EndRadius   = 1.928571428571D;
     c1GaugePointer17.CustomShape.EndWidth    = 3.857142857144D;
     c1GaugePointer17.CustomShape.StartRadius = 2.571428571429D;
     c1GaugePointer17.CustomShape.StartWidth  = 9D;
     c1GaugePointer17.Filling.Color           = System.Drawing.Color.DarkGray;
     c1GaugePointer17.Filling.Color2          = System.Drawing.Color.DimGray;
     c1GaugePointer17.Length                  = 94D;
     c1GaugePointer17.Name                    = "minutes";
     c1GaugePointer17.Offset                  = -15D;
     c1GaugePointer17.Shadow.Visible          = true;
     c1GaugePointer17.Shape                   = C1.Win.C1Gauge.C1GaugePointerShape.Custom;
     c1GaugePointer17.Value                   = 22.3D;
     c1GaugePointer17.ViewTag                 = ((long)(635428368181515579));
     c1GaugePointer18.Border.LineStyle        = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugePointer18.Filling.Color           = System.Drawing.Color.DarkGray;
     c1GaugePointer18.Length                  = 115D;
     c1GaugePointer18.Name                    = "seconds";
     c1GaugePointer18.Offset                  = -25D;
     c1GaugePointer18.Shadow.Visible          = true;
     c1GaugePointer18.Shape                   = C1.Win.C1Gauge.C1GaugePointerShape.Round;
     c1GaugePointer18.Value                   = 17D;
     c1GaugePointer18.ViewTag                 = ((long)(635709843158236236));
     c1GaugePointer18.Width                   = 2D;
     this.c1RadialGauge1.MorePointers.AddRange(new C1.Win.C1Gauge.C1GaugePointer[] {
         c1GaugePointer16,
         c1GaugePointer17,
         c1GaugePointer18
     });
     this.c1RadialGauge1.Name            = "c1RadialGauge1";
     this.c1RadialGauge1.Pointer.Visible = false;
     this.c1RadialGauge1.Radius          = 0.49D;
     this.c1RadialGauge1.StartAngle      = 0D;
     this.c1RadialGauge1.SweepAngle      = 360D;
     this.c1RadialGauge1.ViewTag         = ((long)(636272793112967623));
     //
     // panel5
     //
     this.c1DashboardLayout1.SetCaption(this.panel5, "Sales By Employee");
     this.panel5.Controls.Add(this.flexPie1);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.SetId(this.panel5, "97e5d98c-d0f5-450b-97c5-5df6499dae16");
     this.panel5.Location = new System.Drawing.Point(260, 0);
     this.panel5.Margin   = new System.Windows.Forms.Padding(0);
     this.panel5.Name     = "panel5";
     this.panel5.Padding  = new System.Windows.Forms.Padding(10);
     this.panel5.Size     = new System.Drawing.Size(260, 202);
     this.panel5.TabIndex = 2;
     this.panel5.Text     = "Sales By Employee";
     //
     // flexPie1
     //
     flexPieSlice5.Name       = "Slice1";
     flexPieSlice5.Value      = 1D;
     flexPieSlice6.Name       = "Slice2";
     flexPieSlice6.Value      = 2D;
     flexPieSlice7.Name       = "Slice3";
     flexPieSlice7.Value      = 3D;
     flexPieSlice8.Name       = "Slice4";
     flexPieSlice8.Value      = 4D;
     this.flexPie1.DataSource = new C1.Win.Chart.FlexPieSlice[] {
         flexPieSlice5,
         flexPieSlice6,
         flexPieSlice7,
         flexPieSlice8
     };
     this.flexPie1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flexPie1.Legend.ItemMaxWidth = 0;
     this.flexPie1.Legend.Orientation  = C1.Chart.Orientation.Auto;
     this.flexPie1.Legend.Position     = C1.Chart.Position.None;
     this.flexPie1.Legend.Reversed     = false;
     this.flexPie1.Legend.TextWrapping = C1.Chart.TextWrapping.None;
     this.flexPie1.Legend.Title        = null;
     this.flexPie1.Location            = new System.Drawing.Point(10, 10);
     this.flexPie1.Name = "flexPie1";
     this.flexPie1.SelectionStyle.StrokeColor = System.Drawing.Color.Red;
     this.flexPie1.Size     = new System.Drawing.Size(240, 182);
     this.flexPie1.TabIndex = 0;
     this.flexPie1.Text     = "flexPie1";
     //
     //
     //
     this.flexPie1.ToolTip.Content = "{value}";
     //
     // panel7
     //
     this.c1DashboardLayout1.SetCaption(this.panel7, "Calendar");
     this.panel7.Controls.Add(this.c1CalendarView1);
     this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.SetId(this.panel7, "f2d0f705-5f80-49c5-8497-7742fa26b712");
     this.panel7.Location = new System.Drawing.Point(0, 0);
     this.panel7.Margin   = new System.Windows.Forms.Padding(0);
     this.panel7.Name     = "panel7";
     this.panel7.Padding  = new System.Windows.Forms.Padding(10);
     this.panel7.Size     = new System.Drawing.Size(260, 202);
     this.panel7.TabIndex = 3;
     this.panel7.Text     = "Calendar";
     //
     // c1CalendarView1
     //
     this.c1CalendarView1.CaptionFormat  = null;
     this.c1CalendarView1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.c1CalendarView1.FirstDayOfWeek = System.DayOfWeek.Monday;
     this.c1CalendarView1.Location       = new System.Drawing.Point(10, 10);
     this.c1CalendarView1.MaxDate        = new System.DateTime(9999, 12, 31, 0, 0, 0, 0);
     this.c1CalendarView1.Name           = "c1CalendarView1";
     this.c1CalendarView1.ScrollBars     = System.Windows.Forms.ScrollBars.None;
     this.c1CalendarView1.Size           = new System.Drawing.Size(240, 182);
     this.c1CalendarView1.TabIndex       = 0;
     this.c1CalendarView1.Text           = "c1CalendarView1";
     //
     // panel9
     //
     this.c1DashboardLayout1.SetCaption(this.panel9, "Sales");
     this.panel9.Controls.Add(this.c1FlexGrid1);
     this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1DashboardLayout1.SetId(this.panel9, "be1a1442-59f7-4d53-9c37-756ed7e6859e");
     this.panel9.Location = new System.Drawing.Point(0, 202);
     this.panel9.Margin   = new System.Windows.Forms.Padding(0);
     this.panel9.Name     = "panel9";
     this.panel9.Padding  = new System.Windows.Forms.Padding(10);
     this.panel9.Size     = new System.Drawing.Size(260, 202);
     this.panel9.TabIndex = 4;
     this.panel9.Text     = "Sales";
     //
     // c1FlexGrid1
     //
     this.c1FlexGrid1.ColumnInfo       = "10,1,0,0,0,95,Columns:";
     this.c1FlexGrid1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.c1FlexGrid1.Location         = new System.Drawing.Point(10, 10);
     this.c1FlexGrid1.Name             = "c1FlexGrid1";
     this.c1FlexGrid1.Rows.DefaultSize = 19;
     this.c1FlexGrid1.Size             = new System.Drawing.Size(240, 182);
     this.c1FlexGrid1.TabIndex         = 0;
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // SaveLoadLayout
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.c1DashboardLayout1);
     this.Controls.Add(this.c1CommandDock1);
     this.Name  = "SaveLoadLayout";
     this.Text  = "SaveLoadLayout";
     this.Load += new System.EventHandler(this.SaveLoadLayout_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).EndInit();
     this.c1CommandDock1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).EndInit();
     this.c1DashboardLayout1.GridLayoutControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1DashboardLayout1)).EndInit();
     this.c1DashboardLayout1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.flexChart1)).EndInit();
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).EndInit();
     this.panel5.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).EndInit();
     this.ResumeLayout(false);
 }