Exemple #1
0
        private void checkBoxAdv2_CheckStateChanged(object sender, EventArgs e)
        {
            CheckBoxAdv check = sender as CheckBoxAdv;

            this.rangeSlider1.ShowLabels = check.Checked;
            this.rangeSlider2.ShowLabels = check.Checked;
        }
Exemple #2
0
        private void checkBoxAdv1_CheckedChanged(object sender, EventArgs e)
        {
            CheckBoxAdv chkBox = sender as CheckBoxAdv;

            this.gridGroupingControl1.TableOptions.AllowSortColumns = this.checkBoxAdv1.Checked;
            this.panel2.Enabled = this.checkBoxAdv1.Checked;
        }
Exemple #3
0
 /// <summary>
 /// Set the appearance for options.
 /// </summary>
 private void RowPivotsOnlyApperance()
 {
     for (int i = 0; i < groupBox1.Controls.Count; i++)
     {
         if (groupBox1.Controls[i] is CheckBoxAdv)
         {
             CheckBoxAdv checkBox = groupBox1.Controls[i] as CheckBoxAdv;
             checkBox.MouseEnter += CheckBox_MouseEnter;
         }
     }
     animationPanel.Paint += AnimationPanel_Paint;
 }
        /// <summary>
        /// 레이어 선택 및 취소 이벤트 설정
        /// </summary>
        private void InitEvent()
        {
            this.btnClose.Click   += (s, e) => { DialogResult = DialogResult.Cancel; this.Close(); };
            this.btnConform.Click += BtnConform_Click;

            this.chkShowAllMapping.CheckedChanged += (s, e) =>
            {
                CheckBoxAdv cbx = s as CheckBoxAdv;
                _bShowAllColumns = cbx.Checked;
                if (_currentLayerBtn != null)
                {
                    OnRadioButtonClick(_currentLayerBtn, new EventArgs());
                }
            };
        }
Exemple #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.statusBar1         = new Syncfusion.Windows.Forms.Tools.StatusBarAdv();
     this.statusBarAdvPanel1 = new Syncfusion.Windows.Forms.Tools.StatusBarAdvPanel();
     this.panel1             = new System.Windows.Forms.Panel();
     this.checkBox4          = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox3          = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox2          = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.htmluiControl1     = new Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl();
     this.gradientPanel1     = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.label1             = new System.Windows.Forms.Label();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.statusBar1)).BeginInit();
     this.statusBar1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarAdvPanel1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
     this.gradientPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // statusBar1
     //
     this.statusBar1.BeforeTouchSize = new System.Drawing.Size(764, 24);
     this.statusBar1.Controls.Add(this.statusBarAdvPanel1);
     this.statusBar1.CustomLayoutBounds = new System.Drawing.Rectangle(0, 0, 0, 0);
     this.statusBar1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.statusBar1.Location = new System.Drawing.Point(10, 446);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Padding  = new System.Windows.Forms.Padding(3);
     this.statusBar1.Size     = new System.Drawing.Size(764, 24);
     this.statusBar1.Spacing  = new System.Drawing.Size(2, 2);
     this.statusBar1.TabIndex = 0;
     this.statusBar1.Text     = "Ready";
     //
     // statusBarAdvPanel1
     //
     this.statusBarAdvPanel1.BeforeTouchSize = new System.Drawing.Size(219, 16);
     this.statusBarAdvPanel1.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.statusBarAdvPanel1.Location        = new System.Drawing.Point(0, 2);
     this.statusBarAdvPanel1.Margin          = new System.Windows.Forms.Padding(0);
     this.statusBarAdvPanel1.Name            = "statusBarAdvPanel1";
     this.statusBarAdvPanel1.Size            = new System.Drawing.Size(219, 16);
     this.statusBarAdvPanel1.TabIndex        = 0;
     this.statusBarAdvPanel1.Text            = "Load succeeded.";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.checkBox4);
     this.panel1.Controls.Add(this.checkBox3);
     this.panel1.Controls.Add(this.checkBox2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel1.Location = new System.Drawing.Point(3, 21);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(309, 367);
     this.panel1.TabIndex = 4;
     //
     // checkBox4
     //
     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.ForeColor          = System.Drawing.Color.Black;
     this.checkBox4.Location           = new System.Drawing.Point(16, 41);
     this.checkBox4.MetroColor         = System.Drawing.Color.DarkGray;
     this.checkBox4.Name            = "checkBox4";
     this.checkBox4.Size            = new System.Drawing.Size(185, 48);
     this.checkBox4.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox4.TabIndex        = 3;
     this.checkBox4.Text            = "Load document without BackColor specified";
     this.checkBox4.ThemesEnabled   = false;
     this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox3
     //
     this.checkBox3.BeforeTouchSize    = new System.Drawing.Size(185, 67);
     this.checkBox3.DrawFocusRectangle = false;
     this.checkBox3.ForeColor          = System.Drawing.Color.Black;
     this.checkBox3.Location           = new System.Drawing.Point(16, 226);
     this.checkBox3.MetroColor         = System.Drawing.Color.DarkGray;
     this.checkBox3.Name            = "checkBox3";
     this.checkBox3.Size            = new System.Drawing.Size(185, 67);
     this.checkBox3.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox3.TabIndex        = 2;
     this.checkBox3.Text            = "Load Document with BackColor and Styles specified";
     this.checkBox3.ThemesEnabled   = false;
     this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
     //
     // checkBox2
     //
     this.checkBox2.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox2.DrawFocusRectangle = false;
     this.checkBox2.ForeColor          = System.Drawing.Color.Black;
     this.checkBox2.Location           = new System.Drawing.Point(16, 132);
     this.checkBox2.MetroColor         = System.Drawing.Color.DarkGray;
     this.checkBox2.Name            = "checkBox2";
     this.checkBox2.Size            = new System.Drawing.Size(185, 56);
     this.checkBox2.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox2.TabIndex        = 1;
     this.checkBox2.Text            = "Load document with BackColor specified";
     this.checkBox2.ThemesEnabled   = false;
     this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // htmluiControl1
     //
     this.htmluiControl1.AutoRunScripts                = true;
     this.htmluiControl1.AutoScroll                    = true;
     this.htmluiControl1.AutoScrollMinSize             = new System.Drawing.Size(386, 312);
     this.htmluiControl1.BackColor                     = System.Drawing.Color.White;
     this.htmluiControl1.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.htmluiControl1.DefaultFormat.BackgroundColor = System.Drawing.SystemColors.Control;
     this.htmluiControl1.DefaultFormat.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.htmluiControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.htmluiControl1.Location      = new System.Drawing.Point(20, 20);
     this.htmluiControl1.Name          = "htmluiControl1";
     this.htmluiControl1.ShowTitle     = false;
     this.htmluiControl1.Size          = new System.Drawing.Size(403, 327);
     this.htmluiControl1.TabIndex      = 5;
     this.htmluiControl1.Text          = resources.GetString("htmluiControl1.Text");
     this.htmluiControl1.LoadFinished += new System.EventHandler(this.htmluiControl1_LoadFinished);
     this.htmluiControl1.LoadStarted  += new System.EventHandler(this.htmluiControl1_LoadStarted);
     //
     // gradientPanel1
     //
     this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.gradientPanel1.Controls.Add(this.htmluiControl1);
     this.gradientPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gradientPanel1.Location = new System.Drawing.Point(3, 21);
     this.gradientPanel1.Name     = "gradientPanel1";
     this.gradientPanel1.Padding  = new System.Windows.Forms.Padding(20);
     this.gradientPanel1.Size     = new System.Drawing.Size(443, 367);
     this.gradientPanel1.TabIndex = 6;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(10, 10);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(764, 45);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "HTMLUIControl BackColor is applicable when no document is loaded or loaded docume" +
                             "nt doesn\'t specify BackColor.";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.panel1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.groupBox1.Font     = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(10, 55);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(315, 391);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "BackColor Customization";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.gradientPanel1);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Font     = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(325, 55);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(449, 391);
     this.groupBox2.TabIndex = 9;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "HTMLUI control";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ClientSize        = new System.Drawing.Size(784, 480);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.statusBar1);
     this.DropShadow    = true;
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(796, 516);
     this.Name          = "Form1";
     this.Padding       = new System.Windows.Forms.Padding(10);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Background";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.statusBar1)).EndInit();
     this.statusBar1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.statusBarAdvPanel1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
     this.gradientPanel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void createCheckBox(bool unit, int row, int col)
 {
     int _size = 16;
     CheckBoxAdv chck = new CheckBoxAdv();
     chck.Text = string.Empty;
     chck.Name = string.Format("CB_{0}_{1}", row + 1, col + 1);//формат: CB_{номер выхода}_{номер входа}
     chck.Location = new Point(col * _widthCol, row * _heightRow);
     chck.Left += (_widthCol - _size) / 2;
     chck.Size = new Size(_size, _size);
     chck.Style = CheckBoxAdvStyle.Office2007;
     chck.ThemesEnabled = true;
     chck.Tag = "MixerSetTie";
     chck.CheckedChanged += chck_CheckedChanged;
     chck.Checked = unit;
     gpDetail.Controls.Add(chck);
 }
Exemple #7
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.htmluiControl1 = new Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl();
     this.panel1         = new System.Windows.Forms.Panel();
     this.label3         = new System.Windows.Forms.Label();
     this.panel2         = new System.Windows.Forms.Panel();
     this.checkBox1      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.button1        = new Syncfusion.Windows.Forms.ButtonAdv();
     this.label1         = new System.Windows.Forms.Label();
     this.treeView1      = new System.Windows.Forms.TreeView();
     this.gradientPanel1 = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.buttonAdv1     = new Syncfusion.Windows.Forms.ButtonAdv();
     ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
     this.gradientPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // htmluiControl1
     //
     this.htmluiControl1.AutoScroll                    = true;
     this.htmluiControl1.AutoScrollMinSize             = new System.Drawing.Size(496, 493);
     this.htmluiControl1.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.htmluiControl1.DefaultFormat.BackgroundColor = System.Drawing.SystemColors.Control;
     this.htmluiControl1.DefaultFormat.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.htmluiControl1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.htmluiControl1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.htmluiControl1.Location  = new System.Drawing.Point(0, 0);
     this.htmluiControl1.Name      = "htmluiControl1";
     this.htmluiControl1.ShowTitle = false;
     this.htmluiControl1.Size      = new System.Drawing.Size(513, 508);
     this.htmluiControl1.TabIndex  = 0;
     this.htmluiControl1.Text      = "htmluiControl1";
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.White;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.treeView1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(10, 10);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(152, 519);
     this.panel1.TabIndex = 1;
     //
     // label3
     //
     this.label3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.BackColor = System.Drawing.Color.White;
     this.label3.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(8, 319);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(134, 28);
     this.label3.TabIndex  = 3;
     this.label3.Text      = "   Scroll Options";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel2
     //
     this.panel2.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BackColor   = System.Drawing.Color.White;
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.buttonAdv1);
     this.panel2.Controls.Add(this.checkBox1);
     this.panel2.Controls.Add(this.button1);
     this.panel2.Location = new System.Drawing.Point(8, 347);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(134, 110);
     this.panel2.TabIndex = 2;
     //
     // checkBox1
     //
     this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(120, 37);
     this.checkBox1.Checked            = true;
     this.checkBox1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.DrawFocusRectangle = false;
     this.checkBox1.ForeColor          = System.Drawing.Color.Black;
     this.checkBox1.Location           = new System.Drawing.Point(8, 74);
     this.checkBox1.MetroColor         = System.Drawing.Color.Silver;
     this.checkBox1.Name          = "checkBox1";
     this.checkBox1.Size          = new System.Drawing.Size(120, 37);
     this.checkBox1.Style         = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.TabIndex      = 4;
     this.checkBox1.Text          = "Enable AutoScroll";
     this.checkBox1.ThemesEnabled = false;
     this.checkBox1.Click        += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // button1
     //
     this.button1.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button1.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.button1.BeforeTouchSize         = new System.Drawing.Size(112, 28);
     this.button1.Font                    = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.button1.ForeColor               = System.Drawing.Color.White;
     this.button1.IsBackStageButton       = false;
     this.button1.Location                = new System.Drawing.Point(8, 39);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(112, 28);
     this.button1.TabIndex                = 3;
     this.button1.Text                    = "Scroll To End";
     this.button1.UseVisualStyle          = true;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click                  += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(150, 24);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "    Scroll To Element";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // treeView1
     //
     this.treeView1.BackColor    = System.Drawing.Color.White;
     this.treeView1.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeView1.Location     = new System.Drawing.Point(8, 27);
     this.treeView1.Name         = "treeView1";
     this.treeView1.Size         = new System.Drawing.Size(134, 184);
     this.treeView1.TabIndex     = 0;
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     //
     // gradientPanel1
     //
     this.gradientPanel1.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.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel1.Controls.Add(this.htmluiControl1);
     this.gradientPanel1.Location = new System.Drawing.Point(168, 12);
     this.gradientPanel1.Name     = "gradientPanel1";
     this.gradientPanel1.Size     = new System.Drawing.Size(515, 510);
     this.gradientPanel1.TabIndex = 2;
     //
     // buttonAdv1
     //
     this.buttonAdv1.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv1.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.buttonAdv1.BeforeTouchSize         = new System.Drawing.Size(112, 28);
     this.buttonAdv1.Font                    = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.buttonAdv1.ForeColor               = System.Drawing.Color.White;
     this.buttonAdv1.IsBackStageButton       = false;
     this.buttonAdv1.Location                = new System.Drawing.Point(8, 5);
     this.buttonAdv1.Name                    = "buttonAdv1";
     this.buttonAdv1.Size                    = new System.Drawing.Size(112, 28);
     this.buttonAdv1.TabIndex                = 6;
     this.buttonAdv1.Text                    = "Scroll To Top";
     this.buttonAdv1.UseVisualStyle          = true;
     this.buttonAdv1.UseVisualStyleBackColor = false;
     this.buttonAdv1.Click                  += new System.EventHandler(this.buttonAdv1_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
     this.BackColor         = System.Drawing.Color.White;
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ClientSize        = new System.Drawing.Size(696, 539);
     this.Controls.Add(this.gradientPanel1);
     this.Controls.Add(this.panel1);
     this.DropShadow       = true;
     this.Font             = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon             = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IconAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.IconTextRelation = System.Windows.Forms.LeftRightAlignment.Left;
     this.MetroColor       = System.Drawing.Color.White;
     this.MinimumSize      = new System.Drawing.Size(708, 498);
     this.Name             = "Form1";
     this.Padding          = new System.Windows.Forms.Padding(10);
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text             = "Scrollbars";
     this.Load            += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
     this.gradientPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.richTextBox1        = new System.Windows.Forms.RichTextBox();
     this.contextMenuStripEx1 = new Syncfusion.Windows.Forms.Tools.ContextMenuStripEx();
     this.toolStripMenuItem1  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem4  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem6  = new System.Windows.Forms.ToolStripMenuItem();
     this.label1       = new System.Windows.Forms.Label();
     this.panel1       = new System.Windows.Forms.Panel();
     this.panel2       = new System.Windows.Forms.Panel();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.comboBoxAdv2 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label3       = new System.Windows.Forms.Label();
     this.checkBoxAdv5 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label2       = new System.Windows.Forms.Label();
     this.comboBoxAdv1 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.checkBoxAdv4 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxAdv3 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxAdv2 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxAdv1 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.panel3       = new System.Windows.Forms.Panel();
     this.contextMenuStripEx1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     this.SuspendLayout();
     //
     // richTextBox1
     //
     this.richTextBox1.ContextMenuStrip = this.contextMenuStripEx1;
     this.richTextBox1.Location         = new System.Drawing.Point(30, 18);
     this.richTextBox1.Name             = "richTextBox1";
     this.richTextBox1.Size             = new System.Drawing.Size(555, 615);
     this.richTextBox1.TabIndex         = 1;
     this.richTextBox1.Text             = resources.GetString("richTextBox1.Text");
     //
     // contextMenuStripEx1
     //
     this.contextMenuStripEx1.DropShadowEnabled = false;
     this.contextMenuStripEx1.ImageScalingSize  = new System.Drawing.Size(20, 20);
     this.contextMenuStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.toolStripMenuItem2,
         this.toolStripMenuItem3,
         this.toolStripSeparator1,
         this.toolStripMenuItem4,
         this.toolStripMenuItem5,
         this.toolStripSeparator2,
         this.toolStripMenuItem6
     });
     this.contextMenuStripEx1.MetroColor       = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(236)))), ((int)(((byte)(249)))));
     this.contextMenuStripEx1.Name             = "contextMenuStripEx1";
     this.contextMenuStripEx1.ShowItemToolTips = false;
     this.contextMenuStripEx1.Size             = new System.Drawing.Size(189, 160);
     this.contextMenuStripEx1.Style            = Syncfusion.Windows.Forms.Tools.ContextMenuStripEx.ContextMenuStyle.Metro;
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name        = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size        = new System.Drawing.Size(188, 24);
     this.toolStripMenuItem1.Text        = "Cut";
     this.toolStripMenuItem1.ToolTipText = "Remove the selection and put it on the Clipboard so you can paste it somewhere el" +
                                           "se.";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name        = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size        = new System.Drawing.Size(188, 24);
     this.toolStripMenuItem2.Text        = "Copy";
     this.toolStripMenuItem2.ToolTipText = "Put a copy of the selection on the Clipboard so you can paste it somewhere else.";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name        = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size        = new System.Drawing.Size(188, 24);
     this.toolStripMenuItem3.Text        = "Paste                   ";
     this.toolStripMenuItem3.ToolTipText = "Pick a paste option such as keeping formatting or pasting only content.";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(185, 6);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name        = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size        = new System.Drawing.Size(188, 24);
     this.toolStripMenuItem4.Text        = "Undo";
     this.toolStripMenuItem4.ToolTipText = "To reverse your last action, just click the Undo option.";
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name        = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size        = new System.Drawing.Size(188, 24);
     this.toolStripMenuItem5.Text        = "Redo";
     this.toolStripMenuItem5.ToolTipText = "To reverse your last Undo, just click the Redo option.";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(185, 6);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name        = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size        = new System.Drawing.Size(188, 24);
     this.toolStripMenuItem6.Text        = "Exit";
     this.toolStripMenuItem6.ToolTipText = "Close the current context menu and back into the application.";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(6, 2);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(870, 60);
     this.label1.TabIndex = 0;
     this.label1.Text     = "This sample illustrates the additional features of ContextMenuStripEx such as auto close, tooltip, check/uncheck state, enable/disable menu items, RTL and appearance customization.";
     this.label1.AutoSize = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(2, 2);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(878, 45);
     this.panel1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.groupBox1);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.richTextBox1);
     this.panel2.Location = new System.Drawing.Point(2, 50);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(878, 656);
     this.panel2.TabIndex = 1;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.comboBoxAdv2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.checkBoxAdv5);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.comboBoxAdv1);
     this.groupBox1.Controls.Add(this.checkBoxAdv4);
     this.groupBox1.Controls.Add(this.checkBoxAdv3);
     this.groupBox1.Controls.Add(this.checkBoxAdv2);
     this.groupBox1.Controls.Add(this.checkBoxAdv1);
     this.groupBox1.Location = new System.Drawing.Point(606, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(255, 625);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Options";
     //
     // comboBoxAdv2
     //
     this.comboBoxAdv2.BeforeTouchSize = new System.Drawing.Size(148, 29);
     this.comboBoxAdv2.Location        = new System.Drawing.Point(34, 330);
     this.comboBoxAdv2.Name            = "comboBoxAdv2";
     this.comboBoxAdv2.Size            = new System.Drawing.Size(148, 29);
     this.comboBoxAdv2.TabIndex        = 8;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(30, 310);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(148, 23);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Background Color";
     //
     // checkBoxAdv5
     //
     this.checkBoxAdv5.BeforeTouchSize   = new System.Drawing.Size(150, 25);
     this.checkBoxAdv5.ImageCheckBoxSize = new System.Drawing.Size(16, 16);
     this.checkBoxAdv5.Location          = new System.Drawing.Point(30, 190);
     this.checkBoxAdv5.MetroColor        = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
     this.checkBoxAdv5.Name          = "checkBoxAdv5";
     this.checkBoxAdv5.Size          = new System.Drawing.Size(150, 40);
     this.checkBoxAdv5.TabIndex      = 6;
     this.checkBoxAdv5.Text          = "Enable RTL";
     this.checkBoxAdv5.ThemesEnabled = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(30, 250);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(146, 23);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Foreground Color";
     //
     // comboBoxAdv1
     //
     this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(148, 29);
     this.comboBoxAdv1.Location        = new System.Drawing.Point(34, 270);
     this.comboBoxAdv1.Name            = "comboBoxAdv1";
     this.comboBoxAdv1.Size            = new System.Drawing.Size(148, 29);
     this.comboBoxAdv1.TabIndex        = 4;
     //
     // checkBoxAdv4
     //
     this.checkBoxAdv4.BeforeTouchSize   = new System.Drawing.Size(150, 40);
     this.checkBoxAdv4.Checked           = true;
     this.checkBoxAdv4.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAdv4.ImageCheckBoxSize = new System.Drawing.Size(16, 16);
     this.checkBoxAdv4.Location          = new System.Drawing.Point(30, 110);
     this.checkBoxAdv4.MetroColor        = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
     this.checkBoxAdv4.Name          = "checkBoxAdv4";
     this.checkBoxAdv4.Size          = new System.Drawing.Size(150, 40);
     this.checkBoxAdv4.TabIndex      = 3;
     this.checkBoxAdv4.Text          = "Enable Menu Items";
     this.checkBoxAdv4.ThemesEnabled = false;
     //
     // checkBoxAdv3
     //
     this.checkBoxAdv3.BeforeTouchSize   = new System.Drawing.Size(150, 40);
     this.checkBoxAdv3.ImageCheckBoxSize = new System.Drawing.Size(16, 16);
     this.checkBoxAdv3.Location          = new System.Drawing.Point(30, 150);
     this.checkBoxAdv3.MetroColor        = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
     this.checkBoxAdv3.Name          = "checkBoxAdv3";
     this.checkBoxAdv3.Size          = new System.Drawing.Size(150, 40);
     this.checkBoxAdv3.TabIndex      = 2;
     this.checkBoxAdv3.Text          = "Enable Check State";
     this.checkBoxAdv3.ThemesEnabled = false;
     //
     // checkBoxAdv2
     //
     this.checkBoxAdv2.BeforeTouchSize   = new System.Drawing.Size(150, 40);
     this.checkBoxAdv2.ImageCheckBoxSize = new System.Drawing.Size(16, 16);
     this.checkBoxAdv2.Location          = new System.Drawing.Point(30, 70);
     this.checkBoxAdv2.MetroColor        = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
     this.checkBoxAdv2.Name          = "checkBoxAdv2";
     this.checkBoxAdv2.Size          = new System.Drawing.Size(150, 40);
     this.checkBoxAdv2.TabIndex      = 1;
     this.checkBoxAdv2.Text          = "Show Tooltip";
     this.checkBoxAdv2.ThemesEnabled = false;
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.BeforeTouchSize   = new System.Drawing.Size(150, 40);
     this.checkBoxAdv1.Checked           = true;
     this.checkBoxAdv1.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAdv1.ImageCheckBoxSize = new System.Drawing.Size(16, 16);
     this.checkBoxAdv1.Location          = new System.Drawing.Point(30, 30);
     this.checkBoxAdv1.MetroColor        = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
     this.checkBoxAdv1.Name          = "checkBoxAdv1";
     this.checkBoxAdv1.Size          = new System.Drawing.Size(150, 40);
     this.checkBoxAdv1.TabIndex      = 0;
     this.checkBoxAdv1.Text          = "Auto Close";
     this.checkBoxAdv1.ThemesEnabled = false;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
     this.panel3.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location  = new System.Drawing.Point(0, 0);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(878, 2);
     this.panel3.TabIndex  = 2;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(882, 677);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Font          = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(885, 740);
     this.MinimumSize   = new System.Drawing.Size(885, 740);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Customization Demo";
     this.contextMenuStripEx1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.components        = new Container();
     this.dataSet11         = new CustomViews.DataSet1();
     this.menuItem3         = new System.Windows.Forms.MenuItem();
     this.menuItem50        = new System.Windows.Forms.MenuItem();
     this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
     this.sqlConnection1    = new System.Data.SqlClient.SqlConnection();
     this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
     this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
     this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
     this.sqlDataAdapter1   = new System.Data.SqlClient.SqlDataAdapter();
     this.groupingGrid1     = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.groupBar1         = new Syncfusion.Windows.Forms.Tools.GroupBar();
     this.groupView3        = new Syncfusion.Windows.Forms.Tools.GroupView();
     this.groupView4        = new Syncfusion.Windows.Forms.Tools.GroupView();
     this.groupView1        = new Syncfusion.Windows.Forms.Tools.GroupView();
     this.Columns           = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.groupBarItem2     = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.groupBarItem3     = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.groupView2        = new Syncfusion.Windows.Forms.Tools.GroupView();
     this.checkBoxAdv1      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.panel1            = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupingGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupBar1)).BeginInit();
     this.groupBar1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // dataSet11
     //
     this.dataSet11.DataSetName             = "DataSet1";
     this.dataSet11.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // menuItem3
     //
     this.menuItem3.Index = -1;
     this.menuItem3.Text  = "";
     //
     // menuItem50
     //
     this.menuItem50.Index = -1;
     this.menuItem50.Text  = "";
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText = "SELECT CustomerID, CompanyName, ContactName, ContactTitle, Address, City, Region," +
                                          " PostalCode, Country, Phone, Fax FROM Customers";
     this.sqlSelectCommand1.Connection = this.sqlConnection1;
     //
     // sqlConnection1
     //
     this.sqlConnection1.ConnectionString = "Network Address=66.135.59.108,49489;initial catalog=NORTHWIND;password=Sync_sampl" +
                                            "es;persist security info=True;user id=sa;packet size=4096;Pooling=true";
     this.sqlConnection1.FireInfoMessageEventOnUserErrors = false;
     //
     // sqlInsertCommand1
     //
     this.sqlInsertCommand1.Connection = this.sqlConnection1;
     this.sqlInsertCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@CustomerID", System.Data.SqlDbType.NVarChar, 5, "CustomerID"),
         new System.Data.SqlClient.SqlParameter("@CompanyName", System.Data.SqlDbType.NVarChar, 40, "CompanyName"),
         new System.Data.SqlClient.SqlParameter("@ContactName", System.Data.SqlDbType.NVarChar, 30, "ContactName"),
         new System.Data.SqlClient.SqlParameter("@ContactTitle", System.Data.SqlDbType.NVarChar, 30, "ContactTitle"),
         new System.Data.SqlClient.SqlParameter("@Address", System.Data.SqlDbType.NVarChar, 60, "Address"),
         new System.Data.SqlClient.SqlParameter("@City", System.Data.SqlDbType.NVarChar, 15, "City"),
         new System.Data.SqlClient.SqlParameter("@Region", System.Data.SqlDbType.NVarChar, 15, "Region"),
         new System.Data.SqlClient.SqlParameter("@PostalCode", System.Data.SqlDbType.NVarChar, 10, "PostalCode"),
         new System.Data.SqlClient.SqlParameter("@Country", System.Data.SqlDbType.NVarChar, 15, "Country"),
         new System.Data.SqlClient.SqlParameter("@Phone", System.Data.SqlDbType.NVarChar, 24, "Phone"),
         new System.Data.SqlClient.SqlParameter("@Fax", System.Data.SqlDbType.NVarChar, 24, "Fax")
     });
     //
     // sqlUpdateCommand1
     //
     this.sqlUpdateCommand1.Connection = this.sqlConnection1;
     this.sqlUpdateCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@CustomerID", System.Data.SqlDbType.NVarChar, 5, "CustomerID"),
         new System.Data.SqlClient.SqlParameter("@CompanyName", System.Data.SqlDbType.NVarChar, 40, "CompanyName"),
         new System.Data.SqlClient.SqlParameter("@ContactName", System.Data.SqlDbType.NVarChar, 30, "ContactName"),
         new System.Data.SqlClient.SqlParameter("@ContactTitle", System.Data.SqlDbType.NVarChar, 30, "ContactTitle"),
         new System.Data.SqlClient.SqlParameter("@Address", System.Data.SqlDbType.NVarChar, 60, "Address"),
         new System.Data.SqlClient.SqlParameter("@City", System.Data.SqlDbType.NVarChar, 15, "City"),
         new System.Data.SqlClient.SqlParameter("@Region", System.Data.SqlDbType.NVarChar, 15, "Region"),
         new System.Data.SqlClient.SqlParameter("@PostalCode", System.Data.SqlDbType.NVarChar, 10, "PostalCode"),
         new System.Data.SqlClient.SqlParameter("@Country", System.Data.SqlDbType.NVarChar, 15, "Country"),
         new System.Data.SqlClient.SqlParameter("@Phone", System.Data.SqlDbType.NVarChar, 24, "Phone"),
         new System.Data.SqlClient.SqlParameter("@Fax", System.Data.SqlDbType.NVarChar, 24, "Fax"),
         new System.Data.SqlClient.SqlParameter("@Original_CustomerID", System.Data.SqlDbType.NVarChar, 5, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CustomerID", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Address", System.Data.SqlDbType.NVarChar, 60, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Address", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_City", System.Data.SqlDbType.NVarChar, 15, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "City", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_CompanyName", System.Data.SqlDbType.NVarChar, 40, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CompanyName", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ContactName", System.Data.SqlDbType.NVarChar, 30, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ContactName", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ContactTitle", System.Data.SqlDbType.NVarChar, 30, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ContactTitle", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Country", System.Data.SqlDbType.NVarChar, 15, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Country", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Fax", System.Data.SqlDbType.NVarChar, 24, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Fax", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Phone", System.Data.SqlDbType.NVarChar, 24, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Phone", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_PostalCode", System.Data.SqlDbType.NVarChar, 10, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "PostalCode", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Region", System.Data.SqlDbType.NVarChar, 15, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Region", System.Data.DataRowVersion.Original, null)
     });
     //
     // sqlDeleteCommand1
     //
     this.sqlDeleteCommand1.Connection = this.sqlConnection1;
     this.sqlDeleteCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@Original_CustomerID", System.Data.SqlDbType.NVarChar, 5, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CustomerID", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Address", System.Data.SqlDbType.NVarChar, 60, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Address", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_City", System.Data.SqlDbType.NVarChar, 15, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "City", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_CompanyName", System.Data.SqlDbType.NVarChar, 40, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CompanyName", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ContactName", System.Data.SqlDbType.NVarChar, 30, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ContactName", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ContactTitle", System.Data.SqlDbType.NVarChar, 30, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ContactTitle", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Country", System.Data.SqlDbType.NVarChar, 15, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Country", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Fax", System.Data.SqlDbType.NVarChar, 24, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Fax", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Phone", System.Data.SqlDbType.NVarChar, 24, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Phone", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_PostalCode", System.Data.SqlDbType.NVarChar, 10, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "PostalCode", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Region", System.Data.SqlDbType.NVarChar, 15, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Region", System.Data.DataRowVersion.Original, null)
     });
     //
     // sqlDataAdapter1
     //
     this.sqlDataAdapter1.DeleteCommand = this.sqlDeleteCommand1;
     this.sqlDataAdapter1.InsertCommand = this.sqlInsertCommand1;
     this.sqlDataAdapter1.SelectCommand = this.sqlSelectCommand1;
     this.sqlDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Customers", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("CustomerID", "CustomerID"),
             new System.Data.Common.DataColumnMapping("CompanyName", "CompanyName"),
             new System.Data.Common.DataColumnMapping("ContactName", "ContactName"),
             new System.Data.Common.DataColumnMapping("ContactTitle", "ContactTitle"),
             new System.Data.Common.DataColumnMapping("Address", "Address"),
             new System.Data.Common.DataColumnMapping("City", "City"),
             new System.Data.Common.DataColumnMapping("Region", "Region"),
             new System.Data.Common.DataColumnMapping("PostalCode", "PostalCode"),
             new System.Data.Common.DataColumnMapping("Country", "Country"),
             new System.Data.Common.DataColumnMapping("Phone", "Phone"),
             new System.Data.Common.DataColumnMapping("Fax", "Fax")
         })
     });
     this.sqlDataAdapter1.UpdateCommand = this.sqlUpdateCommand1;
     //
     // groupingGrid1
     //
     this.groupingGrid1.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.groupingGrid1.BackColor            = System.Drawing.SystemColors.Window;
     this.groupingGrid1.FreezeCaption        = false;
     this.groupingGrid1.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.groupingGrid1.GridVisualStyles     = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.groupingGrid1.Location             = new System.Drawing.Point(12, 12);
     this.groupingGrid1.Name = "groupingGrid1";
     this.groupingGrid1.ShowNavigationBar         = true;
     this.groupingGrid1.ShowNavigationBarToolTips = true;
     this.groupingGrid1.Size     = new System.Drawing.Size(780, 587);
     this.groupingGrid1.TabIndex = 1;
     this.groupingGrid1.TableDescriptor.AllowNew = false;
     this.groupingGrid1.TableDescriptor.Appearance.AnyCell.Font.Facename             = "Segoe UI";
     this.groupingGrid1.TableDescriptor.Appearance.AnyCell.TextColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.groupingGrid1.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.groupingGrid1.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.groupingGrid1.TableDescriptor.Appearance.AnyGroupCell.Interior             = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))));
     this.groupingGrid1.TableDescriptor.Appearance.AnyGroupCell.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.groupingGrid1.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.groupingGrid1.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.groupingGrid1.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.groupingGrid1.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.groupingGrid1.TableDescriptor.Appearance.AnySummaryCell.Interior           = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))));
     this.groupingGrid1.TableDescriptor.Appearance.ColumnHeaderCell.Font.Bold        = true;
     this.groupingGrid1.TableDescriptor.Appearance.GroupCaptionCell.CellType         = "ColumnHeader";
     this.groupingGrid1.TableDescriptor.TableOptions.ColumnHeaderRowHeight           = 25;
     this.groupingGrid1.TableDescriptor.TableOptions.RecordRowHeight                 = 20;
     this.groupingGrid1.Text = "groupingGrid1";
     //
     // groupBar1
     //
     this.groupBar1.AllowDrop       = true;
     this.groupBar1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
     this.groupBar1.BeforeTouchSize = new System.Drawing.Size(176, 292);
     this.groupBar1.BorderColor     = System.Drawing.Color.White;
     this.groupBar1.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.groupBar1.Controls.Add(this.groupView3);
     this.groupBar1.Controls.Add(this.groupView4);
     this.groupBar1.Controls.Add(this.groupView1);
     this.groupBar1.ExpandButtonToolTip = null;
     this.groupBar1.FlatLook            = true;
     this.groupBar1.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBar1.ForeColor = System.Drawing.Color.White;
     this.groupBar1.GroupBarDropDownToolTip = null;
     this.groupBar1.GroupBarItems.AddRange(new Syncfusion.Windows.Forms.Tools.GroupBarItem[] {
         this.Columns,
         this.groupBarItem2,
         this.groupBarItem3
     });
     this.groupBar1.IndexOnVisibleItems   = true;
     this.groupBar1.Location              = new System.Drawing.Point(14, 3);
     this.groupBar1.MinimizeButtonToolTip = null;
     this.groupBar1.Name = "groupBar1";
     this.groupBar1.NavigationPaneTooltip = null;
     this.groupBar1.PopupClientSize       = new System.Drawing.Size(0, 0);
     this.groupBar1.SelectedItem          = 2;
     this.groupBar1.Size          = new System.Drawing.Size(176, 292);
     this.groupBar1.Splittercolor = System.Drawing.SystemColors.ControlDark;
     this.groupBar1.TabIndex      = 22;
     this.groupBar1.Text          = "groupBar1";
     this.groupBar1.VisualStyle   = Syncfusion.Windows.Forms.VisualStyle.Metro;
     //
     // groupView3
     //
     this.groupView3.BackColor       = System.Drawing.Color.White;
     this.groupView3.BeforeTouchSize = new System.Drawing.Size(176, 0);
     this.groupView3.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.groupView3.Font            = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupView3.ForeColor       = System.Drawing.Color.DimGray;
     this.groupView3.GroupViewItems.AddRange(new Syncfusion.Windows.Forms.Tools.GroupViewItem[] {
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Choose Columns ..", -1, true, null, "Choose Columns .."),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Reset Columns", -1, true, null, "Reset Columns"),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Choose Column Sets..", -1, true, null, "Choose Column Sets.."),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Reset ColumnSets", -1, true, null, "Reset ColumnSets"),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Choose Column Order ..", -1, true, null, "Choose Column Order .."),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Reset Columns Order", -1, true, null, "Reset Columns Order"),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Choose ExpressionFields", -1, true, null, "Choose ExpressionFields")
     });
     this.groupView3.HighlightItemColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(0)))));
     this.groupView3.Location           = new System.Drawing.Point(0, 44);
     this.groupView3.Name = "groupView3";
     this.groupView3.SelectedHighlightItemColor = System.Drawing.SystemColors.Highlight;
     this.groupView3.SelectedItemColor          = System.Drawing.SystemColors.Highlight;
     this.groupView3.Size     = new System.Drawing.Size(176, 0);
     this.groupView3.TabIndex = 28;
     this.groupView3.Text     = "groupView3";
     this.groupView3.TextWrap = true;
     //
     // groupView4
     //
     this.groupView4.BackColor       = System.Drawing.Color.White;
     this.groupView4.BeforeTouchSize = new System.Drawing.Size(176, 226);
     this.groupView4.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.groupView4.Font            = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupView4.ForeColor       = System.Drawing.Color.DimGray;
     this.groupView4.GroupViewItems.AddRange(new Syncfusion.Windows.Forms.Tools.GroupViewItem[] {
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Choose Filters ..", -1, true, null, "Choose Filters .."),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Clear Filters", -1, true, null, "Clear Filters"),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Choose Grouping ..", -1, true, null, "Choose Grouping .."),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Clear Grouping", -1, true, null, "Clear Grouping"),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Choose Sorting..", -1, true, null, "Choose Sorting.."),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Clear Sorting", -1, true, null, "Clear Sorting"),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Choose Summaries..", -1, true, null, "Choose Summaries.."),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Clear Summaries", -1, true, null, "Clear Summaries")
     });
     this.groupView4.HighlightItemColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(0)))));
     this.groupView4.Location           = new System.Drawing.Point(0, 66);
     this.groupView4.Name     = "groupView4";
     this.groupView4.Size     = new System.Drawing.Size(176, 226);
     this.groupView4.TabIndex = 29;
     this.groupView4.Text     = "groupView4";
     this.groupView4.TextWrap = true;
     //
     // groupView1
     //
     this.groupView1.BackColor       = System.Drawing.Color.White;
     this.groupView1.BeforeTouchSize = new System.Drawing.Size(176, 0);
     this.groupView1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.groupView1.Font            = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupView1.ForeColor       = System.Drawing.Color.DimGray;
     this.groupView1.GroupViewItems.AddRange(new Syncfusion.Windows.Forms.Tools.GroupViewItem[] {
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("CustomersDataTable (from Xml)", -1, true, null, "CustomersDataTable (from Xml)"),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Browse Table", -1, true, null, "Browse Table"),
         new Syncfusion.Windows.Forms.Tools.GroupViewItem("Reset Filters, Summaries and Grouping", -1, true, null, "Reset Filters, Summaries and Grouping")
     });
     this.groupView1.HighlightItemColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(0)))));
     this.groupView1.Location           = new System.Drawing.Point(0, 22);
     this.groupView1.Name     = "groupView1";
     this.groupView1.Size     = new System.Drawing.Size(176, 0);
     this.groupView1.TabIndex = 27;
     this.groupView1.Text     = "groupView1";
     this.groupView1.TextWrap = true;
     //
     // Columns
     //
     this.Columns.BackColor = System.Drawing.Color.White;
     this.Columns.Client    = this.groupView1;
     this.Columns.Text      = "Table Option";
     //
     // groupBarItem2
     //
     this.groupBarItem2.BackColor = System.Drawing.Color.White;
     this.groupBarItem2.Client    = this.groupView3;
     this.groupBarItem2.Text      = "Column";
     //
     // groupBarItem3
     //
     this.groupBarItem3.BackColor = System.Drawing.Color.White;
     this.groupBarItem3.Client    = this.groupView4;
     this.groupBarItem3.Text      = "Option";
     //
     // groupView2
     //
     this.groupView2.BeforeTouchSize = new System.Drawing.Size(176, 104);
     this.groupView2.Location        = new System.Drawing.Point(0, 44);
     this.groupView2.Name            = "groupView2";
     this.groupView2.Size            = new System.Drawing.Size(176, 104);
     this.groupView2.TabIndex        = 28;
     this.groupView2.Text            = "groupView2";
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxAdv1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxAdv1.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.checkBoxAdv1.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxAdv1.Location           = new System.Drawing.Point(14, 301);
     this.checkBoxAdv1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.checkBoxAdv1.Name               = "checkBoxAdv1";
     this.checkBoxAdv1.Size               = new System.Drawing.Size(176, 21);
     this.checkBoxAdv1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv1.DrawFocusRectangle = true;
     this.checkBoxAdv1.TabIndex           = 30;
     this.checkBoxAdv1.Text               = "Enable\\Disable XP Themes";
     this.checkBoxAdv1.ThemesEnabled      = false;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.groupBar1);
     this.panel1.Controls.Add(this.checkBoxAdv1);
     this.panel1.Location = new System.Drawing.Point(798, 12);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(202, 338);
     this.panel1.TabIndex = 31;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1012, 603);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupingGrid1);
     this.MinimumSize = new System.Drawing.Size(800, 450);
     this.Name        = "Form1";
     this.Text        = "Custom Views";
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupingGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupBar1)).EndInit();
     this.groupBar1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Grid.GridCellInfo gridCellInfo4 = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridCellInfo gridCellInfo5 = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridCellInfo gridCellInfo6 = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     this.gridControl1  = new Syncfusion.Windows.Forms.Grid.GridControl();
     this.components    = new Container();
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.checkBoxAdv1  = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label1        = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     this.SuspendLayout();
     //
     // gridControl1
     //
     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               = 9;
     this.gridControl1.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid;
     this.gridControl1.DefaultRowHeight       = 20;
     this.gridControl1.Font                 = new System.Drawing.Font("Segoe UI", 9F);
     gridCellInfo4.Col                      = -1;
     gridCellInfo4.Row                      = -1;
     gridCellInfo4.StyleInfo.Font.Bold      = false;
     gridCellInfo4.StyleInfo.Font.Facename  = "Segoe UI";
     gridCellInfo4.StyleInfo.Font.Italic    = false;
     gridCellInfo4.StyleInfo.Font.Size      = 8.25F;
     gridCellInfo4.StyleInfo.Font.Strikeout = false;
     gridCellInfo4.StyleInfo.Font.Underline = false;
     gridCellInfo4.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridCellInfo5.Col                      = -1;
     gridCellInfo5.Row                      = -1;
     gridCellInfo5.StyleInfo.Font.Bold      = false;
     gridCellInfo5.StyleInfo.Font.Facename  = "Segoe UI";
     gridCellInfo5.StyleInfo.Font.Italic    = false;
     gridCellInfo5.StyleInfo.Font.Size      = 8.25F;
     gridCellInfo5.StyleInfo.Font.Strikeout = false;
     gridCellInfo5.StyleInfo.Font.Underline = false;
     gridCellInfo5.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridCellInfo6.Col                      = -1;
     gridCellInfo6.Row                      = -1;
     gridCellInfo6.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);
     gridCellInfo6.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);
     gridCellInfo6.StyleInfo.Font.Facename  = "Segoe UI";
     gridCellInfo6.StyleInfo.Interior       = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.White);
     gridCellInfo6.StyleInfo.TextColor      = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridControl1.GridCells.AddRange(new Syncfusion.Windows.Forms.Grid.GridCellInfo[] {
         gridCellInfo4,
         gridCellInfo5,
         gridCellInfo6
     });
     this.gridControl1.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridControl1.GridVisualStyles     = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridControl1.HorizontalThumbTrack = true;
     this.gridControl1.Location             = new System.Drawing.Point(12, 12);
     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;
     this.gridControl1.RowCount = 45;
     this.gridControl1.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 29)
     });
     this.gridControl1.Size               = new System.Drawing.Size(640, 504);
     this.gridControl1.SmartSizeBox       = false;
     this.gridControl1.TabIndex           = 0;
     this.gridControl1.ThemesEnabled      = true;
     this.gridControl1.VerticalThumbTrack = true;
     this.gridControl1.SelectionChanged  += new Syncfusion.Windows.Forms.Grid.GridSelectionChangedEventHandler(this.gridControl1_SelectionChanged);
     this.gridControl1.CurrentCellMoved  += new Syncfusion.Windows.Forms.Grid.GridCurrentCellMovedEventHandler(this.gridControl1_CurrentCellMoved);
     //
     // propertyGrid1
     //
     this.propertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.propertyGrid1.BackColor         = System.Drawing.Color.White;
     this.propertyGrid1.CommandsBackColor = System.Drawing.Color.White;
     this.propertyGrid1.CommandsLinkColor = System.Drawing.Color.White;
     this.propertyGrid1.HelpBackColor     = System.Drawing.Color.White;
     this.propertyGrid1.LineColor         = System.Drawing.SystemColors.Window;
     this.propertyGrid1.Location          = new System.Drawing.Point(672, 137);
     this.propertyGrid1.Name     = "propertyGrid1";
     this.propertyGrid1.Size     = new System.Drawing.Size(223, 379);
     this.propertyGrid1.TabIndex = 1;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.checkBoxAdv1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(672, 17);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(223, 114);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "BrowseOnly";
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxAdv1.DrawFocusRectangle = false;
     this.checkBoxAdv1.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxAdv1.Location           = new System.Drawing.Point(51, 70);
     this.checkBoxAdv1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBoxAdv1.Name               = "checkBoxAdv1";
     this.checkBoxAdv1.Size               = new System.Drawing.Size(106, 29);
     this.checkBoxAdv1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv1.TabIndex           = 4;
     this.checkBoxAdv1.Text               = "Browse only";
     this.checkBoxAdv1.ThemesEnabled      = false;
     this.checkBoxAdv1.CheckStateChanged += new System.EventHandler(this.checkBoxAdv1_CheckStateChanged);
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     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(6, 34);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(211, 33);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Click the CheckBox to enable the GridControl as read mode(un editable)";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(905, 525);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.gridControl1);
     this.MinimumSize = new System.Drawing.Size(500, 400);
     this.Name        = "Form1";
     this.Text        = "Editor Cell";
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #11
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.Grouping.GridColumnDescriptor gridColumnDescriptor1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor2 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor3 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor4 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor5 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor6 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor7 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.dataset11            = new SortingMethods.Dataset1();
     this.button1      = new Syncfusion.Windows.Forms.ButtonAdv();
     this.button2      = new Syncfusion.Windows.Forms.ButtonAdv();
     this.button3      = new Syncfusion.Windows.Forms.ButtonAdv();
     this.button4      = new Syncfusion.Windows.Forms.ButtonAdv();
     this.panel1       = new System.Windows.Forms.Panel();
     this.checkBoxAdv1 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.comboBoxAdv1 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.buttonAdv1   = new Syncfusion.Windows.Forms.ButtonAdv();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.panel2       = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataset11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // 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.BackColor            = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.Cursor               = System.Windows.Forms.Cursors.Arrow;
     this.gridGroupingControl1.DataSource           = this.dataset11.Customers;
     this.gridGroupingControl1.FreezeCaption        = false;
     this.gridGroupingControl1.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Office2007;
     this.gridGroupingControl1.GridVisualStyles     = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridGroupingControl1.Location             = new System.Drawing.Point(6, 1);
     this.gridGroupingControl1.Name = "gridGroupingControl1";
     this.gridGroupingControl1.Office2007ScrollBars = true;
     this.gridGroupingControl1.Size     = new System.Drawing.Size(838, 649);
     this.gridGroupingControl1.TabIndex = 0;
     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";
     gridColumnDescriptor1.HeaderImage          = null;
     gridColumnDescriptor1.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor1.HeaderText           = "Customer ID";
     gridColumnDescriptor1.MappingName          = "CustomerID";
     gridColumnDescriptor1.SerializedImageArray = "";
     gridColumnDescriptor2.HeaderImage          = null;
     gridColumnDescriptor2.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor2.HeaderText           = "Company Name";
     gridColumnDescriptor2.MappingName          = "CompanyName";
     gridColumnDescriptor2.SerializedImageArray = "";
     gridColumnDescriptor3.HeaderImage          = null;
     gridColumnDescriptor3.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor3.HeaderText           = "Contact Name";
     gridColumnDescriptor3.MappingName          = "ContactName";
     gridColumnDescriptor3.SerializedImageArray = "";
     gridColumnDescriptor4.HeaderImage          = null;
     gridColumnDescriptor4.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor4.HeaderText           = "Contact Title";
     gridColumnDescriptor4.MappingName          = "ContactTitle";
     gridColumnDescriptor4.SerializedImageArray = "";
     gridColumnDescriptor5.HeaderImage          = null;
     gridColumnDescriptor5.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor5.MappingName          = "Address";
     gridColumnDescriptor5.SerializedImageArray = "";
     gridColumnDescriptor6.HeaderImage          = null;
     gridColumnDescriptor6.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor6.MappingName          = "City";
     gridColumnDescriptor6.SerializedImageArray = "";
     gridColumnDescriptor7.HeaderImage          = null;
     gridColumnDescriptor7.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor7.MappingName          = "Country";
     gridColumnDescriptor7.SerializedImageArray = "";
     this.gridGroupingControl1.TableDescriptor.Columns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor[] {
         gridColumnDescriptor1,
         gridColumnDescriptor2,
         gridColumnDescriptor3,
         gridColumnDescriptor4,
         gridColumnDescriptor5,
         gridColumnDescriptor6,
         gridColumnDescriptor7
     });
     this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight = 25;
     this.gridGroupingControl1.TableDescriptor.TableOptions.RecordRowHeight       = 20;
     this.gridGroupingControl1.Text = "gridGroupingControl1";
     this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.gridGroupingControl1.TopLevelGroupOptions.ShowCaption = false;
     this.gridGroupingControl1.VersionInfo = "4.201.0.37";
     //
     // dataset11
     //
     this.dataset11.DataSetName             = "Dataset1";
     this.dataset11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // button1
     //
     this.button1.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.button1.BeforeTouchSize   = new System.Drawing.Size(137, 25);
     this.button1.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button1.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font              = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.button1.ForeColor         = System.Drawing.Color.White;
     this.button1.IsBackStageButton = false;
     this.button1.Location          = new System.Drawing.Point(7, 120);
     this.button1.Name              = "button1";
     this.button1.Size              = new System.Drawing.Size(137, 25);
     this.button1.TabIndex          = 29;
     this.button1.Text              = "SortByContactName";
     this.button1.Click            += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     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(137, 25);
     this.button2.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button2.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font              = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.button2.ForeColor         = System.Drawing.Color.White;
     this.button2.IsBackStageButton = false;
     this.button2.Location          = new System.Drawing.Point(7, 69);
     this.button2.Name              = "button2";
     this.button2.Size              = new System.Drawing.Size(137, 25);
     this.button2.TabIndex          = 28;
     this.button2.Text              = "SortByCity";
     this.button2.Click            += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button3.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button3.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.button3.BeforeTouchSize   = new System.Drawing.Size(137, 25);
     this.button3.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button3.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.button3.Font              = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.button3.ForeColor         = System.Drawing.Color.White;
     this.button3.IsBackStageButton = false;
     this.button3.Location          = new System.Drawing.Point(7, 18);
     this.button3.Name              = "button3";
     this.button3.Size              = new System.Drawing.Size(137, 25);
     this.button3.TabIndex          = 27;
     this.button3.Text              = "SortByCountry";
     this.button3.Click            += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button4.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button4.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.button4.BeforeTouchSize   = new System.Drawing.Size(137, 25);
     this.button4.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button4.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.button4.Font              = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.button4.ForeColor         = System.Drawing.Color.White;
     this.button4.IsBackStageButton = false;
     this.button4.Location          = new System.Drawing.Point(7, 168);
     this.button4.Name              = "button4";
     this.button4.Size              = new System.Drawing.Size(137, 25);
     this.button4.TabIndex          = 30;
     this.button4.Text              = "ClearSorting";
     this.button4.Click            += new System.EventHandler(this.button4_Click);
     //
     // 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.BackColor = System.Drawing.Color.DimGray;
     this.panel1.ForeColor = System.Drawing.Color.DimGray;
     this.panel1.Location  = new System.Drawing.Point(856, 24);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(1, 606);
     this.panel1.TabIndex  = 21;
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxAdv1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxAdv1.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.checkBoxAdv1.Location           = new System.Drawing.Point(866, 150);
     this.checkBoxAdv1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBoxAdv1.Name               = "checkBoxAdv1";
     this.checkBoxAdv1.Size               = new System.Drawing.Size(134, 30);
     this.checkBoxAdv1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv1.DrawFocusRectangle = true;
     this.checkBoxAdv1.TabIndex           = 26;
     this.checkBoxAdv1.Text               = "Allow Sorting";
     this.checkBoxAdv1.ThemesEnabled      = false;
     this.checkBoxAdv1.CheckedChanged    += new System.EventHandler(this.checkBoxAdv1_CheckedChanged);
     //
     // comboBoxAdv1
     //
     this.comboBoxAdv1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxAdv1.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(110, 21);
     this.comboBoxAdv1.Font            = new System.Drawing.Font("Segoe UI", 8.25F);
     this.comboBoxAdv1.Location        = new System.Drawing.Point(6, 38);
     this.comboBoxAdv1.Name            = "comboBoxAdv1";
     this.comboBoxAdv1.Size            = new System.Drawing.Size(110, 21);
     this.comboBoxAdv1.Style           = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv1.TabIndex        = 24;
     //
     // buttonAdv1
     //
     this.buttonAdv1.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.buttonAdv1.BeforeTouchSize   = new System.Drawing.Size(110, 25);
     this.buttonAdv1.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.buttonAdv1.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.buttonAdv1.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdv1.ForeColor         = System.Drawing.Color.White;
     this.buttonAdv1.IsBackStageButton = false;
     this.buttonAdv1.Location          = new System.Drawing.Point(6, 76);
     this.buttonAdv1.Name              = "buttonAdv1";
     this.buttonAdv1.Size              = new System.Drawing.Size(110, 25);
     this.buttonAdv1.TabIndex          = 25;
     this.buttonAdv1.Text              = "Align Icon";
     this.buttonAdv1.Click            += new System.EventHandler(this.buttonAdv1_Click);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.comboBoxAdv1);
     this.groupBox1.Controls.Add(this.buttonAdv1);
     this.groupBox1.Location = new System.Drawing.Point(866, -1);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(134, 120);
     this.groupBox1.TabIndex = 24;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Align Sort Icon";
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.Controls.Add(this.button4);
     this.panel2.Controls.Add(this.button1);
     this.panel2.Controls.Add(this.button2);
     this.panel2.Controls.Add(this.button3);
     this.panel2.Location = new System.Drawing.Point(859, 186);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(153, 274);
     this.panel2.TabIndex = 27;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1012, 653);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.checkBoxAdv1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.gridGroupingControl1);
     this.MinimumSize = new System.Drawing.Size(800, 450);
     this.Name        = "Form1";
     this.Text        = "Sorting ";
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataset11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.htmluiControl1 = new Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl();
     this.panel1         = new System.Windows.Forms.Panel();
     this.panel2         = new System.Windows.Forms.Panel();
     this.panel3         = new System.Windows.Forms.Panel();
     this.label2         = new System.Windows.Forms.Label();
     this.button1        = new Syncfusion.Windows.Forms.ButtonAdv();
     this.button2        = new Syncfusion.Windows.Forms.ButtonAdv();
     this.checkBox1      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.gradientPanel1 = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
     this.gradientPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // htmluiControl1
     //
     this.htmluiControl1.AutoScroll                    = true;
     this.htmluiControl1.AutoScrollMinSize             = new System.Drawing.Size(315, 316);
     this.htmluiControl1.BackColor                     = System.Drawing.Color.White;
     this.htmluiControl1.DefaultFormat.BackgroundColor = System.Drawing.SystemColors.Control;
     this.htmluiControl1.DefaultFormat.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.htmluiControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.htmluiControl1.Location      = new System.Drawing.Point(0, 0);
     this.htmluiControl1.Name          = "htmluiControl1";
     this.htmluiControl1.ShowTitle     = false;
     this.htmluiControl1.Size          = new System.Drawing.Size(332, 331);
     this.htmluiControl1.TabIndex      = 0;
     this.htmluiControl1.Text          = resources.GetString("htmluiControl1.Text");
     this.htmluiControl1.LoadFinished += new System.EventHandler(this.htmluiControl1_LoadFinished);
     this.htmluiControl1.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.htmluiControl1_KeyDown);
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.White;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(10, 10);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(198, 333);
     this.panel1.TabIndex = 1;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.LightGray;
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Location = new System.Drawing.Point(8, 24);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(120, 120);
     this.panel2.TabIndex = 3;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Controls.Add(this.label2);
     this.panel3.Controls.Add(this.button1);
     this.panel3.Controls.Add(this.button2);
     this.panel3.Location = new System.Drawing.Point(2, 2);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(116, 116);
     this.panel3.TabIndex = 5;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.BackColor = System.Drawing.Color.White;
     this.label2.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(-2, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(120, 24);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Print Document";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // button1
     //
     this.button1.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button1.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.button1.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font       = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor  = System.Drawing.Color.White;
     this.button1.Location   = new System.Drawing.Point(6, 38);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(104, 28);
     this.button1.TabIndex   = 4;
     this.button1.Text       = "Print";
     this.button1.Click     += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button2.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.button2.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font       = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor  = System.Drawing.Color.White;
     this.button2.Location   = new System.Drawing.Point(6, 72);
     this.button2.Name       = "button2";
     this.button2.Size       = new System.Drawing.Size(104, 32);
     this.button2.TabIndex   = 5;
     this.button2.Text       = "Print Preview";
     this.button2.Click     += new System.EventHandler(this.button2_Click);
     //
     // checkBox1
     //
     this.checkBox1.Checked            = true;
     this.checkBox1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.DrawFocusRectangle = false;
     this.checkBox1.Font            = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.ForeColor       = System.Drawing.Color.Black;
     this.checkBox1.Location        = new System.Drawing.Point(16, 176);
     this.checkBox1.MetroColor      = System.Drawing.Color.Gray;
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(112, 64);
     this.checkBox1.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.TabIndex        = 6;
     this.checkBox1.Text            = "Enable \'Ctrl+P\' shortcut for printing";
     this.checkBox1.ThemesEnabled   = false;
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // gradientPanel1
     //
     this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel1.Controls.Add(this.htmluiControl1);
     this.gradientPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gradientPanel1.Location = new System.Drawing.Point(208, 10);
     this.gradientPanel1.Name     = "gradientPanel1";
     this.gradientPanel1.Size     = new System.Drawing.Size(334, 333);
     this.gradientPanel1.TabIndex = 2;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.CaptionAlign      = System.Windows.Forms.HorizontalAlignment.Center;
     this.ClientSize        = new System.Drawing.Size(552, 353);
     this.Controls.Add(this.gradientPanel1);
     this.Controls.Add(this.panel1);
     this.DropShadow       = true;
     this.Font             = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon             = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IconAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.IconTextRelation = System.Windows.Forms.LeftRightAlignment.Left;
     this.MetroColor       = System.Drawing.Color.White;
     this.MinimumSize      = new System.Drawing.Size(564, 389);
     this.Name             = "Form1";
     this.Padding          = new System.Windows.Forms.Padding(10);
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text             = "Export Demo";
     this.WindowState      = System.Windows.Forms.FormWindowState.Maximized;
     this.Load            += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
     this.gradientPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #13
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.panel1         = new System.Windows.Forms.Panel();
     this.groupBox1      = new System.Windows.Forms.Panel();
     this.checkBox6      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox3      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox2      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox1      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.label5         = new System.Windows.Forms.Label();
     this.label4         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.panel2         = new System.Windows.Forms.Panel();
     this.label3         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.autoCompleteDataColumnInfo1 = new Syncfusion.Windows.Forms.Tools.AutoCompleteDataColumnInfo("Capital", 100, true);
     this.autoCompleteDataColumnInfo2 = new Syncfusion.Windows.Forms.Tools.AutoCompleteDataColumnInfo("Country", 100, true);
     this.autoComplete1 = new Syncfusion.Windows.Forms.Tools.AutoComplete(this.components);
     this.comboBox      = new AutoCompleteDemo.FlatCombo();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.autoComplete1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Dock     = DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(832, 18);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(303, 593);
     this.panel1.TabIndex = 1;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkBox6);
     this.groupBox1.Controls.Add(this.checkBox3);
     this.groupBox1.Controls.Add(this.checkBox2);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Location = new System.Drawing.Point(22, 84);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(244, 274);
     this.groupBox1.TabIndex = 0;
     //
     // checkBox6
     //
     this.checkBox6.Checked           = true;
     this.checkBox6.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.checkBox6.ImageCheckBoxSize = new System.Drawing.Size(20, 20);
     this.checkBox6.Location          = new System.Drawing.Point(39, 43);
     this.checkBox6.Name      = "checkBox6";
     this.checkBox6.Size      = new System.Drawing.Size(150, 21);
     this.checkBox6.TabIndex  = 4;
     this.checkBox6.ThemeName = "Office2019Colorful";
     //
     // checkBox3
     //
     this.checkBox3.DrawFocusRectangle = false;
     this.checkBox3.ImageCheckBoxSize  = new System.Drawing.Size(20, 20);
     this.checkBox3.Location           = new System.Drawing.Point(39, 100);
     this.checkBox3.Name      = "checkBox3";
     this.checkBox3.Size      = new System.Drawing.Size(150, 21);
     this.checkBox3.TabIndex  = 2;
     this.checkBox3.ThemeName = "Office2019Colorful";
     //
     // checkBox2
     //
     this.checkBox2.ImageCheckBoxSize = new System.Drawing.Size(20, 20);
     this.checkBox2.Location          = new System.Drawing.Point(39, 159);
     this.checkBox2.Name      = "checkBox2";
     this.checkBox2.Size      = new System.Drawing.Size(150, 21);
     this.checkBox2.TabIndex  = 1;
     this.checkBox2.ThemeName = "Office2019Colorful";
     //
     // checkBox1
     //
     this.checkBox1.Checked           = true;
     this.checkBox1.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.ImageCheckBoxSize = new System.Drawing.Size(20, 20);
     this.checkBox1.Location          = new System.Drawing.Point(39, 216);
     this.checkBox1.Name      = "checkBox1";
     this.checkBox1.Size      = new System.Drawing.Size(150, 21);
     this.checkBox1.TabIndex  = 0;
     this.checkBox1.ThemeName = "Office2019Colorful";
     //
     // numericUpDown2
     //
     this.numericUpDown2.Location = new System.Drawing.Point(190, 159);
     this.numericUpDown2.Maximum  = new decimal(new int[] {
         800,
         0,
         0,
         0
     });
     this.numericUpDown2.Minimum = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.numericUpDown2.Name     = "numericUpDown2";
     this.numericUpDown2.Size     = new System.Drawing.Size(120, 26);
     this.numericUpDown2.TabIndex = 6;
     this.numericUpDown2.Value    = new decimal(new int[] {
         400,
         0,
         0,
         0
     });
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(190, 100);
     this.numericUpDown1.Maximum  = new decimal(new int[] {
         600,
         0,
         0,
         0
     });
     this.numericUpDown1.Minimum = new decimal(new int[] {
         90,
         0,
         0,
         0
     });
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(120, 26);
     this.numericUpDown1.TabIndex = 5;
     this.numericUpDown1.Value    = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(41, 161);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(116, 20);
     this.label5.TabIndex = 4;
     this.label5.Text     = "Preferred Width";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(39, 102);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(122, 20);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Preferred Height";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.comboBox);
     this.panel2.Dock     = DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(3, 19);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(822, 593);
     this.panel2.TabIndex = 0;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 23);
     this.label3.TabIndex = 0;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(41, 227);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(154, 20);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Enter capital name : ";
     //
     // autoCompleteDataColumnInfo1
     //
     this.autoCompleteDataColumnInfo1.ColumnHeaderText = "Capital";
     this.autoCompleteDataColumnInfo1.ImageColumn      = false;
     this.autoCompleteDataColumnInfo1.MatchingColumn   = true;
     this.autoCompleteDataColumnInfo1.Visible          = true;
     //
     // autoCompleteDataColumnInfo2
     //
     this.autoCompleteDataColumnInfo2.ColumnHeaderText = "Country";
     this.autoCompleteDataColumnInfo2.ImageColumn      = false;
     this.autoCompleteDataColumnInfo2.MatchingColumn   = false;
     this.autoCompleteDataColumnInfo2.Visible          = true;
     //
     // autoComplete1
     //
     this.autoComplete1.AdjustHeightToItemCount = false;
     this.autoComplete1.AutoSortList            = false;
     this.autoComplete1.Columns.Add(this.autoCompleteDataColumnInfo1);
     this.autoComplete1.Columns.Add(this.autoCompleteDataColumnInfo2);
     this.autoComplete1.HeaderFont       = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.autoComplete1.ItemFont         = new System.Drawing.Font("Segoe UI", 8.25F);
     this.autoComplete1.MetroColor       = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.autoComplete1.ParentForm       = this;
     this.autoComplete1.ShowColumnHeader = true;
     this.autoComplete1.Style            = Syncfusion.Windows.Forms.Tools.AutoCompleteStyle.Default;
     this.autoComplete1.ThemeName        = "Office2019Colorful";
     //
     // comboBox
     //
     this.autoComplete1.SetAutoComplete(this.comboBox, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.AutoSuggest);
     this.comboBox.Cursor    = System.Windows.Forms.Cursors.IBeam;
     this.comboBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.comboBox.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.comboBox.Location  = new System.Drawing.Point(250, 227);
     this.comboBox.Name      = "comboBox";
     this.comboBox.Size      = new System.Drawing.Size(500, 31);
     this.comboBox.TabIndex  = 2;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.ClientSize          = new System.Drawing.Size(1137, 617);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Form1";
     this.ShowMaximizeBox = false;
     this.ShowMinimizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Customization";
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.autoComplete1)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #14
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.Gauge.Range           range1       = new Syncfusion.Windows.Forms.Gauge.Range();
            Syncfusion.Windows.Forms.Gauge.Range           range2       = new Syncfusion.Windows.Forms.Gauge.Range();
            Syncfusion.Windows.Forms.Gauge.Range           range3       = new Syncfusion.Windows.Forms.Gauge.Range();
            Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange1 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
            Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange2 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
            Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange3 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
            Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange4 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
            Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange5 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
            System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.splitContainerAdv1 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
            this.radialGauge1       = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
            this.linearGauge1       = new Syncfusion.Windows.Forms.Gauge.LinearGauge();
            this.imageList1         = new System.Windows.Forms.ImageList(this.components);
            this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
            this.label3             = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.label2             = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.sfComboBox2        = new SfComboBox();
            this.label1             = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.sfComboBox1        = new SfComboBox();
            this.checkBox1          = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.splitContainerAdv2 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
            this.autoLabel1         = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.checkBoxAdv2       = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.checkBoxAdv1       = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit();
            this.splitContainerAdv1.Panel1.SuspendLayout();
            this.splitContainerAdv1.Panel2.SuspendLayout();
            this.splitContainerAdv1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sfComboBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sfComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv2)).BeginInit();
            this.splitContainerAdv2.Panel1.SuspendLayout();
            this.splitContainerAdv2.Panel2.SuspendLayout();
            this.splitContainerAdv2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
            this.SuspendLayout();
            //
            // splitContainerAdv1
            //
            this.splitContainerAdv1.BackColor       = System.Drawing.Color.White;
            this.splitContainerAdv1.BeforeTouchSize = 13;
            this.splitContainerAdv1.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerAdv1.FixedPanel      = Syncfusion.Windows.Forms.Tools.Enums.FixedPanel.Panel1;
            this.splitContainerAdv1.HotExpandLine   = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
            this.splitContainerAdv1.Location        = new System.Drawing.Point(0, 0);
            this.splitContainerAdv1.Name            = "splitContainerAdv1";
            this.splitContainerAdv1.Orientation     = System.Windows.Forms.Orientation.Vertical;
            //
            // splitContainerAdv1.Panel1
            //
            this.splitContainerAdv1.Panel1.BackColor       = System.Drawing.Color.White;
            this.splitContainerAdv1.Panel1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
            this.splitContainerAdv1.Panel1.Controls.Add(this.radialGauge1);
            //
            // splitContainerAdv1.Panel2
            //
            this.splitContainerAdv1.Panel2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
            this.splitContainerAdv1.Panel2.Controls.Add(this.linearGauge1);
            this.splitContainerAdv1.PanelToBeCollapsed = Syncfusion.Windows.Forms.Tools.Enums.CollapsedPanel.Panel1;
            this.splitContainerAdv1.Size             = new System.Drawing.Size(598, 573);
            this.splitContainerAdv1.SplitterDistance = 275;
            this.splitContainerAdv1.SplitterWidth    = 13;
            this.splitContainerAdv1.Style            = Syncfusion.Windows.Forms.Tools.Enums.Style.Office2016Colorful;
            this.splitContainerAdv1.TabIndex         = 0;
            this.splitContainerAdv1.Text             = "splitContainerAdv1";
            //
            // radialGauge1
            //
            this.radialGauge1.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.radialGauge1.EnableCustomNeedles = false;
            this.radialGauge1.FrameType           = Syncfusion.Windows.Forms.Gauge.FrameType.HalfCircle;
            this.radialGauge1.GaugeArcColor       = System.Drawing.Color.Black;
            this.radialGauge1.GaugeLabel          = "Gauge";
            this.radialGauge1.GaugeLableFont      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radialGauge1.GaugeValueFont      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radialGauge1.InterLinesColor     = System.Drawing.Color.Black;
            this.radialGauge1.LabelPlacement      = Syncfusion.Windows.Forms.Gauge.LabelPlacement.Outside;
            this.radialGauge1.Location            = new System.Drawing.Point(140, 25);
            this.radialGauge1.MajorDifference     = 10F;
            this.radialGauge1.MajorTickMarkColor  = System.Drawing.Color.Black;
            this.radialGauge1.MaximumValue        = 100F;
            this.radialGauge1.MinimumSize         = new System.Drawing.Size(130, 52);
            this.radialGauge1.MinorDifference     = 3F;
            this.radialGauge1.MinorTickMarkColor  = System.Drawing.Color.Black;
            this.radialGauge1.Name        = "radialGauge1";
            this.radialGauge1.NeedleColor = System.Drawing.Color.Black;
            range1.Color          = System.Drawing.Color.Lime;
            range1.EndValue       = 40F;
            range1.Height         = 10;
            range1.InRange        = false;
            range1.Name           = "Normal range";
            range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            range1.StartValue     = 0F;
            range2.Color          = System.Drawing.Color.Yellow;
            range2.EndValue       = 80F;
            range2.Height         = 10;
            range2.InRange        = false;
            range2.Name           = "Check Range";
            range2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            range2.StartValue     = 40F;
            range3.Color          = System.Drawing.Color.Red;
            range3.EndValue       = 100F;
            range3.Height         = 10;
            range3.InRange        = false;
            range3.Name           = "Alert Range";
            range3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            range3.StartValue     = 80F;
            this.radialGauge1.Ranges.Add(range1);
            this.radialGauge1.Ranges.Add(range2);
            this.radialGauge1.Ranges.Add(range3);
            this.radialGauge1.ReadOnly        = false;
            this.radialGauge1.ScaleLabelColor = System.Drawing.Color.Black;
            this.radialGauge1.Size            = new System.Drawing.Size(316, 210);
            this.radialGauge1.StartAngle      = 180;
            this.radialGauge1.SweepAngle      = 180;
            this.radialGauge1.TabIndex        = 1;
            this.radialGauge1.ValueChanged   += new System.EventHandler(this.radialGauge1_ValueChanged);
            //
            // linearGauge1
            //
            this.linearGauge1.Anchor           = System.Windows.Forms.AnchorStyles.None;
            this.linearGauge1.ForeColor        = System.Drawing.Color.Gray;
            this.linearGauge1.GaugelabelFont   = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.linearGauge1.LinearFrameType  = Syncfusion.Windows.Forms.Gauge.LinearFrameType.Horizontal;
            this.linearGauge1.Location         = new System.Drawing.Point(141, 81);
            this.linearGauge1.MajorTicksHeight = 15;
            this.linearGauge1.MaximumValue     = 100F;
            this.linearGauge1.MinimumSize      = new System.Drawing.Size(100, 50);
            this.linearGauge1.MinorTickCount   = 5;
            this.linearGauge1.MinorTickHeight  = 10;
            this.linearGauge1.Name             = "linearGauge1";
            this.linearGauge1.PointerPlacement = Syncfusion.Windows.Forms.Gauge.Placement.Center;
            linearRange1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
            linearRange1.EndValue       = 67F;
            linearRange1.Height         = 5;
            linearRange1.InRange        = false;
            linearRange1.Name           = "GaugeRange1";
            linearRange1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            linearRange1.StartValue     = 45F;
            linearRange2.Color          = System.Drawing.Color.Red;
            linearRange2.EndValue       = 15F;
            linearRange2.Height         = 5;
            linearRange2.InRange        = false;
            linearRange2.Name           = "GaugeRange2";
            linearRange2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            linearRange2.StartValue     = 5F;
            linearRange3.Color          = System.Drawing.Color.Yellow;
            linearRange3.EndValue       = 38F;
            linearRange3.Height         = 5;
            linearRange3.InRange        = false;
            linearRange3.Name           = "GaugeRange3";
            linearRange3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            linearRange3.StartValue     = 23F;
            linearRange4.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
            linearRange4.EndValue       = 0F;
            linearRange4.Height         = 5;
            linearRange4.InRange        = false;
            linearRange4.Name           = "GaugeRange4";
            linearRange4.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            linearRange4.StartValue     = 0F;
            linearRange5.Color          = System.Drawing.Color.Blue;
            linearRange5.EndValue       = 100F;
            linearRange5.Height         = 5;
            linearRange5.InRange        = false;
            linearRange5.Name           = "GaugeRange5";
            linearRange5.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            linearRange5.StartValue     = 80F;
            this.linearGauge1.Ranges.Add(linearRange1);
            this.linearGauge1.Ranges.Add(linearRange2);
            this.linearGauge1.Ranges.Add(linearRange3);
            this.linearGauge1.Ranges.Add(linearRange4);
            this.linearGauge1.Ranges.Add(linearRange5);
            this.linearGauge1.ReadOnly            = false;
            this.linearGauge1.ScaleColor          = System.Drawing.Color.Gray;
            this.linearGauge1.Size                = new System.Drawing.Size(316, 125);
            this.linearGauge1.TabIndex            = 1;
            this.linearGauge1.Text                = "linearGauge1";
            this.linearGauge1.Value               = 40F;
            this.linearGauge1.ValueIndicatorColor = System.Drawing.Color.Gray;
            this.linearGauge1.ValueChanged       += new System.EventHandler(this.linearGauge1_ValueChanged);
            //
            // imageList1
            //
            this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "");
            this.imageList1.Images.SetKeyName(1, "");
            //
            // label3
            //
            this.label3.AutoSize  = false;
            this.label3.Dock      = System.Windows.Forms.DockStyle.Top;
            this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label3.Location  = new System.Drawing.Point(10, 10);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(861, 25);
            this.label3.TabIndex  = 0;
            this.label3.Text      = "This sample showcases the collapsible features and different styles of the SplitContainerAdv control.";
            //
            // label2
            //
            this.label2.Anchor   = System.Windows.Forms.AnchorStyles.None;
            this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(27, 214);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(126, 20);
            this.label2.TabIndex = 4;
            this.label2.Text     = "Toggle Panel On";
            //
            // comboBoxAdv1
            //
            this.sfComboBox2.Anchor    = System.Windows.Forms.AnchorStyles.None;
            this.sfComboBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.sfComboBox2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.sfComboBox2.Location              = new System.Drawing.Point(30, 248);
            this.sfComboBox2.Name                  = "comboBoxAdv1";
            this.sfComboBox2.Size                  = new System.Drawing.Size(167, 28);
            this.sfComboBox2.TabIndex              = 3;
            this.sfComboBox2.SelectedIndexChanged += new System.EventHandler(this.sfComboBox2_SelectedIndexChanged);
            //
            // label1
            //
            this.label1.Anchor   = System.Windows.Forms.AnchorStyles.None;
            this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(27, 121);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(44, 20);
            this.label1.TabIndex = 2;
            this.label1.Text     = "Style";
            //
            // comboBox1
            //
            this.sfComboBox1.Anchor    = System.Windows.Forms.AnchorStyles.None;
            this.sfComboBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.sfComboBox1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sfComboBox1.Location  = new System.Drawing.Point(30, 155);
            this.sfComboBox1.Name      = "comboBox1";
            this.sfComboBox1.Size      = new System.Drawing.Size(167, 28);
            this.sfComboBox1.TabIndex  = 1;
            //
            // checkBox1
            //
            this.checkBox1.Anchor             = System.Windows.Forms.AnchorStyles.None;
            this.checkBox1.AutoSize           = true;
            this.checkBox1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(122, 23);
            this.checkBox1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.checkBox1.DrawFocusRectangle = false;
            this.checkBox1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.checkBox1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
            this.checkBox1.HotBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
            this.checkBox1.Location           = new System.Drawing.Point(27, 314);
            this.checkBox1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
            this.checkBox1.Name               = "checkBox1";
            this.checkBox1.Size               = new System.Drawing.Size(122, 23);
            this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Office2016Colorful;
            this.checkBox1.TabIndex           = 0;
            this.checkBox1.Text               = "Freeze panes";
            this.checkBox1.ThemesEnabled      = false;
            this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckStateChanged);
            //
            // splitContainerAdv2
            //
            this.splitContainerAdv2.BackColor       = System.Drawing.Color.White;
            this.splitContainerAdv2.BeforeTouchSize = 13;
            this.splitContainerAdv2.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
            this.splitContainerAdv2.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerAdv2.FixedPanel      = Syncfusion.Windows.Forms.Tools.Enums.FixedPanel.Panel1;
            this.splitContainerAdv2.HotExpandLine   = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
            this.splitContainerAdv2.Location        = new System.Drawing.Point(10, 35);
            this.splitContainerAdv2.Name            = "splitContainerAdv2";
            //
            // splitContainerAdv2.Panel1
            //
            this.splitContainerAdv2.Panel1.BackColor       = System.Drawing.Color.White;
            this.splitContainerAdv2.Panel1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
            this.splitContainerAdv2.Panel1.Controls.Add(this.splitContainerAdv1);
            //
            // splitContainerAdv2.Panel2
            //
            this.splitContainerAdv2.Panel2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
            this.splitContainerAdv2.Panel2.Controls.Add(this.autoLabel1);
            this.splitContainerAdv2.Panel2.Controls.Add(this.checkBoxAdv2);
            this.splitContainerAdv2.Panel2.Controls.Add(this.checkBoxAdv1);
            this.splitContainerAdv2.Panel2.Controls.Add(this.label2);
            this.splitContainerAdv2.Panel2.Controls.Add(this.checkBox1);
            this.splitContainerAdv2.Panel2.Controls.Add(this.sfComboBox2);
            this.splitContainerAdv2.Panel2.Controls.Add(this.sfComboBox1);
            this.splitContainerAdv2.Panel2.Controls.Add(this.label1);
            this.splitContainerAdv2.PanelToBeCollapsed = Syncfusion.Windows.Forms.Tools.Enums.CollapsedPanel.Panel1;
            this.splitContainerAdv2.Size             = new System.Drawing.Size(861, 575);
            this.splitContainerAdv2.SplitterDistance = 600;
            this.splitContainerAdv2.SplitterWidth    = 13;
            this.splitContainerAdv2.Style            = Syncfusion.Windows.Forms.Tools.Enums.Style.Office2016Colorful;
            this.splitContainerAdv2.TabIndex         = 2;
            this.splitContainerAdv2.Text             = "splitContainerAdv2";
            //
            // autoLabel1
            //
            this.autoLabel1.Anchor   = System.Windows.Forms.AnchorStyles.None;
            this.autoLabel1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel1.Location = new System.Drawing.Point(30, 70);
            this.autoLabel1.Name     = "autoLabel1";
            this.autoLabel1.Size     = new System.Drawing.Size(91, 20);
            this.autoLabel1.TabIndex = 7;
            this.autoLabel1.Text     = "Properties";
            //
            // checkBoxAdv2
            //
            this.checkBoxAdv2.Anchor             = System.Windows.Forms.AnchorStyles.None;
            this.checkBoxAdv2.AutoSize           = true;
            this.checkBoxAdv2.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.checkBoxAdv2.BeforeTouchSize    = new System.Drawing.Size(182, 23);
            this.checkBoxAdv2.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.checkBoxAdv2.DrawFocusRectangle = false;
            this.checkBoxAdv2.Font               = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.checkBoxAdv2.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
            this.checkBoxAdv2.HotBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
            this.checkBoxAdv2.Location           = new System.Drawing.Point(27, 422);
            this.checkBoxAdv2.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
            this.checkBoxAdv2.Name               = "checkBoxAdv2";
            this.checkBoxAdv2.Size               = new System.Drawing.Size(182, 23);
            this.checkBoxAdv2.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Office2016Colorful;
            this.checkBoxAdv2.TabIndex           = 6;
            this.checkBoxAdv2.Text               = "Collapse LinearGauge";
            this.checkBoxAdv2.ThemesEnabled      = false;
            this.checkBoxAdv2.CheckStateChanged += new System.EventHandler(this.checkBoxAdv2_CheckStateChanged);
            //
            // checkBoxAdv1
            //
            this.checkBoxAdv1.Anchor             = System.Windows.Forms.AnchorStyles.None;
            this.checkBoxAdv1.AutoSize           = true;
            this.checkBoxAdv1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.checkBoxAdv1.BeforeTouchSize    = new System.Drawing.Size(183, 23);
            this.checkBoxAdv1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.checkBoxAdv1.DrawFocusRectangle = false;
            this.checkBoxAdv1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.checkBoxAdv1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
            this.checkBoxAdv1.HotBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
            this.checkBoxAdv1.Location           = new System.Drawing.Point(27, 369);
            this.checkBoxAdv1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
            this.checkBoxAdv1.Name               = "checkBoxAdv1";
            this.checkBoxAdv1.Size               = new System.Drawing.Size(183, 23);
            this.checkBoxAdv1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Office2016Colorful;
            this.checkBoxAdv1.TabIndex           = 5;
            this.checkBoxAdv1.Text               = "Collapse RadialGauge";
            this.checkBoxAdv1.ThemesEnabled      = false;
            this.checkBoxAdv1.CheckStateChanged += new System.EventHandler(this.checkBoxAdv1_CheckStateChanged);
            //
            // Form1
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
            this.BackColor         = System.Drawing.Color.White;
            this.ClientSize        = new System.Drawing.Size(881, 620);
            this.Controls.Add(this.splitContainerAdv2);
            this.Controls.Add(this.label3);
            this.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.MaximumSize   = new System.Drawing.Size(893, 662);
            this.MinimumSize   = new System.Drawing.Size(893, 662);
            this.Name          = "Form1";
            this.Padding       = new System.Windows.Forms.Padding(10);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "SplitContainer";
            this.Load         += new System.EventHandler(this.Form1_Load);
            this.splitContainerAdv1.Panel1.ResumeLayout(false);
            this.splitContainerAdv1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit();
            this.splitContainerAdv1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.sfComboBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sfComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
            this.splitContainerAdv2.Panel1.ResumeLayout(false);
            this.splitContainerAdv2.Panel2.ResumeLayout(false);
            this.splitContainerAdv2.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv2)).EndInit();
            this.splitContainerAdv2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
            this.ResumeLayout(false);
        }
Exemple #15
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.panel1        = new System.Windows.Forms.Panel();
     this.groupBox1     = new System.Windows.Forms.Panel();
     this.checkBox4     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox3     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox2     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox1     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.comboBoxAdv1  = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label7        = new System.Windows.Forms.Label();
     this.panel2        = new System.Windows.Forms.Panel();
     this.label2        = new System.Windows.Forms.Label();
     this.textBox1      = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.autoComplete1 = new Syncfusion.Windows.Forms.Tools.AutoComplete(this.components);
     this.autoCompleteDataColumnInfo1 = new Syncfusion.Windows.Forms.Tools.AutoCompleteDataColumnInfo("Country", 100, true);
     this.autoCompleteDataColumnInfo2 = new Syncfusion.Windows.Forms.Tools.AutoCompleteDataColumnInfo("Capital", 100, true);
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.autoComplete1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Location = new System.Drawing.Point(728, 21);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(395, 645);
     this.panel1.TabIndex = 1;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkBox4);
     this.groupBox1.Controls.Add(this.checkBox3);
     this.groupBox1.Controls.Add(this.checkBox2);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.comboBoxAdv1);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.groupBox1.Location  = new System.Drawing.Point(18, 96);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(351, 332);
     this.groupBox1.TabIndex  = 0;
     //
     // checkBox4
     //
     this.checkBox4.BeforeTouchSize   = new System.Drawing.Size(134, 23);
     this.checkBox4.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.checkBox4.ImageCheckBoxSize = new System.Drawing.Size(20, 20);
     this.checkBox4.Location          = new System.Drawing.Point(33, 211);
     this.checkBox4.Name      = "checkBox4";
     this.checkBox4.Size      = new System.Drawing.Size(150, 21);
     this.checkBox4.TabIndex  = 7;
     this.checkBox4.ThemeName = "Office2019Colorful";
     //
     // checkBox3
     //
     this.checkBox3.BeforeTouchSize   = new System.Drawing.Size(128, 23);
     this.checkBox3.Checked           = true;
     this.checkBox3.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.checkBox3.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.checkBox3.ImageCheckBoxSize = new System.Drawing.Size(20, 20);
     this.checkBox3.Location          = new System.Drawing.Point(33, 156);
     this.checkBox3.Name      = "checkBox3";
     this.checkBox3.Size      = new System.Drawing.Size(150, 21);
     this.checkBox3.TabIndex  = 6;
     this.checkBox3.ThemeName = "Office2019Colorful";
     //
     // checkBox2
     //
     this.checkBox2.BeforeTouchSize   = new System.Drawing.Size(167, 23);
     this.checkBox2.Checked           = true;
     this.checkBox2.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.checkBox2.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.checkBox2.ImageCheckBoxSize = new System.Drawing.Size(20, 20);
     this.checkBox2.Location          = new System.Drawing.Point(33, 99);
     this.checkBox2.Name      = "checkBox2";
     this.checkBox2.Size      = new System.Drawing.Size(150, 21);
     this.checkBox2.TabIndex  = 5;
     this.checkBox2.ThemeName = "Office2019Colorful";
     //
     // checkBox1
     //
     this.checkBox1.BeforeTouchSize   = new System.Drawing.Size(186, 23);
     this.checkBox1.Checked           = true;
     this.checkBox1.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.checkBox1.ImageCheckBoxSize = new System.Drawing.Size(20, 20);
     this.checkBox1.Location          = new System.Drawing.Point(33, 42);
     this.checkBox1.Name      = "checkBox1";
     this.checkBox1.Size      = new System.Drawing.Size(150, 21);
     this.checkBox1.TabIndex  = 4;
     this.checkBox1.ThemeName = "Office2019Colorful";
     //
     // comboBoxAdv1
     //
     this.comboBoxAdv1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(143, 28);
     this.comboBoxAdv1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv1.FlatStyle       = Syncfusion.Windows.Forms.Tools.ComboFlatStyle.Flat;
     this.comboBoxAdv1.ForeColor       = System.Drawing.SystemColors.WindowText;
     this.comboBoxAdv1.Items.AddRange(new object[] {
         "Country",
         "Capital"
     });
     this.comboBoxAdv1.Location  = new System.Drawing.Point(175, 270);
     this.comboBoxAdv1.Name      = "comboBoxAdv1";
     this.comboBoxAdv1.Size      = new System.Drawing.Size(143, 28);
     this.comboBoxAdv1.TabIndex  = 4;
     this.comboBoxAdv1.Text      = "Country";
     this.comboBoxAdv1.ThemeName = "Office2019Colorful";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(33, 274);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(132, 20);
     this.label7.TabIndex = 2;
     this.label7.Text     = "Matching Column";
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.textBox1);
     this.panel2.Location = new System.Drawing.Point(1, 21);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(719, 645);
     this.panel2.TabIndex = 0;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.label2.Location  = new System.Drawing.Point(14, 282);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(156, 20);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Enter country name :";
     //
     // textBox1
     //
     this.autoComplete1.SetAutoComplete(this.textBox1, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.AutoSuggest);
     this.textBox1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.textBox1.BeforeTouchSize = new System.Drawing.Size(500, 29);
     this.textBox1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.textBox1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox1.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.textBox1.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.textBox1.Location        = new System.Drawing.Point(188, 277);
     this.textBox1.Metrocolor      = System.Drawing.Color.Gray;
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new System.Drawing.Size(500, 29);
     this.textBox1.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Office2016Colorful;
     this.textBox1.TabIndex        = 2;
     this.textBox1.ThemeName       = "Office2019Colorful";
     //
     // autoComplete1
     //
     this.autoComplete1.HeaderFont = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.autoComplete1.ItemFont   = new System.Drawing.Font("Segoe UI", 8.25F);
     this.autoComplete1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.autoComplete1.ParentForm = this;
     this.autoComplete1.Style      = Syncfusion.Windows.Forms.Tools.AutoCompleteStyle.Office2016Colorful;
     this.autoComplete1.ThemeName  = "Office2019Colorful";
     //
     // autoCompleteDataColumnInfo1
     //
     this.autoCompleteDataColumnInfo1.ColumnHeaderText = "Country";
     this.autoCompleteDataColumnInfo1.ImageColumn      = false;
     this.autoCompleteDataColumnInfo1.MatchingColumn   = true;
     this.autoCompleteDataColumnInfo1.Visible          = true;
     //
     // autoCompleteDataColumnInfo2
     //
     this.autoCompleteDataColumnInfo2.ColumnHeaderText = "Capital";
     this.autoCompleteDataColumnInfo2.ImageColumn      = false;
     this.autoCompleteDataColumnInfo2.MatchingColumn   = false;
     this.autoCompleteDataColumnInfo2.Visible          = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.ClientSize          = new System.Drawing.Size(1122, 670);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Form1";
     this.ShowMaximizeBox = false;
     this.ShowMinimizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Appearance";
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.autoComplete1)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #16
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.pivotGridControl1 = new Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl(this.components);
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.checkBoxAdv1      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxAdv3      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxAdv2      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).BeginInit();
     this.SuspendLayout();
     //
     // pivotGridControl1
     //
     this.pivotGridControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.pivotGridControl1.EditManager      = null;
     this.pivotGridControl1.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.pivotGridControl1.Location         = new System.Drawing.Point(0, 0);
     this.pivotGridControl1.Margin           = new System.Windows.Forms.Padding(0);
     this.pivotGridControl1.Name             = "pivotGridControl1";
     this.pivotGridControl1.Size             = new System.Drawing.Size(854, 507);
     this.pivotGridControl1.TabIndex         = 0;
     this.pivotGridControl1.Text             = "pivotGridControl1";
     this.pivotGridControl1.ThemeName        = "Metro";
     this.pivotGridControl1.UpdateManager    = null;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkBoxAdv1);
     this.groupBox1.Controls.Add(this.checkBoxAdv3);
     this.groupBox1.Controls.Add(this.checkBoxAdv2);
     this.groupBox1.Dock      = System.Windows.Forms.DockStyle.Right;
     this.groupBox1.Font      = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.Black;
     this.groupBox1.Location  = new System.Drawing.Point(854, 0);
     this.groupBox1.Margin    = new System.Windows.Forms.Padding(0);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Padding   = new System.Windows.Forms.Padding(0);
     this.groupBox1.Size      = new System.Drawing.Size(228, 507);
     this.groupBox1.TabIndex  = 1;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Options";
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.BeforeTouchSize    = new System.Drawing.Size(153, 40);
     this.checkBoxAdv1.Checked            = true;
     this.checkBoxAdv1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAdv1.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxAdv1.ForeColor          = System.Drawing.Color.Black;
     this.checkBoxAdv1.ImageCheckBoxSize  = new System.Drawing.Size(20, 20);
     this.checkBoxAdv1.Location           = new System.Drawing.Point(15, 134);
     this.checkBoxAdv1.Margin             = new System.Windows.Forms.Padding(0);
     this.checkBoxAdv1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBoxAdv1.Name               = "checkBoxAdv1";
     this.checkBoxAdv1.Size               = new System.Drawing.Size(153, 40);
     this.checkBoxAdv1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv1.TabIndex           = 4;
     this.checkBoxAdv1.Text               = "Allow Sorting";
     this.checkBoxAdv1.ThemeName          = "Metro";
     this.checkBoxAdv1.CheckStateChanged += new System.EventHandler(this.checkBoxAdv1_CheckStateChanged);
     //
     // checkBoxAdv3
     //
     this.checkBoxAdv3.BeforeTouchSize    = new System.Drawing.Size(153, 40);
     this.checkBoxAdv3.Checked            = true;
     this.checkBoxAdv3.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAdv3.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxAdv3.ForeColor          = System.Drawing.Color.Black;
     this.checkBoxAdv3.ImageCheckBoxSize  = new System.Drawing.Size(20, 20);
     this.checkBoxAdv3.Location           = new System.Drawing.Point(15, 31);
     this.checkBoxAdv3.Margin             = new System.Windows.Forms.Padding(0);
     this.checkBoxAdv3.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBoxAdv3.Name               = "checkBoxAdv3";
     this.checkBoxAdv3.Size               = new System.Drawing.Size(153, 40);
     this.checkBoxAdv3.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv3.TabIndex           = 2;
     this.checkBoxAdv3.Text               = "Enable Group Bar";
     this.checkBoxAdv3.ThemeName          = "Metro";
     this.checkBoxAdv3.CheckStateChanged += new System.EventHandler(this.checkBoxAdv3_CheckStateChanged);
     //
     // checkBoxAdv2
     //
     this.checkBoxAdv2.BeforeTouchSize    = new System.Drawing.Size(153, 40);
     this.checkBoxAdv2.Checked            = true;
     this.checkBoxAdv2.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAdv2.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxAdv2.ForeColor          = System.Drawing.Color.Black;
     this.checkBoxAdv2.ImageCheckBoxSize  = new System.Drawing.Size(20, 20);
     this.checkBoxAdv2.Location           = new System.Drawing.Point(15, 81);
     this.checkBoxAdv2.Margin             = new System.Windows.Forms.Padding(0);
     this.checkBoxAdv2.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBoxAdv2.Name               = "checkBoxAdv2";
     this.checkBoxAdv2.Size               = new System.Drawing.Size(153, 40);
     this.checkBoxAdv2.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv2.TabIndex           = 3;
     this.checkBoxAdv2.Text               = "Allow Filtering";
     this.checkBoxAdv2.ThemeName          = "Metro";
     this.checkBoxAdv2.CheckStateChanged += new System.EventHandler(this.checkBoxAdv2_CheckStateChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.CaptionAlign            = System.Windows.Forms.HorizontalAlignment.Left;
     this.CaptionBarColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.CaptionBarHeight        = (int)DpiAware.LogicalToDeviceUnits(50);
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.White;
     this.CaptionFont             = new System.Drawing.Font("Segoe UI Semibold", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CaptionForeColor        = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(1082, 507);
     this.Controls.Add(this.pivotGridControl1);
     this.Controls.Add(this.groupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(0);
     this.MetroColor    = System.Drawing.Color.Transparent;
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = " Group Bar";
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #17
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.htmluiControl1            = new Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl();
     this.panel1                    = new System.Windows.Forms.Panel();
     this.panel2                    = new System.Windows.Forms.Panel();
     this.panel3                    = new System.Windows.Forms.Panel();
     this.label1                    = new System.Windows.Forms.Label();
     this.button2                   = new Syncfusion.Windows.Forms.ButtonAdv();
     this.checkBoxShowTitleChanged  = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxTitleChanged      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.panel4                    = new System.Windows.Forms.Panel();
     this.panel5                    = new System.Windows.Forms.Panel();
     this.label3                    = new System.Windows.Forms.Label();
     this.checkBoxPreRenderDocument = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxLoadError         = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxLoadFinished      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxLoadStarted       = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.button1                   = new Syncfusion.Windows.Forms.ButtonAdv();
     this.button3                   = new Syncfusion.Windows.Forms.ButtonAdv();
     this.textBox1                  = new System.Windows.Forms.TextBox();
     this.gradientPanel1            = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxShowTitleChanged)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxTitleChanged)).BeginInit();
     this.panel4.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxPreRenderDocument)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxLoadError)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxLoadFinished)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxLoadStarted)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
     this.gradientPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // htmluiControl1
     //
     this.htmluiControl1.BackColor = System.Drawing.Color.White;
     this.htmluiControl1.DefaultFormat.BackgroundColor = System.Drawing.SystemColors.Control;
     this.htmluiControl1.DefaultFormat.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.htmluiControl1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.htmluiControl1.Location           = new System.Drawing.Point(0, 0);
     this.htmluiControl1.Name               = "htmluiControl1";
     this.htmluiControl1.Size               = new System.Drawing.Size(512, 352);
     this.htmluiControl1.TabIndex           = 0;
     this.htmluiControl1.Text               = resources.GetString("htmluiControl1.Text");
     this.htmluiControl1.TitleChanged      += new Syncfusion.Windows.Forms.HTMLUI.ValueChangedEventHandler(this.htmluiControl1_TitleChanged);
     this.htmluiControl1.ShowTitleChanged  += new Syncfusion.Windows.Forms.HTMLUI.ValueChangedEventHandler(this.htmluiControl1_ShowTitleChanged);
     this.htmluiControl1.LoadFinished      += new System.EventHandler(this.htmluiControl1_LoadFinished);
     this.htmluiControl1.LoadStarted       += new System.EventHandler(this.htmluiControl1_LoadStarted);
     this.htmluiControl1.LoadError         += new Syncfusion.Windows.Forms.HTMLUI.LoadErrorEventHandler(this.htmluiControl1_LoadError);
     this.htmluiControl1.PreRenderDocument += new Syncfusion.Windows.Forms.HTMLUI.PreRenderDocumentEventHandler(this.htmluiControl1_PreRenderDocument);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.panel4);
     this.panel1.Controls.Add(this.button3);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel1.Location = new System.Drawing.Point(10, 10);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(144, 457);
     this.panel1.TabIndex = 1;
     //
     // panel2
     //
     this.panel2.BackColor   = System.Drawing.Color.White;
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Location = new System.Drawing.Point(12, 208);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(120, 128);
     this.panel2.TabIndex = 8;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Controls.Add(this.label1);
     this.panel3.Controls.Add(this.button2);
     this.panel3.Controls.Add(this.checkBoxShowTitleChanged);
     this.panel3.Controls.Add(this.checkBoxTitleChanged);
     this.panel3.Location = new System.Drawing.Point(2, 2);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(116, 124);
     this.panel3.TabIndex = 5;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(-2, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(120, 24);
     this.label1.TabIndex  = 17;
     this.label1.Text      = "Title events";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // button2
     //
     this.button2.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button2.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.button2.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font       = new System.Drawing.Font("Arial", 8.25F);
     this.button2.ForeColor  = System.Drawing.Color.Black;
     this.button2.Location   = new System.Drawing.Point(10, 92);
     this.button2.Name       = "button2";
     this.button2.Size       = new System.Drawing.Size(98, 22);
     this.button2.TabIndex   = 16;
     this.button2.Text       = "Change Title";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // checkBoxShowTitleChanged
     //
     this.checkBoxShowTitleChanged.BackColor          = System.Drawing.Color.White;
     this.checkBoxShowTitleChanged.Checked            = true;
     this.checkBoxShowTitleChanged.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBoxShowTitleChanged.DrawFocusRectangle = false;
     this.checkBoxShowTitleChanged.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxShowTitleChanged.ForeColor     = System.Drawing.Color.Black;
     this.checkBoxShowTitleChanged.Location      = new System.Drawing.Point(10, 54);
     this.checkBoxShowTitleChanged.MetroColor    = System.Drawing.Color.Gray;
     this.checkBoxShowTitleChanged.Name          = "checkBoxShowTitleChanged";
     this.checkBoxShowTitleChanged.Size          = new System.Drawing.Size(98, 30);
     this.checkBoxShowTitleChanged.Style         = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxShowTitleChanged.TabIndex      = 15;
     this.checkBoxShowTitleChanged.Text          = "Show TitleChanged";
     this.checkBoxShowTitleChanged.ThemesEnabled = false;
     //
     // checkBoxTitleChanged
     //
     this.checkBoxTitleChanged.BackColor          = System.Drawing.Color.White;
     this.checkBoxTitleChanged.Checked            = true;
     this.checkBoxTitleChanged.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBoxTitleChanged.DrawFocusRectangle = false;
     this.checkBoxTitleChanged.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxTitleChanged.ForeColor     = System.Drawing.Color.Black;
     this.checkBoxTitleChanged.Location      = new System.Drawing.Point(10, 28);
     this.checkBoxTitleChanged.MetroColor    = System.Drawing.Color.Gray;
     this.checkBoxTitleChanged.Name          = "checkBoxTitleChanged";
     this.checkBoxTitleChanged.Size          = new System.Drawing.Size(96, 24);
     this.checkBoxTitleChanged.Style         = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxTitleChanged.TabIndex      = 14;
     this.checkBoxTitleChanged.Text          = "TitleChanged";
     this.checkBoxTitleChanged.ThemesEnabled = false;
     //
     // panel4
     //
     this.panel4.BackColor   = System.Drawing.Color.White;
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel4.Controls.Add(this.panel5);
     this.panel4.Location = new System.Drawing.Point(12, 5);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(120, 200);
     this.panel4.TabIndex = 7;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.White;
     this.panel5.Controls.Add(this.label3);
     this.panel5.Controls.Add(this.checkBoxPreRenderDocument);
     this.panel5.Controls.Add(this.checkBoxLoadError);
     this.panel5.Controls.Add(this.checkBoxLoadFinished);
     this.panel5.Controls.Add(this.checkBoxLoadStarted);
     this.panel5.Controls.Add(this.button1);
     this.panel5.Location = new System.Drawing.Point(2, 2);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(116, 196);
     this.panel5.TabIndex = 5;
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.BackColor = System.Drawing.Color.White;
     this.label3.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(-2, 0);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(120, 24);
     this.label3.TabIndex  = 15;
     this.label3.Text      = "Load Events";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // checkBoxPreRenderDocument
     //
     this.checkBoxPreRenderDocument.BackColor          = System.Drawing.Color.White;
     this.checkBoxPreRenderDocument.Checked            = true;
     this.checkBoxPreRenderDocument.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBoxPreRenderDocument.DrawFocusRectangle = false;
     this.checkBoxPreRenderDocument.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxPreRenderDocument.ForeColor     = System.Drawing.Color.Black;
     this.checkBoxPreRenderDocument.Location      = new System.Drawing.Point(10, 125);
     this.checkBoxPreRenderDocument.MetroColor    = System.Drawing.Color.Gray;
     this.checkBoxPreRenderDocument.Name          = "checkBoxPreRenderDocument";
     this.checkBoxPreRenderDocument.Size          = new System.Drawing.Size(96, 29);
     this.checkBoxPreRenderDocument.Style         = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxPreRenderDocument.TabIndex      = 14;
     this.checkBoxPreRenderDocument.Text          = "PreRenderDocument";
     this.checkBoxPreRenderDocument.ThemesEnabled = false;
     //
     // checkBoxLoadError
     //
     this.checkBoxLoadError.BackColor          = System.Drawing.Color.White;
     this.checkBoxLoadError.Checked            = true;
     this.checkBoxLoadError.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBoxLoadError.DrawFocusRectangle = false;
     this.checkBoxLoadError.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxLoadError.ForeColor     = System.Drawing.Color.Black;
     this.checkBoxLoadError.Location      = new System.Drawing.Point(10, 96);
     this.checkBoxLoadError.MetroColor    = System.Drawing.Color.Gray;
     this.checkBoxLoadError.Name          = "checkBoxLoadError";
     this.checkBoxLoadError.Size          = new System.Drawing.Size(96, 18);
     this.checkBoxLoadError.Style         = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxLoadError.TabIndex      = 13;
     this.checkBoxLoadError.Text          = "LoadError";
     this.checkBoxLoadError.ThemesEnabled = false;
     //
     // checkBoxLoadFinished
     //
     this.checkBoxLoadFinished.BackColor          = System.Drawing.Color.White;
     this.checkBoxLoadFinished.Checked            = true;
     this.checkBoxLoadFinished.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBoxLoadFinished.DrawFocusRectangle = false;
     this.checkBoxLoadFinished.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxLoadFinished.ForeColor     = System.Drawing.Color.Black;
     this.checkBoxLoadFinished.Location      = new System.Drawing.Point(10, 64);
     this.checkBoxLoadFinished.MetroColor    = System.Drawing.Color.Gray;
     this.checkBoxLoadFinished.Name          = "checkBoxLoadFinished";
     this.checkBoxLoadFinished.Size          = new System.Drawing.Size(96, 20);
     this.checkBoxLoadFinished.Style         = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxLoadFinished.TabIndex      = 12;
     this.checkBoxLoadFinished.Text          = "LoadFinished";
     this.checkBoxLoadFinished.ThemesEnabled = false;
     //
     // checkBoxLoadStarted
     //
     this.checkBoxLoadStarted.BackColor          = System.Drawing.Color.White;
     this.checkBoxLoadStarted.Checked            = true;
     this.checkBoxLoadStarted.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBoxLoadStarted.DrawFocusRectangle = false;
     this.checkBoxLoadStarted.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxLoadStarted.ForeColor     = System.Drawing.Color.Black;
     this.checkBoxLoadStarted.Location      = new System.Drawing.Point(10, 32);
     this.checkBoxLoadStarted.MetroColor    = System.Drawing.Color.Gray;
     this.checkBoxLoadStarted.Name          = "checkBoxLoadStarted";
     this.checkBoxLoadStarted.Size          = new System.Drawing.Size(96, 26);
     this.checkBoxLoadStarted.Style         = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxLoadStarted.TabIndex      = 11;
     this.checkBoxLoadStarted.Text          = "LoadStarted";
     this.checkBoxLoadStarted.ThemesEnabled = false;
     //
     // button1
     //
     this.button1.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button1.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.button1.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font       = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor  = System.Drawing.Color.Black;
     this.button1.Location   = new System.Drawing.Point(8, 160);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(98, 24);
     this.button1.TabIndex   = 11;
     this.button1.Text       = "Load Document";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button3
     //
     this.button3.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button3.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.button3.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.button3.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.ForeColor  = System.Drawing.Color.Black;
     this.button3.Location   = new System.Drawing.Point(16, 345);
     this.button3.Name       = "button3";
     this.button3.Size       = new System.Drawing.Size(112, 24);
     this.button3.TabIndex   = 4;
     this.button3.Text       = "Clear";
     this.button3.UseVisualStyleBackColor = false;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // textBox1
     //
     this.textBox1.BackColor   = System.Drawing.SystemColors.ControlLightLight;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox1.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.textBox1.Font        = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location    = new System.Drawing.Point(154, 364);
     this.textBox1.Multiline   = true;
     this.textBox1.Name        = "textBox1";
     this.textBox1.ScrollBars  = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size        = new System.Drawing.Size(514, 103);
     this.textBox1.TabIndex    = 2;
     //
     // gradientPanel1
     //
     this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel1.Controls.Add(this.htmluiControl1);
     this.gradientPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gradientPanel1.Location = new System.Drawing.Point(154, 10);
     this.gradientPanel1.Name     = "gradientPanel1";
     this.gradientPanel1.Size     = new System.Drawing.Size(514, 354);
     this.gradientPanel1.TabIndex = 3;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.CaptionAlign      = System.Windows.Forms.HorizontalAlignment.Center;
     this.ClientSize        = new System.Drawing.Size(678, 477);
     this.Controls.Add(this.gradientPanel1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.panel1);
     this.DropShadow       = true;
     this.Font             = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon             = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IconAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.IconTextRelation = System.Windows.Forms.LeftRightAlignment.Left;
     this.MetroColor       = System.Drawing.Color.White;
     this.MinimumSize      = new System.Drawing.Size(690, 513);
     this.Name             = "Form1";
     this.Padding          = new System.Windows.Forms.Padding(10);
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text             = "Control Events";
     this.Load            += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxShowTitleChanged)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxTitleChanged)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxPreRenderDocument)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxLoadError)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxLoadFinished)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxLoadStarted)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
     this.gradientPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #18
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.button1          = new Syncfusion.Windows.Forms.ButtonAdv();
     this.label3           = new System.Windows.Forms.Label();
     this.comboBox1        = new System.Windows.Forms.ComboBox();
     this.label4           = new System.Windows.Forms.Label();
     this.numericUpDown1   = new System.Windows.Forms.NumericUpDown();
     this.label20          = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.checkBox1        = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox2        = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.label1           = new System.Windows.Forms.Label();
     this.toolTip1         = new System.Windows.Forms.ToolTip(this.components);
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.wordDocxRadioBtn = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.wordDocRadioBtn  = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.pdfRadioBtn      = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.wordDocxRadioBtn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wordDocRadioBtn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pdfRadioBtn)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Appearance         = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.button1.BeforeTouchSize    = new System.Drawing.Size(108, 23);
     this.button1.BorderStyleAdv     = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Dashed;
     this.button1.ComboEditBackColor = System.Drawing.Color.Silver;
     this.button1.Font                    = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor               = System.Drawing.Color.White;
     this.button1.IsBackStageButton       = false;
     this.button1.KeepFocusRectangle      = false;
     this.button1.Location                = new System.Drawing.Point(269, 325);
     this.button1.Name                    = "button1";
     this.button1.Office2007ColorScheme   = Syncfusion.Windows.Forms.Office2007Theme.Managed;
     this.button1.Size                    = new System.Drawing.Size(108, 23);
     this.button1.TabIndex                = 26;
     this.button1.Text                    = "Generate";
     this.button1.UseVisualStyle          = true;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click                  += new System.EventHandler(this.button1_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(196, 156);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(87, 13);
     this.label3.TabIndex = 30;
     this.label3.Text     = "Number Format";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(284, 153);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(93, 21);
     this.comboBox1.TabIndex = 31;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(196, 192);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(47, 13);
     this.label4.TabIndex = 32;
     this.label4.Text     = "Start at:";
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(284, 190);
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(93, 22);
     this.numericUpDown1.TabIndex = 33;
     this.numericUpDown1.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label20
     //
     this.label20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(143)))), ((int)(((byte)(164)))), ((int)(((byte)(190)))));
     this.label20.Location  = new System.Drawing.Point(199, 133);
     this.label20.Name      = "label20";
     this.label20.Size      = new System.Drawing.Size(178, 1);
     this.label20.TabIndex  = 34;
     //
     // label5
     //
     this.label5.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor  = System.Drawing.Color.Black;
     this.label5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label5.Location   = new System.Drawing.Point(199, 103);
     this.label5.Name       = "label5";
     this.label5.Size       = new System.Drawing.Size(102, 27);
     this.label5.TabIndex   = 35;
     this.label5.Text       = "Page Number";
     this.label5.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor  = System.Drawing.Color.Black;
     this.label2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label2.Location   = new System.Drawing.Point(7, 103);
     this.label2.Name       = "label2";
     this.label2.Size       = new System.Drawing.Size(132, 27);
     this.label2.TabIndex   = 37;
     this.label2.Text       = "Header And Footer";
     this.label2.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(143)))), ((int)(((byte)(164)))), ((int)(((byte)(190)))));
     this.label6.Location  = new System.Drawing.Point(7, 133);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(170, 1);
     this.label6.TabIndex  = 36;
     //
     // checkBox1
     //
     this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(186, 29);
     this.checkBox1.Border3DStyle      = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.checkBox1.BorderColor        = System.Drawing.Color.Black;
     this.checkBox1.Checked            = true;
     this.checkBox1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.DrawFocusRectangle = false;
     this.checkBox1.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.GradientEnd   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.checkBox1.GradientStart = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.checkBox1.Location      = new System.Drawing.Point(6, 155);
     this.checkBox1.MetroColor    = System.Drawing.Color.Gray;
     this.checkBox1.Name          = "checkBox1";
     this.checkBox1.Size          = new System.Drawing.Size(186, 29);
     this.checkBox1.StretchImage  = false;
     this.checkBox1.Style         = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.TabIndex      = 38;
     this.checkBox1.Tag           = "scrolls";
     this.checkBox1.Text          = "Header and Footer For First Page";
     this.checkBox1.ThemesEnabled = false;
     //
     // checkBox2
     //
     this.checkBox2.BeforeTouchSize    = new System.Drawing.Size(182, 32);
     this.checkBox2.Border3DStyle      = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.checkBox2.BorderColor        = System.Drawing.Color.Black;
     this.checkBox2.Checked            = true;
     this.checkBox2.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox2.DrawFocusRectangle = false;
     this.checkBox2.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox2.GradientEnd   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.checkBox2.GradientStart = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.checkBox2.Location      = new System.Drawing.Point(6, 190);
     this.checkBox2.MetroColor    = System.Drawing.Color.Gray;
     this.checkBox2.Name          = "checkBox2";
     this.checkBox2.Size          = new System.Drawing.Size(182, 32);
     this.checkBox2.StretchImage  = false;
     this.checkBox2.Style         = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox2.TabIndex      = 39;
     this.checkBox2.Tag           = "scrolls";
     this.checkBox2.Text          = "Header and Footer For All Pages";
     this.checkBox2.ThemesEnabled = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(389, 82);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 61;
     this.pictureBox1.TabStop  = false;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.label1.Location  = new System.Drawing.Point(4, 237);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(373, 56);
     this.label1.TabIndex  = 27;
     this.label1.Text      = "Click the button to view the generated Word document or PDF. Please note that Microsoft Word Viewer or Microsoft Word is required to view the resultant Word document and PDF viewer is required to view the resultant PDF.";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.wordDocxRadioBtn);
     this.groupBox1.Controls.Add(this.wordDocRadioBtn);
     this.groupBox1.Controls.Add(this.pdfRadioBtn);
     this.groupBox1.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(6, 308);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(237, 51);
     this.groupBox1.TabIndex = 101;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Save As";
     //
     // worddocxRadioBtn
     //
     this.wordDocxRadioBtn.BeforeTouchSize = new System.Drawing.Size(54, 20);
     this.wordDocxRadioBtn.Border3DStyle   = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.wordDocxRadioBtn.Checked         = true;
     this.wordDocxRadioBtn.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.wordDocxRadioBtn.GradientEnd     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.wordDocxRadioBtn.GradientStart   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.wordDocxRadioBtn.Location        = new System.Drawing.Point(93, 20);
     this.wordDocxRadioBtn.MetroColor      = System.Drawing.Color.Empty;
     this.wordDocxRadioBtn.Name            = "wordDocxRadioBtn";
     this.wordDocxRadioBtn.Size            = new System.Drawing.Size(54, 20);
     this.wordDocxRadioBtn.TabIndex        = 103;
     this.wordDocxRadioBtn.Text            = "DOCX";
     this.wordDocxRadioBtn.ThemesEnabled   = true;
     //
     // worddocRadioBtn
     //
     this.wordDocRadioBtn.BeforeTouchSize = new System.Drawing.Size(47, 20);
     this.wordDocRadioBtn.Border3DStyle   = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.wordDocRadioBtn.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.wordDocRadioBtn.GradientEnd     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.wordDocRadioBtn.GradientStart   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.wordDocRadioBtn.Location        = new System.Drawing.Point(6, 20);
     this.wordDocRadioBtn.MetroColor      = System.Drawing.Color.Empty;
     this.wordDocRadioBtn.Name            = "wordDocRadioBtn";
     this.wordDocRadioBtn.Size            = new System.Drawing.Size(47, 20);
     this.wordDocRadioBtn.TabIndex        = 44;
     this.wordDocRadioBtn.Text            = "DOC";
     this.wordDocRadioBtn.ThemesEnabled   = true;
     //
     // pdfRadioBtn
     //
     this.pdfRadioBtn.BeforeTouchSize = new System.Drawing.Size(45, 20);
     this.pdfRadioBtn.Border3DStyle   = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.pdfRadioBtn.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.pdfRadioBtn.GradientEnd     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.pdfRadioBtn.GradientStart   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.pdfRadioBtn.Location        = new System.Drawing.Point(192, 20);
     this.pdfRadioBtn.MetroColor      = System.Drawing.Color.Empty;
     this.pdfRadioBtn.Name            = "pdfRadioBtn";
     this.pdfRadioBtn.Size            = new System.Drawing.Size(45, 20);
     this.pdfRadioBtn.TabIndex        = 45;
     this.pdfRadioBtn.Text            = "PDF";
     this.pdfRadioBtn.ThemesEnabled   = true;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
     this.BackColor         = System.Drawing.Color.White;
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.ClientSize        = new System.Drawing.Size(389, 373);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.checkBox2);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label20);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.DropShadow      = true;
     this.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Header and Footer";
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.wordDocxRadioBtn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wordDocRadioBtn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pdfRadioBtn)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #19
0
        private void SetFolderBrowserStyles(CheckBoxAdv cbselected)
        {
            #region Apply FolderBrowserStyles
            switch (cbselected.Text)
            {
            case "Restrict To File System":
                if (cbselected.Checked == true)
                {
                    this.folderBrowser1.Style |= FolderBrowserStyles.RestrictToFilesystem;
                }
                else
                {
                    this.folderBrowser1.Style &= ~FolderBrowserStyles.RestrictToFilesystem;
                }
                break;

            case "Restrict To Domain":
                if (cbselected.Checked == true)
                {
                    this.folderBrowser1.Style |= FolderBrowserStyles.RestrictToDomain;
                }
                else
                {
                    this.folderBrowser1.Style &= ~FolderBrowserStyles.RestrictToDomain;
                }
                break;

            case "Restrict To Subfolders":
                if (cbselected.Checked == true)
                {
                    this.folderBrowser1.Style |= FolderBrowserStyles.RestrictToSubfolders;
                }
                else
                {
                    this.folderBrowser1.Style &= ~FolderBrowserStyles.RestrictToSubfolders;
                }
                break;

            case "Show TextBox":
                if (cbselected.Checked == true)
                {
                    this.folderBrowser1.Style |= FolderBrowserStyles.ShowTextBox;
                }
                else
                {
                    this.folderBrowser1.Style &= ~FolderBrowserStyles.ShowTextBox;
                }
                break;

            case "Validate":
                if (cbselected.Checked == true)
                {
                    this.folderBrowser1.Style |= FolderBrowserStyles.Validate;
                }
                else
                {
                    this.folderBrowser1.Style &= ~FolderBrowserStyles.Validate;
                }
                break;

            case "New Dialog Style":
                if (cbselected.Checked == true)
                {
                    this.folderBrowser1.Style |= FolderBrowserStyles.NewDialogStyle;
                }
                else
                {
                    this.folderBrowser1.Style &= ~FolderBrowserStyles.AllowUrls;
                    this.cbAllowUrls.Checked   = false;
                    this.folderBrowser1.Style &= ~FolderBrowserStyles.ShowAdministrativeShares;
                    this.cbShowShares.Checked  = false;
                    this.folderBrowser1.Style &= ~FolderBrowserStyles.NewDialogStyle;
                }
                break;

            case "Allow Urls":
                if (cbselected.Checked == true)
                {
                    this.folderBrowser1.Style    |= FolderBrowserStyles.AllowUrls | FolderBrowserStyles.NewDialogStyle;
                    this.cbNewDialogStyle.Checked = true;
                }
                else
                {
                    this.folderBrowser1.Style &= ~FolderBrowserStyles.AllowUrls;
                }
                break;

            case "Browse For Computer":
                if (cbselected.Checked == true)
                {
                    this.folderBrowser1.Style |= FolderBrowserStyles.BrowseForComputer;
                }
                else
                {
                    this.folderBrowser1.Style &= ~FolderBrowserStyles.BrowseForComputer;
                }
                break;

            case "Browse For Printer":
                if (cbselected.Checked == true)
                {
                    this.folderBrowser1.Style |= FolderBrowserStyles.BrowseForPrinter;
                }
                else
                {
                    this.folderBrowser1.Style &= ~FolderBrowserStyles.BrowseForPrinter;
                }
                break;

            case "Browse For Everything":
                if (cbselected.Checked == true)
                {
                    this.folderBrowser1.Style |= FolderBrowserStyles.BrowseForEverything;
                }
                else
                {
                    this.folderBrowser1.Style &= ~FolderBrowserStyles.BrowseForEverything;
                }
                break;

            case "Show Admin Shares":
                if (cbselected.Checked == true)
                {
                    this.folderBrowser1.Style    |= FolderBrowserStyles.ShowAdministrativeShares | FolderBrowserStyles.NewDialogStyle;
                    this.cbNewDialogStyle.Checked = true;
                }
                else
                {
                    this.folderBrowser1.Style &= ~FolderBrowserStyles.ShowAdministrativeShares;
                }
                break;
            }
        }
Exemple #20
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.centerText = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.panel1 = new System.Windows.Forms.Panel();
            this.gridControl1 = new VirtualMergeCell.CustomGridControl();
            ((System.ComponentModel.ISupportInitialize)(this.centerText)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // centerText
            // 
            this.centerText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.centerText.BeforeTouchSize = new System.Drawing.Size(150, 21);
            this.centerText.Checked = true;
            this.centerText.CheckState = System.Windows.Forms.CheckState.Checked;
            this.centerText.DrawFocusRectangle = false;
            this.centerText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.centerText.Location = new System.Drawing.Point(29, 508);
            this.centerText.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
            this.centerText.Name = "centerText";
            this.centerText.Size = new System.Drawing.Size(480, 20);
            this.centerText.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
            this.centerText.TabIndex = 2;
            this.centerText.Text = "Center text in first 3 columns of visible parts of partially visible cells";
            this.centerText.ThemesEnabled = false;
            this.centerText.CheckStateChanged += new System.EventHandler(this.centerText_CheckStateChanged);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.centerText);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(912, 556);
            this.panel1.TabIndex = 3;
            // 
            // gridControl1
            // 
            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.CenterTextInVisibleCellPart = false;
            this.gridControl1.DefaultColWidth = 100;
            this.gridControl1.DefaultRowHeight = 18;
            this.gridControl1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gridControl1.HorizontalThumbTrack = true;
            this.gridControl1.Location = new System.Drawing.Point(29, 12);
            this.gridControl1.MetroScrollBars = true;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(854, 480);
            this.gridControl1.SmartSizeBox = false;
            this.gridControl1.TabIndex = 0;
            this.gridControl1.Text = "gridControl1";
            this.gridControl1.ThemesEnabled = true;
            this.gridControl1.VerticalThumbTrack = true;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.ClientSize = new System.Drawing.Size(912, 556);
            this.Controls.Add(this.gridControl1);
            this.Controls.Add(this.panel1);
            this.MinimumSize = new System.Drawing.Size(800, 500);
            this.Name = "Form1";
            this.Text = "Virtual Merge Cell";
            ((System.ComponentModel.ISupportInitialize)(this.centerText)).EndInit();
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemple #21
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.Gauge.Range           range1       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range2       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range3       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange1 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange2 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange3 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange4 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.splitContainerAdv1 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
     this.radialGauge1       = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.linearGauge1       = new Syncfusion.Windows.Forms.Gauge.LinearGauge();
     this.imageList1         = new System.Windows.Forms.ImageList(this.components);
     this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
     this.label2             = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.sfComboBox2        = new Syncfusion.WinForms.ListView.SfComboBox();
     this.label1             = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.sfComboBox1        = new Syncfusion.WinForms.ListView.SfComboBox();
     this.checkBox1          = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.splitContainerAdv2 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
     this.tableLayoutPanel2  = new System.Windows.Forms.TableLayoutPanel();
     this.autoLabel1         = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.checkBoxAdv2       = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxAdv1       = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit();
     this.splitContainerAdv1.Panel1.SuspendLayout();
     this.splitContainerAdv1.Panel2.SuspendLayout();
     this.splitContainerAdv1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sfComboBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sfComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv2)).BeginInit();
     this.splitContainerAdv2.Panel1.SuspendLayout();
     this.splitContainerAdv2.Panel2.SuspendLayout();
     this.splitContainerAdv2.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerAdv1
     //
     this.splitContainerAdv1.BackColor       = System.Drawing.Color.White;
     this.splitContainerAdv1.BeforeTouchSize = 13;
     this.splitContainerAdv1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerAdv1.FixedPanel      = Syncfusion.Windows.Forms.Tools.Enums.FixedPanel.Panel1;
     this.splitContainerAdv1.HotExpandLine   = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.splitContainerAdv1.Location        = new System.Drawing.Point(0, 0);
     this.splitContainerAdv1.Name            = "splitContainerAdv1";
     this.splitContainerAdv1.Orientation     = System.Windows.Forms.Orientation.Vertical;
     //
     // splitContainerAdv1.Panel1
     //
     this.splitContainerAdv1.Panel1.BackColor       = System.Drawing.Color.White;
     this.splitContainerAdv1.Panel1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
     this.splitContainerAdv1.Panel1.Controls.Add(this.radialGauge1);
     //
     // splitContainerAdv1.Panel2
     //
     this.splitContainerAdv1.Panel2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
     this.splitContainerAdv1.Panel2.Controls.Add(this.linearGauge1);
     this.splitContainerAdv1.PanelToBeCollapsed = Syncfusion.Windows.Forms.Tools.Enums.CollapsedPanel.Panel1;
     this.splitContainerAdv1.Size             = new System.Drawing.Size(598, 596);
     this.splitContainerAdv1.SplitterDistance = 400;
     this.splitContainerAdv1.SplitterWidth    = 13;
     this.splitContainerAdv1.Style            = Syncfusion.Windows.Forms.Tools.Enums.Style.Office2016Colorful;
     this.splitContainerAdv1.TabIndex         = 0;
     this.splitContainerAdv1.Text             = "splitContainerAdv1";
     this.splitContainerAdv1.ThemeName        = "Office2016Colorful";
     //
     // radialGauge1
     //
     this.radialGauge1.ArcThickness        = 2F;
     this.radialGauge1.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.radialGauge1.EnableCustomNeedles = false;
     this.radialGauge1.FillColor           = System.Drawing.Color.DarkGray;
     this.radialGauge1.FrameThickness      = 12;
     this.radialGauge1.FrameType           = Syncfusion.Windows.Forms.Gauge.FrameType.HalfCircle;
     this.radialGauge1.GaugeArcColor       = System.Drawing.Color.Black;
     this.radialGauge1.GaugeLabel          = "Gauge";
     this.radialGauge1.GaugeLableFont      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.GaugeValueFont      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.InterLinesColor     = System.Drawing.Color.Black;
     this.radialGauge1.LabelPlacement      = Syncfusion.Windows.Forms.Gauge.LabelPlacement.Outside;
     this.radialGauge1.Location            = new System.Drawing.Point(0, 0);
     this.radialGauge1.MajorDifference     = 10F;
     this.radialGauge1.MajorTickMarkColor  = System.Drawing.Color.Black;
     this.radialGauge1.MaximumValue        = 100F;
     this.radialGauge1.MinimumSize         = new System.Drawing.Size(130, 52);
     this.radialGauge1.MinorDifference     = 3F;
     this.radialGauge1.MinorTickMarkColor  = System.Drawing.Color.Black;
     this.radialGauge1.Name                = "radialGauge1";
     this.radialGauge1.NeedleColor         = System.Drawing.Color.Black;
     this.radialGauge1.Padding             = new System.Windows.Forms.Padding(10);
     range1.Color          = System.Drawing.Color.Lime;
     range1.EndValue       = 40F;
     range1.Height         = 10;
     range1.InRange        = false;
     range1.Name           = "Normal range";
     range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range1.StartValue     = 0F;
     range2.Color          = System.Drawing.Color.Yellow;
     range2.EndValue       = 80F;
     range2.Height         = 10;
     range2.InRange        = false;
     range2.Name           = "Check Range";
     range2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range2.StartValue     = 40F;
     range3.Color          = System.Drawing.Color.Red;
     range3.EndValue       = 100F;
     range3.Height         = 10;
     range3.InRange        = false;
     range3.Name           = "Alert Range";
     range3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range3.StartValue     = 80F;
     this.radialGauge1.Ranges.Add(range1);
     this.radialGauge1.Ranges.Add(range2);
     this.radialGauge1.Ranges.Add(range3);
     this.radialGauge1.ReadOnly        = false;
     this.radialGauge1.ScaleLabelColor = System.Drawing.Color.Black;
     this.radialGauge1.ShowTicks       = true;
     this.radialGauge1.Size            = new System.Drawing.Size(598, 398);
     this.radialGauge1.StartAngle      = 180;
     this.radialGauge1.SweepAngle      = 180;
     this.radialGauge1.TabIndex        = 1;
     this.radialGauge1.ValueChanged   += new System.EventHandler(this.radialGauge1_ValueChanged);
     //
     // linearGauge1
     //
     this.linearGauge1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.linearGauge1.ForeColor        = System.Drawing.Color.Gray;
     this.linearGauge1.GaugelabelFont   = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge1.LinearFrameType  = Syncfusion.Windows.Forms.Gauge.LinearFrameType.Horizontal;
     this.linearGauge1.Location         = new System.Drawing.Point(0, 0);
     this.linearGauge1.MajorTicksHeight = 15;
     this.linearGauge1.MaximumSize      = new System.Drawing.Size(598, 304);
     this.linearGauge1.MaximumValue     = 100F;
     this.linearGauge1.MinimumSize      = new System.Drawing.Size(100, 50);
     this.linearGauge1.MinorTickCount   = 5;
     this.linearGauge1.MinorTickHeight  = 10;
     this.linearGauge1.Name             = "linearGauge1";
     this.linearGauge1.Padding          = new System.Windows.Forms.Padding(10);
     this.linearGauge1.PointerPlacement = Syncfusion.Windows.Forms.Gauge.Placement.Center;
     linearRange1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     linearRange1.EndValue       = 15F;
     linearRange1.Height         = 5;
     linearRange1.InRange        = false;
     linearRange1.Name           = "GaugeRange1";
     linearRange1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange1.StartValue     = 0F;
     linearRange2.Color          = System.Drawing.Color.Yellow;
     linearRange2.EndValue       = 30F;
     linearRange2.Height         = 5;
     linearRange2.InRange        = false;
     linearRange2.Name           = "GaugeRange2";
     linearRange2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange2.StartValue     = 15F;
     linearRange3.Color          = System.Drawing.Color.Red;
     linearRange3.EndValue       = 40F;
     linearRange3.Height         = 5;
     linearRange3.InRange        = true;
     linearRange3.Name           = "GaugeRange3";
     linearRange3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange3.StartValue     = 30F;
     linearRange4.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     linearRange4.EndValue       = 0F;
     linearRange4.Height         = 5;
     linearRange4.InRange        = false;
     linearRange4.Name           = "GaugeRange4";
     linearRange4.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange4.StartValue     = 0F;
     this.linearGauge1.Ranges.Add(linearRange1);
     this.linearGauge1.Ranges.Add(linearRange2);
     this.linearGauge1.Ranges.Add(linearRange3);
     this.linearGauge1.Ranges.Add(linearRange4);
     this.linearGauge1.ReadOnly            = false;
     this.linearGauge1.ScaleColor          = System.Drawing.Color.Gray;
     this.linearGauge1.Size                = new System.Drawing.Size(598, 183);
     this.linearGauge1.TabIndex            = 1;
     this.linearGauge1.Text                = "linearGauge1";
     this.linearGauge1.Value               = 40F;
     this.linearGauge1.ValueIndicatorColor = System.Drawing.Color.Gray;
     this.linearGauge1.ValueChanged       += new System.EventHandler(this.linearGauge1_ValueChanged);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Location = new System.Drawing.Point(3, 143);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(92, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Toggle Panel On";
     //
     // sfComboBox2
     //
     this.sfComboBox2.Anchor        = System.Windows.Forms.AnchorStyles.Left;
     this.sfComboBox2.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.sfComboBox2.DropDownStyle = Syncfusion.WinForms.ListView.Enums.DropDownStyle.DropDownList;
     this.sfComboBox2.Location      = new System.Drawing.Point(3, 161);
     this.sfComboBox2.Name          = "sfComboBox2";
     this.sfComboBox2.Size          = new System.Drawing.Size(187, 28);
     this.sfComboBox2.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.sfComboBox2.TabIndex              = 3;
     this.sfComboBox2.SelectedIndexChanged += new System.EventHandler(this.sfComboBox2_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.Location = new System.Drawing.Point(3, 65);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(31, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Style";
     //
     // sfComboBox1
     //
     this.sfComboBox1.Anchor        = System.Windows.Forms.AnchorStyles.Left;
     this.sfComboBox1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.sfComboBox1.DropDownStyle = Syncfusion.WinForms.ListView.Enums.DropDownStyle.DropDownList;
     this.sfComboBox1.Location      = new System.Drawing.Point(3, 83);
     this.sfComboBox1.Name          = "sfComboBox1";
     this.sfComboBox1.Size          = new System.Drawing.Size(187, 28);
     this.sfComboBox1.Style.EditorStyle.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.sfComboBox1.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.sfComboBox1.Style.TokenStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sfComboBox1.TabIndex = 1;
     //
     // checkBox1
     //
     this.checkBox1.Anchor             = System.Windows.Forms.AnchorStyles.Left;
     this.checkBox1.AutoSize           = false;
     this.checkBox1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(89, 16);
     this.checkBox1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.checkBox1.DrawFocusRectangle = false;
     this.checkBox1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.checkBox1.HotBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.checkBox1.Location           = new System.Drawing.Point(3, 206);
     this.checkBox1.Name               = "checkBox1";
     this.checkBox1.Size               = new System.Drawing.Size(134, 16);
     this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Office2016Colorful;
     this.checkBox1.TabIndex           = 0;
     this.checkBox1.Text               = "Freeze panes";
     this.checkBox1.ThemeName          = "Office2016Colorful";
     this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckStateChanged);
     //
     // splitContainerAdv2
     //
     this.splitContainerAdv2.BackColor       = System.Drawing.Color.White;
     this.splitContainerAdv2.BeforeTouchSize = 13;
     this.splitContainerAdv2.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainerAdv2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerAdv2.FixedPanel      = Syncfusion.Windows.Forms.Tools.Enums.FixedPanel.Panel1;
     this.splitContainerAdv2.HotExpandLine   = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.splitContainerAdv2.Location        = new System.Drawing.Point(0, 0);
     this.splitContainerAdv2.Name            = "splitContainerAdv2";
     //
     // splitContainerAdv2.Panel1
     //
     this.splitContainerAdv2.Panel1.BackColor       = System.Drawing.Color.White;
     this.splitContainerAdv2.Panel1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
     this.splitContainerAdv2.Panel1.Controls.Add(this.splitContainerAdv1);
     //
     // splitContainerAdv2.Panel2
     //
     this.splitContainerAdv2.Panel2.AutoSize        = true;
     this.splitContainerAdv2.Panel2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
     this.splitContainerAdv2.Panel2.Controls.Add(this.tableLayoutPanel2);
     this.splitContainerAdv2.Panel2.Padding     = new System.Windows.Forms.Padding(0, 50, 0, 0);
     this.splitContainerAdv2.PanelToBeCollapsed = Syncfusion.Windows.Forms.Tools.Enums.CollapsedPanel.Panel1;
     this.splitContainerAdv2.Size             = new System.Drawing.Size(877, 598);
     this.splitContainerAdv2.SplitterDistance = 600;
     this.splitContainerAdv2.SplitterWidth    = 13;
     this.splitContainerAdv2.Style            = Syncfusion.Windows.Forms.Tools.Enums.Style.Office2016Colorful;
     this.splitContainerAdv2.TabIndex         = 2;
     this.splitContainerAdv2.Text             = "splitContainerAdv2";
     this.splitContainerAdv2.ThemeName        = "Office2016Colorful";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.AutoScroll  = true;
     this.tableLayoutPanel2.AutoSize    = true;
     this.tableLayoutPanel2.BackColor   = Color.Transparent;
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.checkBoxAdv2, 0, 6);
     this.tableLayoutPanel2.Controls.Add(this.checkBoxAdv1, 0, 7);
     this.tableLayoutPanel2.Controls.Add(this.autoLabel1, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.checkBox1, 0, 5);
     this.tableLayoutPanel2.Controls.Add(this.sfComboBox2, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.label2, 0, 3);
     this.tableLayoutPanel2.Controls.Add(this.sfComboBox1, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.label1, 0, 1);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(21, 57);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 8;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(200, 317);
     this.tableLayoutPanel2.TabIndex = 3;
     //
     // autoLabel1
     //
     this.autoLabel1.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.autoLabel1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.autoLabel1.Location = new System.Drawing.Point(3, 9);
     this.autoLabel1.Name     = "autoLabel1";
     this.autoLabel1.Size     = new System.Drawing.Size(91, 20);
     this.autoLabel1.TabIndex = 7;
     this.autoLabel1.Text     = "Properties";
     //
     // checkBoxAdv2
     //
     this.checkBoxAdv2.Anchor             = System.Windows.Forms.AnchorStyles.Left;
     this.checkBoxAdv2.AutoSize           = false;
     this.checkBoxAdv2.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.checkBoxAdv2.BeforeTouchSize    = new System.Drawing.Size(134, 16);
     this.checkBoxAdv2.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.checkBoxAdv2.DrawFocusRectangle = false;
     this.checkBoxAdv2.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.checkBoxAdv2.HotBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.checkBoxAdv2.Location           = new System.Drawing.Point(3, 245);
     this.checkBoxAdv2.Name               = "checkBoxAdv2";
     this.checkBoxAdv2.Size               = new System.Drawing.Size(134, 16);
     this.checkBoxAdv2.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Office2016Colorful;
     this.checkBoxAdv2.TabIndex           = 6;
     this.checkBoxAdv2.Text               = "Collapse LinearGauge";
     this.checkBoxAdv2.ThemeName          = "Office2016Colorful";
     this.checkBoxAdv2.CheckStateChanged += new System.EventHandler(this.checkBoxAdv2_CheckStateChanged);
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.Anchor             = System.Windows.Forms.AnchorStyles.Left;
     this.checkBoxAdv1.AutoSize           = false;
     this.checkBoxAdv1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.checkBoxAdv1.BeforeTouchSize    = new System.Drawing.Size(135, 16);
     this.checkBoxAdv1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.checkBoxAdv1.DrawFocusRectangle = false;
     this.checkBoxAdv1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.checkBoxAdv1.HotBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.checkBoxAdv1.Location           = new System.Drawing.Point(3, 287);
     this.checkBoxAdv1.Name               = "checkBoxAdv1";
     this.checkBoxAdv1.Size               = new System.Drawing.Size(135, 16);
     this.checkBoxAdv1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Office2016Colorful;
     this.checkBoxAdv1.TabIndex           = 5;
     this.checkBoxAdv1.Text               = "Collapse RadialGauge";
     this.checkBoxAdv1.ThemeName          = "Office2016Colorful";
     this.checkBoxAdv1.CheckStateChanged += new System.EventHandler(this.checkBoxAdv1_CheckStateChanged);
     //
     // Form1
     //
     this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(877, 598);
     this.Controls.Add(this.splitContainerAdv2);
     this.MaximumSize   = new System.Drawing.Size(893, 662);
     this.MinimumSize   = new System.Drawing.Size(893, 615);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "SplitContainer";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.splitContainerAdv1.Panel1.ResumeLayout(false);
     this.splitContainerAdv1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit();
     this.splitContainerAdv1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sfComboBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sfComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     this.splitContainerAdv2.Panel1.ResumeLayout(false);
     this.splitContainerAdv2.Panel2.ResumeLayout(false);
     this.splitContainerAdv2.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv2)).EndInit();
     this.splitContainerAdv2.ResumeLayout(false);
     this.splitContainerAdv2.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.htmluiControl1        = new Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl();
     this.statusBar1            = new System.Windows.Forms.StatusStrip();
     this.panel1                = new System.Windows.Forms.Panel();
     this.panel2                = new System.Windows.Forms.Panel();
     this.panel3                = new System.Windows.Forms.Panel();
     this.label2                = new System.Windows.Forms.Label();
     this.label1                = new System.Windows.Forms.Label();
     this.checkBox1             = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.gradientPanel1        = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.panel4                = new System.Windows.Forms.Panel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).BeginInit();
     this.statusBar1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
     this.gradientPanel1.SuspendLayout();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // htmluiControl1
     //
     this.htmluiControl1.AutoScroll                    = true;
     this.htmluiControl1.AutoScrollMinSize             = new System.Drawing.Size(337, 315);
     this.htmluiControl1.BackColor                     = System.Drawing.Color.White;
     this.htmluiControl1.DefaultFormat.BackgroundColor = System.Drawing.SystemColors.Control;
     this.htmluiControl1.DefaultFormat.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.htmluiControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.htmluiControl1.Location      = new System.Drawing.Point(0, 0);
     this.htmluiControl1.Name          = "htmluiControl1";
     this.htmluiControl1.ShowTitle     = false;
     this.htmluiControl1.Size          = new System.Drawing.Size(354, 330);
     this.htmluiControl1.TabIndex      = 0;
     this.htmluiControl1.Text          = resources.GetString("htmluiControl1.Text");
     this.htmluiControl1.LoadError    += new Syncfusion.Windows.Forms.HTMLUI.LoadErrorEventHandler(this.htmluiControl1_LoadError);
     this.htmluiControl1.LoadFinished += new System.EventHandler(this.htmluiControl1_LoadFinished);
     //
     // statusBar1
     //
     this.statusBar1.BackColor = System.Drawing.SystemColors.Window;
     this.statusBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.statusBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1
     });
     this.statusBar1.Location = new System.Drawing.Point(0, 0);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Padding  = new System.Windows.Forms.Padding(3);
     this.statusBar1.Size     = new System.Drawing.Size(532, 22);
     this.statusBar1.TabIndex = 1;
     this.statusBar1.Text     = "statusBar1";
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.White;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.panel1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.panel1.Location  = new System.Drawing.Point(10, 10);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(176, 332);
     this.panel1.TabIndex  = 2;
     //
     // panel2
     //
     this.panel2.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Location = new System.Drawing.Point(7, 112);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(160, 88);
     this.panel2.TabIndex = 3;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(198)))), ((int)(((byte)(220)))));
     this.panel3.Controls.Add(this.label2);
     this.panel3.Controls.Add(this.label1);
     this.panel3.Location = new System.Drawing.Point(2, 2);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(156, 84);
     this.panel3.TabIndex = 0;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.White;
     this.label2.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(0, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(160, 24);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Action";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.label1.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(2, 28);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(150, 54);
     this.label1.TabIndex  = 2;
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // checkBox1
     //
     this.checkBox1.Anchor             = System.Windows.Forms.AnchorStyles.Top;
     this.checkBox1.DrawFocusRectangle = false;
     this.checkBox1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.ForeColor     = System.Drawing.Color.Black;
     this.checkBox1.Location      = new System.Drawing.Point(7, 24);
     this.checkBox1.MetroColor    = System.Drawing.Color.DarkGray;
     this.checkBox1.Name          = "checkBox1";
     this.checkBox1.Size          = new System.Drawing.Size(160, 72);
     this.checkBox1.Style         = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.TabIndex      = 2;
     this.checkBox1.Text          = "Check To Include Mouse Leave Event";
     this.checkBox1.ThemesEnabled = false;
     //
     // gradientPanel1
     //
     this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel1.Controls.Add(this.htmluiControl1);
     this.gradientPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gradientPanel1.Location = new System.Drawing.Point(186, 10);
     this.gradientPanel1.Name     = "gradientPanel1";
     this.gradientPanel1.Size     = new System.Drawing.Size(356, 332);
     this.gradientPanel1.TabIndex = 3;
     //
     // panel4
     //
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel4.Controls.Add(this.statusBar1);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel4.Location = new System.Drawing.Point(10, 333);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(692, 32);
     this.panel4.TabIndex = 4;
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 19);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.CaptionAlign      = System.Windows.Forms.HorizontalAlignment.Center;
     this.ClientSize        = new System.Drawing.Size(552, 374);
     this.Controls.Add(this.gradientPanel1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel4);
     this.DropShadow    = true;
     this.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(564, 410);
     this.Name          = "Form1";
     this.Padding       = new System.Windows.Forms.Padding(10);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Bubbling Events";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).EndInit();
     this.statusBar1.ResumeLayout(false);
     this.statusBar1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
     this.gradientPanel1.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
     Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle2 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
     Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle3 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
     Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle4 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
     Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle5 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
     this.trackBar1    = new System.Windows.Forms.TrackBar();
     this.comboBox1    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.checkBox1    = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label2       = new System.Windows.Forms.Label();
     this.gridControl1 = new Syncfusion.Windows.Forms.Grid.GridControl();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.groupBox3    = new System.Windows.Forms.GroupBox();
     this.groupBox2    = new System.Windows.Forms.GroupBox();
     this.label4       = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // trackBar1
     //
     this.trackBar1.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBar1.AutoSize      = false;
     this.trackBar1.BackColor     = System.Drawing.Color.White;
     this.trackBar1.Location      = new System.Drawing.Point(99, 83);
     this.trackBar1.Maximum       = 250;
     this.trackBar1.Minimum       = 50;
     this.trackBar1.Name          = "trackBar1";
     this.trackBar1.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.trackBar1.Size          = new System.Drawing.Size(96, 28);
     this.trackBar1.TabIndex      = 2;
     this.trackBar1.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.trackBar1.Value         = 100;
     this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
     //
     // comboBox1
     //
     this.comboBox1.BackColor       = System.Drawing.Color.White;
     this.comboBox1.BeforeTouchSize = new System.Drawing.Size(96, 21);
     this.comboBox1.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.Items.AddRange(new object[] {
         "50",
         "75",
         "100",
         "125"
     });
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "50"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "75"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "100"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "125"));
     this.comboBox1.Location              = new System.Drawing.Point(97, 28);
     this.comboBox1.MetroColor            = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(96, 21);
     this.comboBox1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBox1.TabIndex              = 2;
     this.comboBox1.Text                  = "100";
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // checkBox1
     //
     this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox1.Checked            = true;
     this.checkBox1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.ForeColor          = System.Drawing.Color.Black;
     this.checkBox1.Location           = new System.Drawing.Point(65, 21);
     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(82, 17);
     this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.DrawFocusRectangle = true;
     this.checkBox1.TabIndex           = 3;
     this.checkBox1.Text               = "Zoom Cell";
     this.checkBox1.ThemesEnabled      = false;
     this.checkBox1.CheckedChanged    += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.White;
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.DimGray;
     this.label2.Location  = new System.Drawing.Point(22, 267);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(210, 65);
     this.label2.TabIndex  = 15;
     this.label2.Text      = "Click a cell to view in zoomed state. \r\n\r\nUse the above slider and dropdown to zo" +
                             "om the grid with different values.";
     //
     // gridControl1
     //
     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               = 5;
     this.gridControl1.DefaultColWidth        = 85;
     this.gridControl1.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid;
     this.gridControl1.DefaultRowHeight       = 20;
     this.gridControl1.Font                             = new System.Drawing.Font("Segoe UI", 8.25F);
     this.gridControl1.ThemesEnabled                    = true;
     this.gridControl1.GridOfficeScrollBars             = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridControl1.GridVisualStyles                 = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridControl1.HorizontalThumbTrack             = true;
     this.gridControl1.Location                         = new System.Drawing.Point(12, 13);
     this.gridControl1.MetroScrollBars                  = true;
     this.gridControl1.Name                             = "gridControl1";
     this.gridControl1.Properties.ForceImmediateRepaint = false;
     this.gridControl1.Properties.GridLineColor         = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.gridControl1.Properties.MarkColHeader         = false;
     this.gridControl1.Properties.MarkRowHeader         = false;
     gridRangeStyle1.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
     gridRangeStyle1.StyleInfo.Font.Bold      = false;
     gridRangeStyle1.StyleInfo.Font.Facename  = "Segoe UI";
     gridRangeStyle1.StyleInfo.Font.Italic    = false;
     gridRangeStyle1.StyleInfo.Font.Size      = 8.25F;
     gridRangeStyle1.StyleInfo.Font.Strikeout = false;
     gridRangeStyle1.StyleInfo.Font.Underline = false;
     gridRangeStyle1.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridRangeStyle2.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
     gridRangeStyle2.StyleInfo.Font.Bold      = false;
     gridRangeStyle2.StyleInfo.Font.Facename  = "Segoe UI";
     gridRangeStyle2.StyleInfo.Font.Italic    = false;
     gridRangeStyle2.StyleInfo.Font.Size      = 8.25F;
     gridRangeStyle2.StyleInfo.Font.Strikeout = false;
     gridRangeStyle2.StyleInfo.Font.Underline = false;
     gridRangeStyle2.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridRangeStyle3.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
     gridRangeStyle3.StyleInfo.Font.Bold      = false;
     gridRangeStyle3.StyleInfo.Font.Facename  = "Segoe UI";
     gridRangeStyle3.StyleInfo.Font.Italic    = false;
     gridRangeStyle3.StyleInfo.Font.Size      = 8.25F;
     gridRangeStyle3.StyleInfo.Font.Strikeout = false;
     gridRangeStyle3.StyleInfo.Font.Underline = false;
     gridRangeStyle3.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridRangeStyle4.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
     gridRangeStyle4.StyleInfo.Font.Bold      = false;
     gridRangeStyle4.StyleInfo.Font.Facename  = "Segoe UI";
     gridRangeStyle4.StyleInfo.Font.Italic    = false;
     gridRangeStyle4.StyleInfo.Font.Size      = 8.25F;
     gridRangeStyle4.StyleInfo.Font.Strikeout = false;
     gridRangeStyle4.StyleInfo.Font.Underline = false;
     gridRangeStyle4.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridRangeStyle5.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
     gridRangeStyle5.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);
     gridRangeStyle5.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);
     gridRangeStyle5.StyleInfo.Font.Bold      = false;
     gridRangeStyle5.StyleInfo.Font.Facename  = "Segoe UI";
     gridRangeStyle5.StyleInfo.Font.Italic    = false;
     gridRangeStyle5.StyleInfo.Font.Size      = 8.25F;
     gridRangeStyle5.StyleInfo.Font.Strikeout = false;
     gridRangeStyle5.StyleInfo.Font.Underline = false;
     gridRangeStyle5.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridRangeStyle5.StyleInfo.Interior       = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.White);
     gridRangeStyle5.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,
         gridRangeStyle2,
         gridRangeStyle3,
         gridRangeStyle4,
         gridRangeStyle5
     });
     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(720, 443);
     this.gridControl1.SmartSizeBox = false;
     this.gridControl1.TabIndex     = 0;
     this.gridControl1.Text         = "gridControl1";
     this.gridControl1.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.label2);
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Location = new System.Drawing.Point(746, 17);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(254, 430);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Zooming Options";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.checkBox1);
     this.groupBox3.Location = new System.Drawing.Point(25, 190);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(207, 57);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Cell Level";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.comboBox1);
     this.groupBox2.Controls.Add(this.trackBar1);
     this.groupBox2.Location = new System.Drawing.Point(25, 33);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(207, 129);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Grid Level";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 83);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(87, 13);
     this.label4.TabIndex = 16;
     this.label4.Text     = "Zoom Frequency";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(15, 36);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(63, 13);
     this.label3.TabIndex = 15;
     this.label3.Text     = "Zoom Level";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1012, 473);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gridControl1);
     this.MinimumSize = new System.Drawing.Size(930, 454);
     this.Name        = "Form1";
     this.Text        = "Zooming";
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }