Example #1
0
 /// <summary>
 /// Initializes split container in the dock panel.
 /// </summary>
 public static void InitDockPanel(this SplitContainerAdv splitContainer, double splitterDistanceRatio)
 {
     splitContainer.Orientation      = Orientation.Vertical;
     splitContainer.BorderStyle      = BorderStyle.None;
     splitContainer.Panel1MinSize    = 0;
     splitContainer.Panel2MinSize    = 0;
     splitContainer.SplitterDistance = Convert.ToInt32(splitContainer.Height * splitterDistanceRatio);
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Syncfusion.Windows.Forms.MetroColorTable       metroColorTable2 = new Syncfusion.Windows.Forms.MetroColorTable();
     this.label1                       = new System.Windows.Forms.Label();
     this.imageList1                   = new System.Windows.Forms.ImageList(this.components);
     this.textBox1                     = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.panel3                       = new System.Windows.Forms.Panel();
     this.splitContainerAdv1           = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
     this.label2                       = new System.Windows.Forms.Label();
     this.colorUIControl1              = new Syncfusion.Windows.Forms.ColorUIControl();
     this.panel2                       = new System.Windows.Forms.Panel();
     this.comboBoxAdv1                 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label4                       = new System.Windows.Forms.Label();
     this.chkUserColorsStretchOnResize = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.txtUsersTabName1             = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.label14                      = new System.Windows.Forms.Label();
     this.txtSystemTabName1            = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.txtStandardTabName1          = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.txtCustomTabName1            = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.cmbSelectedColorGroup1       = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label10                      = new System.Windows.Forms.Label();
     this.label11                      = new System.Windows.Forms.Label();
     this.label12                      = new System.Windows.Forms.Label();
     this.label13                      = new System.Windows.Forms.Label();
     this.label3                       = new System.Windows.Forms.Label();
     this.cmbSelectedColorGroup        = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.cmbOffice2007Theme           = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit();
     this.splitContainerAdv1.Panel1.SuspendLayout();
     this.splitContainerAdv1.Panel2.SuspendLayout();
     this.splitContainerAdv1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkUserColorsStretchOnResize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUsersTabName1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSystemTabName1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtStandardTabName1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCustomTabName1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbOffice2007Theme)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.BackColor   = System.Drawing.Color.White;
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label1.ImageAlign  = System.Drawing.ContentAlignment.BottomRight;
     this.label1.ImageList   = this.imageList1;
     this.label1.Location    = new System.Drawing.Point(0, 0);
     this.label1.Name        = "label1";
     this.label1.Padding     = new System.Windows.Forms.Padding(2);
     this.label1.Size        = new System.Drawing.Size(687, 57);
     this.label1.TabIndex    = 0;
     this.label1.Text        = resources.GetString("label1.Text");
     this.label1.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "");
     //
     // textBox1
     //
     this.textBox1.BackColor   = System.Drawing.Color.White;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox1.Cursor      = System.Windows.Forms.Cursors.IBeam;
     this.textBox1.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.textBox1.Location    = new System.Drawing.Point(20, 421);
     this.textBox1.Multiline   = true;
     this.textBox1.Name        = "textBox1";
     this.textBox1.ReadOnly    = true;
     this.textBox1.ScrollBars  = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size        = new System.Drawing.Size(687, 116);
     this.textBox1.TabIndex    = 2;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.label1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(20, 20);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(687, 57);
     this.panel3.TabIndex = 5;
     //
     // splitContainerAdv1
     //
     this.splitContainerAdv1.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.splitContainerAdv1.BeforeTouchSize = 7;
     this.splitContainerAdv1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainerAdv1.Location        = new System.Drawing.Point(20, 83);
     this.splitContainerAdv1.Name            = "splitContainerAdv1";
     //
     // splitContainerAdv1.Panel1
     //
     this.splitContainerAdv1.Panel1.Controls.Add(this.label2);
     this.splitContainerAdv1.Panel1.Controls.Add(this.colorUIControl1);
     //
     // splitContainerAdv1.Panel2
     //
     this.splitContainerAdv1.Panel2.Controls.Add(this.panel2);
     this.splitContainerAdv1.Size             = new System.Drawing.Size(687, 331);
     this.splitContainerAdv1.SplitterDistance = 348;
     this.splitContainerAdv1.TabIndex         = 6;
     this.splitContainerAdv1.Text             = "splitContainerAdv1";
     //
     // label2
     //
     this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label2.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor   = System.Drawing.Color.Black;
     this.label2.Location    = new System.Drawing.Point(3, 3);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(150, 33);
     this.label2.TabIndex    = 24;
     this.label2.Text        = "Sample";
     this.label2.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // colorUIControl1
     //
     this.colorUIControl1.BeforeTouchSize = new System.Drawing.Size(274, 243);
     this.colorUIControl1.ColorGroups     = ((Syncfusion.Windows.Forms.ColorUIGroups)((((Syncfusion.Windows.Forms.ColorUIGroups.CustomColors | Syncfusion.Windows.Forms.ColorUIGroups.StandardColors)
                                                                                        | Syncfusion.Windows.Forms.ColorUIGroups.SystemColors)
                                                                                       | Syncfusion.Windows.Forms.ColorUIGroups.UserColors)));
     this.colorUIControl1.CustomColorsStretchOnResize = true;
     this.colorUIControl1.Flag                    = false;
     this.colorUIControl1.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.colorUIControl1.Location                = new System.Drawing.Point(32, 57);
     this.colorUIControl1.MetroColor              = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.colorUIControl1.MetroForeColor          = System.Drawing.Color.White;
     this.colorUIControl1.Name                    = "colorUIControl1";
     metroColorTable2.ArrowChecked                = System.Drawing.Color.Black;
     metroColorTable2.ArrowCheckedBorderColor     = System.Drawing.Color.Empty;
     metroColorTable2.ArrowInActive               = System.Drawing.Color.White;
     metroColorTable2.ArrowNormal                 = System.Drawing.Color.Gray;
     metroColorTable2.ArrowNormalBackGround       = System.Drawing.Color.Empty;
     metroColorTable2.ArrowNormalBorderColor      = System.Drawing.Color.Empty;
     metroColorTable2.ArrowPushed                 = System.Drawing.Color.Black;
     metroColorTable2.ArrowPushedBackGround       = System.Drawing.Color.Empty;
     metroColorTable2.ArrowPushedBorderColor      = System.Drawing.Color.Empty;
     metroColorTable2.ScrollerBackground          = System.Drawing.Color.White;
     metroColorTable2.ThumbChecked                = System.Drawing.Color.Black;
     metroColorTable2.ThumbCheckedBorderColor     = System.Drawing.Color.Empty;
     metroColorTable2.ThumbInActive               = System.Drawing.Color.White;
     metroColorTable2.ThumbNormal                 = System.Drawing.Color.Gray;
     metroColorTable2.ThumbNormalBorderColor      = System.Drawing.Color.Empty;
     metroColorTable2.ThumbPushed                 = System.Drawing.Color.Black;
     metroColorTable2.ThumbPushedBorder           = System.Drawing.Color.Empty;
     metroColorTable2.ThumbPushedBorderColor      = System.Drawing.Color.Empty;
     this.colorUIControl1.ScrollMetroColorTable   = metroColorTable2;
     this.colorUIControl1.SelectedColor           = System.Drawing.SystemColors.ControlDarkDark;
     this.colorUIControl1.SelectedColorGroup      = Syncfusion.Windows.Forms.ColorUISelectedGroup.CustomColors;
     this.colorUIControl1.ShowUserSelectionColors = true;
     this.colorUIControl1.Size                    = new System.Drawing.Size(274, 243);
     this.colorUIControl1.TabIndex                = 0;
     this.colorUIControl1.Text                    = "colorUIControl1";
     this.colorUIControl1.VisualStyle             = Syncfusion.Windows.Forms.ColorUIStyle.Metro;
     this.colorUIControl1.ColorSelected          += new System.EventHandler(this.colorUIControl1_ColorSelected);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.comboBoxAdv1);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.chkUserColorsStretchOnResize);
     this.panel2.Controls.Add(this.txtUsersTabName1);
     this.panel2.Controls.Add(this.label14);
     this.panel2.Controls.Add(this.txtSystemTabName1);
     this.panel2.Controls.Add(this.txtStandardTabName1);
     this.panel2.Controls.Add(this.txtCustomTabName1);
     this.panel2.Controls.Add(this.cmbSelectedColorGroup1);
     this.panel2.Controls.Add(this.label10);
     this.panel2.Controls.Add(this.label11);
     this.panel2.Controls.Add(this.label12);
     this.panel2.Controls.Add(this.label13);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(330, 329);
     this.panel2.TabIndex = 2;
     //
     // comboBoxAdv1
     //
     this.comboBoxAdv1.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(121, 21);
     this.comboBoxAdv1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv1.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxAdv1.Items.AddRange(new object[] {
         "Default",
         "Office2010",
         "Metro",
         "Office2016Colorful",
         "Office2016DarkGray",
         "Office2016Black",
         "Office2016White"
     });
     this.comboBoxAdv1.Location              = new System.Drawing.Point(176, 252);
     this.comboBoxAdv1.Name                  = "comboBoxAdv1";
     this.comboBoxAdv1.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxAdv1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv1.TabIndex              = 25;
     this.comboBoxAdv1.Text                  = "Default";
     this.comboBoxAdv1.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv1_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(48, 252);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(65, 13);
     this.label4.TabIndex = 24;
     this.label4.Text     = "Visual Style";
     //
     // chkUserColorsStretchOnResize
     //
     this.chkUserColorsStretchOnResize.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.chkUserColorsStretchOnResize.DrawFocusRectangle = false;
     this.chkUserColorsStretchOnResize.Location           = new System.Drawing.Point(69, 291);
     this.chkUserColorsStretchOnResize.MetroColor         = System.Drawing.Color.Gray;
     this.chkUserColorsStretchOnResize.Name            = "chkUserColorsStretchOnResize";
     this.chkUserColorsStretchOnResize.Size            = new System.Drawing.Size(227, 24);
     this.chkUserColorsStretchOnResize.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.chkUserColorsStretchOnResize.TabIndex        = 23;
     this.chkUserColorsStretchOnResize.Text            = "User Color Stretch On Resize";
     this.chkUserColorsStretchOnResize.ThemesEnabled   = false;
     this.chkUserColorsStretchOnResize.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // txtUsersTabName1
     //
     this.txtUsersTabName1.BeforeTouchSize = new System.Drawing.Size(120, 22);
     this.txtUsersTabName1.BorderColor     = System.Drawing.Color.Gray;
     this.txtUsersTabName1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtUsersTabName1.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.txtUsersTabName1.Location        = new System.Drawing.Point(176, 188);
     this.txtUsersTabName1.Metrocolor      = System.Drawing.Color.Gray;
     this.txtUsersTabName1.Name            = "txtUsersTabName1";
     this.txtUsersTabName1.Size            = new System.Drawing.Size(120, 22);
     this.txtUsersTabName1.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
     this.txtUsersTabName1.TabIndex        = 22;
     this.txtUsersTabName1.Text            = "User Colors";
     this.txtUsersTabName1.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.txtUsersTabName1_KeyDown);
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(48, 188);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(87, 13);
     this.label14.TabIndex = 21;
     this.label14.Text     = "Users Tab Name";
     //
     // txtSystemTabName1
     //
     this.txtSystemTabName1.BeforeTouchSize = new System.Drawing.Size(120, 22);
     this.txtSystemTabName1.BorderColor     = System.Drawing.Color.Gray;
     this.txtSystemTabName1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSystemTabName1.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.txtSystemTabName1.Location        = new System.Drawing.Point(176, 156);
     this.txtSystemTabName1.Metrocolor      = System.Drawing.Color.Gray;
     this.txtSystemTabName1.Name            = "txtSystemTabName1";
     this.txtSystemTabName1.Size            = new System.Drawing.Size(120, 22);
     this.txtSystemTabName1.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
     this.txtSystemTabName1.TabIndex        = 20;
     this.txtSystemTabName1.Text            = "System";
     this.txtSystemTabName1.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.txtSystemTabName1_KeyDown);
     //
     // txtStandardTabName1
     //
     this.txtStandardTabName1.BeforeTouchSize = new System.Drawing.Size(120, 22);
     this.txtStandardTabName1.BorderColor     = System.Drawing.Color.Gray;
     this.txtStandardTabName1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtStandardTabName1.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.txtStandardTabName1.Location        = new System.Drawing.Point(176, 124);
     this.txtStandardTabName1.Metrocolor      = System.Drawing.Color.Gray;
     this.txtStandardTabName1.Name            = "txtStandardTabName1";
     this.txtStandardTabName1.Size            = new System.Drawing.Size(120, 22);
     this.txtStandardTabName1.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
     this.txtStandardTabName1.TabIndex        = 19;
     this.txtStandardTabName1.Text            = "Web";
     this.txtStandardTabName1.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.txtStandardTabName1_KeyDown);
     //
     // txtCustomTabName1
     //
     this.txtCustomTabName1.BeforeTouchSize = new System.Drawing.Size(120, 22);
     this.txtCustomTabName1.BorderColor     = System.Drawing.Color.Gray;
     this.txtCustomTabName1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCustomTabName1.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.txtCustomTabName1.Location        = new System.Drawing.Point(176, 92);
     this.txtCustomTabName1.Metrocolor      = System.Drawing.Color.Gray;
     this.txtCustomTabName1.Name            = "txtCustomTabName1";
     this.txtCustomTabName1.Size            = new System.Drawing.Size(120, 22);
     this.txtCustomTabName1.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
     this.txtCustomTabName1.TabIndex        = 18;
     this.txtCustomTabName1.Text            = "Palette";
     this.txtCustomTabName1.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.txtCustomTabName1_KeyDown);
     //
     // cmbSelectedColorGroup1
     //
     this.cmbSelectedColorGroup1.BackColor       = System.Drawing.Color.White;
     this.cmbSelectedColorGroup1.BeforeTouchSize = new System.Drawing.Size(121, 21);
     this.cmbSelectedColorGroup1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSelectedColorGroup1.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbSelectedColorGroup1.Items.AddRange(new object[] {
         "None",
         "CustomColors",
         "StandardColors",
         "SystemColors",
         "UserColors"
     });
     this.cmbSelectedColorGroup1.Location              = new System.Drawing.Point(176, 220);
     this.cmbSelectedColorGroup1.Name                  = "cmbSelectedColorGroup1";
     this.cmbSelectedColorGroup1.Size                  = new System.Drawing.Size(121, 21);
     this.cmbSelectedColorGroup1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.cmbSelectedColorGroup1.TabIndex              = 17;
     this.cmbSelectedColorGroup1.Text                  = "None";
     this.cmbSelectedColorGroup1.SelectedIndexChanged += new System.EventHandler(this.cmbSelectedColorGroup1_SelectedIndexChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(48, 220);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(117, 13);
     this.label10.TabIndex = 16;
     this.label10.Text     = "Selected Color Group";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(48, 156);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(94, 13);
     this.label11.TabIndex = 15;
     this.label11.Text     = "System Tab Name";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(48, 124);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(106, 13);
     this.label12.TabIndex = 14;
     this.label12.Text     = "Standard Tab Name";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(48, 92);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(98, 13);
     this.label13.TabIndex = 13;
     this.label13.Text     = "Custom Tab Name";
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(3, 3);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(150, 32);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Essential Properties";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cmbSelectedColorGroup
     //
     this.cmbSelectedColorGroup.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(251)))));
     this.cmbSelectedColorGroup.BeforeTouchSize = new System.Drawing.Size(121, 21);
     this.cmbSelectedColorGroup.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbSelectedColorGroup.Location        = new System.Drawing.Point(164, 251);
     this.cmbSelectedColorGroup.Name            = "cmbSelectedColorGroup";
     this.cmbSelectedColorGroup.Size            = new System.Drawing.Size(121, 21);
     this.cmbSelectedColorGroup.Style           = Syncfusion.Windows.Forms.VisualStyle.Office2007;
     this.cmbSelectedColorGroup.TabIndex        = 9;
     //
     // cmbOffice2007Theme
     //
     this.cmbOffice2007Theme.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(251)))));
     this.cmbOffice2007Theme.BeforeTouchSize = new System.Drawing.Size(98, 21);
     this.cmbOffice2007Theme.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbOffice2007Theme.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbOffice2007Theme.Location        = new System.Drawing.Point(164, 150);
     this.cmbOffice2007Theme.Name            = "cmbOffice2007Theme";
     this.cmbOffice2007Theme.Size            = new System.Drawing.Size(98, 21);
     this.cmbOffice2007Theme.Style           = Syncfusion.Windows.Forms.VisualStyle.Office2007;
     this.cmbOffice2007Theme.TabIndex        = 7;
     //
     // 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(727, 557);
     this.Controls.Add(this.splitContainerAdv1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.textBox1);
     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(739, 593);
     this.Name          = "Form1";
     this.Padding       = new System.Windows.Forms.Padding(20);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Color UI Controls";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.panel3.ResumeLayout(false);
     this.splitContainerAdv1.Panel1.ResumeLayout(false);
     this.splitContainerAdv1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit();
     this.splitContainerAdv1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkUserColorsStretchOnResize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUsersTabName1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSystemTabName1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtStandardTabName1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCustomTabName1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbOffice2007Theme)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.colorPickerUIAdv1  = new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv();
     this.label1             = new System.Windows.Forms.Label();
     this.imageList1         = new System.Windows.Forms.ImageList(this.components);
     this.splitContainerAdv1 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
     this.panel1             = new System.Windows.Forms.Panel();
     this.radioButton2       = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.radioButton1       = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.richTextBox1       = new System.Windows.Forms.RichTextBox();
     this.panel3             = new System.Windows.Forms.Panel();
     this.label2             = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit();
     this.splitContainerAdv1.Panel1.SuspendLayout();
     this.splitContainerAdv1.Panel2.SuspendLayout();
     this.splitContainerAdv1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radioButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioButton1)).BeginInit();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // colorPickerUIAdv1.RecentGroup
     //
     this.colorPickerUIAdv1.RecentGroup.HeaderHeight = 19;
     this.colorPickerUIAdv1.RecentGroup.Name         = "Recent Colors";
     this.colorPickerUIAdv1.RecentGroup.Visible      = false;
     //
     // colorPickerUIAdv1.StandardGroup
     //
     this.colorPickerUIAdv1.StandardGroup.HeaderHeight = 19;
     this.colorPickerUIAdv1.StandardGroup.Name         = "Standard Colors";
     //
     // colorPickerUIAdv1.ThemeGroup
     //
     this.colorPickerUIAdv1.ThemeGroup.HeaderHeight      = 19;
     this.colorPickerUIAdv1.ThemeGroup.IsSubItemsVisible = true;
     this.colorPickerUIAdv1.ThemeGroup.Name = "Theme Colors";
     //
     // colorPickerUIAdv1
     //
     this.colorPickerUIAdv1.BeforeTouchSize        = new System.Drawing.Size(13, 13);
     this.colorPickerUIAdv1.BorderStyle            = System.Windows.Forms.BorderStyle.FixedSingle;
     this.colorPickerUIAdv1.ButtonsHeight          = 27;
     this.colorPickerUIAdv1.ColorItemSize          = new System.Drawing.Size(20, 13);
     this.colorPickerUIAdv1.HorizontalItemsSpacing = 2;
     this.colorPickerUIAdv1.Location             = new System.Drawing.Point(56, 66);
     this.colorPickerUIAdv1.MetroColor           = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(110)))), ((int)(((byte)(218)))));
     this.colorPickerUIAdv1.MinimumSize          = new System.Drawing.Size(136, 201);
     this.colorPickerUIAdv1.Name                 = "colorPickerUIAdv1";
     this.colorPickerUIAdv1.SelectedColor        = System.Drawing.Color.Empty;
     this.colorPickerUIAdv1.Size                 = new System.Drawing.Size(224, 209);
     this.colorPickerUIAdv1.Style                = Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.visualstyle.Office2016Colorful;
     this.colorPickerUIAdv1.TabIndex             = 4;
     this.colorPickerUIAdv1.Text                 = "colorPickerUIAdv1";
     this.colorPickerUIAdv1.UseOffice2007Style   = false;
     this.colorPickerUIAdv1.VerticalItemsSpacing = 2;
     this.colorPickerUIAdv1.Picked              += new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.ColorPickedEventHandler(this.colorPickerUIAdv1_Picked);
     //
     // 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;
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // splitContainerAdv1
     //
     this.splitContainerAdv1.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.splitContainerAdv1.BeforeTouchSize = 7;
     this.splitContainerAdv1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainerAdv1.IsSplitterFixed = true;
     this.splitContainerAdv1.Location        = new System.Drawing.Point(20, 92);
     this.splitContainerAdv1.Name            = "splitContainerAdv1";
     //
     // splitContainerAdv1.Panel1
     //
     this.splitContainerAdv1.Panel1.Controls.Add(this.panel1);
     //
     // splitContainerAdv1.Panel2
     //
     this.splitContainerAdv1.Panel2.Controls.Add(this.richTextBox1);
     this.splitContainerAdv1.Size             = new System.Drawing.Size(997, 411);
     this.splitContainerAdv1.SplitterDistance = 373;
     this.splitContainerAdv1.TabIndex         = 6;
     this.splitContainerAdv1.Text             = "splitContainerAdv1";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.radioButton2);
     this.panel1.Controls.Add(this.radioButton1);
     this.panel1.Controls.Add(this.colorPickerUIAdv1);
     this.panel1.Location = new System.Drawing.Point(47, 59);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(278, 336);
     this.panel1.TabIndex = 7;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize        = true;
     this.radioButton2.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.radioButton2.BeforeTouchSize = new System.Drawing.Size(106, 16);
     this.radioButton2.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.radioButton2.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.radioButton2.HotBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.radioButton2.Location        = new System.Drawing.Point(144, 19);
     this.radioButton2.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
     this.radioButton2.Name            = "radioButton2";
     this.radioButton2.Size            = new System.Drawing.Size(106, 16);
     this.radioButton2.Style           = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Office2016Colorful;
     this.radioButton2.TabIndex        = 6;
     this.radioButton2.Text            = "Hightlight Color";
     this.radioButton2.ThemesEnabled   = false;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize        = true;
     this.radioButton1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.radioButton1.BeforeTouchSize = new System.Drawing.Size(73, 16);
     this.radioButton1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.radioButton1.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.radioButton1.HotBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.radioButton1.Location        = new System.Drawing.Point(30, 19);
     this.radioButton1.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
     this.radioButton1.Name            = "radioButton1";
     this.radioButton1.Size            = new System.Drawing.Size(73, 16);
     this.radioButton1.Style           = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Office2016Colorful;
     this.radioButton1.TabIndex        = 5;
     this.radioButton1.Text            = "ForeColor";
     this.radioButton1.ThemesEnabled   = false;
     //
     // richTextBox1
     //
     this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.richTextBox1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.richTextBox1.Font        = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.richTextBox1.Location    = new System.Drawing.Point(0, 0);
     this.richTextBox1.Name        = "richTextBox1";
     this.richTextBox1.Size        = new System.Drawing.Size(615, 409);
     this.richTextBox1.TabIndex    = 0;
     this.richTextBox1.Text        = "";
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.label2);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(20, 20);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1000, 65);
     this.panel3.TabIndex = 7;
     //
     // label2
     //
     this.label2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(0, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(998, 63);
     this.label2.TabIndex  = 0;
     this.label2.Text      = resources.GetString("label2.Text");
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(1040, 522);
     this.Controls.Add(this.splitContainerAdv1);
     this.Controls.Add(this.panel3);
     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.MaximizeBox     = false;
     this.MaximumSize     = new System.Drawing.Size(1052, 558);
     this.MetroColor      = System.Drawing.Color.White;
     this.MinimumSize     = new System.Drawing.Size(1052, 558);
     this.Name            = "Form1";
     this.Padding         = new System.Windows.Forms.Padding(20);
     this.ShowMaximizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "ColorPickerUIAdv";
     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);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radioButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioButton1)).EndInit();
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Syncfusion.Windows.Forms.Tools.TreeNodeAdv     treeNodeAdv1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.treeViewAdv2       = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
     this.imageList1         = new System.Windows.Forms.ImageList(this.components);
     this.listBox1           = new System.Windows.Forms.ListBox();
     this.colorDialog1       = new System.Windows.Forms.ColorDialog();
     this.splitContainerAdv1 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
     ((System.ComponentModel.ISupportInitialize)(this.treeViewAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit();
     this.splitContainerAdv1.Panel1.SuspendLayout();
     this.splitContainerAdv1.Panel2.SuspendLayout();
     this.splitContainerAdv1.SuspendLayout();
     this.SuspendLayout();
     //
     // treeViewAdv2
     //
     this.treeViewAdv2.AddSeparatorAtEnd     = true;
     this.treeViewAdv2.AllowDrop             = true;
     this.treeViewAdv2.BackColor             = System.Drawing.Color.White;
     this.treeViewAdv2.Border3DStyle         = System.Windows.Forms.Border3DStyle.Flat;
     this.treeViewAdv2.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.treeViewAdv2.CanSelectDisabledNode = false;
     this.treeViewAdv2.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.treeViewAdv2.DpiAware             = false;
     this.treeViewAdv2.DragOnText           = false;
     this.treeViewAdv2.Font                 = new System.Drawing.Font("Verdana", 8F);
     this.treeViewAdv2.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     //
     //
     //
     this.treeViewAdv2.HelpTextControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.treeViewAdv2.HelpTextControl.Location    = new System.Drawing.Point(732, 0);
     this.treeViewAdv2.HelpTextControl.Name        = "helpText";
     this.treeViewAdv2.HelpTextControl.Size        = new System.Drawing.Size(49, 15);
     this.treeViewAdv2.HelpTextControl.TabIndex    = 0;
     this.treeViewAdv2.HelpTextControl.Text        = "help text";
     this.treeViewAdv2.HideSelection         = false;
     this.treeViewAdv2.IgnoreThemeBackground = true;
     this.treeViewAdv2.Indent          = 20;
     this.treeViewAdv2.ItemHeight      = 18;
     this.treeViewAdv2.LabelEdit       = true;
     this.treeViewAdv2.LeftImageList   = this.imageList1;
     this.treeViewAdv2.LineColor       = System.Drawing.Color.Transparent;
     this.treeViewAdv2.LoadOnDemand    = true;
     this.treeViewAdv2.Location        = new System.Drawing.Point(0, 0);
     this.treeViewAdv2.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.treeViewAdv2.MetroScrollBars = true;
     this.treeViewAdv2.Name            = "treeViewAdv2";
     treeNodeAdv1.ChildStyle.EnsureDefaultOptionedChild = true;
     treeNodeAdv1.EnsureDefaultOptionedChild            = true;
     treeNodeAdv1.Height        = 16;
     treeNodeAdv1.MultiLine     = true;
     treeNodeAdv1.PlusMinusSize = new System.Drawing.Size(9, 9);
     treeNodeAdv1.ShowLine      = true;
     treeNodeAdv1.Text          = "C:";
     this.treeViewAdv2.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] {
         treeNodeAdv1
     });
     this.treeViewAdv2.OwnerDrawNodes = true;
     this.treeViewAdv2.PathSeparator  = "/";
     this.treeViewAdv2.SelectionMode  = Syncfusion.Windows.Forms.Tools.TreeSelectionMode.MultiSelectSameLevel;
     this.treeViewAdv2.ShowFocusRect  = false;
     this.treeViewAdv2.Size           = new System.Drawing.Size(191, 481);
     this.treeViewAdv2.StateImageList = this.imageList1;
     this.treeViewAdv2.Style          = Syncfusion.Windows.Forms.Tools.TreeStyle.Metro;
     this.treeViewAdv2.TabIndex       = 2;
     this.treeViewAdv2.ThemesEnabled  = false;
     //
     //
     //
     this.treeViewAdv2.ToolTipControl.BackColor   = System.Drawing.SystemColors.Info;
     this.treeViewAdv2.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.treeViewAdv2.ToolTipControl.Location    = new System.Drawing.Point(642, 0);
     this.treeViewAdv2.ToolTipControl.Name        = "toolTip";
     this.treeViewAdv2.ToolTipControl.Size        = new System.Drawing.Size(41, 15);
     this.treeViewAdv2.ToolTipControl.TabIndex    = 1;
     this.treeViewAdv2.ToolTipControl.Text        = "toolTip";
     this.treeViewAdv2.AfterSelect  += new System.EventHandler(this.treeViewAdv2_AfterSelect);
     this.treeViewAdv2.BeforeExpand += new Syncfusion.Windows.Forms.Tools.TreeViewAdvCancelableNodeEventHandler(this.treeViewAdv2_BeforeExpand);
     //
     // 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, "");
     this.imageList1.Images.SetKeyName(2, "");
     //
     // listBox1
     //
     this.listBox1.BackColor           = System.Drawing.Color.White;
     this.listBox1.BorderStyle         = System.Windows.Forms.BorderStyle.None;
     this.listBox1.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.listBox1.HorizontalScrollbar = true;
     this.listBox1.Location            = new System.Drawing.Point(0, 0);
     this.listBox1.Name                = "listBox1";
     this.listBox1.Size                = new System.Drawing.Size(250, 481);
     this.listBox1.TabIndex            = 0;
     //
     // splitContainerAdv1
     //
     this.splitContainerAdv1.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.splitContainerAdv1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainerAdv1.IsSplitterFixed = true;
     this.splitContainerAdv1.Location        = new System.Drawing.Point(41, 25);
     this.splitContainerAdv1.Name            = "splitContainerAdv1";
     //
     // splitContainerAdv1.Panel1
     //
     this.splitContainerAdv1.Panel1.Controls.Add(this.treeViewAdv2);
     //
     // splitContainerAdv1.Panel2
     //
     this.splitContainerAdv1.Panel2.Controls.Add(this.listBox1);
     this.splitContainerAdv1.Size             = new System.Drawing.Size(449, 483);
     this.splitContainerAdv1.SplitterDistance = 193;
     this.splitContainerAdv1.SplitterWidth    = 4;
     this.splitContainerAdv1.TabIndex         = 3;
     this.splitContainerAdv1.Text             = "splitContainerAdv1";
     //
     // 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(532, 550);
     this.Controls.Add(this.splitContainerAdv1);
     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.MetroColor    = System.Drawing.Color.White;
     this.Name          = "Form1";
     this.Padding       = new System.Windows.Forms.Padding(10);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Load On Demand";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.treeViewAdv2)).EndInit();
     this.splitContainerAdv1.Panel1.ResumeLayout(false);
     this.splitContainerAdv1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit();
     this.splitContainerAdv1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #5
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.imageList1    = new System.Windows.Forms.ImageList(this.components);
            this.comboBoxAdv1  = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.label3        = new System.Windows.Forms.Label();
            this.textBox1      = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoComplete1 = new Syncfusion.Windows.Forms.Tools.AutoComplete(this.components);
            this.textBox5      = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.textBox4      = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.textBox6      = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.imageList2    = new System.Windows.Forms.ImageList(this.components);
            this.comboBoxAdv2  = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.label5        = new System.Windows.Forms.Label();
            this.autoCompleteDataColumnInfo1 = new Syncfusion.Windows.Forms.Tools.AutoCompleteDataColumnInfo("URL", 100, true);
            this.autoCompleteDataColumnInfo2 = new Syncfusion.Windows.Forms.Tools.AutoCompleteDataColumnInfo("Name", 100, true);
            this.autoCompleteDataColumnInfo3 = new Syncfusion.Windows.Forms.Tools.AutoCompleteDataColumnInfo("ImageIndex", 100, true);
            this.imageList3         = new System.Windows.Forms.ImageList(this.components);
            this.label10            = new System.Windows.Forms.Label();
            this.label2             = new System.Windows.Forms.Label();
            this.label6             = new System.Windows.Forms.Label();
            this.gradientPanel1     = new Syncfusion.Windows.Forms.Tools.GradientPanel();
            this.label40            = new System.Windows.Forms.Label();
            this.gradientPanel2     = new Syncfusion.Windows.Forms.Tools.GradientPanel();
            this.label15            = new System.Windows.Forms.Label();
            this.label4             = new System.Windows.Forms.Label();
            this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
            this.autoLabel1         = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.label9             = new System.Windows.Forms.Label();
            this.splitContainerAdv1 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
            this.label1             = new System.Windows.Forms.Label();
            this.comboBoxAdv3       = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.autoComplete2      = new Syncfusion.Windows.Forms.Tools.AutoComplete(this.components);
            this.skinManager1       = new Syncfusion.Windows.Forms.SkinManager(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.autoComplete1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBox5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBox4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBox6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
            this.gradientPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gradientPanel2)).BeginInit();
            this.gradientPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit();
            this.splitContainerAdv1.Panel1.SuspendLayout();
            this.splitContainerAdv1.Panel2.SuspendLayout();
            this.splitContainerAdv1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.autoComplete2)).BeginInit();
            this.SuspendLayout();
            //
            // imageList1
            //
            this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "");
            //
            // comboBoxAdv1
            //
            this.comboBoxAdv1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(186, 27);
            this.comboBoxAdv1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAdv1.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.comboBoxAdv1.Items.AddRange(new object[] {
                "Disabled",
                "AutoSuggest",
                "AutoAppend",
                "Both"
            });
            this.comboBoxAdv1.Location              = new System.Drawing.Point(241, 201);
            this.comboBoxAdv1.Name                  = "comboBoxAdv1";
            this.comboBoxAdv1.Office2007ColorTheme  = Syncfusion.Windows.Forms.Office2007Theme.Black;
            this.comboBoxAdv1.Office2010ColorTheme  = Syncfusion.Windows.Forms.Office2010Theme.Black;
            this.comboBoxAdv1.Size                  = new System.Drawing.Size(186, 27);
            this.comboBoxAdv1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Office2016Colorful;
            this.comboBoxAdv1.TabIndex              = 10;
            this.comboBoxAdv1.Text                  = "Disabled";
            this.comboBoxAdv1.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv1_SelectedIndexChanged);
            //
            // label3
            //
            this.label3.AutoSize  = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location  = new System.Drawing.Point(43, 203);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(164, 19);
            this.label3.TabIndex  = 9;
            this.label3.Text      = "Set AutoComplete Mode:";
            //
            // 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(186, 26);
            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(680, 196);
            this.textBox1.Metrocolor            = System.Drawing.Color.Gray;
            this.textBox1.Name                  = "textBox1";
            this.textBox1.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Black;
            this.textBox1.Office2010ColorScheme = Syncfusion.Windows.Forms.Office2010Theme.Black;
            this.textBox1.Size                  = new System.Drawing.Size(259, 26);
            this.textBox1.Style                 = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Office2016Colorful;
            this.textBox1.TabIndex              = 6;
            //
            // autoComplete1
            //
            this.autoComplete1.AutoAddItem = true;
            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.AutoCompleteItemSelected += new Syncfusion.Windows.Forms.Tools.AutoCompleteItemEventHandler(this.autoComplete_AutoCompleteItemSelected);
            this.autoComplete1.AutoCompleteItemBrowsed  += new Syncfusion.Windows.Forms.Tools.AutoCompleteItemEventHandler(this.autoComplete_AutoCompleteItemBrowsed);
            //
            // textBox5
            //
            this.textBox5.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.textBox5.BeforeTouchSize       = new System.Drawing.Size(186, 26);
            this.textBox5.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.textBox5.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBox5.Cursor                = System.Windows.Forms.Cursors.IBeam;
            this.textBox5.Dock                  = System.Windows.Forms.DockStyle.Bottom;
            this.textBox5.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
            this.textBox5.Metrocolor            = System.Drawing.Color.Gray;
            this.textBox5.Location              = new System.Drawing.Point(0, 307);
            this.textBox5.Multiline             = true;
            this.textBox5.Name                  = "textBox5";
            this.textBox5.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Black;
            this.textBox5.Office2010ColorScheme = Syncfusion.Windows.Forms.Office2010Theme.Black;
            this.textBox5.Size                  = new System.Drawing.Size(1177, 123);
            this.textBox5.Style                 = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Office2016Colorful;
            this.textBox5.TabIndex              = 18;
            //
            // textBox4
            //
            this.autoComplete2.SetAutoComplete(this.textBox4, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.MultiSuggestExtended);
            this.textBox4.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.textBox4.BeforeTouchSize       = new System.Drawing.Size(186, 26);
            this.textBox4.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.textBox4.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBox4.Cursor                = System.Windows.Forms.Cursors.IBeam;
            this.textBox4.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox4.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
            this.textBox4.Location              = new System.Drawing.Point(241, 204);
            this.textBox4.Metrocolor            = System.Drawing.Color.Gray;
            this.textBox4.Name                  = "textBox4";
            this.textBox4.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Black;
            this.textBox4.Office2010ColorScheme = Syncfusion.Windows.Forms.Office2010Theme.Black;
            this.textBox4.Size                  = new System.Drawing.Size(654, 26);
            this.textBox4.Style                 = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Office2016Colorful;
            this.textBox4.TabIndex              = 17;
            //
            // textBox6
            //
            this.textBox6.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.textBox6.BeforeTouchSize       = new System.Drawing.Size(186, 26);
            this.textBox6.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.textBox6.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBox6.Cursor                = System.Windows.Forms.Cursors.IBeam;
            this.textBox6.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox6.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
            this.textBox6.Location              = new System.Drawing.Point(241, 244);
            this.textBox6.Metrocolor            = System.Drawing.Color.Gray;
            this.textBox6.Name                  = "textBox6";
            this.textBox6.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Black;
            this.textBox6.Office2010ColorScheme = Syncfusion.Windows.Forms.Office2010Theme.Black;
            this.textBox6.Size                  = new System.Drawing.Size(186, 26);
            this.textBox6.Style                 = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Office2016Colorful;
            this.textBox6.TabIndex              = 35;
            this.textBox6.TextChanged          += new System.EventHandler(this.textBox6_TextChanged);
            //
            // imageList2
            //
            this.imageList2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
            this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList2.Images.SetKeyName(0, "");
            this.imageList2.Images.SetKeyName(1, "");
            this.imageList2.Images.SetKeyName(2, "");
            this.imageList2.Images.SetKeyName(3, "");
            //
            // comboBoxAdv2
            //
            this.comboBoxAdv2.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.comboBoxAdv2.BeforeTouchSize = new System.Drawing.Size(187, 27);
            this.comboBoxAdv2.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAdv2.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.comboBoxAdv2.Items.AddRange(new object[] {
                "MultiSuggest",
                "MultiSuggestExtended"
            });
            this.comboBoxAdv2.Location              = new System.Drawing.Point(241, 168);
            this.comboBoxAdv2.Name                  = "comboBoxAdv2";
            this.comboBoxAdv2.Office2007ColorTheme  = Syncfusion.Windows.Forms.Office2007Theme.Black;
            this.comboBoxAdv2.Office2010ColorTheme  = Syncfusion.Windows.Forms.Office2010Theme.Black;
            this.comboBoxAdv2.Size                  = new System.Drawing.Size(187, 27);
            this.comboBoxAdv2.Style                 = Syncfusion.Windows.Forms.VisualStyle.Office2016Colorful;
            this.comboBoxAdv2.TabIndex              = 13;
            this.comboBoxAdv2.Text                  = "MultiSuggestExtended";
            this.comboBoxAdv2.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv2_SelectedIndexChanged);
            //
            // label5
            //
            this.label5.AutoSize  = true;
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
            this.label5.Location  = new System.Drawing.Point(606, 201);
            this.label5.Name      = "label5";
            this.label5.Size      = new System.Drawing.Size(60, 17);
            this.label5.TabIndex  = 14;
            this.label5.Text      = "TextBox";
            //
            // imageList3
            //
            this.imageList3.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList3.ImageStream")));
            this.imageList3.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList3.Images.SetKeyName(0, "");
            this.imageList3.Images.SetKeyName(1, "");
            this.imageList3.Images.SetKeyName(2, "");
            this.imageList3.Images.SetKeyName(3, "");

            //
            // autoCompleteDataColumnInfo1
            //
            this.autoCompleteDataColumnInfo1.ColumnHeaderText = "URL";
            this.autoCompleteDataColumnInfo1.ImageColumn      = false;
            this.autoCompleteDataColumnInfo1.MatchingColumn   = true;
            this.autoCompleteDataColumnInfo1.Visible          = true;
            //
            // autoCompleteDataColumnInfo2
            //
            this.autoCompleteDataColumnInfo2.ColumnHeaderText = "Name";
            this.autoCompleteDataColumnInfo2.ImageColumn      = false;
            this.autoCompleteDataColumnInfo2.MatchingColumn   = false;
            this.autoCompleteDataColumnInfo2.Visible          = true;
            //
            // autoCompleteDataColumnInfo3
            //
            this.autoCompleteDataColumnInfo3.ColumnHeaderText = "ImageIndex";
            this.autoCompleteDataColumnInfo3.ImageColumn      = true;
            this.autoCompleteDataColumnInfo3.MatchingColumn   = false;
            this.autoCompleteDataColumnInfo3.Visible          = true;
            //
            //
            // label10
            //
            this.label10.BackColor  = System.Drawing.Color.Transparent;
            this.label10.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label10.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.label10.Location   = new System.Drawing.Point(6, 4);
            this.label10.Name       = "label10";
            this.label10.Size       = new System.Drawing.Size(222, 30);
            this.label10.TabIndex   = 13;
            this.label10.Text       = "UnBounded DataSource";
            this.label10.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label2
            //
            this.label2.BackColor  = System.Drawing.Color.Transparent;
            this.label2.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.label2.Location   = new System.Drawing.Point(6, -1);
            this.label2.Name       = "label2";
            this.label2.Size       = new System.Drawing.Size(201, 30);
            this.label2.TabIndex   = 20;
            this.label2.Text       = "Bounded DataSource";
            this.label2.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label6
            //
            this.label6.AutoSize  = true;
            this.label6.BackColor = System.Drawing.Color.Transparent;
            this.label6.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.Location  = new System.Drawing.Point(39, 174);
            this.label6.Name      = "label6";
            this.label6.Size      = new System.Drawing.Size(164, 19);
            this.label6.TabIndex  = 21;
            this.label6.Text      = "Set AutoComplete Mode:";
            //
            // gradientPanel1
            //
            this.gradientPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
            this.gradientPanel1.BorderColor = System.Drawing.Color.Gray;
            this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.gradientPanel1.Controls.Add(this.label40);
            this.gradientPanel1.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gradientPanel1.Location = new System.Drawing.Point(213, 34);
            this.gradientPanel1.Name     = "gradientPanel1";
            this.gradientPanel1.Size     = new System.Drawing.Size(846, 104);
            this.gradientPanel1.TabIndex = 26;
            //
            // label40
            //
            this.label40.BackColor  = System.Drawing.Color.Transparent;
            this.label40.Dock       = System.Windows.Forms.DockStyle.Fill;
            this.label40.Font       = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label40.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label40.Location   = new System.Drawing.Point(0, 0);
            this.label40.Name       = "label40";
            this.label40.Size       = new System.Drawing.Size(844, 102);
            this.label40.TabIndex   = 1;
            this.label40.Text       = resources.GetString("label40.Text");
            this.label40.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // gradientPanel2
            //
            this.gradientPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
            this.gradientPanel2.BorderColor = System.Drawing.Color.Gray;
            this.gradientPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.gradientPanel2.Controls.Add(this.label15);
            this.gradientPanel2.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gradientPanel2.Location = new System.Drawing.Point(213, 23);
            this.gradientPanel2.Name     = "gradientPanel2";
            this.gradientPanel2.Size     = new System.Drawing.Size(845, 96);
            this.gradientPanel2.TabIndex = 27;
            //
            // label15
            //
            this.label15.BackColor  = System.Drawing.Color.Transparent;
            this.label15.Dock       = System.Windows.Forms.DockStyle.Fill;
            this.label15.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label15.Location   = new System.Drawing.Point(0, 0);
            this.label15.Name       = "label15";
            this.label15.Size       = new System.Drawing.Size(843, 94);
            this.label15.TabIndex   = 1;
            this.label15.Text       = "The DataSource for this AutoComplete control is set to an XML Datasource. Enter h" +
                                      " to view the autocomplete. ";
            this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // label4
            //
            this.label4.BackColor  = System.Drawing.Color.Transparent;
            this.label4.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.label4.Location   = new System.Drawing.Point(6, 267);
            this.label4.Name       = "label4";
            this.label4.Size       = new System.Drawing.Size(119, 31);
            this.label4.TabIndex   = 28;
            this.label4.Text       = "Event Log";
            this.label4.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // autoLabel1
            //
            this.autoLabel1.BackColor = System.Drawing.Color.Transparent;
            this.autoLabel1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel1.Location  = new System.Drawing.Point(43, 248);
            this.autoLabel1.Name      = "autoLabel1";
            this.autoLabel1.Size      = new System.Drawing.Size(163, 19);
            this.autoLabel1.TabIndex  = 34;
            this.autoLabel1.Text      = "Number Of Suggestions :";
            //
            // label9
            //
            this.label9.AutoSize  = true;
            this.label9.BackColor = System.Drawing.Color.Transparent;
            this.label9.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.Location  = new System.Drawing.Point(39, 208);
            this.label9.Name      = "label9";
            this.label9.Size      = new System.Drawing.Size(55, 19);
            this.label9.TabIndex  = 33;
            this.label9.Text      = "TextBox";
            //
            // splitContainerAdv1
            //
            this.splitContainerAdv1.BeforeTouchSize = 1;
            this.splitContainerAdv1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
            this.splitContainerAdv1.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerAdv1.HotExpandLine   = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
            this.splitContainerAdv1.Location        = new System.Drawing.Point(10, 10);
            this.splitContainerAdv1.Name            = "splitContainerAdv1";
            this.splitContainerAdv1.Orientation     = System.Windows.Forms.Orientation.Vertical;
            //
            // splitContainerAdv1.Panel1
            //
            this.splitContainerAdv1.Panel1.BackColor       = System.Drawing.Color.Transparent;
            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.label1);
            this.splitContainerAdv1.Panel1.Controls.Add(this.comboBoxAdv3);
            this.splitContainerAdv1.Panel1.Controls.Add(this.label10);
            this.splitContainerAdv1.Panel1.Controls.Add(this.textBox6);
            this.splitContainerAdv1.Panel1.Controls.Add(this.label3);
            this.splitContainerAdv1.Panel1.Controls.Add(this.autoLabel1);
            this.splitContainerAdv1.Panel1.Controls.Add(this.comboBoxAdv1);
            this.splitContainerAdv1.Panel1.Controls.Add(this.textBox1);
            this.splitContainerAdv1.Panel1.Controls.Add(this.label5);
            this.splitContainerAdv1.Panel1.Controls.Add(this.gradientPanel1);
            //
            // splitContainerAdv1.Panel2
            //
            this.splitContainerAdv1.Panel2.BackColor       = System.Drawing.Color.Transparent;
            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.label2);
            this.splitContainerAdv1.Panel2.Controls.Add(this.label9);
            this.splitContainerAdv1.Panel2.Controls.Add(this.textBox5);
            this.splitContainerAdv1.Panel2.Controls.Add(this.textBox4);
            this.splitContainerAdv1.Panel2.Controls.Add(this.comboBoxAdv2);
            this.splitContainerAdv1.Panel2.Controls.Add(this.label4);
            this.splitContainerAdv1.Panel2.Controls.Add(this.label6);
            this.splitContainerAdv1.Panel2.Controls.Add(this.gradientPanel2);
            this.splitContainerAdv1.Size             = new System.Drawing.Size(1179, 724);
            this.splitContainerAdv1.SplitterDistance = 291;
            this.splitContainerAdv1.SplitterWidth    = 1;
            this.splitContainerAdv1.Style            = Syncfusion.Windows.Forms.Tools.Enums.Style.Office2016Colorful;
            this.splitContainerAdv1.TabIndex         = 36;
            this.splitContainerAdv1.Text             = "splitContainerAdv1";
            //
            // label1
            //
            this.label1.AutoSize  = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location  = new System.Drawing.Point(43, 158);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(78, 19);
            this.label1.TabIndex  = 36;
            this.label1.Text      = "Visual Style";
            //
            // comboBoxAdv3
            //
            this.comboBoxAdv3.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.comboBoxAdv3.BeforeTouchSize = new System.Drawing.Size(186, 27);
            this.comboBoxAdv3.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAdv3.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.comboBoxAdv3.Items.AddRange(new object[] {
                "Office2016Colorful",
                "Office2016White",
                "Office2016Black",
                "Office2016DarkGray",
                "Metro",
                "Default"
            });
            this.comboBoxAdv3.Location              = new System.Drawing.Point(241, 158);
            this.comboBoxAdv3.Name                  = "comboBoxAdv3";
            this.comboBoxAdv3.Office2007ColorTheme  = Syncfusion.Windows.Forms.Office2007Theme.Black;
            this.comboBoxAdv3.Office2010ColorTheme  = Syncfusion.Windows.Forms.Office2010Theme.Black;
            this.comboBoxAdv3.Size                  = new System.Drawing.Size(186, 27);
            this.comboBoxAdv3.Style                 = Syncfusion.Windows.Forms.VisualStyle.Office2016Colorful;
            this.comboBoxAdv3.TabIndex              = 37;
            this.comboBoxAdv3.Text                  = "Metro";
            this.comboBoxAdv3.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv3_SelectedIndexChanged);
            //
            // autoComplete2
            //
            this.autoComplete2.AdjustHeightToItemCount = false;
            this.autoComplete2.Columns.Add(this.autoCompleteDataColumnInfo1);
            this.autoComplete2.Columns.Add(this.autoCompleteDataColumnInfo2);
            this.autoComplete2.Columns.Add(this.autoCompleteDataColumnInfo3);
            this.autoComplete2.HeaderFont                = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.autoComplete2.ImageList                 = this.imageList3;
            this.autoComplete2.ItemFont                  = new System.Drawing.Font("Segoe UI", 8.25F);
            this.autoComplete2.MetroColor                = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
            this.autoComplete2.ParentForm                = this;
            this.autoComplete2.ShowColumnHeader          = true;
            this.autoComplete2.Style                     = Syncfusion.Windows.Forms.Tools.AutoCompleteStyle.Office2016Colorful;
            this.autoComplete2.AutoCompleteItemSelected += new Syncfusion.Windows.Forms.Tools.AutoCompleteItemEventHandler(this.autoComplete_AutoCompleteItemSelected);
            this.autoComplete2.AutoCompleteItemBrowsed  += new Syncfusion.Windows.Forms.Tools.AutoCompleteItemEventHandler(this.autoComplete_AutoCompleteItemBrowsed);
            //
            // skinManager1
            //
            this.skinManager1.Controls    = this;
            this.skinManager1.VisualTheme = Syncfusion.Windows.Forms.VisualTheme.Office2016Colorful;
            //
            // Form1
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(7, 19);
            this.BackColor         = System.Drawing.Color.White;
            this.ClientSize        = new System.Drawing.Size(1199, 744);
            this.Controls.Add(this.splitContainerAdv1);
            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(1211, 785);
            this.Name          = "Form1";
            this.Padding       = new System.Windows.Forms.Padding(10);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Autocomplete Demo";
            this.Load         += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.autoComplete1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBox5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBox4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBox6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
            this.gradientPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gradientPanel2)).EndInit();
            this.gradientPanel2.ResumeLayout(false);
            this.splitContainerAdv1.Panel1.ResumeLayout(false);
            this.splitContainerAdv1.Panel1.PerformLayout();
            this.splitContainerAdv1.Panel2.ResumeLayout(false);
            this.splitContainerAdv1.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit();
            this.splitContainerAdv1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.autoComplete2)).EndInit();
            this.ResumeLayout(false);
        }
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.colorPickerUIAdv1      = new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv();
     this.label1                 = new System.Windows.Forms.Label();
     this.imageList1             = new System.Windows.Forms.ImageList(this.components);
     this.textBox1               = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.comboBoxAdv1           = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label4                 = new System.Windows.Forms.Label();
     this.numericUpDownExt3      = new Syncfusion.Windows.Forms.Tools.NumericUpDownExt();
     this.numericUpDownExt2      = new Syncfusion.Windows.Forms.Tools.NumericUpDownExt();
     this.numericUpDownExt1      = new Syncfusion.Windows.Forms.Tools.NumericUpDownExt();
     this.label19                = new System.Windows.Forms.Label();
     this.btnShowColorGroups     = new Syncfusion.Windows.Forms.ButtonAdv();
     this.ComboBoxAdv2           = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label16                = new System.Windows.Forms.Label();
     this.label15                = new System.Windows.Forms.Label();
     this.label5                 = new System.Windows.Forms.Label();
     this.label2                 = new System.Windows.Forms.Label();
     this.cmbSelectedColorGroup  = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.cmbSelectedColorGroup1 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.panel3                 = new System.Windows.Forms.Panel();
     this.splitContainerAdv1     = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
     this.cmbOffice2007Theme     = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownExt3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownExt2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownExt1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ComboBoxAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup1)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit();
     this.splitContainerAdv1.Panel1.SuspendLayout();
     this.splitContainerAdv1.Panel2.SuspendLayout();
     this.splitContainerAdv1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbOffice2007Theme)).BeginInit();
     this.SuspendLayout();
     //
     // colorPickerUIAdv1.RecentGroup
     //
     this.colorPickerUIAdv1.RecentGroup.HeaderHeight = 19;
     this.colorPickerUIAdv1.RecentGroup.Name         = "Recent Colors";
     this.colorPickerUIAdv1.RecentGroup.Visible      = false;
     //
     // colorPickerUIAdv1.StandardGroup
     //
     this.colorPickerUIAdv1.StandardGroup.HeaderHeight = 19;
     this.colorPickerUIAdv1.StandardGroup.Name         = "Standard Colors";
     //
     // colorPickerUIAdv1.ThemeGroup
     //
     this.colorPickerUIAdv1.ThemeGroup.HeaderHeight      = 19;
     this.colorPickerUIAdv1.ThemeGroup.IsSubItemsVisible = true;
     this.colorPickerUIAdv1.ThemeGroup.Name = "Theme Colors";
     //
     // colorPickerUIAdv1
     //
     this.colorPickerUIAdv1.BeforeTouchSize        = new System.Drawing.Size(13, 13);
     this.colorPickerUIAdv1.BorderStyle            = System.Windows.Forms.BorderStyle.FixedSingle;
     this.colorPickerUIAdv1.ButtonsHeight          = 27;
     this.colorPickerUIAdv1.ColorItemSize          = new System.Drawing.Size(13, 13);
     this.colorPickerUIAdv1.HorizontalItemsSpacing = 9;
     this.colorPickerUIAdv1.Location           = new System.Drawing.Point(38, 35);
     this.colorPickerUIAdv1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(110)))), ((int)(((byte)(218)))));
     this.colorPickerUIAdv1.MinimumSize        = new System.Drawing.Size(136, 195);
     this.colorPickerUIAdv1.Name               = "colorPickerUIAdv1";
     this.colorPickerUIAdv1.SelectedColor      = System.Drawing.Color.Empty;
     this.colorPickerUIAdv1.Size               = new System.Drawing.Size(217, 211);
     this.colorPickerUIAdv1.Style              = Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.visualstyle.Office2016DarkGray;
     this.colorPickerUIAdv1.TabIndex           = 4;
     this.colorPickerUIAdv1.Text               = "colorPickerUIAdv1";
     this.colorPickerUIAdv1.UseOffice2007Style = false;
     this.colorPickerUIAdv1.Picked            += new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.ColorPickedEventHandler(this.colorPickerUIAdv1_Picked);
     //
     // label1
     //
     this.label1.BackColor  = System.Drawing.Color.White;
     this.label1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font       = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor  = System.Drawing.Color.Black;
     this.label1.ImageAlign = System.Drawing.ContentAlignment.BottomRight;
     this.label1.ImageList  = this.imageList1;
     this.label1.Location   = new System.Drawing.Point(0, 0);
     this.label1.Name       = "label1";
     this.label1.Padding    = new System.Windows.Forms.Padding(2);
     this.label1.Size       = new System.Drawing.Size(622, 55);
     this.label1.TabIndex   = 0;
     this.label1.Text       = "The new ColorPickerUIAdv is an advanced color palette control that shows custom g" +
                              "roup color palettes, Office2007 theme settings and an easy to use UI for color s" +
                              "election.";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "");
     //
     // textBox1
     //
     this.textBox1.BeforeTouchSize = new System.Drawing.Size(624, 116);
     this.textBox1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox1.Dock            = System.Windows.Forms.DockStyle.Bottom;
     this.textBox1.Location        = new System.Drawing.Point(20, 390);
     this.textBox1.Metrocolor      = System.Drawing.Color.Empty;
     this.textBox1.Multiline       = true;
     this.textBox1.Name            = "textBox1";
     this.textBox1.ReadOnly        = true;
     this.textBox1.ScrollBars      = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size            = new System.Drawing.Size(624, 116);
     this.textBox1.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.textBox1.TabIndex        = 2;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.comboBoxAdv1);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.numericUpDownExt3);
     this.panel1.Controls.Add(this.numericUpDownExt2);
     this.panel1.Controls.Add(this.numericUpDownExt1);
     this.panel1.Controls.Add(this.label19);
     this.panel1.Controls.Add(this.btnShowColorGroups);
     this.panel1.Controls.Add(this.ComboBoxAdv2);
     this.panel1.Controls.Add(this.label16);
     this.panel1.Controls.Add(this.label15);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label2);
     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(317, 289);
     this.panel1.TabIndex = 1;
     //
     // comboBoxAdv1
     //
     this.comboBoxAdv1.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(124, 21);
     this.comboBoxAdv1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv1.Enabled         = false;
     this.comboBoxAdv1.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxAdv1.Items.AddRange(new object[] {
         "Blue",
         "Black",
         "Silver"
     });
     this.comboBoxAdv1.Location              = new System.Drawing.Point(164, 257);
     this.comboBoxAdv1.Name                  = "comboBoxAdv1";
     this.comboBoxAdv1.Size                  = new System.Drawing.Size(124, 21);
     this.comboBoxAdv1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv1.TabIndex              = 14;
     this.comboBoxAdv1.Text                  = "Blue";
     this.comboBoxAdv1.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv1_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Enabled   = false;
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location  = new System.Drawing.Point(59, 257);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(95, 13);
     this.label4.TabIndex  = 13;
     this.label4.Text      = "Office2010Theme";
     //
     // numericUpDownExt3
     //
     this.numericUpDownExt3.BackColor       = System.Drawing.Color.White;
     this.numericUpDownExt3.BeforeTouchSize = new System.Drawing.Size(125, 22);
     this.numericUpDownExt3.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.numericUpDownExt3.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numericUpDownExt3.Location        = new System.Drawing.Point(165, 172);
     this.numericUpDownExt3.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.numericUpDownExt3.Name            = "numericUpDownExt3";
     this.numericUpDownExt3.Size            = new System.Drawing.Size(125, 22);
     this.numericUpDownExt3.TabIndex        = 12;
     this.numericUpDownExt3.ThemedBorder    = false;
     this.numericUpDownExt3.Value           = new decimal(new int[] {
         23,
         0,
         0,
         0
     });
     this.numericUpDownExt3.VisualStyle   = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.numericUpDownExt3.ValueChanged += new System.EventHandler(this.numericUpDownExt3_ValueChanged);
     //
     // numericUpDownExt2
     //
     this.numericUpDownExt2.BackColor       = System.Drawing.Color.White;
     this.numericUpDownExt2.BeforeTouchSize = new System.Drawing.Size(124, 22);
     this.numericUpDownExt2.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.numericUpDownExt2.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numericUpDownExt2.Location        = new System.Drawing.Point(166, 127);
     this.numericUpDownExt2.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.numericUpDownExt2.Name            = "numericUpDownExt2";
     this.numericUpDownExt2.Size            = new System.Drawing.Size(124, 22);
     this.numericUpDownExt2.TabIndex        = 11;
     this.numericUpDownExt2.ThemedBorder    = false;
     this.numericUpDownExt2.VisualStyle     = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.numericUpDownExt2.ValueChanged   += new System.EventHandler(this.numericUpDownExt2_ValueChanged);
     //
     // numericUpDownExt1
     //
     this.numericUpDownExt1.BackColor       = System.Drawing.Color.White;
     this.numericUpDownExt1.BeforeTouchSize = new System.Drawing.Size(124, 22);
     this.numericUpDownExt1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.numericUpDownExt1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.numericUpDownExt1.Location        = new System.Drawing.Point(166, 82);
     this.numericUpDownExt1.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.numericUpDownExt1.Name            = "numericUpDownExt1";
     this.numericUpDownExt1.Size            = new System.Drawing.Size(124, 22);
     this.numericUpDownExt1.TabIndex        = 10;
     this.numericUpDownExt1.ThemedBorder    = false;
     this.numericUpDownExt1.Value           = new decimal(new int[] {
         4,
         0,
         0,
         0
     });
     this.numericUpDownExt1.VisualStyle   = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.numericUpDownExt1.ValueChanged += new System.EventHandler(this.numericUpDownExt1_ValueChanged);
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(59, 172);
     this.label19.Name     = "label19";
     this.label19.Size     = new System.Drawing.Size(81, 13);
     this.label19.TabIndex = 9;
     this.label19.Text     = "Button Height";
     //
     // btnShowColorGroups
     //
     this.btnShowColorGroups.Appearance         = Syncfusion.Windows.Forms.ButtonAppearance.Office2016DarkGray;
     this.btnShowColorGroups.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.btnShowColorGroups.BeforeTouchSize    = new System.Drawing.Size(117, 23);
     this.btnShowColorGroups.IsBackStageButton  = false;
     this.btnShowColorGroups.KeepFocusRectangle = false;
     this.btnShowColorGroups.Location           = new System.Drawing.Point(164, 31);
     this.btnShowColorGroups.Name                    = "btnShowColorGroups";
     this.btnShowColorGroups.Size                    = new System.Drawing.Size(117, 23);
     this.btnShowColorGroups.TabIndex                = 8;
     this.btnShowColorGroups.Text                    = "Show Color Groups";
     this.btnShowColorGroups.UseVisualStyle          = true;
     this.btnShowColorGroups.UseVisualStyleBackColor = true;
     this.btnShowColorGroups.Click                  += new System.EventHandler(this.btnShowColorGroups_Click);
     //
     // ComboBoxAdv2
     //
     this.ComboBoxAdv2.BackColor       = System.Drawing.Color.White;
     this.ComboBoxAdv2.BeforeTouchSize = new System.Drawing.Size(125, 21);
     this.ComboBoxAdv2.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBoxAdv2.Enabled         = false;
     this.ComboBoxAdv2.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ComboBoxAdv2.Items.AddRange(new object[] {
         "Default",
         "Office2010",
         "Metro",
         "Office2016Colorful",
         "Office2016DarkGray",
         "Office2016Black",
         "Office2016White"
     });
     this.ComboBoxAdv2.Location              = new System.Drawing.Point(165, 216);
     this.ComboBoxAdv2.Name                  = "ComboBoxAdv2";
     this.ComboBoxAdv2.Size                  = new System.Drawing.Size(125, 21);
     this.ComboBoxAdv2.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.ComboBoxAdv2.TabIndex              = 7;
     this.ComboBoxAdv2.Text                  = "Default";
     this.ComboBoxAdv2.SelectedIndexChanged += new System.EventHandler(this.cmbOffice2007Theme_SelectedIndexChanged);
     //
     // label16
     //
     this.label16.AutoSize  = true;
     this.label16.ForeColor = System.Drawing.Color.Black;
     this.label16.Location  = new System.Drawing.Point(59, 216);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(31, 13);
     this.label16.TabIndex  = 3;
     this.label16.Text      = "Style";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(59, 127);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(88, 13);
     this.label15.TabIndex = 2;
     this.label15.Text     = "Vertical Spacing";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(59, 82);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(105, 13);
     this.label5.TabIndex = 1;
     this.label5.Text     = "Horizontal Spacing";
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(10, 5);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(150, 28);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Essential Properties";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cmbSelectedColorGroup
     //
     this.cmbSelectedColorGroup.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(251)))));
     this.cmbSelectedColorGroup.BeforeTouchSize = new System.Drawing.Size(121, 21);
     this.cmbSelectedColorGroup.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbSelectedColorGroup.Location        = new System.Drawing.Point(164, 251);
     this.cmbSelectedColorGroup.Name            = "cmbSelectedColorGroup";
     this.cmbSelectedColorGroup.Size            = new System.Drawing.Size(121, 21);
     this.cmbSelectedColorGroup.Style           = Syncfusion.Windows.Forms.VisualStyle.Office2007;
     this.cmbSelectedColorGroup.TabIndex        = 9;
     //
     // cmbSelectedColorGroup1
     //
     this.cmbSelectedColorGroup1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(251)))));
     this.cmbSelectedColorGroup1.BeforeTouchSize = new System.Drawing.Size(121, 21);
     this.cmbSelectedColorGroup1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSelectedColorGroup1.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbSelectedColorGroup1.Location        = new System.Drawing.Point(168, 176);
     this.cmbSelectedColorGroup1.Name            = "cmbSelectedColorGroup1";
     this.cmbSelectedColorGroup1.Size            = new System.Drawing.Size(121, 21);
     this.cmbSelectedColorGroup1.Style           = Syncfusion.Windows.Forms.VisualStyle.Office2007;
     this.cmbSelectedColorGroup1.TabIndex        = 17;
     //
     // panel3
     //
     this.panel3.BackColor   = System.Drawing.Color.White;
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.label1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(20, 20);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(624, 57);
     this.panel3.TabIndex = 5;
     //
     // splitContainerAdv1
     //
     this.splitContainerAdv1.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.splitContainerAdv1.BeforeTouchSize = 7;
     this.splitContainerAdv1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainerAdv1.Location        = new System.Drawing.Point(20, 92);
     this.splitContainerAdv1.Name            = "splitContainerAdv1";
     //
     // splitContainerAdv1.Panel1
     //
     this.splitContainerAdv1.Panel1.Controls.Add(this.colorPickerUIAdv1);
     //
     // splitContainerAdv1.Panel2
     //
     this.splitContainerAdv1.Panel2.Controls.Add(this.panel1);
     this.splitContainerAdv1.Size             = new System.Drawing.Size(621, 291);
     this.splitContainerAdv1.SplitterDistance = 295;
     this.splitContainerAdv1.TabIndex         = 6;
     this.splitContainerAdv1.Text             = "splitContainerAdv1";
     //
     // cmbOffice2007Theme
     //
     this.cmbOffice2007Theme.BackColor       = System.Drawing.Color.White;
     this.cmbOffice2007Theme.BeforeTouchSize = new System.Drawing.Size(116, 21);
     this.cmbOffice2007Theme.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbOffice2007Theme.Enabled         = false;
     this.cmbOffice2007Theme.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbOffice2007Theme.Items.AddRange(new object[] {
         "Default",
         "Office2007",
         "Office2010",
         "Office2016Colorful",
         "Office2016White",
         "Office2016Black",
         "Office2016DarkGray",
         "Metro"
     });
     this.cmbOffice2007Theme.Location              = new System.Drawing.Point(165, 216);
     this.cmbOffice2007Theme.Name                  = "cmbOffice2007Theme";
     this.cmbOffice2007Theme.Size                  = new System.Drawing.Size(116, 21);
     this.cmbOffice2007Theme.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.cmbOffice2007Theme.TabIndex              = 7;
     this.cmbOffice2007Theme.Text                  = "Default";
     this.cmbOffice2007Theme.SelectedIndexChanged += new System.EventHandler(this.cmbOffice2007Theme_SelectedIndexChanged);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(664, 526);
     this.Controls.Add(this.splitContainerAdv1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.textBox1);
     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(676, 562);
     this.Name          = "Form1";
     this.Padding       = new System.Windows.Forms.Padding(20);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "ColorPickerUIAdv";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownExt3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownExt2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownExt1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ComboBoxAdv2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup1)).EndInit();
     this.panel3.ResumeLayout(false);
     this.splitContainerAdv1.Panel1.ResumeLayout(false);
     this.splitContainerAdv1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit();
     this.splitContainerAdv1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cmbOffice2007Theme)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }