Exemplo n.º 1
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));
     this.chartControl1      = new Syncfusion.Windows.Forms.Chart.ChartControl();
     this.panel1             = new System.Windows.Forms.Panel();
     this.checkBox1          = new System.Windows.Forms.CheckBox();
     this.checkBox3          = new System.Windows.Forms.CheckBox();
     this.checkBox2          = new System.Windows.Forms.CheckBox();
     this.colorPickerButton2 = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.label3             = new System.Windows.Forms.Label();
     this.colorPickerButton1 = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.colorPickerButton3 = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.label6             = new System.Windows.Forms.Label();
     this.radioButton2       = new System.Windows.Forms.RadioButton();
     this.label7             = new System.Windows.Forms.Label();
     this.comboBoxChartType  = new System.Windows.Forms.ComboBox();
     this.label1             = new System.Windows.Forms.Label();
     this.numericUpDown1     = new System.Windows.Forms.NumericUpDown();
     this.radioButton1       = new System.Windows.Forms.RadioButton();
     this.radioButton3       = new System.Windows.Forms.RadioButton();
     this.label2             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.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.chartControl1.BackInterior             = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(247)))), ((int)(((byte)(232))))), System.Drawing.Color.White);
     this.chartControl1.ChartArea.BackInterior   = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.Transparent, System.Drawing.Color.Transparent);
     this.chartControl1.ChartArea.CursorLocation = new System.Drawing.Point(0, 0);
     this.chartControl1.ChartArea.CursorReDraw   = false;
     this.chartControl1.ChartAreaMargins         = new Syncfusion.Windows.Forms.Chart.ChartMargins(5, 5, 5, 5);
     this.chartControl1.ChartInterior            = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(253))))), System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
     this.chartControl1.DataSourceName           = "";
     this.chartControl1.Font         = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl1.IsWindowLess = false;
     //
     //
     //
     this.chartControl1.Legend.BackInterior     = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.Transparent, System.Drawing.Color.Transparent);
     this.chartControl1.Legend.Border.ForeColor = System.Drawing.Color.Transparent;
     this.chartControl1.Legend.Font             = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl1.Legend.ItemsSize        = new System.Drawing.Size(15, 15);
     this.chartControl1.Legend.Location         = new System.Drawing.Point(57, 70);
     this.chartControl1.Legend.Orientation      = Syncfusion.Windows.Forms.Chart.ChartOrientation.Horizontal;
     this.chartControl1.Legend.Position         = Syncfusion.Windows.Forms.Chart.ChartDock.Top;
     this.chartControl1.Legend.Spacing          = 3;
     this.chartControl1.Localize = null;
     this.chartControl1.Location = new System.Drawing.Point(0, 0);
     this.chartControl1.Name     = "chartControl1";
     this.chartControl1.PrimaryXAxis.Crossing = double.NaN;
     this.chartControl1.PrimaryXAxis.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl1.PrimaryXAxis.GridLineType.ForeColor = System.Drawing.Color.DarkGray;
     this.chartControl1.PrimaryXAxis.LineType.ForeColor     = System.Drawing.Color.DarkGray;
     this.chartControl1.PrimaryXAxis.Margin    = true;
     this.chartControl1.PrimaryXAxis.Range     = new Syncfusion.Windows.Forms.Chart.MinMaxInfo(2004D, 2008D, 1D);
     this.chartControl1.PrimaryXAxis.RangeType = Syncfusion.Windows.Forms.Chart.ChartAxisRangeType.Set;
     this.chartControl1.PrimaryYAxis.Crossing  = double.NaN;
     this.chartControl1.PrimaryYAxis.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl1.PrimaryYAxis.GridLineType.ForeColor = System.Drawing.Color.DarkGray;
     this.chartControl1.PrimaryYAxis.LineType.ForeColor     = System.Drawing.Color.DarkGray;
     this.chartControl1.PrimaryYAxis.Margin    = true;
     this.chartControl1.PrimaryYAxis.Range     = new Syncfusion.Windows.Forms.Chart.MinMaxInfo(-100D, 1500D, 200D);
     this.chartControl1.PrimaryYAxis.RangeType = Syncfusion.Windows.Forms.Chart.ChartAxisRangeType.Set;
     this.chartControl1.Size     = new System.Drawing.Size(700, 572);
     this.chartControl1.TabIndex = 0;
     this.chartControl1.Text     = "EssentialChart";
     //
     //
     //
     this.chartControl1.Title.Name = "Def_title";
     this.chartControl1.Title.Text = "EssentialChart";
     this.chartControl1.Titles.Add(this.chartControl1.Title);
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.AutoScroll       = true;
     this.panel1.AutoScrollMargin = new System.Drawing.Size(0, 20);
     this.panel1.BackColor        = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Controls.Add(this.checkBox3);
     this.panel1.Controls.Add(this.checkBox2);
     this.panel1.Controls.Add(this.colorPickerButton2);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.colorPickerButton1);
     this.panel1.Controls.Add(this.colorPickerButton3);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.radioButton2);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.comboBoxChartType);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.numericUpDown1);
     this.panel1.Controls.Add(this.radioButton1);
     this.panel1.Controls.Add(this.radioButton3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel1.Location = new System.Drawing.Point(698, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(260, 584);
     this.panel1.TabIndex = 3;
     //
     // checkBox1
     //
     this.checkBox1.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.checkBox1.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.checkBox1.Location        = new System.Drawing.Point(42, 610);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(84, 22);
     this.checkBox1.TabIndex        = 5;
     this.checkBox1.Text            = "3D View";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // checkBox3
     //
     this.checkBox3.AutoSize  = true;
     this.checkBox3.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.checkBox3.Location  = new System.Drawing.Point(42, 572);
     this.checkBox3.Name      = "checkBox3";
     this.checkBox3.Size      = new System.Drawing.Size(109, 24);
     this.checkBox3.TabIndex  = 15;
     this.checkBox3.Text      = "Display Text";
     this.checkBox3.UseVisualStyleBackColor = true;
     this.checkBox3.CheckedChanged         += new System.EventHandler(this.checkBox3_CheckedChanged);
     //
     // checkBox2
     //
     this.checkBox2.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.checkBox2.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox2.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.checkBox2.Location        = new System.Drawing.Point(42, 102);
     this.checkBox2.Name            = "checkBox2";
     this.checkBox2.Size            = new System.Drawing.Size(171, 34);
     this.checkBox2.TabIndex        = 8;
     this.checkBox2.Text            = "Invert Step Area";
     this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // colorPickerButton2
     //
     this.colorPickerButton2.BeforeTouchSize     = new System.Drawing.Size(90, 30);
     this.colorPickerButton2.ColorUISize         = new System.Drawing.Size(208, 230);
     this.colorPickerButton2.FlatStyle           = System.Windows.Forms.FlatStyle.Flat;
     this.colorPickerButton2.Font                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.colorPickerButton2.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.colorPickerButton2.IsBackStageButton   = false;
     this.colorPickerButton2.Location            = new System.Drawing.Point(137, 521);
     this.colorPickerButton2.Name                = "colorPickerButton2";
     this.colorPickerButton2.SelectedAsBackcolor = true;
     this.colorPickerButton2.Size                = new System.Drawing.Size(90, 30);
     this.colorPickerButton2.TabIndex            = 1;
     this.colorPickerButton2.ColorSelected      += new System.EventHandler(this.colorPickerButton_ColorSelected);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label3.Location  = new System.Drawing.Point(38, 148);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(113, 25);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Chart Series";
     //
     // colorPickerButton1
     //
     this.colorPickerButton1.BeforeTouchSize     = new System.Drawing.Size(90, 30);
     this.colorPickerButton1.ColorUISize         = new System.Drawing.Size(208, 230);
     this.colorPickerButton1.FlatStyle           = System.Windows.Forms.FlatStyle.Flat;
     this.colorPickerButton1.Font                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.colorPickerButton1.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.colorPickerButton1.IsBackStageButton   = false;
     this.colorPickerButton1.Location            = new System.Drawing.Point(42, 521);
     this.colorPickerButton1.Name                = "colorPickerButton1";
     this.colorPickerButton1.SelectedAsBackcolor = true;
     this.colorPickerButton1.Size                = new System.Drawing.Size(90, 30);
     this.colorPickerButton1.TabIndex            = 0;
     this.colorPickerButton1.ColorSelected      += new System.EventHandler(this.colorPickerButton_ColorSelected);
     //
     // colorPickerButton3
     //
     this.colorPickerButton3.BeforeTouchSize     = new System.Drawing.Size(100, 30);
     this.colorPickerButton3.ColorUISize         = new System.Drawing.Size(208, 230);
     this.colorPickerButton3.FlatStyle           = System.Windows.Forms.FlatStyle.Flat;
     this.colorPickerButton3.Font                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.colorPickerButton3.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.colorPickerButton3.IsBackStageButton   = false;
     this.colorPickerButton3.KeepFocusRectangle  = false;
     this.colorPickerButton3.Location            = new System.Drawing.Point(42, 439);
     this.colorPickerButton3.Name                = "colorPickerButton3";
     this.colorPickerButton3.SelectedAsBackcolor = true;
     this.colorPickerButton3.Size                = new System.Drawing.Size(100, 30);
     this.colorPickerButton3.TabIndex            = 9;
     this.colorPickerButton3.ColorSelected      += new System.EventHandler(this.colorPickerButton3_ColorSelected);
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label6.Location  = new System.Drawing.Point(38, 404);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(94, 20);
     this.label6.TabIndex  = 25;
     this.label6.Text      = "Border Color";
     //
     // radioButton2
     //
     this.radioButton2.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.radioButton2.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioButton2.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.radioButton2.Location        = new System.Drawing.Point(42, 220);
     this.radioButton2.Name            = "radioButton2";
     this.radioButton2.Size            = new System.Drawing.Size(72, 23);
     this.radioButton2.TabIndex        = 4;
     this.radioButton2.Text            = "Volvo";
     this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label7.Location  = new System.Drawing.Point(38, 485);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(97, 20);
     this.label7.TabIndex  = 12;
     this.label7.Text      = "Interior Color";
     //
     // comboBoxChartType
     //
     this.comboBoxChartType.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.comboBoxChartType.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxChartType.FlatStyle             = System.Windows.Forms.FlatStyle.System;
     this.comboBoxChartType.Font                  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxChartType.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.comboBoxChartType.Location              = new System.Drawing.Point(39, 67);
     this.comboBoxChartType.Name                  = "comboBoxChartType";
     this.comboBoxChartType.Size                  = new System.Drawing.Size(185, 29);
     this.comboBoxChartType.TabIndex              = 6;
     this.comboBoxChartType.SelectedIndexChanged += new System.EventHandler(this.comboBoxChartType_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label1.Location  = new System.Drawing.Point(37, 30);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(118, 24);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "Chart Type";
     //
     // numericUpDown1
     //
     this.numericUpDown1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.numericUpDown1.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numericUpDown1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.numericUpDown1.Location  = new System.Drawing.Point(42, 362);
     this.numericUpDown1.Maximum   = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     this.numericUpDown1.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(185, 27);
     this.numericUpDown1.TabIndex = 10;
     this.numericUpDown1.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // radioButton1
     //
     this.radioButton1.Checked         = true;
     this.radioButton1.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.radioButton1.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioButton1.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.radioButton1.Location        = new System.Drawing.Point(43, 184);
     this.radioButton1.Name            = "radioButton1";
     this.radioButton1.Size            = new System.Drawing.Size(56, 30);
     this.radioButton1.TabIndex        = 3;
     this.radioButton1.TabStop         = true;
     this.radioButton1.Text            = "Saab";
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // radioButton3
     //
     this.radioButton3.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.radioButton3.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioButton3.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.radioButton3.Location        = new System.Drawing.Point(42, 257);
     this.radioButton3.Name            = "radioButton3";
     this.radioButton3.Size            = new System.Drawing.Size(72, 16);
     this.radioButton3.TabIndex        = 15;
     this.radioButton3.Text            = "BMW";
     this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label2.Location  = new System.Drawing.Point(38, 329);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(118, 25);
     this.label2.TabIndex  = 11;
     this.label2.Text      = "Border Width";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label5.Location  = new System.Drawing.Point(38, 290);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(114, 25);
     this.label5.TabIndex  = 8;
     this.label5.Text      = "Border Style";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(958, 584);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.panel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(630, 452);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Area";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 2
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(FormMain));
     this.chartControl1         = new Syncfusion.Windows.Forms.Chart.ChartControl();
     this.panel1                = new System.Windows.Forms.Panel();
     this.panel3                = new System.Windows.Forms.Panel();
     this.label22               = new System.Windows.Forms.Label();
     this.radioButton1          = new System.Windows.Forms.RadioButton();
     this.colorPickerButton1    = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.radioButton2          = new System.Windows.Forms.RadioButton();
     this.label1                = new System.Windows.Forms.Label();
     this.checkBoxAutoHighlight = new System.Windows.Forms.CheckBox();
     this.panel2                = new System.Windows.Forms.Panel();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.ChartArea.CursorLocation  = new System.Drawing.Point(0, 0);
     this.chartControl1.ChartArea.CursorReDraw    = false;
     this.chartControl1.ChartArea.XAxesLayoutMode = Syncfusion.Windows.Forms.Chart.ChartAxesLayoutMode.SideBySide;
     this.chartControl1.ChartArea.YAxesLayoutMode = Syncfusion.Windows.Forms.Chart.ChartAxesLayoutMode.SideBySide;
     this.chartControl1.ChartAreaMargins          = new Syncfusion.Windows.Forms.Chart.ChartMargins(10, 10, 20, 10);
     this.chartControl1.ChartInterior             = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(209)))), ((int)(((byte)(226))))), System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(232)))), ((int)(((byte)(243))))));
     this.chartControl1.Cursor         = System.Windows.Forms.Cursors.Hand;
     this.chartControl1.DataSourceName = "";
     this.chartControl1.Font           = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl1.IsWindowLess   = false;
     //
     //
     //
     this.chartControl1.Legend.Font        = new System.Drawing.Font("Segoe UI", 10F);
     this.chartControl1.Legend.Location    = new System.Drawing.Point(58, 409);
     this.chartControl1.Legend.Orientation = Syncfusion.Windows.Forms.Chart.ChartOrientation.Horizontal;
     this.chartControl1.Legend.Position    = Syncfusion.Windows.Forms.Chart.ChartDock.Bottom;
     this.chartControl1.Localize           = null;
     this.chartControl1.Location           = new System.Drawing.Point(12, 12);
     this.chartControl1.Name = "chartControl1";
     this.chartControl1.PrimaryXAxis.Crossing = double.NaN;
     this.chartControl1.PrimaryXAxis.Margin   = true;
     this.chartControl1.PrimaryXAxis.SmartDateZoomMonthLevelLabelFormat = "m";
     this.chartControl1.PrimaryYAxis.Crossing = double.NaN;
     this.chartControl1.PrimaryYAxis.Margin   = true;
     this.chartControl1.PrimaryYAxis.SmartDateZoomMonthLevelLabelFormat = "m";
     this.chartControl1.Size     = new System.Drawing.Size(650, 486);
     this.chartControl1.TabIndex = 2;
     this.chartControl1.Text     = "Essential Chart";
     //
     //
     //
     this.chartControl1.Title.Name = "Def_title";
     this.chartControl1.Title.Text = "Essential Chart";
     this.chartControl1.Titles.Add(this.chartControl1.Title);
     this.chartControl1.ZoomOutIncrement = 1.5D;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.AutoSize  = true;
     this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.checkBoxAutoHighlight);
     this.panel1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.panel1.Location  = new System.Drawing.Point(700, 0);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(260, 590);
     this.panel1.TabIndex  = 3;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.label22);
     this.panel3.Controls.Add(this.radioButton1);
     this.panel3.Controls.Add(this.colorPickerButton1);
     this.panel3.Controls.Add(this.radioButton2);
     this.panel3.Location = new System.Drawing.Point(22, 100);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(171, 161);
     this.panel3.TabIndex = 6;
     //
     // label22
     //
     this.label22.AutoSize  = true;
     this.label22.BackColor = System.Drawing.Color.Transparent;
     this.label22.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label22.Location  = new System.Drawing.Point(27, 7);
     this.label22.Name      = "label22";
     this.label22.Size      = new System.Drawing.Size(116, 21);
     this.label22.TabIndex  = 4;
     this.label22.Text      = "Highlight Color";
     //
     // radioButton1
     //
     this.radioButton1.AutoSize        = true;
     this.radioButton1.Checked         = true;
     this.radioButton1.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.radioButton1.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.radioButton1.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioButton1.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.radioButton1.Location        = new System.Drawing.Point(30, 39);
     this.radioButton1.Name            = "radioButton1";
     this.radioButton1.Size            = new System.Drawing.Size(102, 25);
     this.radioButton1.TabIndex        = 0;
     this.radioButton1.TabStop         = true;
     this.radioButton1.Text            = "Automatic";
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // colorPickerButton1
     //
     this.colorPickerButton1.BackColor               = System.Drawing.Color.Transparent;
     this.colorPickerButton1.BeforeTouchSize         = new System.Drawing.Size(100, 30);
     this.colorPickerButton1.ColorUISize             = new System.Drawing.Size(208, 230);
     this.colorPickerButton1.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.colorPickerButton1.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.colorPickerButton1.Font                    = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.colorPickerButton1.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.colorPickerButton1.IsBackStageButton       = false;
     this.colorPickerButton1.Location                = new System.Drawing.Point(30, 107);
     this.colorPickerButton1.Name                    = "colorPickerButton1";
     this.colorPickerButton1.SelectedAsBackcolor     = true;
     this.colorPickerButton1.SelectedColor           = System.Drawing.Color.Transparent;
     this.colorPickerButton1.Size                    = new System.Drawing.Size(100, 30);
     this.colorPickerButton1.TabIndex                = 2;
     this.colorPickerButton1.UseVisualStyleBackColor = false;
     this.colorPickerButton1.ColorSelected          += new System.EventHandler(this.Color_Selected);
     //
     // radioButton2
     //
     this.radioButton2.AutoSize        = true;
     this.radioButton2.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.radioButton2.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.radioButton2.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioButton2.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.radioButton2.Location        = new System.Drawing.Point(30, 70);
     this.radioButton2.Name            = "radioButton2";
     this.radioButton2.Size            = new System.Drawing.Size(85, 25);
     this.radioButton2.TabIndex        = 1;
     this.radioButton2.Text            = "Specific";
     this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label1.Location  = new System.Drawing.Point(49, 30);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(90, 25);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "Highlight";
     //
     // checkBoxAutoHighlight
     //
     this.checkBoxAutoHighlight.AutoSize        = true;
     this.checkBoxAutoHighlight.Checked         = true;
     this.checkBoxAutoHighlight.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAutoHighlight.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.checkBoxAutoHighlight.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.checkBoxAutoHighlight.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxAutoHighlight.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.checkBoxAutoHighlight.Location        = new System.Drawing.Point(54, 71);
     this.checkBoxAutoHighlight.Name            = "checkBoxAutoHighlight";
     this.checkBoxAutoHighlight.Size            = new System.Drawing.Size(66, 25);
     this.checkBoxAutoHighlight.TabIndex        = 0;
     this.checkBoxAutoHighlight.Text            = "Auto";
     this.checkBoxAutoHighlight.CheckedChanged += new System.EventHandler(this.checkBoxAutoHighlight_CheckedChanged);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.chartControl1);
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(700, 580);
     this.panel2.TabIndex = 4;
     //
     // FormMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(954, 581);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(527, 488);
     this.Name          = "FormMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Auto Highlight ";
     this.Load         += new System.EventHandler(this.FormMain_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 3
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));
     this.CBox_TooltipFormat   = new System.Windows.Forms.ComboBox();
     this.label1               = new System.Windows.Forms.Label();
     this.autoLabel6           = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.ChartAreaTooltip     = new System.Windows.Forms.CheckBox();
     this.ShowTooltip          = new System.Windows.Forms.CheckBox();
     this.checkBoxChartToolTip = new System.Windows.Forms.CheckBox();
     this.SeriesPointToolTip   = new System.Windows.Forms.CheckBox();
     this.label22              = new System.Windows.Forms.Label();
     this.chartControl1        = new Syncfusion.Windows.Forms.Chart.ChartControl();
     this.panel3               = new System.Windows.Forms.Panel();
     this.numericUpDown1       = new System.Windows.Forms.NumericUpDown();
     this.comboBox2            = new System.Windows.Forms.ComboBox();
     this.BorderColorPicker    = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.FontColorPicker      = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.autoLabel7           = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.colorPicker_FancyToolTipBackColor = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.comboBox1    = new System.Windows.Forms.ComboBox();
     this.autoLabel3   = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.autoLabel2   = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.label4       = new System.Windows.Forms.Label();
     this.autoLabel1   = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.Ser1CheckBox = new System.Windows.Forms.CheckBox();
     this.autoLabel4   = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.Ser2CheckBox = new System.Windows.Forms.CheckBox();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // CBox_TooltipFormat
     //
     this.CBox_TooltipFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CBox_TooltipFormat.Font          = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CBox_TooltipFormat.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.CBox_TooltipFormat.Items.AddRange(new object[] {
         " Series Name",
         " SeriesStyle.ToolTip",
         " SeriesStyle[i].ToolTip",
         " Series.Points[ index ].X",
         " Series.Points[ index ].YValues[i]"
     });
     this.CBox_TooltipFormat.Location              = new System.Drawing.Point(44, 231);
     this.CBox_TooltipFormat.Name                  = "CBox_TooltipFormat";
     this.CBox_TooltipFormat.Size                  = new System.Drawing.Size(172, 28);
     this.CBox_TooltipFormat.TabIndex              = 3;
     this.CBox_TooltipFormat.SelectedIndexChanged += new System.EventHandler(this.TooltipFormat_Changed);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label1.Location  = new System.Drawing.Point(41, 198);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(115, 21);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "ToolTip Format";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // autoLabel6
     //
     this.autoLabel6.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.autoLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.autoLabel6.Location  = new System.Drawing.Point(41, 675);
     this.autoLabel6.Name      = "autoLabel6";
     this.autoLabel6.Size      = new System.Drawing.Size(41, 20);
     this.autoLabel6.TabIndex  = 8;
     this.autoLabel6.Text      = "Style";
     //
     // ChartAreaTooltip
     //
     this.ChartAreaTooltip.AutoSize        = true;
     this.ChartAreaTooltip.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ChartAreaTooltip.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.ChartAreaTooltip.Location        = new System.Drawing.Point(45, 131);
     this.ChartAreaTooltip.Name            = "ChartAreaTooltip";
     this.ChartAreaTooltip.Size            = new System.Drawing.Size(153, 24);
     this.ChartAreaTooltip.TabIndex        = 2;
     this.ChartAreaTooltip.Text            = "Chart Area ToolTip";
     this.ChartAreaTooltip.CheckedChanged += new System.EventHandler(this.ChartAreaTooltip_CheckedChanged);
     //
     // ShowTooltip
     //
     this.ShowTooltip.AutoSize   = true;
     this.ShowTooltip.BackColor  = System.Drawing.Color.Transparent;
     this.ShowTooltip.Checked    = true;
     this.ShowTooltip.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ShowTooltip.Font       = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ShowTooltip.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.ShowTooltip.Location   = new System.Drawing.Point(45, 68);
     this.ShowTooltip.Name       = "ShowTooltip";
     this.ShowTooltip.Size       = new System.Drawing.Size(119, 24);
     this.ShowTooltip.TabIndex   = 1;
     this.ShowTooltip.Text       = "Show ToolTip";
     this.ShowTooltip.UseVisualStyleBackColor = false;
     this.ShowTooltip.CheckedChanged         += new System.EventHandler(this.ShowTooltip_CheckedChanged);
     //
     // checkBoxChartToolTip
     //
     this.checkBoxChartToolTip.AutoSize        = true;
     this.checkBoxChartToolTip.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxChartToolTip.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.checkBoxChartToolTip.Location        = new System.Drawing.Point(45, 100);
     this.checkBoxChartToolTip.Name            = "checkBoxChartToolTip";
     this.checkBoxChartToolTip.Size            = new System.Drawing.Size(118, 24);
     this.checkBoxChartToolTip.TabIndex        = 3;
     this.checkBoxChartToolTip.Text            = "Chart ToolTip";
     this.checkBoxChartToolTip.CheckedChanged += new System.EventHandler(this.checkBoxChartToolTip_CheckedChanged);
     //
     // SeriesPointToolTip
     //
     this.SeriesPointToolTip.AutoSize        = true;
     this.SeriesPointToolTip.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SeriesPointToolTip.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.SeriesPointToolTip.Location        = new System.Drawing.Point(45, 163);
     this.SeriesPointToolTip.Name            = "SeriesPointToolTip";
     this.SeriesPointToolTip.Size            = new System.Drawing.Size(160, 24);
     this.SeriesPointToolTip.TabIndex        = 4;
     this.SeriesPointToolTip.Text            = "Series Point ToolTip";
     this.SeriesPointToolTip.CheckedChanged += new System.EventHandler(this.SeriesPointToolTip_CheckedChanged);
     //
     // label22
     //
     this.label22.Font        = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label22.ImageAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.label22.Location    = new System.Drawing.Point(39, 30);
     this.label22.Name        = "label22";
     this.label22.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label22.Size        = new System.Drawing.Size(132, 27);
     this.label22.TabIndex    = 108;
     this.label22.Text        = "Tool Tips";
     this.label22.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chartControl1
     //
     this.chartControl1.ChartArea.BackInterior   = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.None, System.Drawing.Color.White, System.Drawing.Color.White);
     this.chartControl1.ChartArea.CursorLocation = new System.Drawing.Point(0, 0);
     this.chartControl1.ChartArea.CursorReDraw   = false;
     this.chartControl1.ChartAreaMargins         = new Syncfusion.Windows.Forms.Chart.ChartMargins(10, 10, 20, 10);
     this.chartControl1.DataSourceName           = "";
     this.chartControl1.IsWindowLess             = false;
     //
     //
     //
     this.chartControl1.Legend.Location        = new System.Drawing.Point(581, 75);
     this.chartControl1.Localize               = null;
     this.chartControl1.Location               = new System.Drawing.Point(0, 0);
     this.chartControl1.Name                   = "chartControl1";
     this.chartControl1.PrimaryXAxis.Crossing  = double.NaN;
     this.chartControl1.PrimaryXAxis.Margin    = true;
     this.chartControl1.PrimaryYAxis.Crossing  = double.NaN;
     this.chartControl1.PrimaryYAxis.ForceZero = true;
     this.chartControl1.PrimaryYAxis.Margin    = true;
     this.chartControl1.PrimaryYAxis.Range     = new Syncfusion.Windows.Forms.Chart.MinMaxInfo(0D, 100D, 20D);
     this.chartControl1.PrimaryYAxis.RangeType = Syncfusion.Windows.Forms.Chart.ChartAxisRangeType.Set;
     this.chartControl1.Size                   = new System.Drawing.Size(700, 580);
     this.chartControl1.TabIndex               = 112;
     this.chartControl1.Text                   = "chartControl1";
     //
     //
     //
     this.chartControl1.Title.Name = "Def_title";
     this.chartControl1.Title.Text = "chartControl1";
     this.chartControl1.Titles.Add(this.chartControl1.Title);
     //
     // panel3
     //
     this.panel3.AutoScroll       = true;
     this.panel3.AutoScrollMargin = new System.Drawing.Size(0, 20);
     this.panel3.BackColor        = System.Drawing.Color.WhiteSmoke;
     this.panel3.Controls.Add(this.numericUpDown1);
     this.panel3.Controls.Add(this.comboBox2);
     this.panel3.Controls.Add(this.BorderColorPicker);
     this.panel3.Controls.Add(this.FontColorPicker);
     this.panel3.Controls.Add(this.autoLabel7);
     this.panel3.Controls.Add(this.colorPicker_FancyToolTipBackColor);
     this.panel3.Controls.Add(this.comboBox1);
     this.panel3.Controls.Add(this.autoLabel3);
     this.panel3.Controls.Add(this.autoLabel6);
     this.panel3.Controls.Add(this.autoLabel2);
     this.panel3.Controls.Add(this.label22);
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.CBox_TooltipFormat);
     this.panel3.Controls.Add(this.autoLabel1);
     this.panel3.Controls.Add(this.SeriesPointToolTip);
     this.panel3.Controls.Add(this.Ser1CheckBox);
     this.panel3.Controls.Add(this.autoLabel4);
     this.panel3.Controls.Add(this.label1);
     this.panel3.Controls.Add(this.checkBoxChartToolTip);
     this.panel3.Controls.Add(this.Ser2CheckBox);
     this.panel3.Controls.Add(this.ChartAreaTooltip);
     this.panel3.Controls.Add(this.ShowTooltip);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel3.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel3.Location = new System.Drawing.Point(694, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(260, 584);
     this.panel3.TabIndex = 119;
     //
     // numericUpDown1
     //
     this.numericUpDown1.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numericUpDown1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.numericUpDown1.Location  = new System.Drawing.Point(45, 631);
     this.numericUpDown1.Maximum   = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(172, 27);
     this.numericUpDown1.TabIndex = 118;
     this.numericUpDown1.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // comboBox2
     //
     this.comboBox2.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.Font                  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox2.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.comboBox2.FormattingEnabled     = true;
     this.comboBox2.Location              = new System.Drawing.Point(45, 776);
     this.comboBox2.Name                  = "comboBox2";
     this.comboBox2.Size                  = new System.Drawing.Size(172, 29);
     this.comboBox2.Sorted                = true;
     this.comboBox2.TabIndex              = 17;
     this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
     //
     // BorderColorPicker
     //
     this.BorderColorPicker.BackColor               = System.Drawing.Color.Black;
     this.BorderColorPicker.BeforeTouchSize         = new System.Drawing.Size(100, 30);
     this.BorderColorPicker.ColorUISize             = new System.Drawing.Size(208, 230);
     this.BorderColorPicker.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.BorderColorPicker.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.BorderColorPicker.Font                    = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BorderColorPicker.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.BorderColorPicker.IsBackStageButton       = false;
     this.BorderColorPicker.Location                = new System.Drawing.Point(45, 559);
     this.BorderColorPicker.Name                    = "BorderColorPicker";
     this.BorderColorPicker.SelectedAsBackcolor     = true;
     this.BorderColorPicker.SelectedColor           = System.Drawing.Color.Black;
     this.BorderColorPicker.Size                    = new System.Drawing.Size(100, 30);
     this.BorderColorPicker.TabIndex                = 14;
     this.BorderColorPicker.UseVisualStyleBackColor = false;
     this.BorderColorPicker.ColorSelected          += new System.EventHandler(this.colorPickerButton1_ColorSelected);
     //
     // FontColorPicker
     //
     this.FontColorPicker.BackColor               = System.Drawing.Color.Black;
     this.FontColorPicker.BeforeTouchSize         = new System.Drawing.Size(100, 30);
     this.FontColorPicker.ColorUISize             = new System.Drawing.Size(208, 230);
     this.FontColorPicker.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.FontColorPicker.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.FontColorPicker.Font                    = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FontColorPicker.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.FontColorPicker.IsBackStageButton       = false;
     this.FontColorPicker.Location                = new System.Drawing.Point(45, 491);
     this.FontColorPicker.Name                    = "FontColorPicker";
     this.FontColorPicker.SelectedAsBackcolor     = true;
     this.FontColorPicker.SelectedColor           = System.Drawing.Color.Black;
     this.FontColorPicker.Size                    = new System.Drawing.Size(100, 30);
     this.FontColorPicker.TabIndex                = 14;
     this.FontColorPicker.UseVisualStyleBackColor = false;
     this.FontColorPicker.ColorSelected          += new System.EventHandler(this.FontColorPicker_ColorSelected);
     //
     // autoLabel7
     //
     this.autoLabel7.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.autoLabel7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.autoLabel7.Location  = new System.Drawing.Point(41, 743);
     this.autoLabel7.Name      = "autoLabel7";
     this.autoLabel7.Size      = new System.Drawing.Size(63, 21);
     this.autoLabel7.TabIndex  = 9;
     this.autoLabel7.Text      = "Symbol";
     //
     // colorPicker_FancyToolTipBackColor
     //
     this.colorPicker_FancyToolTipBackColor.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.colorPicker_FancyToolTipBackColor.BeforeTouchSize         = new System.Drawing.Size(100, 30);
     this.colorPicker_FancyToolTipBackColor.ColorUISize             = new System.Drawing.Size(208, 230);
     this.colorPicker_FancyToolTipBackColor.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.colorPicker_FancyToolTipBackColor.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.colorPicker_FancyToolTipBackColor.Font                    = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.colorPicker_FancyToolTipBackColor.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.colorPicker_FancyToolTipBackColor.IsBackStageButton       = false;
     this.colorPicker_FancyToolTipBackColor.Location                = new System.Drawing.Point(44, 420);
     this.colorPicker_FancyToolTipBackColor.Name                    = "colorPicker_FancyToolTipBackColor";
     this.colorPicker_FancyToolTipBackColor.SelectedAsBackcolor     = true;
     this.colorPicker_FancyToolTipBackColor.SelectedColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.colorPicker_FancyToolTipBackColor.Size                    = new System.Drawing.Size(100, 30);
     this.colorPicker_FancyToolTipBackColor.TabIndex                = 14;
     this.colorPicker_FancyToolTipBackColor.UseVisualStyleBackColor = false;
     this.colorPicker_FancyToolTipBackColor.ColorSelected          += new System.EventHandler(this.colorPicker_FancyToolTipBackColor_ColorSelected);
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.DropDownWidth     = 105;
     this.comboBox1.Font              = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "Ellipse",
         "Rectangle",
         "SmoothRectangle"
     });
     this.comboBox1.Location              = new System.Drawing.Point(45, 701);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(172, 28);
     this.comboBox1.Sorted                = true;
     this.comboBox1.TabIndex              = 16;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // autoLabel3
     //
     this.autoLabel3.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.autoLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.autoLabel3.Location  = new System.Drawing.Point(41, 603);
     this.autoLabel3.Name      = "autoLabel3";
     this.autoLabel3.Size      = new System.Drawing.Size(98, 20);
     this.autoLabel3.TabIndex  = 2;
     this.autoLabel3.Text      = "Border Width";
     //
     // autoLabel2
     //
     this.autoLabel2.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.autoLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.autoLabel2.Location  = new System.Drawing.Point(41, 532);
     this.autoLabel2.Name      = "autoLabel2";
     this.autoLabel2.Size      = new System.Drawing.Size(94, 20);
     this.autoLabel2.TabIndex  = 1;
     this.autoLabel2.Text      = "Border Color";
     //
     // label4
     //
     this.label4.Font        = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label4.ImageAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.label4.Location    = new System.Drawing.Point(41, 279);
     this.label4.Name        = "label4";
     this.label4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label4.Size        = new System.Drawing.Size(154, 27);
     this.label4.TabIndex    = 109;
     this.label4.Text        = "Fancy Tool Tips";
     this.label4.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // autoLabel1
     //
     this.autoLabel1.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.autoLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.autoLabel1.Location  = new System.Drawing.Point(41, 392);
     this.autoLabel1.Name      = "autoLabel1";
     this.autoLabel1.Size      = new System.Drawing.Size(80, 20);
     this.autoLabel1.TabIndex  = 116;
     this.autoLabel1.Text      = "Back Color";
     //
     // Ser1CheckBox
     //
     this.Ser1CheckBox.AutoSize  = true;
     this.Ser1CheckBox.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Ser1CheckBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.Ser1CheckBox.Location  = new System.Drawing.Point(45, 319);
     this.Ser1CheckBox.Name      = "Ser1CheckBox";
     this.Ser1CheckBox.Size      = new System.Drawing.Size(75, 24);
     this.Ser1CheckBox.TabIndex  = 19;
     this.Ser1CheckBox.Text      = "Series1";
     this.Ser1CheckBox.UseVisualStyleBackColor = true;
     this.Ser1CheckBox.CheckedChanged         += new System.EventHandler(this.Ser1CheckBox_CheckedChanged);
     //
     // autoLabel4
     //
     this.autoLabel4.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.autoLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.autoLabel4.Location  = new System.Drawing.Point(41, 463);
     this.autoLabel4.Name      = "autoLabel4";
     this.autoLabel4.Size      = new System.Drawing.Size(78, 20);
     this.autoLabel4.TabIndex  = 5;
     this.autoLabel4.Text      = "Fore Color";
     //
     // Ser2CheckBox
     //
     this.Ser2CheckBox.AutoSize  = true;
     this.Ser2CheckBox.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Ser2CheckBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.Ser2CheckBox.Location  = new System.Drawing.Point(45, 353);
     this.Ser2CheckBox.Name      = "Ser2CheckBox";
     this.Ser2CheckBox.Size      = new System.Drawing.Size(75, 24);
     this.Ser2CheckBox.TabIndex  = 20;
     this.Ser2CheckBox.Text      = "Series2";
     this.Ser2CheckBox.UseVisualStyleBackColor = true;
     this.Ser2CheckBox.CheckedChanged         += new System.EventHandler(this.Ser2CheckBox_CheckedChanged);
     //
     // Form1
     //
     this.BackColor  = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(954, 584);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.panel3);
     this.Icon                = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize         = new System.Drawing.Size(582, 620);
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Name                = "Form1";
     this.StartPosition       = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text                = "Tooltip";
     this.Load               += new System.EventHandler(this.Form1_Load);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 4
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));
     this.label12            = new System.Windows.Forms.Label();
     this.numericUpDown3     = new System.Windows.Forms.NumericUpDown();
     this.checkBox3          = new System.Windows.Forms.CheckBox();
     this.label9             = new System.Windows.Forms.Label();
     this.checkBox1          = new System.Windows.Forms.CheckBox();
     this.comboBox3          = new System.Windows.Forms.ComboBox();
     this.label3             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.numericUpDown2     = new System.Windows.Forms.NumericUpDown();
     this.label8             = new System.Windows.Forms.Label();
     this.numericUpDown1     = new System.Windows.Forms.NumericUpDown();
     this.chartControl1      = new Syncfusion.Windows.Forms.Chart.ChartControl();
     this.checkBox2          = new System.Windows.Forms.CheckBox();
     this.exportCheckBox     = new System.Windows.Forms.CheckBox();
     this.colorPickerButton1 = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.label1             = new System.Windows.Forms.Label();
     this.colorPickerButton2 = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.label4             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.colorPickerButton3 = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.button1            = new System.Windows.Forms.Button();
     this.checkBox4          = new System.Windows.Forms.CheckBox();
     this.comboBox1          = new System.Windows.Forms.ComboBox();
     this.label2             = new System.Windows.Forms.Label();
     this.panel3             = new System.Windows.Forms.Panel();
     this.label7             = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label12.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label12.Location  = new System.Drawing.Point(37, 766);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(98, 20);
     this.label12.TabIndex  = 22;
     this.label12.Text      = "Border Width";
     //
     // numericUpDown3
     //
     this.numericUpDown3.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numericUpDown3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.numericUpDown3.Location  = new System.Drawing.Point(36, 792);
     this.numericUpDown3.Maximum   = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     this.numericUpDown3.Name     = "numericUpDown3";
     this.numericUpDown3.ReadOnly = true;
     this.numericUpDown3.Size     = new System.Drawing.Size(189, 27);
     this.numericUpDown3.TabIndex = 21;
     this.numericUpDown3.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown3.ValueChanged += new System.EventHandler(this.numericUpDown3_ValueChanged);
     //
     // checkBox3
     //
     this.checkBox3.AutoSize        = true;
     this.checkBox3.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.checkBox3.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.checkBox3.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox3.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.checkBox3.Location        = new System.Drawing.Point(36, 171);
     this.checkBox3.Name            = "checkBox3";
     this.checkBox3.Size            = new System.Drawing.Size(119, 25);
     this.checkBox3.TabIndex        = 18;
     this.checkBox3.Text            = "Show Dialog";
     this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
     //
     // label9
     //
     this.label9.BackColor   = System.Drawing.Color.Transparent;
     this.label9.Font        = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label9.ImageAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.label9.Location    = new System.Drawing.Point(27, 30);
     this.label9.Name        = "label9";
     this.label9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label9.Size        = new System.Drawing.Size(153, 32);
     this.label9.TabIndex    = 4;
     this.label9.Text        = "Toolbar Settings";
     this.label9.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize        = true;
     this.checkBox1.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.checkBox1.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.checkBox1.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.checkBox1.Location        = new System.Drawing.Point(36, 136);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(119, 25);
     this.checkBox1.TabIndex        = 2;
     this.checkBox1.Text            = "Show Border";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkbox1_changed);
     //
     // comboBox3
     //
     this.comboBox3.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox3.Font          = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox3.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.comboBox3.Items.AddRange(new object[] {
         "Left",
         "Right",
         "Top",
         "Bottom",
         "Floating"
     });
     this.comboBox3.Location              = new System.Drawing.Point(36, 325);
     this.comboBox3.Name                  = "comboBox3";
     this.comboBox3.Size                  = new System.Drawing.Size(189, 28);
     this.comboBox3.TabIndex              = 8;
     this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label3.Location  = new System.Drawing.Point(37, 296);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(62, 20);
     this.label3.TabIndex  = 9;
     this.label3.Text      = "Position";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label6.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label6.Location  = new System.Drawing.Point(35, 482);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(62, 20);
     this.label6.TabIndex  = 22;
     this.label6.Text      = "Spacing";
     //
     // numericUpDown2
     //
     this.numericUpDown2.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numericUpDown2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.numericUpDown2.Location  = new System.Drawing.Point(36, 511);
     this.numericUpDown2.Maximum   = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numericUpDown2.Name     = "numericUpDown2";
     this.numericUpDown2.ReadOnly = true;
     this.numericUpDown2.Size     = new System.Drawing.Size(189, 27);
     this.numericUpDown2.TabIndex = 21;
     this.numericUpDown2.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label8.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label8.Location  = new System.Drawing.Point(37, 417);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(58, 20);
     this.label8.TabIndex  = 20;
     this.label8.Text      = "Header";
     //
     // numericUpDown1
     //
     this.numericUpDown1.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numericUpDown1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.numericUpDown1.Location  = new System.Drawing.Point(36, 446);
     this.numericUpDown1.Maximum   = new decimal(new int[] {
         15,
         0,
         0,
         0
     });
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.ReadOnly = true;
     this.numericUpDown1.Size     = new System.Drawing.Size(189, 27);
     this.numericUpDown1.TabIndex = 19;
     this.numericUpDown1.Value    = new decimal(new int[] {
         7,
         0,
         0,
         0
     });
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // chartControl1
     //
     this.chartControl1.BackInterior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.None, System.Drawing.Color.White, System.Drawing.Color.White);
     this.chartControl1.BorderAppearance.BaseColor          = System.Drawing.Color.Transparent;
     this.chartControl1.BorderAppearance.Interior.ForeColor = System.Drawing.Color.Transparent;
     this.chartControl1.ChartArea.BackInterior    = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.Transparent, System.Drawing.Color.Transparent);
     this.chartControl1.ChartArea.CursorLocation  = new System.Drawing.Point(0, 0);
     this.chartControl1.ChartArea.CursorReDraw    = false;
     this.chartControl1.ChartArea.XAxesLayoutMode = Syncfusion.Windows.Forms.Chart.ChartAxesLayoutMode.SideBySide;
     this.chartControl1.ChartArea.YAxesLayoutMode = Syncfusion.Windows.Forms.Chart.ChartAxesLayoutMode.SideBySide;
     this.chartControl1.ChartAreaMargins          = new Syncfusion.Windows.Forms.Chart.ChartMargins(10, 10, 20, 10);
     this.chartControl1.ChartInterior             = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.PathRectangle, System.Drawing.Color.WhiteSmoke, System.Drawing.Color.Silver);
     this.chartControl1.DataSourceName            = "";
     this.chartControl1.IsWindowLess = false;
     //
     //
     //
     this.chartControl1.Legend.Font        = new System.Drawing.Font("Verdana", 10F);
     this.chartControl1.Legend.Location    = new System.Drawing.Point(58, 76);
     this.chartControl1.Legend.Orientation = Syncfusion.Windows.Forms.Chart.ChartOrientation.Horizontal;
     this.chartControl1.Legend.Position    = Syncfusion.Windows.Forms.Chart.ChartDock.Top;
     this.chartControl1.Localize           = null;
     this.chartControl1.Location           = new System.Drawing.Point(0, 0);
     this.chartControl1.Name = "chartControl1";
     this.chartControl1.PrimaryXAxis.Crossing = double.NaN;
     this.chartControl1.PrimaryXAxis.Margin   = true;
     this.chartControl1.PrimaryXAxis.SmartDateZoomMonthLevelLabelFormat = "m";
     this.chartControl1.PrimaryYAxis.Crossing  = double.NaN;
     this.chartControl1.PrimaryYAxis.Margin    = true;
     this.chartControl1.PrimaryYAxis.Range     = new Syncfusion.Windows.Forms.Chart.MinMaxInfo(0D, 500D, 100D);
     this.chartControl1.PrimaryYAxis.RangeType = Syncfusion.Windows.Forms.Chart.ChartAxisRangeType.Set;
     this.chartControl1.PrimaryYAxis.SmartDateZoomMonthLevelLabelFormat = "m";
     //
     //
     //
     this.chartControl1.PrintDocument.ColorMode = Syncfusion.Windows.Forms.Chart.ChartPrintColorMode.GrayScale;
     this.chartControl1.ShowToolbar             = true;
     this.chartControl1.ShowToolTips            = true;
     this.chartControl1.Size     = new System.Drawing.Size(700, 580);
     this.chartControl1.TabIndex = 0;
     //
     //
     //
     this.chartControl1.Title.Name = "Def_title";
     this.chartControl1.Title.Text = "";
     this.chartControl1.Titles.Add(this.chartControl1.Title);
     this.chartControl1.ToolBar.BackColor        = System.Drawing.Color.Transparent;
     this.chartControl1.ToolBar.Border.BackColor = System.Drawing.Color.DodgerBlue;
     this.chartControl1.ToolBar.Border.ForeColor = System.Drawing.Color.DodgerBlue;
     this.chartControl1.ToolBar.ButtonBackColor  = System.Drawing.Color.White;
     this.chartControl1.ToolBar.ButtonSize       = new System.Drawing.Size(28, 28);
     this.chartControl1.ToolBar.Header           = 7;
     this.chartControl1.ToolBar.IconPadding      = 5;
     this.chartControl1.ToolBar.Padding          = 5;
     this.chartControl1.ToolBar.ShowBorder       = false;
     this.chartControl1.ToolBar.ShowGrip         = false;
     this.chartControl1.ToolBar.Spacing          = 2;
     this.chartControl1.ToolBar.Visible          = true;
     this.chartControl1.ZoomOutIncrement         = 1.5D;
     //
     // checkBox2
     //
     this.checkBox2.AutoSize        = true;
     this.checkBox2.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.checkBox2.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.checkBox2.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox2.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.checkBox2.Location        = new System.Drawing.Point(36, 103);
     this.checkBox2.Name            = "checkBox2";
     this.checkBox2.Size            = new System.Drawing.Size(102, 25);
     this.checkBox2.TabIndex        = 25;
     this.checkBox2.Text            = "Show Grip";
     this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // exportCheckBox
     //
     this.exportCheckBox.Text            = "Export Chart with toolbar";
     this.exportCheckBox.AutoSize        = true;
     this.exportCheckBox.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.exportCheckBox.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.exportCheckBox.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.exportCheckBox.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.exportCheckBox.Location        = new System.Drawing.Point(36, 200);
     this.exportCheckBox.Name            = "exportCheckBox";
     this.exportCheckBox.Size            = new System.Drawing.Size(167, 36);
     this.checkBox2.TabIndex             = 26;
     this.exportCheckBox.Checked         = true;
     this.exportCheckBox.CheckedChanged += exportCheckBox_CheckedChanged;
     //
     // colorPickerButton1
     //
     this.colorPickerButton1.BackColor               = System.Drawing.Color.Transparent;
     this.colorPickerButton1.BeforeTouchSize         = new System.Drawing.Size(100, 30);
     this.colorPickerButton1.ColorUISize             = new System.Drawing.Size(208, 230);
     this.colorPickerButton1.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.colorPickerButton1.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.colorPickerButton1.Font                    = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.colorPickerButton1.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.colorPickerButton1.IsBackStageButton       = false;
     this.colorPickerButton1.Location                = new System.Drawing.Point(36, 581);
     this.colorPickerButton1.Name                    = "colorPickerButton1";
     this.colorPickerButton1.SelectedAsBackcolor     = true;
     this.colorPickerButton1.SelectedColor           = System.Drawing.Color.Transparent;
     this.colorPickerButton1.Size                    = new System.Drawing.Size(100, 30);
     this.colorPickerButton1.TabIndex                = 14;
     this.colorPickerButton1.UseVisualStyleBackColor = false;
     this.colorPickerButton1.ColorSelected          += new System.EventHandler(this.colorPickerButton1_ColorSelected);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label1.Location  = new System.Drawing.Point(35, 553);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(76, 20);
     this.label1.TabIndex  = 78;
     this.label1.Text      = "BackColor";
     //
     // colorPickerButton2
     //
     this.colorPickerButton2.BackColor               = System.Drawing.Color.Transparent;
     this.colorPickerButton2.BeforeTouchSize         = new System.Drawing.Size(100, 30);
     this.colorPickerButton2.ColorUISize             = new System.Drawing.Size(208, 230);
     this.colorPickerButton2.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.colorPickerButton2.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.colorPickerButton2.Font                    = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.colorPickerButton2.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.colorPickerButton2.IsBackStageButton       = false;
     this.colorPickerButton2.Location                = new System.Drawing.Point(36, 653);
     this.colorPickerButton2.Name                    = "colorPickerButton2";
     this.colorPickerButton2.SelectedAsBackcolor     = true;
     this.colorPickerButton2.SelectedColor           = System.Drawing.Color.Transparent;
     this.colorPickerButton2.Size                    = new System.Drawing.Size(100, 30);
     this.colorPickerButton2.TabIndex                = 14;
     this.colorPickerButton2.UseVisualStyleBackColor = false;
     this.colorPickerButton2.ColorSelected          += new System.EventHandler(this.colorPickerButton2_ColorSelected);
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label4.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label4.Location  = new System.Drawing.Point(37, 626);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(122, 20);
     this.label4.TabIndex  = 80;
     this.label4.Text      = "Button ForeColor";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label5.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label5.Location  = new System.Drawing.Point(35, 697);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(124, 20);
     this.label5.TabIndex  = 82;
     this.label5.Text      = "Button BackColor";
     //
     // colorPickerButton3
     //
     this.colorPickerButton3.BackColor               = System.Drawing.Color.Transparent;
     this.colorPickerButton3.BeforeTouchSize         = new System.Drawing.Size(100, 30);
     this.colorPickerButton3.ColorUISize             = new System.Drawing.Size(208, 230);
     this.colorPickerButton3.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.colorPickerButton3.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.colorPickerButton3.Font                    = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.colorPickerButton3.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.colorPickerButton3.IsBackStageButton       = false;
     this.colorPickerButton3.Location                = new System.Drawing.Point(36, 724);
     this.colorPickerButton3.Name                    = "colorPickerButton3";
     this.colorPickerButton3.SelectedAsBackcolor     = true;
     this.colorPickerButton3.SelectedColor           = System.Drawing.Color.Transparent;
     this.colorPickerButton3.Size                    = new System.Drawing.Size(100, 30);
     this.colorPickerButton3.TabIndex                = 14;
     this.colorPickerButton3.UseVisualStyleBackColor = false;
     this.colorPickerButton3.ColorSelected          += new System.EventHandler(this.colorPickerButton3_ColorSelected);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(67, 659);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(96, 23);
     this.button1.TabIndex = 83;
     this.button1.Text     = "Add New Item";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // checkBox4
     //
     this.checkBox4.AutoSize        = true;
     this.checkBox4.Checked         = true;
     this.checkBox4.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkBox4.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.checkBox4.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.checkBox4.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox4.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.checkBox4.Location        = new System.Drawing.Point(36, 71);
     this.checkBox4.Name            = "checkBox4";
     this.checkBox4.Size            = new System.Drawing.Size(126, 25);
     this.checkBox4.TabIndex        = 84;
     this.checkBox4.Text            = "Show ToolBar";
     this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // comboBox1
     //
     this.comboBox1.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Font          = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.comboBox1.Items.AddRange(new object[] {
         "All",
         "Dockable",
         "Movable",
         "None"
     });
     this.comboBox1.Location              = new System.Drawing.Point(36, 259);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(189, 28);
     this.comboBox1.TabIndex              = 85;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label2.Location  = new System.Drawing.Point(37, 229);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(67, 20);
     this.label2.TabIndex  = 86;
     this.label2.Text      = "Behavior";
     //
     // panel3
     //
     this.panel3.Dock             = DockStyle.Right;
     this.panel3.AutoScroll       = true;
     this.panel3.AutoScrollMargin = new System.Drawing.Size(0, 20);
     this.panel3.BackColor        = System.Drawing.Color.WhiteSmoke;
     this.panel3.Controls.Add(this.numericUpDown3);
     this.panel3.Controls.Add(this.colorPickerButton3);
     this.panel3.Controls.Add(this.colorPickerButton2);
     this.panel3.Controls.Add(this.label12);
     this.panel3.Controls.Add(this.label5);
     this.panel3.Controls.Add(this.colorPickerButton1);
     this.panel3.Controls.Add(this.label7);
     this.panel3.Controls.Add(this.numericUpDown1);
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.comboBox1);
     this.panel3.Controls.Add(this.numericUpDown2);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Controls.Add(this.label8);
     this.panel3.Controls.Add(this.label1);
     this.panel3.Controls.Add(this.checkBox4);
     this.panel3.Controls.Add(this.checkBox2);
     this.panel3.Controls.Add(this.exportCheckBox);
     this.panel3.Controls.Add(this.label6);
     this.panel3.Controls.Add(this.checkBox1);
     this.panel3.Controls.Add(this.comboBox3);
     this.panel3.Controls.Add(this.checkBox3);
     this.panel3.Controls.Add(this.label9);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Location = new System.Drawing.Point(695, 1);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(260, 587);
     this.panel3.TabIndex = 87;
     //
     // label7
     //
     this.label7.BackColor   = System.Drawing.Color.Transparent;
     this.label7.Font        = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label7.ImageAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.label7.Location    = new System.Drawing.Point(31, 373);
     this.label7.Name        = "label7";
     this.label7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label7.Size        = new System.Drawing.Size(188, 33);
     this.label7.TabIndex    = 23;
     this.label7.Text        = "Appearance Settings";
     this.label7.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Form1
     //
     this.BackColor  = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(954, 584);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.button1);
     this.Icon                = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize         = new System.Drawing.Size(562, 620);
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Name                = "Form1";
     this.StartPosition       = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text                = "Toolbar";
     this.Load               += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 5
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();
     Syncfusion.Windows.Forms.Grid.GridRangeStyle   gridRangeStyle1 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
     Syncfusion.Windows.Forms.Grid.GridRangeStyle   gridRangeStyle2 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.gridControl1   = new Syncfusion.Windows.Forms.Grid.GridControl();
     this.gridControl2   = new Syncfusion.Windows.Forms.Grid.GridControl();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.label1         = new System.Windows.Forms.Label();
     this.BaseStyleColor = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.BaseStyleCheck = new System.Windows.Forms.CheckBox();
     this.Cell32Color    = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.Cell32Check    = new System.Windows.Forms.CheckBox();
     this.Column2Color   = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.Column2Check   = new System.Windows.Forms.CheckBox();
     this.Row3Color      = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.Row3Check      = new System.Windows.Forms.CheckBox();
     this.TableColor     = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.TableCheck     = new System.Windows.Forms.CheckBox();
     this.StandardColor  = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.StandardCheck  = new System.Windows.Forms.CheckBox();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.label2         = new System.Windows.Forms.Label();
     this.panel1         = new System.Windows.Forms.Panel();
     this.panel2         = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // gridControl1
     //
     this.gridControl1.DpiAware = true;
     this.gridControl1.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222)))));
     this.gridControl1.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.gridControl1.BorderStyle            = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gridControl1.ColCount               = 7;
     this.gridControl1.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid;
     this.gridControl1.Font = new System.Drawing.Font("Segoe UI", 9F);
     //this.gridControl1.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     //this.gridControl1.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridControl1.DefaultRowHeight = (int)DpiAware.LogicalToDeviceUnits(20.0f);
     this.gridControl1.Location         = new System.Drawing.Point(10, 111);
     //this.gridControl1.MetroScrollBars = true;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Properties.ForceImmediateRepaint = false;
     this.gridControl1.Properties.GridLineColor         = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.gridControl1.Properties.MarkColHeader         = false;
     this.gridControl1.Properties.MarkRowHeader         = false;
     gridRangeStyle1.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
     gridRangeStyle1.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     gridRangeStyle1.StyleInfo.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     gridRangeStyle1.StyleInfo.Font.Bold      = false;
     gridRangeStyle1.StyleInfo.Font.Facename  = "Segoe UI";
     gridRangeStyle1.StyleInfo.Font.Italic    = false;
     gridRangeStyle1.StyleInfo.Font.Size      = 9F;
     gridRangeStyle1.StyleInfo.Font.Strikeout = false;
     gridRangeStyle1.StyleInfo.Font.Underline = false;
     gridRangeStyle1.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridRangeStyle1.StyleInfo.Interior       = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.White);
     gridRangeStyle1.StyleInfo.TextColor      = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridControl1.RangeStyles.AddRange(new Syncfusion.Windows.Forms.Grid.GridRangeStyle[] {
         gridRangeStyle1
     });
     this.gridControl1.RowCount = 20;
     this.gridControl1.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 29)
     });
     this.gridControl1.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeAsRangeStylesIntoCode;
     this.gridControl1.Size          = new System.Drawing.Size(490, 443);
     this.gridControl1.SmartSizeBox  = false;
     this.gridControl1.TabIndex      = 0;
     this.gridControl1.Text          = "gridControl1";
     this.gridControl1.ThemesEnabled = true;
     this.gridControl1.UseRightToLeftCompatibleTextBox = true;
     //
     // gridControl2
     //
     this.gridControl2.DpiAware = true;
     this.gridControl2.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222)))));
     this.gridControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControl2.BorderStyle            = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gridControl2.ColCount               = 10;
     this.gridControl2.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid;
     this.gridControl2.Font = new System.Drawing.Font("Segoe UI", 9F);
     //this.gridControl2.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     //this.gridControl2.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridControl2.DefaultRowHeight = (int)DpiAware.LogicalToDeviceUnits(20.0f);
     this.gridControl2.Location         = new System.Drawing.Point(0, 100);
     //this.gridControl2.MetroScrollBars = true;
     this.gridControl2.Name = "gridControl2";
     this.gridControl2.Properties.ForceImmediateRepaint = false;
     this.gridControl2.Properties.GridLineColor         = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.gridControl2.Properties.MarkColHeader         = false;
     this.gridControl2.Properties.MarkRowHeader         = false;
     gridRangeStyle2.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
     gridRangeStyle2.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     gridRangeStyle2.StyleInfo.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     gridRangeStyle2.StyleInfo.Font.Bold      = false;
     gridRangeStyle2.StyleInfo.Font.Facename  = "Segoe UI";
     gridRangeStyle2.StyleInfo.Font.Italic    = false;
     gridRangeStyle2.StyleInfo.Font.Size      = 9F;
     gridRangeStyle2.StyleInfo.Font.Strikeout = false;
     gridRangeStyle2.StyleInfo.Font.Underline = false;
     gridRangeStyle2.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridRangeStyle2.StyleInfo.Interior       = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.White);
     gridRangeStyle2.StyleInfo.TextColor      = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridControl2.RangeStyles.AddRange(new Syncfusion.Windows.Forms.Grid.GridRangeStyle[] {
         gridRangeStyle2
     });
     this.gridControl2.RowCount = 9;
     this.gridControl2.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 29)
     });
     this.gridControl2.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeAsRangeStylesIntoCode;
     this.gridControl2.Size          = new System.Drawing.Size(300, 200);
     this.gridControl2.SmartSizeBox  = false;
     this.gridControl2.TabIndex      = 1;
     this.gridControl2.Text          = "gridControl2";
     this.gridControl2.ThemesEnabled = true;
     this.gridControl2.UseRightToLeftCompatibleTextBox = true;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.panel2);
     this.groupBox1.Controls.Add(this.panel1);
     //this.groupBox1.Controls.Add(this.BaseStyleColor);
     //this.groupBox1.Controls.Add(this.BaseStyleCheck);
     //this.groupBox1.Controls.Add(this.Cell32Color);
     //this.groupBox1.Controls.Add(this.Cell32Check);
     //this.groupBox1.Controls.Add(this.Column2Color);
     //this.groupBox1.Controls.Add(this.Column2Check);
     //this.groupBox1.Controls.Add(this.Row3Color);
     //this.groupBox1.Controls.Add(this.Row3Check);
     //this.groupBox1.Controls.Add(this.TableColor);
     //this.groupBox1.Controls.Add(this.TableCheck);
     //this.groupBox1.Controls.Add(this.StandardColor);
     //this.groupBox1.Controls.Add(this.StandardCheck);
     this.groupBox1.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.DimGray;
     this.groupBox1.Location  = new System.Drawing.Point(540, 14);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(450, 567);
     this.groupBox1.TabIndex  = 2;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Styles via StyleObjects";
     //
     // panel1
     //
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(15, 22);
     this.panel1.Size     = new System.Drawing.Size(300, 300);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.gridControl2);
     //
     // panel2
     //
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(15, 360);
     this.panel2.Size     = new System.Drawing.Size(300, 230);
     this.panel2.Controls.Add(this.StandardColor);
     this.panel2.Controls.Add(this.StandardCheck);
     this.panel2.Controls.Add(this.BaseStyleColor);
     this.panel2.Controls.Add(this.BaseStyleCheck);
     this.panel2.Controls.Add(this.TableColor);
     this.panel2.Controls.Add(this.TableCheck);
     this.panel2.Controls.Add(this.Column2Color);
     this.panel2.Controls.Add(this.Column2Check);
     this.panel2.Controls.Add(this.Row3Color);
     this.panel2.Controls.Add(this.Row3Check);
     this.panel2.Controls.Add(this.Cell32Color);
     this.panel2.Controls.Add(this.Cell32Check);
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.DimGray;
     this.label1.Location  = new System.Drawing.Point(0, 15);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(300, 74);
     this.label1.TabIndex  = 0;
     this.label1.Text      = resources.GetString("label1.Text");
     //
     // BaseStyleColor
     //
     this.BaseStyleColor.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(231)))), ((int)(((byte)(242)))));
     this.BaseStyleColor.BeforeTouchSize   = new System.Drawing.Size(75, 23);
     this.BaseStyleColor.ColorUISize       = new System.Drawing.Size(208, 230);
     this.BaseStyleColor.IsBackStageButton = false;
     this.BaseStyleColor.Location          = new System.Drawing.Point(45, 47);
     this.BaseStyleColor.Name                    = "BaseStyleColor";
     this.BaseStyleColor.SelectedColor           = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(231)))), ((int)(((byte)(242)))));
     this.BaseStyleColor.SelectedColorGroup      = Syncfusion.Windows.Forms.ColorUISelectedGroup.CustomColors;
     this.BaseStyleColor.Size                    = new System.Drawing.Size(75, 23);
     this.BaseStyleColor.TabIndex                = 17;
     this.BaseStyleColor.UseVisualStyleBackColor = false;
     //
     // BaseStyleCheck
     //
     this.BaseStyleCheck.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.BaseStyleCheck.Location        = new System.Drawing.Point(140, 47);
     this.BaseStyleCheck.Name            = "BaseStyleCheck";
     this.BaseStyleCheck.Size            = new System.Drawing.Size(135, 24);
     this.BaseStyleCheck.TabIndex        = 16;
     this.BaseStyleCheck.Text            = "GridBaseStyle";
     this.BaseStyleCheck.CheckedChanged += new System.EventHandler(this.ApplySettings);
     //
     // Cell32Color
     //
     this.Cell32Color.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(67)))), ((int)(((byte)(142)))));
     this.Cell32Color.BeforeTouchSize   = new System.Drawing.Size(75, 23);
     this.Cell32Color.ColorUISize       = new System.Drawing.Size(208, 230);
     this.Cell32Color.IsBackStageButton = false;
     this.Cell32Color.Location          = new System.Drawing.Point(45, 195);
     this.Cell32Color.Name                    = "Cell32Color";
     this.Cell32Color.SelectedColor           = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(67)))), ((int)(((byte)(142)))));
     this.Cell32Color.SelectedColorGroup      = Syncfusion.Windows.Forms.ColorUISelectedGroup.CustomColors;
     this.Cell32Color.Size                    = new System.Drawing.Size(75, 23);
     this.Cell32Color.TabIndex                = 25;
     this.Cell32Color.UseVisualStyleBackColor = false;
     //
     // Cell32Check
     //
     this.Cell32Check.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.Cell32Check.Location        = new System.Drawing.Point(140, 195);
     this.Cell32Check.Name            = "Cell32Check";
     this.Cell32Check.Size            = new System.Drawing.Size(160, 24);
     this.Cell32Check.TabIndex        = 24;
     this.Cell32Check.Text            = "Cell 3,2 GridStyleInfo";
     this.Cell32Check.CheckedChanged += new System.EventHandler(this.ApplySettings);
     //
     // Column2Color
     //
     this.Column2Color.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(191)))), ((int)(((byte)(117)))));
     this.Column2Color.BeforeTouchSize   = new System.Drawing.Size(75, 23);
     this.Column2Color.ColorUISize       = new System.Drawing.Size(208, 230);
     this.Column2Color.IsBackStageButton = false;
     this.Column2Color.Location          = new System.Drawing.Point(45, 121);
     this.Column2Color.Name                    = "Column2Color";
     this.Column2Color.SelectedColor           = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(191)))), ((int)(((byte)(117)))));
     this.Column2Color.SelectedColorGroup      = Syncfusion.Windows.Forms.ColorUISelectedGroup.CustomColors;
     this.Column2Color.Size                    = new System.Drawing.Size(75, 23);
     this.Column2Color.TabIndex                = 21;
     this.Column2Color.UseVisualStyleBackColor = false;
     //
     // Column2Check
     //
     this.Column2Check.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.Column2Check.Location        = new System.Drawing.Point(140, 121);
     this.Column2Check.Name            = "Column2Check";
     this.Column2Check.Size            = new System.Drawing.Size(160, 24);
     this.Column2Check.TabIndex        = 20;
     this.Column2Check.Text            = "Column2 GridStyleInfo";
     this.Column2Check.CheckedChanged += new System.EventHandler(this.ApplySettings);
     //
     // Row3Color
     //
     this.Row3Color.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(100)))), ((int)(((byte)(19)))));
     this.Row3Color.BeforeTouchSize   = new System.Drawing.Size(75, 23);
     this.Row3Color.ColorUISize       = new System.Drawing.Size(208, 20);
     this.Row3Color.IsBackStageButton = false;
     this.Row3Color.Location          = new System.Drawing.Point(45, 155);
     this.Row3Color.Name                    = "Row3Color";
     this.Row3Color.SelectedColor           = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(100)))), ((int)(((byte)(19)))));
     this.Row3Color.SelectedColorGroup      = Syncfusion.Windows.Forms.ColorUISelectedGroup.CustomColors;
     this.Row3Color.Size                    = new System.Drawing.Size(75, 23);
     this.Row3Color.TabIndex                = 23;
     this.Row3Color.UseVisualStyleBackColor = false;
     //
     // Row3Check
     //
     this.Row3Check.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.Row3Check.Location        = new System.Drawing.Point(140, 155);
     this.Row3Check.Name            = "Row3Check";
     this.Row3Check.Size            = new System.Drawing.Size(160, 24);
     this.Row3Check.TabIndex        = 22;
     this.Row3Check.Text            = "Row3 GridStyleInfo";
     this.Row3Check.CheckedChanged += new System.EventHandler(this.ApplySettings);
     //
     // TableColor
     //
     this.TableColor.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(214)))), ((int)(((byte)(233)))));
     this.TableColor.BeforeTouchSize   = new System.Drawing.Size(75, 23);
     this.TableColor.ColorUISize       = new System.Drawing.Size(208, 230);
     this.TableColor.IsBackStageButton = false;
     this.TableColor.Location          = new System.Drawing.Point(45, 84);
     this.TableColor.Name                    = "TableColor";
     this.TableColor.SelectedColor           = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(214)))), ((int)(((byte)(233)))));
     this.TableColor.SelectedColorGroup      = Syncfusion.Windows.Forms.ColorUISelectedGroup.CustomColors;
     this.TableColor.Size                    = new System.Drawing.Size(75, 23);
     this.TableColor.TabIndex                = 19;
     this.TableColor.UseVisualStyleBackColor = false;
     //
     // TableCheck
     //
     this.TableCheck.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.TableCheck.Location        = new System.Drawing.Point(140, 84);
     this.TableCheck.Name            = "TableCheck";
     this.TableCheck.Size            = new System.Drawing.Size(135, 24);
     this.TableCheck.TabIndex        = 18;
     this.TableCheck.Text            = "Table GridStyleInfo";
     this.TableCheck.CheckedChanged += new System.EventHandler(this.ApplySettings);
     //
     // StandardColor
     //
     this.StandardColor.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(191)))), ((int)(((byte)(242)))));
     this.StandardColor.BeforeTouchSize   = new System.Drawing.Size(75, 23);
     this.StandardColor.ColorUISize       = new System.Drawing.Size(208, 230);
     this.StandardColor.IsBackStageButton = false;
     this.StandardColor.Location          = new System.Drawing.Point(45, 10);
     this.StandardColor.Name                    = "StandardColor";
     this.StandardColor.SelectedColor           = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(191)))), ((int)(((byte)(242)))));
     this.StandardColor.SelectedColorGroup      = Syncfusion.Windows.Forms.ColorUISelectedGroup.CustomColors;
     this.StandardColor.Size                    = new System.Drawing.Size(75, 23);
     this.StandardColor.TabIndex                = 15;
     this.StandardColor.UseVisualStyleBackColor = false;
     //
     // StandardCheck
     //
     this.StandardCheck.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.StandardCheck.Location        = new System.Drawing.Point(140, 10);
     this.StandardCheck.Name            = "StandardCheck";
     this.StandardCheck.Size            = new System.Drawing.Size(152, 24);
     this.StandardCheck.TabIndex        = 14;
     this.StandardCheck.Text            = "Standard GridStyleInfo";
     this.StandardCheck.CheckedChanged += new System.EventHandler(this.ApplySettings);
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.gridControl1);
     this.groupBox2.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.ForeColor = System.Drawing.Color.DimGray;
     this.groupBox2.Location  = new System.Drawing.Point(12, 14);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(511, 567);
     this.groupBox2.TabIndex  = 3;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "CellStyles ";
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.DimGray;
     this.label2.Location  = new System.Drawing.Point(10, 34);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(493, 74);
     this.label2.TabIndex  = 27;
     this.label2.Text      = resources.GetString("label2.Text");
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(891, 595);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.MinimumSize = new System.Drawing.Size(670, 622);
     this.Name        = "Form1";
     this.Text        = "Grid Style ";
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 6
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();
     this.button2              = new Syncfusion.Windows.Forms.ButtonAdv();
     this.checkBox1            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label1               = new System.Windows.Forms.Label();
     this.comboBox1            = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.checkBox2            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox3            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox4            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox5            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox6            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.groupBox3            = new System.Windows.Forms.GroupBox();
     this.label4               = new System.Windows.Forms.Label();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.colorPickerButton2   = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.colorPickerButton1   = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox6)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     this.SuspendLayout();
     //
     // button2
     //
     this.button2.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button2.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.button2.BeforeTouchSize   = new System.Drawing.Size(174, 28);
     this.button2.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button2.FlatStyle         = FlatStyle.Flat;
     this.button2.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor         = System.Drawing.Color.White;
     this.button2.IsBackStageButton = false;
     this.button2.Location          = new System.Drawing.Point(36, 511);
     this.button2.Name              = "button2";
     this.button2.Size              = new System.Drawing.Size(174, 28);
     this.button2.TabIndex          = 2;
     this.button2.Text              = "Export Grid";
     this.button2.Click            += new System.EventHandler(this.button2_Click);
     //
     // checkBox1
     //
     this.checkBox1.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox1.Checked            = true;
     this.checkBox1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.DrawFocusRectangle = false;
     this.checkBox1.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.Location           = new System.Drawing.Point(45, 26);
     this.checkBox1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox1.Name               = "checkBox1";
     this.checkBox1.Size               = new System.Drawing.Size(115, 17);
     this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.DrawFocusRectangle = true;
     this.checkBox1.TabIndex           = 11;
     this.checkBox1.Text               = "Export Grid Style";
     this.checkBox1.ThemesEnabled      = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(11, 41);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(108, 13);
     this.label1.TabIndex  = 8;
     this.label1.Text      = "Converter Options: ";
     //
     // comboBox1
     //
     this.comboBox1.BackColor             = System.Drawing.Color.White;
     this.comboBox1.BeforeTouchSize       = new System.Drawing.Size(101, 21);
     this.comboBox1.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.Location              = new System.Drawing.Point(122, 38);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(101, 21);
     this.comboBox1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBox1.TabIndex              = 9;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // checkBox2
     //
     this.checkBox2.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBox2.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox2.DrawFocusRectangle = false;
     this.checkBox2.Location           = new System.Drawing.Point(8, 98);
     this.checkBox2.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox2.Name  = "checkBox2";
     this.checkBox2.Size  = new System.Drawing.Size(134, 30);
     this.checkBox2.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox2.DrawFocusRectangle = true;
     this.checkBox2.TabIndex           = 18;
     this.checkBox2.Text          = "ExportPreviewRows";
     this.checkBox2.ThemesEnabled = false;
     //
     // checkBox3
     //
     this.checkBox3.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBox3.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox3.DrawFocusRectangle = false;
     this.checkBox3.Location           = new System.Drawing.Point(8, 134);
     this.checkBox3.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox3.Name  = "checkBox3";
     this.checkBox3.Size  = new System.Drawing.Size(196, 34);
     this.checkBox3.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox3.DrawFocusRectangle = true;
     this.checkBox3.TabIndex           = 19;
     this.checkBox3.Text          = "Hook QueryExporPreviewRowInfo event handler.  ";
     this.checkBox3.ThemesEnabled = false;
     //
     // checkBox4
     //
     this.checkBox4.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBox4.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox4.Checked            = true;
     this.checkBox4.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox4.DrawFocusRectangle = false;
     this.checkBox4.Location           = new System.Drawing.Point(45, 53);
     this.checkBox4.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox4.Name  = "checkBox4";
     this.checkBox4.Size  = new System.Drawing.Size(99, 17);
     this.checkBox4.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox4.DrawFocusRectangle = true;
     this.checkBox4.TabIndex           = 12;
     this.checkBox4.Text          = "Export Borders";
     this.checkBox4.ThemesEnabled = false;
     //
     // checkBox5
     //
     this.checkBox5.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBox5.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox5.Checked            = true;
     this.checkBox5.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox5.DrawFocusRectangle = false;
     this.checkBox5.Location           = new System.Drawing.Point(8, 67);
     this.checkBox5.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox5.Name  = "checkBox5";
     this.checkBox5.Size  = new System.Drawing.Size(145, 25);
     this.checkBox5.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox5.DrawFocusRectangle = true;
     this.checkBox5.TabIndex           = 17;
     this.checkBox5.Text          = "ExportGroupPlusMinus";
     this.checkBox5.ThemesEnabled = false;
     //
     // checkBox6
     //
     this.checkBox6.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBox6.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox6.Checked            = true;
     this.checkBox6.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox6.DrawFocusRectangle = false;
     this.checkBox6.Location           = new System.Drawing.Point(8, 35);
     this.checkBox6.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox6.Name  = "checkBox6";
     this.checkBox6.Size  = new System.Drawing.Size(148, 26);
     this.checkBox6.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox6.DrawFocusRectangle = true;
     this.checkBox6.TabIndex           = 16;
     this.checkBox6.Text          = "ExportRecordPlusMinus";
     this.checkBox6.ThemesEnabled = false;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.button2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.DimGray;
     this.groupBox1.Location  = new System.Drawing.Point(751, 10);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(246, 631);
     this.groupBox1.TabIndex  = 8;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Export Options";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.checkBox6);
     this.groupBox3.Controls.Add(this.checkBox5);
     this.groupBox3.Controls.Add(this.checkBox3);
     this.groupBox3.Controls.Add(this.checkBox2);
     this.groupBox3.Location = new System.Drawing.Point(14, 250);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(213, 248);
     this.groupBox3.TabIndex = 15;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Other Options";
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(7, 179);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(197, 53);
     this.label4.TabIndex = 17;
     this.label4.Text     = "[ Handle this event when you want to export PreviewRow for non-display elements ]" +
                            "";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.checkBox1);
     this.groupBox2.Controls.Add(this.checkBox4);
     this.groupBox2.Controls.Add(this.colorPickerButton2);
     this.groupBox2.Controls.Add(this.colorPickerButton1);
     this.groupBox2.Location = new System.Drawing.Point(14, 82);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(213, 162);
     this.groupBox2.TabIndex = 10;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Export Style";
     //
     // colorPickerButton2
     //
     this.colorPickerButton2.BackColor         = System.Drawing.Color.DarkGray;
     this.colorPickerButton2.BeforeTouchSize   = new System.Drawing.Size(126, 25);
     this.colorPickerButton2.ColorUISize       = new System.Drawing.Size(208, 230);
     this.colorPickerButton2.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.colorPickerButton2.IsBackStageButton = false;
     this.colorPickerButton2.Location          = new System.Drawing.Point(45, 119);
     this.colorPickerButton2.Name = "colorPickerButton2";
     this.colorPickerButton2.SelectedAsBackcolor = true;
     this.colorPickerButton2.SelectedColor       = System.Drawing.Color.DarkGray;
     this.colorPickerButton2.Size     = new System.Drawing.Size(126, 25);
     this.colorPickerButton2.TabIndex = 14;
     this.colorPickerButton2.Text     = "Caption BackColor";
     this.colorPickerButton2.UseVisualStyleBackColor = false;
     //
     // colorPickerButton1
     //
     this.colorPickerButton1.BackColor         = System.Drawing.Color.Gray;
     this.colorPickerButton1.BeforeTouchSize   = new System.Drawing.Size(126, 24);
     this.colorPickerButton1.ColorUISize       = new System.Drawing.Size(208, 230);
     this.colorPickerButton1.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.colorPickerButton1.IsBackStageButton = false;
     this.colorPickerButton1.Location          = new System.Drawing.Point(45, 84);
     this.colorPickerButton1.Name = "colorPickerButton1";
     this.colorPickerButton1.SelectedAsBackcolor = true;
     this.colorPickerButton1.SelectedColor       = System.Drawing.Color.Gray;
     this.colorPickerButton1.Size     = new System.Drawing.Size(126, 24);
     this.colorPickerButton1.TabIndex = 13;
     this.colorPickerButton1.Text     = "Header BackColor";
     this.colorPickerButton1.UseVisualStyleBackColor = false;
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.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.gridGroupingControl1.Appearance.AnySummaryCell.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(231)))), ((int)(((byte)(162))))));
     this.gridGroupingControl1.BackColor                = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.Font                     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridGroupingControl1.FreezeCaption            = false;
     this.gridGroupingControl1.GridOfficeScrollBars     = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridGroupingControl1.GridVisualStyles         = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridGroupingControl1.Location                 = new System.Drawing.Point(10, 10);
     this.gridGroupingControl1.Name                     = "gridGroupingControl1";
     this.gridGroupingControl1.Size                     = new System.Drawing.Size(725, 632);
     this.gridGroupingControl1.TabIndex                 = 3;
     this.gridGroupingControl1.TableDescriptor.AllowNew = false;
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.Font.Facename             = "Segoe UI";
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.TextColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Bottom       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Right        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Interior             = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Right      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Top        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Interior           = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.ColumnHeaderCell.Font.Bold        = true;
     this.gridGroupingControl1.TableDescriptor.Appearance.GroupCaptionCell.CellType         = "ColumnHeader";
     this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight           = (int)DpiAware.LogicalToDeviceUnits(25.0f);
     this.gridGroupingControl1.TableDescriptor.TableOptions.RecordRowHeight                 = (int)DpiAware.LogicalToDeviceUnits(20.0f);
     this.gridGroupingControl1.TableOptions.GridLineBorder = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))));
     this.gridGroupingControl1.Text = "gridGroupingControl1";
     this.gridGroupingControl1.TopLevelGroupOptions.ShowCaption = false;
     this.gridGroupingControl1.VersionInfo         = "4.401.0.51";
     this.gridGroupingControl1.QueryCellStyleInfo += new Syncfusion.Windows.Forms.Grid.Grouping.GridTableCellStyleInfoEventHandler(this.gridGroupingControl1_QueryCellStyleInfo);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1012, 653);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gridGroupingControl1);
     this.MinimumSize = new System.Drawing.Size(723, 620);
     this.Name        = "Form1";
     this.Text        = "Excel Export ";
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox6)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     this.ResumeLayout(false);
 }