Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1    = new System.Windows.Forms.Panel();
     this.comboBox2 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textLog   = new System.Windows.Forms.TextBox();
     this.tabPage1  = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
     this.comboBoxAdvSampleControl1 = new ComboTest.MultiColumnComboBoxSampleControl();
     this.tabControl1 = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox2)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.comboBox2);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(456, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(176, 517);
     this.panel1.TabIndex = 6;
     //
     // comboBox2
     //
     this.comboBox2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.comboBox2.Location = new System.Drawing.Point(3, 0);
     this.comboBox2.Name     = "comboBox2";
     this.comboBox2.Size     = new System.Drawing.Size(173, 21);
     this.comboBox2.TabIndex = 1;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 517);
     this.splitter1.TabIndex = 0;
     this.splitter1.TabStop  = false;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.White;
     this.groupBox1.Controls.Add(this.textLog);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox1.Location = new System.Drawing.Point(0, 262);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(512, 192);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Events:";
     //
     // textLog
     //
     this.textLog.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.textLog.Location  = new System.Drawing.Point(3, 16);
     this.textLog.Multiline = true;
     this.textLog.Name      = "textLog";
     this.textLog.Size      = new System.Drawing.Size(506, 173);
     this.textLog.TabIndex  = 0;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.Color.White;
     this.tabPage1.Controls.Add(this.comboBoxAdvSampleControl1);
     this.tabPage1.Image           = null;
     this.tabPage1.ImageSize       = new System.Drawing.Size(16, 16);
     this.tabPage1.Location        = new System.Drawing.Point(1, 18);
     this.tabPage1.Name            = "tabPage1";
     this.tabPage1.ShowCloseButton = true;
     this.tabPage1.Size            = new System.Drawing.Size(509, 242);
     this.tabPage1.TabIndex        = 1;
     this.tabPage1.Text            = "ComboBoxAdv";
     this.tabPage1.ThemesEnabled   = false;
     //
     // comboBoxAdvSampleControl1
     //
     this.comboBoxAdvSampleControl1.BackColor = System.Drawing.Color.White;
     this.comboBoxAdvSampleControl1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.comboBoxAdvSampleControl1.Location  = new System.Drawing.Point(0, 0);
     this.comboBoxAdvSampleControl1.Name      = "comboBoxAdvSampleControl1";
     this.comboBoxAdvSampleControl1.Size      = new System.Drawing.Size(509, 242);
     this.comboBoxAdvSampleControl1.TabIndex  = 0;
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.ItemSize          = new System.Drawing.Size(82, 18);
     this.tabControl1.Location          = new System.Drawing.Point(0, 0);
     this.tabControl1.Name              = "tabControl1";
     this.tabControl1.Size              = new System.Drawing.Size(512, 262);
     this.tabControl1.TabIndex          = 7;
     this.tabControl1.TabPanelBackColor = System.Drawing.Color.White;
     this.tabControl1.TabStyle          = typeof(Syncfusion.Windows.Forms.Tools.TabRendererMetro);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
     this.BackColor         = System.Drawing.Color.White;
     this.CaptionFont       = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ClientSize        = new System.Drawing.Size(512, 453);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.groupBox1);
     this.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MinimumSize   = new System.Drawing.Size(524, 486);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Multi Column ComboBox";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.comboBox2)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(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();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.richTextBox1        = new System.Windows.Forms.RichTextBox();
     this.contextMenuStripEx1 = new Syncfusion.Windows.Forms.Tools.ContextMenuStripEx();
     this.toolStripMenuItem1  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripTextBox1   = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripComboBox1  = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem4  = new System.Windows.Forms.ToolStripMenuItem();
     this.label1       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.panel1       = new System.Windows.Forms.Panel();
     this.panel2       = new System.Windows.Forms.Panel();
     this.panel3       = new System.Windows.Forms.Panel();
     this.comboBoxAdv1 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.contextMenuStripEx1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
     this.SuspendLayout();
     //
     // richTextBox1
     //
     this.richTextBox1.ContextMenuStrip = this.contextMenuStripEx1;
     this.richTextBox1.Location         = new System.Drawing.Point(30, 71);
     this.richTextBox1.Name             = "richTextBox1";
     this.richTextBox1.Size             = new System.Drawing.Size(931, 507);
     this.richTextBox1.TabIndex         = 1;
     this.richTextBox1.Text             = resources.GetString("richTextBox1.Text");
     //
     // contextMenuStripEx1
     //
     this.contextMenuStripEx1.DropShadowEnabled = false;
     this.contextMenuStripEx1.ImageScalingSize  = new System.Drawing.Size(20, 20);
     this.contextMenuStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.toolStripMenuItem2,
         this.toolStripMenuItem3,
         this.toolStripSeparator1,
         this.toolStripTextBox1,
         this.toolStripComboBox1,
         this.toolStripSeparator2,
         this.toolStripMenuItem4
     });
     this.contextMenuStripEx1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(236)))), ((int)(((byte)(249)))));
     this.contextMenuStripEx1.Name       = "contextMenuStripEx1";
     this.contextMenuStripEx1.Size       = new System.Drawing.Size(182, 183);
     this.contextMenuStripEx1.Style      = Syncfusion.Windows.Forms.Tools.ContextMenuStripEx.ContextMenuStyle.Metro;
     this.contextMenuStripEx1.Text       = "Edit";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name        = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size        = new System.Drawing.Size(181, 22);
     this.toolStripMenuItem1.Text        = "Cut";
     this.toolStripMenuItem1.ToolTipText = "Remove the selection and put it on the Clipboard so you can paste it somewhere el" +
                                           "se.";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name        = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size        = new System.Drawing.Size(181, 22);
     this.toolStripMenuItem2.Text        = "Copy";
     this.toolStripMenuItem2.ToolTipText = "Put a copy of the selection on the Clipboard so you can paste it somewhere else.";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name        = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size        = new System.Drawing.Size(181, 22);
     this.toolStripMenuItem3.Text        = "Paste";
     this.toolStripMenuItem3.ToolTipText = "Pick a paste option such as keeping formatting or pasting only content.";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(178, 6);
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.Margin = new System.Windows.Forms.Padding(2, 1, 1, 1);
     this.toolStripTextBox1.Name   = "toolStripTextBox1";
     this.toolStripTextBox1.Size   = new System.Drawing.Size(100, 23);
     this.toolStripTextBox1.Text   = "Font Family: ";
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.Name        = "toolStripComboBox1";
     this.toolStripComboBox1.Size        = new System.Drawing.Size(121, 23);
     this.toolStripComboBox1.ToolTipText = "Pick a new font for your text";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(178, 6);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name        = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size        = new System.Drawing.Size(181, 22);
     this.toolStripMenuItem4.Text        = "Exit";
     this.toolStripMenuItem4.ToolTipText = "Close the current context menu and back into the application.";
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 2);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(912, 89);
     this.label1.TabIndex = 0;
     this.label1.Text     = "This sample showcases ContextMenuStripEx control with bar items, separator and built -in context menu styles.";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(550, 25);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(99, 17);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Choose Theme";
     //
     // panel1
     //
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(2, 2);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(980, 34);
     this.panel1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.comboBoxAdv1);
     this.panel2.Controls.Add(this.richTextBox1);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Location = new System.Drawing.Point(2, 65);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(970, 604);
     this.panel2.TabIndex = 1;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
     this.panel3.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location  = new System.Drawing.Point(0, 0);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(970, 2);
     this.panel3.TabIndex  = 2;
     //
     // comboBoxAdv1
     //
     this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(182, 25);
     this.comboBoxAdv1.Items.AddRange(new object[] {
         "Default",
         "Metro",
         "Office2016Colorful",
         "Office2016White",
         "Office2016DarkGray",
         "Office2016Black"
     });
     this.comboBoxAdv1.Location = new System.Drawing.Point(668, 21);
     this.comboBoxAdv1.Name     = "comboBoxAdv1";
     this.comboBoxAdv1.Size     = new System.Drawing.Size(182, 25);
     this.comboBoxAdv1.TabIndex = 2;
     this.comboBoxAdv1.Text     = "Metro";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(984, 686);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.panel1);
     this.Font          = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(1000, 725);
     this.MinimumSize   = new System.Drawing.Size(1000, 725);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Getting Started";
     this.contextMenuStripEx1.ResumeLayout(false);
     this.contextMenuStripEx1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components           = new System.ComponentModel.Container();
     this.trackBar1            = new System.Windows.Forms.TrackBar();
     this.comboBox1            = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.checkBox1            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.groupBox3            = new System.Windows.Forms.GroupBox();
     this.zoomFactorText       = new DoubleTextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.colorPickerButton1 = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.borderThickness    = new Syncfusion.Windows.Forms.Tools.IntegerTextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.zoomDisplaySize    = new System.Windows.Forms.Label();
     this.trackBar2          = new System.Windows.Forms.TrackBar();
     this.zoomSize           = new System.Windows.Forms.Label();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.panel2             = new System.Windows.Forms.Panel();
     this.tipDesc            = new System.Windows.Forms.ToolTip(this.components);
     this.radioButton1       = new System.Windows.Forms.RadioButton();
     this.radioButton2       = new System.Windows.Forms.RadioButton();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.zoomFactorText)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.borderThickness)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // trackBar1
     //
     this.trackBar1.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBar1.AutoSize      = false;
     this.trackBar1.BackColor     = System.Drawing.Color.White;
     this.trackBar1.Location      = new System.Drawing.Point(22, 112);
     this.trackBar1.Maximum       = 400;
     this.trackBar1.Minimum       = 50;
     this.trackBar1.Name          = "trackBar1";
     this.trackBar1.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.trackBar1.Size          = new System.Drawing.Size(195, 28);
     this.trackBar1.TabIndex      = 2;
     this.trackBar1.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.trackBar1.Value         = 100;
     this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
     //
     // comboBox1
     //
     this.comboBox1.BackColor       = System.Drawing.Color.White;
     this.comboBox1.BeforeTouchSize = new System.Drawing.Size(104, 21);
     this.comboBox1.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.Items.AddRange(new object[] {
         "50",
         "75",
         "100",
         "150",
         "200",
         "300",
         "400"
     });
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "50"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "75"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "100"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "125"));
     this.comboBox1.Location              = new System.Drawing.Point(113, 40);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(104, 21);
     this.comboBox1.SelectedValue         = "100";
     this.comboBox1.Text                  = "100";
     this.comboBox1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBox1.TabIndex              = 1;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // checkBox1
     //
     this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(115, 24);
     this.checkBox1.Checked            = true;
     this.checkBox1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Font               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.ForeColor          = System.Drawing.Color.Black;
     this.checkBox1.Location           = new System.Drawing.Point(27, 28);
     this.checkBox1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox1.Name               = "checkBox1";
     this.checkBox1.Size               = new System.Drawing.Size(115, 24);
     this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.DrawFocusRectangle = true;
     this.checkBox1.TabIndex           = 4;
     this.checkBox1.Text               = "Zoom Cell";
     this.checkBox1.ThemesEnabled      = false;
     this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.gridGroupingControl1.BackColor                        = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.Font                             = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridGroupingControl1.FreezeCaption                    = false;
     this.gridGroupingControl1.GridOfficeScrollBars             = Syncfusion.Windows.Forms.OfficeScrollBars.Office2010;
     this.gridGroupingControl1.Location                         = new System.Drawing.Point(20, 20);
     this.gridGroupingControl1.Name                             = "gridGroupingControl1";
     this.gridGroupingControl1.Size                             = new System.Drawing.Size(710, 616);
     this.gridGroupingControl1.TabIndex                         = 0;
     this.gridGroupingControl1.Text                             = "gridGroupingControl1";
     this.gridGroupingControl1.ThemesEnabled                    = false;
     this.gridGroupingControl1.TopLevelGroupOptions.ShowCaption = false;
     this.gridGroupingControl1.VersionInfo                      = "10.104.0.44";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(752, 20);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(243, 570);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Zooming Options";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.radioButton2);
     this.groupBox3.Controls.Add(this.radioButton1);
     this.groupBox3.Controls.Add(this.zoomFactorText);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.colorPickerButton1);
     this.groupBox3.Controls.Add(this.borderThickness);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.zoomDisplaySize);
     this.groupBox3.Controls.Add(this.trackBar2);
     this.groupBox3.Controls.Add(this.zoomSize);
     this.groupBox3.Controls.Add(this.checkBox1);
     this.groupBox3.Location = new System.Drawing.Point(9, 193);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(223, 371);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Cell Level";
     //
     // zoomFactorText
     //
     this.zoomFactorText.Location            = new System.Drawing.Point(158, 243);
     this.zoomFactorText.Name                = "zoomFactorText";
     this.zoomFactorText.NumberDecimalDigits = 1;
     this.zoomFactorText.Size                = new System.Drawing.Size(53, 29);
     this.zoomFactorText.TabIndex            = 8;
     this.zoomFactorText.DoubleValue         = 1.5D;
     this.zoomFactorText.TextChanged        += new System.EventHandler(this.zoomFactorText_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(23, 246);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(101, 21);
     this.label2.TabIndex = 22;
     this.label2.Text     = "Zoom Factor:";
     //
     // colorPickerButton1
     //
     this.colorPickerButton1.Appearance                 = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.colorPickerButton1.BeforeTouchSize            = new System.Drawing.Size(119, 24);
     this.colorPickerButton1.ColorUISize                = new System.Drawing.Size(208, 230);
     this.colorPickerButton1.FlatAppearance.BorderColor = System.Drawing.Color.Black;
     this.colorPickerButton1.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.colorPickerButton1.Font                    = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.colorPickerButton1.ForeColor               = System.Drawing.Color.Black;
     this.colorPickerButton1.IsBackStageButton       = false;
     this.colorPickerButton1.Location                = new System.Drawing.Point(46, 331);
     this.colorPickerButton1.Name                    = "colorPickerButton1";
     this.colorPickerButton1.SelectedAsBackcolor     = true;
     this.colorPickerButton1.Size                    = new System.Drawing.Size(119, 24);
     this.colorPickerButton1.TabIndex                = 10;
     this.colorPickerButton1.Text                    = "Border Color";
     this.colorPickerButton1.UseVisualStyleBackColor = false;
     this.colorPickerButton1.ColorSelected          += new System.EventHandler(this.colorPickerButton1_ColorSelected);
     //
     // borderThickness
     //
     this.borderThickness.Location     = new System.Drawing.Point(158, 283);
     this.borderThickness.Name         = "borderThickness";
     this.borderThickness.Size         = new System.Drawing.Size(53, 29);
     this.borderThickness.TabIndex     = 9;
     this.borderThickness.Text         = "15";
     this.borderThickness.TextChanged += new System.EventHandler(this.borderThickness_TextChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(23, 286);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(131, 21);
     this.label1.TabIndex = 20;
     this.label1.Text     = "Border Thickness:";
     //
     // zoomDisplaySize
     //
     this.zoomDisplaySize.AutoSize = true;
     this.zoomDisplaySize.Location = new System.Drawing.Point(66, 205);
     this.zoomDisplaySize.Name     = "zoomDisplaySize";
     this.zoomDisplaySize.Size     = new System.Drawing.Size(85, 21);
     this.zoomDisplaySize.TabIndex = 19;
     this.zoomDisplaySize.Text     = "( 150,150 )";
     //
     // trackBar2
     //
     this.trackBar2.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBar2.AutoSize      = false;
     this.trackBar2.BackColor     = System.Drawing.Color.White;
     this.trackBar2.LargeChange   = 50;
     this.trackBar2.Location      = new System.Drawing.Point(16, 170);
     this.trackBar2.Maximum       = 400;
     this.trackBar2.Minimum       = 100;
     this.trackBar2.Name          = "trackBar2";
     this.trackBar2.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.trackBar2.Size          = new System.Drawing.Size(195, 28);
     this.trackBar2.SmallChange   = 50;
     this.trackBar2.TabIndex      = 7;
     this.trackBar2.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.trackBar2.Value         = 150;
     this.trackBar2.ValueChanged += new System.EventHandler(this.trackBar2_ValueChanged);
     //
     // zoomSize
     //
     this.zoomSize.AutoSize = true;
     this.zoomSize.Location = new System.Drawing.Point(12, 135);
     this.zoomSize.Name     = "zoomSize";
     this.zoomSize.Size     = new System.Drawing.Size(86, 21);
     this.zoomSize.TabIndex = 17;
     this.zoomSize.Text     = "Zoom Size:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.comboBox1);
     this.groupBox2.Controls.Add(this.trackBar1);
     this.groupBox2.Location = new System.Drawing.Point(9, 39);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(226, 148);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Grid Level";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 76);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(130, 21);
     this.label4.TabIndex = 16;
     this.label4.Text     = "Zoom Frequency:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 40);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(91, 21);
     this.label3.TabIndex = 15;
     this.label3.Text     = "Zoom Level";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.groupBox1);
     this.panel2.Controls.Add(this.gridGroupingControl1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1012, 654);
     this.panel2.TabIndex = 19;
     //
     // tipDesc
     //
     this.tipDesc.BackColor       = System.Drawing.Color.White;
     this.tipDesc.IsBalloon       = true;
     this.tipDesc.OwnerDraw       = true;
     this.tipDesc.ShowAlways      = true;
     this.tipDesc.StripAmpersands = true;
     this.tipDesc.UseFading       = false;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Checked  = true;
     this.radioButton1.Location = new System.Drawing.Point(46, 59);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(116, 25);
     this.radioButton1.TabIndex = 6;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "Ellipse Mode";
     this.radioButton1.UseVisualStyleBackColor = true;
     this.radioButton1.CheckedChanged         += new System.EventHandler(this.mode_Changed);
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(46, 90);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(140, 25);
     this.radioButton2.TabIndex = 5;
     this.radioButton2.Text     = "Rectangle Mode";
     this.radioButton2.UseVisualStyleBackColor = true;
     this.radioButton2.CheckedChanged         += new System.EventHandler(this.mode_Changed);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1012, 654);
     this.Controls.Add(this.panel2);
     this.MinimumSize = new System.Drawing.Size(800, 500);
     this.Name        = "Form1";
     this.Text        = "Zooming Grid";
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.zoomFactorText)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.borderThickness)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 5
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFolderBrowser));
            this.groupBox1              = new System.Windows.Forms.Panel();
            this.label4                 = new System.Windows.Forms.Label();
            this.label1                 = new System.Windows.Forms.Label();
            this.checkBox1              = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.comboBox1              = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.textBox1               = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.label2                 = new System.Windows.Forms.Label();
            this.statusBar1             = new System.Windows.Forms.StatusBar();
            this.cbRestrictToFilesystem = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.cbRestrictToDomain     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.cbRestrictToSubfolders = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.cbShowTextBox          = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.cbValidate             = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.cbNewDialogStyle       = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.cbAllowUrls            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.cbBrowseForComputer    = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.cbBrowseForPrinter     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.cbBrowseForEverything  = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.cbShowShares           = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.groupBox3              = new System.Windows.Forms.Panel();
            this.label3                 = new System.Windows.Forms.Label();
            this.buttonAdv1             = new Syncfusion.Windows.Forms.ButtonAdv();
            this.splitContainerAdv1     = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
            this.label6                 = new System.Windows.Forms.Label();
            this.label5                 = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbRestrictToFilesystem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbRestrictToDomain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbRestrictToSubfolders)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbShowTextBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbValidate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbNewDialogStyle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbAllowUrls)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbBrowseForComputer)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbBrowseForPrinter)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbBrowseForEverything)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbShowShares)).BeginInit();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit();
            this.splitContainerAdv1.Panel1.SuspendLayout();
            this.splitContainerAdv1.Panel2.SuspendLayout();
            this.splitContainerAdv1.SuspendLayout();
            this.SuspendLayout();
            //

            // groupBox1
            //
            this.groupBox1.BackColor   = System.Drawing.Color.White;
            this.groupBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.checkBox1);
            this.groupBox1.Controls.Add(this.comboBox1);
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.ForeColor = System.Drawing.Color.Brown;
            this.groupBox1.Location  = new System.Drawing.Point(37, 53);
            this.groupBox1.Name      = "groupBox1";
            this.groupBox1.Size      = new System.Drawing.Size(414, 188);
            this.groupBox1.TabIndex  = 0;
            this.groupBox1.Text      = "Set Start Location";
            //
            // label4
            //
            this.label4.AutoSize  = true;
            this.label4.ForeColor = System.Drawing.Color.Black;
            this.label4.Location  = new System.Drawing.Point(8, 7);
            this.label4.Name      = "label4";
            this.label4.Size      = new System.Drawing.Size(101, 13);
            this.label4.TabIndex  = 6;
            this.label4.Text      = "Set Start Location:";
            //
            // label1
            //
            this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.Black;
            this.label1.Location  = new System.Drawing.Point(15, 40);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(96, 16);
            this.label1.TabIndex  = 2;
            this.label1.Text      = "Start Location:";
            //
            // checkBox1
            //
            this.checkBox1.DrawFocusRectangle = false;
            this.checkBox1.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.checkBox1.ForeColor       = System.Drawing.Color.Black;
            this.checkBox1.Location        = new System.Drawing.Point(16, 72);
            this.checkBox1.MetroColor      = System.Drawing.Color.Gray;
            this.checkBox1.Name            = "checkBox1";
            this.checkBox1.Size            = new System.Drawing.Size(136, 16);
            this.checkBox1.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
            this.checkBox1.TabIndex        = 1;
            this.checkBox1.Text            = "Custom Start Location";
            this.checkBox1.ThemesEnabled   = false;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            //
            // comboBox1
            //
            this.comboBox1.BackColor                 = System.Drawing.Color.White;
            this.comboBox1.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.Font                      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.comboBox1.ForeColor                 = System.Drawing.Color.Black;
            this.comboBox1.Location                  = new System.Drawing.Point(117, 40);
            this.comboBox1.MaxDropDownItems          = 10;
            this.comboBox1.Name                      = "comboBox1";
            this.comboBox1.Size                      = new System.Drawing.Size(160, 21);
            this.comboBox1.Style                     = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.comboBox1.TabIndex                  = 0;
            this.comboBox1.SelectionChangeCommitted += new System.EventHandler(this.comboBox1_SelectionChangeCommitted);
            //
            // textBox1
            //
            this.textBox1.BackColor   = System.Drawing.SystemColors.Window;
            this.textBox1.BorderColor = System.Drawing.Color.Gray;
            this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBox1.Cursor      = System.Windows.Forms.Cursors.IBeam;
            this.textBox1.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox1.Location    = new System.Drawing.Point(117, 101);
            this.textBox1.Metrocolor  = System.Drawing.Color.Gray;
            this.textBox1.Name        = "textBox1";
            this.textBox1.Size        = new System.Drawing.Size(232, 21);
            this.textBox1.Style       = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
            this.textBox1.TabIndex    = 4;
            this.textBox1.Visible     = false;
            //
            // label2
            //
            this.label2.Font      = new System.Drawing.Font("Tahoma", 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(15, 106);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(96, 16);
            this.label2.TabIndex  = 5;
            this.label2.Text      = "Custom Location:";
            this.label2.Visible   = false;
            //
            // statusBar1
            //
            this.statusBar1.Location   = new System.Drawing.Point(20, 553);
            this.statusBar1.Name       = "statusBar1";
            this.statusBar1.Size       = new System.Drawing.Size(766, 24);
            this.statusBar1.SizingGrip = false;
            this.statusBar1.TabIndex   = 2;
            this.statusBar1.Text       = "Folder Browser Demo";
            //
            // cbRestrictToFilesystem
            //
            this.cbRestrictToFilesystem.DrawFocusRectangle = false;
            this.cbRestrictToFilesystem.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbRestrictToFilesystem.ForeColor       = System.Drawing.Color.Black;
            this.cbRestrictToFilesystem.Location        = new System.Drawing.Point(62, 208);
            this.cbRestrictToFilesystem.MetroColor      = System.Drawing.Color.Gray;
            this.cbRestrictToFilesystem.Name            = "cbRestrictToFilesystem";
            this.cbRestrictToFilesystem.Size            = new System.Drawing.Size(149, 17);
            this.cbRestrictToFilesystem.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
            this.cbRestrictToFilesystem.TabIndex        = 10;
            this.cbRestrictToFilesystem.Text            = "Restrict To File System";
            this.cbRestrictToFilesystem.ThemesEnabled   = false;
            this.cbRestrictToFilesystem.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            //
            // cbRestrictToDomain
            //
            this.cbRestrictToDomain.DrawFocusRectangle = false;
            this.cbRestrictToDomain.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbRestrictToDomain.ForeColor       = System.Drawing.Color.Black;
            this.cbRestrictToDomain.Location        = new System.Drawing.Point(62, 148);
            this.cbRestrictToDomain.MetroColor      = System.Drawing.Color.Gray;
            this.cbRestrictToDomain.Name            = "cbRestrictToDomain";
            this.cbRestrictToDomain.Size            = new System.Drawing.Size(130, 17);
            this.cbRestrictToDomain.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
            this.cbRestrictToDomain.TabIndex        = 9;
            this.cbRestrictToDomain.Text            = "Restrict To Domain";
            this.cbRestrictToDomain.ThemesEnabled   = false;
            this.cbRestrictToDomain.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            //
            // cbRestrictToSubfolders
            //
            this.cbRestrictToSubfolders.DrawFocusRectangle = false;
            this.cbRestrictToSubfolders.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbRestrictToSubfolders.ForeColor       = System.Drawing.Color.Black;
            this.cbRestrictToSubfolders.Location        = new System.Drawing.Point(62, 118);
            this.cbRestrictToSubfolders.MetroColor      = System.Drawing.Color.Gray;
            this.cbRestrictToSubfolders.Name            = "cbRestrictToSubfolders";
            this.cbRestrictToSubfolders.Size            = new System.Drawing.Size(146, 17);
            this.cbRestrictToSubfolders.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
            this.cbRestrictToSubfolders.TabIndex        = 8;
            this.cbRestrictToSubfolders.Text            = "Restrict To Subfolders";
            this.cbRestrictToSubfolders.ThemesEnabled   = false;
            this.cbRestrictToSubfolders.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            //
            // cbShowTextBox
            //
            this.cbShowTextBox.DrawFocusRectangle = false;
            this.cbShowTextBox.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbShowTextBox.ForeColor       = System.Drawing.Color.Black;
            this.cbShowTextBox.Location        = new System.Drawing.Point(62, 240);
            this.cbShowTextBox.MetroColor      = System.Drawing.Color.Gray;
            this.cbShowTextBox.Name            = "cbShowTextBox";
            this.cbShowTextBox.Size            = new System.Drawing.Size(109, 17);
            this.cbShowTextBox.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
            this.cbShowTextBox.TabIndex        = 7;
            this.cbShowTextBox.Text            = "Show TextBox";
            this.cbShowTextBox.ThemesEnabled   = false;
            this.cbShowTextBox.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            //
            // cbValidate
            //
            this.cbValidate.DrawFocusRectangle = false;
            this.cbValidate.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbValidate.ForeColor       = System.Drawing.Color.Black;
            this.cbValidate.Location        = new System.Drawing.Point(62, 367);
            this.cbValidate.MetroColor      = System.Drawing.Color.Gray;
            this.cbValidate.Name            = "cbValidate";
            this.cbValidate.Size            = new System.Drawing.Size(78, 17);
            this.cbValidate.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
            this.cbValidate.TabIndex        = 6;
            this.cbValidate.Text            = "Validate";
            this.cbValidate.ThemesEnabled   = false;
            this.cbValidate.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            //
            // cbNewDialogStyle
            //
            this.cbNewDialogStyle.DrawFocusRectangle = false;
            this.cbNewDialogStyle.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbNewDialogStyle.ForeColor       = System.Drawing.Color.Black;
            this.cbNewDialogStyle.Location        = new System.Drawing.Point(62, 272);
            this.cbNewDialogStyle.MetroColor      = System.Drawing.Color.Gray;
            this.cbNewDialogStyle.Name            = "cbNewDialogStyle";
            this.cbNewDialogStyle.Size            = new System.Drawing.Size(120, 17);
            this.cbNewDialogStyle.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
            this.cbNewDialogStyle.TabIndex        = 5;
            this.cbNewDialogStyle.Text            = "New Dialog Style";
            this.cbNewDialogStyle.ThemesEnabled   = false;
            this.cbNewDialogStyle.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            //
            // cbAllowUrls
            //
            this.cbAllowUrls.DrawFocusRectangle = false;
            this.cbAllowUrls.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbAllowUrls.ForeColor       = System.Drawing.Color.Black;
            this.cbAllowUrls.Location        = new System.Drawing.Point(62, 336);
            this.cbAllowUrls.MetroColor      = System.Drawing.Color.Gray;
            this.cbAllowUrls.Name            = "cbAllowUrls";
            this.cbAllowUrls.Size            = new System.Drawing.Size(86, 17);
            this.cbAllowUrls.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
            this.cbAllowUrls.TabIndex        = 4;
            this.cbAllowUrls.Text            = "Allow Urls";
            this.cbAllowUrls.ThemesEnabled   = false;
            this.cbAllowUrls.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            //
            // cbBrowseForComputer
            //
            this.cbBrowseForComputer.DrawFocusRectangle = false;
            this.cbBrowseForComputer.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbBrowseForComputer.ForeColor       = System.Drawing.Color.Black;
            this.cbBrowseForComputer.Location        = new System.Drawing.Point(62, 88);
            this.cbBrowseForComputer.MetroColor      = System.Drawing.Color.Gray;
            this.cbBrowseForComputer.Name            = "cbBrowseForComputer";
            this.cbBrowseForComputer.Size            = new System.Drawing.Size(158, 17);
            this.cbBrowseForComputer.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
            this.cbBrowseForComputer.TabIndex        = 3;
            this.cbBrowseForComputer.Text            = "Browse For Computer";
            this.cbBrowseForComputer.ThemesEnabled   = false;
            this.cbBrowseForComputer.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            //
            // cbBrowseForPrinter
            //
            this.cbBrowseForPrinter.DrawFocusRectangle = false;
            this.cbBrowseForPrinter.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbBrowseForPrinter.ForeColor       = System.Drawing.Color.Black;
            this.cbBrowseForPrinter.Location        = new System.Drawing.Point(62, 305);
            this.cbBrowseForPrinter.MetroColor      = System.Drawing.Color.Gray;
            this.cbBrowseForPrinter.Name            = "cbBrowseForPrinter";
            this.cbBrowseForPrinter.Size            = new System.Drawing.Size(129, 17);
            this.cbBrowseForPrinter.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
            this.cbBrowseForPrinter.TabIndex        = 2;
            this.cbBrowseForPrinter.Text            = "Browse For Printer";
            this.cbBrowseForPrinter.ThemesEnabled   = false;
            this.cbBrowseForPrinter.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            //
            // cbBrowseForEverything
            //
            this.cbBrowseForEverything.DrawFocusRectangle = false;
            this.cbBrowseForEverything.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbBrowseForEverything.ForeColor       = System.Drawing.Color.Black;
            this.cbBrowseForEverything.Location        = new System.Drawing.Point(62, 178);
            this.cbBrowseForEverything.MetroColor      = System.Drawing.Color.Gray;
            this.cbBrowseForEverything.Name            = "cbBrowseForEverything";
            this.cbBrowseForEverything.Size            = new System.Drawing.Size(149, 17);
            this.cbBrowseForEverything.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
            this.cbBrowseForEverything.TabIndex        = 1;
            this.cbBrowseForEverything.Text            = "Browse For Everything";
            this.cbBrowseForEverything.ThemesEnabled   = false;
            this.cbBrowseForEverything.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            //
            // cbShowShares
            //
            this.cbShowShares.DrawFocusRectangle = false;
            this.cbShowShares.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbShowShares.ForeColor       = System.Drawing.Color.Black;
            this.cbShowShares.Location        = new System.Drawing.Point(62, 60);
            this.cbShowShares.MetroColor      = System.Drawing.Color.Gray;
            this.cbShowShares.Name            = "cbShowShares";
            this.cbShowShares.Size            = new System.Drawing.Size(146, 17);
            this.cbShowShares.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
            this.cbShowShares.TabIndex        = 0;
            this.cbShowShares.Text            = "Show Admin Shares";
            this.cbShowShares.ThemesEnabled   = false;
            this.cbShowShares.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            //
            // groupBox3
            //
            this.groupBox3.BackColor   = System.Drawing.Color.White;
            this.groupBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.groupBox3.Controls.Add(this.label3);
            this.groupBox3.Controls.Add(this.buttonAdv1);
            this.groupBox3.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox3.ForeColor = System.Drawing.Color.Brown;
            this.groupBox3.Location  = new System.Drawing.Point(37, 294);
            this.groupBox3.Name      = "groupBox3";
            this.groupBox3.Size      = new System.Drawing.Size(414, 183);
            this.groupBox3.TabIndex  = 6;
            this.groupBox3.Text      = "Folder Browser";
            //
            // label3
            //
            this.label3.Font      = new System.Drawing.Font("Tahoma", 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(23, 18);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(358, 40);
            this.label3.TabIndex  = 1;
            this.label3.Text      = "The Folder Browser is intended to provide a convinient browsing to files and fold" +
                                    "ers";
            //
            // buttonAdv1
            //
            this.buttonAdv1.Appearance     = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.buttonAdv1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
            this.buttonAdv1.Font           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonAdv1.ForeColor      = System.Drawing.Color.Black;
            this.buttonAdv1.Location       = new System.Drawing.Point(137, 107);
            this.buttonAdv1.Name           = "buttonAdv1";
            this.buttonAdv1.Size           = new System.Drawing.Size(128, 21);
            this.buttonAdv1.TabIndex       = 0;
            this.buttonAdv1.Text           = "Show FolderBrowser";
            this.buttonAdv1.UseVisualStyle = true;
            this.buttonAdv1.Click         += new System.EventHandler(this.cmdShowBrowser_Click);
            //
            // 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(20, 13);
            this.splitContainerAdv1.Name            = "splitContainerAdv1";
            //
            // splitContainerAdv1.Panel1
            //
            this.splitContainerAdv1.Panel1.Controls.Add(this.label6);
            this.splitContainerAdv1.Panel1.Controls.Add(this.groupBox1);
            this.splitContainerAdv1.Panel1.Controls.Add(this.groupBox3);
            //
            // splitContainerAdv1.Panel2
            //
            this.splitContainerAdv1.Panel2.AutoSize = true;
            this.splitContainerAdv1.Panel2.Controls.Add(this.label5);
            this.splitContainerAdv1.Panel2.Controls.Add(this.cbRestrictToFilesystem);
            this.splitContainerAdv1.Panel2.Controls.Add(this.cbShowShares);
            this.splitContainerAdv1.Panel2.Controls.Add(this.cbAllowUrls);
            this.splitContainerAdv1.Panel2.Controls.Add(this.cbRestrictToDomain);
            this.splitContainerAdv1.Panel2.Controls.Add(this.cbBrowseForComputer);
            this.splitContainerAdv1.Panel2.Controls.Add(this.cbNewDialogStyle);
            this.splitContainerAdv1.Panel2.Controls.Add(this.cbRestrictToSubfolders);
            this.splitContainerAdv1.Panel2.Controls.Add(this.cbBrowseForPrinter);
            this.splitContainerAdv1.Panel2.Controls.Add(this.cbValidate);
            this.splitContainerAdv1.Panel2.Controls.Add(this.cbShowTextBox);
            this.splitContainerAdv1.Panel2.Controls.Add(this.cbBrowseForEverything);
            this.splitContainerAdv1.Panel2.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.splitContainerAdv1.Size             = new System.Drawing.Size(766, 542);
            this.splitContainerAdv1.SplitterDistance = 493;
            this.splitContainerAdv1.TabIndex         = 7;
            this.splitContainerAdv1.Text             = "splitContainerAdv1";
            //
            // label6
            //
            this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label6.Dock        = System.Windows.Forms.DockStyle.Top;
            this.label6.Font        = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.Location    = new System.Drawing.Point(0, 0);
            this.label6.Name        = "label6";
            this.label6.Size        = new System.Drawing.Size(491, 20);
            this.label6.TabIndex    = 12;
            this.label6.Text        = "Sample";
            //
            // label5
            //
            this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label5.Dock        = System.Windows.Forms.DockStyle.Top;
            this.label5.Font        = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.Location    = new System.Drawing.Point(0, 0);
            this.label5.Name        = "label5";
            this.label5.Size        = new System.Drawing.Size(264, 20);
            this.label5.TabIndex    = 11;
            this.label5.Text        = "Properties";
            //
            // frmFolderBrowser
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
            this.BackColor         = System.Drawing.Color.White;
            this.ClientSize        = new System.Drawing.Size(806, 597);
            this.Controls.Add(this.splitContainerAdv1);
            this.Controls.Add(this.statusBar1);
            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(818, 629);
            this.Name          = "frmFolderBrowser";
            this.Padding       = new System.Windows.Forms.Padding(20);
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Folder Browser Demo";
            this.Load         += new System.EventHandler(this.frmFolderBrowser_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbRestrictToFilesystem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbRestrictToDomain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbRestrictToSubfolders)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbShowTextBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbValidate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbNewDialogStyle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbAllowUrls)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbBrowseForComputer)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbBrowseForPrinter)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbBrowseForEverything)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbShowShares)).EndInit();
            this.groupBox3.ResumeLayout(false);
            this.splitContainerAdv1.Panel1.ResumeLayout(false);
            this.splitContainerAdv1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit();
            this.splitContainerAdv1.ResumeLayout(false);
            this.splitContainerAdv1.PerformLayout();
            this.ResumeLayout(false);
        }
Exemplo n.º 6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            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);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ComboBoxAdvSampleControl));
     this.dataSet21           = new ComboTest.DataSet2();
     this.oleDbDataAdapter1   = new System.Data.OleDb.OleDbDataAdapter();
     this.oleDbDeleteCommand1 = new System.Data.OleDb.OleDbCommand();
     this.oleDbConnection1    = new System.Data.OleDb.OleDbConnection();
     this.oleDbInsertCommand1 = new System.Data.OleDb.OleDbCommand();
     this.oleDbSelectCommand1 = new System.Data.OleDb.OleDbCommand();
     this.oleDbUpdateCommand1 = new System.Data.OleDb.OleDbCommand();
     this.dataSet11           = new ComboTest.DataSet1();
     this.groupBox3           = new System.Windows.Forms.GroupBox();
     this.unboundCombo        = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.boundCombo          = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.dataGrid1           = new System.Windows.Forms.DataGrid();
     this.oleDbDataAdapter2   = new System.Data.OleDb.OleDbDataAdapter();
     this.oleDbDeleteCommand2 = new System.Data.OleDb.OleDbCommand();
     this.oleDbInsertCommand2 = new System.Data.OleDb.OleDbCommand();
     this.oleDbSelectCommand2 = new System.Data.OleDb.OleDbCommand();
     this.oleDbUpdateCommand2 = new System.Data.OleDb.OleDbCommand();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.unboundCombo)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.boundCombo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // dataSet21
     //
     this.dataSet21.DataSetName             = "DataSet2";
     this.dataSet21.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.dataSet21.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // oleDbDataAdapter1
     //
     this.oleDbDataAdapter1.DeleteCommand = this.oleDbDeleteCommand1;
     this.oleDbDataAdapter1.InsertCommand = this.oleDbInsertCommand1;
     this.oleDbDataAdapter1.SelectCommand = this.oleDbSelectCommand1;
     this.oleDbDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Customers", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("CustomerName", "CustomerName"),
             new System.Data.Common.DataColumnMapping("ID", "ID"),
             new System.Data.Common.DataColumnMapping("Sex", "Sex")
         })
     });
     this.oleDbDataAdapter1.UpdateCommand = this.oleDbUpdateCommand1;
     //
     // oleDbDeleteCommand1
     //
     this.oleDbDeleteCommand1.CommandText = "DELETE FROM Customers WHERE (ID = ?) AND (CustomerName = ? OR ? IS NULL AND Custo" +
                                            "merName IS NULL) AND (Sex = ? OR ? IS NULL AND Sex IS NULL)";
     this.oleDbDeleteCommand1.Connection = this.oleDbConnection1;
     this.oleDbDeleteCommand1.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] {
         new System.Data.OleDb.OleDbParameter("Original_ID", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(10)), ((byte)(0)), "ID", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_CustomerName", System.Data.OleDb.OleDbType.VarWChar, 50, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CustomerName", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_CustomerName1", System.Data.OleDb.OleDbType.VarWChar, 50, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CustomerName", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Sex", System.Data.OleDb.OleDbType.VarWChar, 50, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Sex", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Sex1", System.Data.OleDb.OleDbType.VarWChar, 50, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Sex", System.Data.DataRowVersion.Original, null)
     });
     //
     // oleDbConnection1
     //
     this.oleDbConnection1.ConnectionString = resources.GetString("oleDbConnection1.ConnectionString");
     //
     // oleDbInsertCommand1
     //
     this.oleDbInsertCommand1.CommandText = "INSERT INTO Customers(CustomerName, Sex) VALUES (?, ?)";
     this.oleDbInsertCommand1.Connection  = this.oleDbConnection1;
     this.oleDbInsertCommand1.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] {
         new System.Data.OleDb.OleDbParameter("CustomerName", System.Data.OleDb.OleDbType.VarWChar, 50, "CustomerName"),
         new System.Data.OleDb.OleDbParameter("Sex", System.Data.OleDb.OleDbType.VarWChar, 50, "Sex")
     });
     //
     // oleDbSelectCommand1
     //
     this.oleDbSelectCommand1.CommandText = "SELECT CustomerName, ID, Sex FROM Customers";
     this.oleDbSelectCommand1.Connection  = this.oleDbConnection1;
     //
     // oleDbUpdateCommand1
     //
     this.oleDbUpdateCommand1.CommandText = "UPDATE Customers SET CustomerName = ?, Sex = ? WHERE (ID = ?) AND (CustomerName =" +
                                            " ? OR ? IS NULL AND CustomerName IS NULL) AND (Sex = ? OR ? IS NULL AND Sex IS N" +
                                            "ULL)";
     this.oleDbUpdateCommand1.Connection = this.oleDbConnection1;
     this.oleDbUpdateCommand1.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] {
         new System.Data.OleDb.OleDbParameter("CustomerName", System.Data.OleDb.OleDbType.VarWChar, 50, "CustomerName"),
         new System.Data.OleDb.OleDbParameter("Sex", System.Data.OleDb.OleDbType.VarWChar, 50, "Sex"),
         new System.Data.OleDb.OleDbParameter("Original_ID", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(10)), ((byte)(0)), "ID", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_CustomerName", System.Data.OleDb.OleDbType.VarWChar, 50, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CustomerName", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_CustomerName1", System.Data.OleDb.OleDbType.VarWChar, 50, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CustomerName", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Sex", System.Data.OleDb.OleDbType.VarWChar, 50, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Sex", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Sex1", System.Data.OleDb.OleDbType.VarWChar, 50, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Sex", System.Data.DataRowVersion.Original, null)
     });
     //
     // dataSet11
     //
     this.dataSet11.DataSetName             = "DataSet1";
     this.dataSet11.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.unboundCombo);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(328, 8);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(168, 240);
     this.groupBox3.TabIndex  = 5;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Unbound ComboBoxAdv:";
     //
     // unboundCombo
     //
     this.unboundCombo.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(251)))));
     this.unboundCombo.IgnoreThemeBackground = true;
     this.unboundCombo.Items.AddRange(new object[] {
         "January",
         "February",
         "March",
         "April",
         "May",
         "June",
         "July",
         "August",
         "September",
         "October",
         "November",
         "December"
     });
     this.unboundCombo.Location = new System.Drawing.Point(24, 40);
     this.unboundCombo.Name     = "unboundCombo";
     this.unboundCombo.Size     = new System.Drawing.Size(136, 21);
     this.unboundCombo.Style    = Syncfusion.Windows.Forms.VisualStyle.Office2007;
     this.unboundCombo.SuppressDropDownEvent = false;
     this.unboundCombo.TabIndex   = 0;
     this.unboundCombo.Validated += new System.EventHandler(this.combo_Validated);
     this.unboundCombo.SelectionChangeCommitted += new System.EventHandler(this.combo_SelectionChangeCommitted);
     this.unboundCombo.SelectedIndexChanged     += new System.EventHandler(this.combo_SelectedIndexChanged);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.boundCombo);
     this.groupBox2.Controls.Add(this.dataGrid1);
     this.groupBox2.Location = new System.Drawing.Point(3, 8);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(317, 240);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "DataBound ComboBoxAdv";
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(16, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(285, 48);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Databinding for this combo initialized in code. Change the Sex in the current row" +
                            " in the grid below and see the values change here and vice-versa.";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 104);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(152, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Databound Grid:";
     //
     // boundCombo
     //
     this.boundCombo.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.boundCombo.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(251)))));
     this.boundCombo.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.boundCombo.IgnoreThemeBackground = true;
     this.boundCombo.Location = new System.Drawing.Point(16, 80);
     this.boundCombo.Name     = "boundCombo";
     this.boundCombo.Size     = new System.Drawing.Size(285, 21);
     this.boundCombo.Style    = Syncfusion.Windows.Forms.VisualStyle.Office2007;
     this.boundCombo.SuppressDropDownEvent = false;
     this.boundCombo.TabIndex   = 0;
     this.boundCombo.Validated += new System.EventHandler(this.combo_Validated);
     this.boundCombo.SelectionChangeCommitted += new System.EventHandler(this.combo_SelectionChangeCommitted);
     this.boundCombo.SelectedIndexChanged     += new System.EventHandler(this.combo_SelectedIndexChanged);
     //
     // dataGrid1
     //
     this.dataGrid1.AlternatingBackColor = System.Drawing.Color.Lavender;
     this.dataGrid1.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.dataGrid1.BackColor           = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(200)))), ((int)(((byte)(219)))));
     this.dataGrid1.BorderStyle         = System.Windows.Forms.BorderStyle.None;
     this.dataGrid1.CaptionBackColor    = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.CaptionForeColor    = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.DataMember          = "";
     this.dataGrid1.DataSource          = this.dataSet11.Customers;
     this.dataGrid1.FlatMode            = true;
     this.dataGrid1.Font                = new System.Drawing.Font("Tahoma", 8F);
     this.dataGrid1.ForeColor           = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.GridLineColor       = System.Drawing.Color.Gainsboro;
     this.dataGrid1.GridLineStyle       = System.Windows.Forms.DataGridLineStyle.None;
     this.dataGrid1.HeaderBackColor     = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.HeaderFont          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dataGrid1.HeaderForeColor     = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.LinkColor           = System.Drawing.Color.Teal;
     this.dataGrid1.Location            = new System.Drawing.Point(8, 128);
     this.dataGrid1.Name                = "dataGrid1";
     this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Gainsboro;
     this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.SelectionBackColor  = System.Drawing.Color.CadetBlue;
     this.dataGrid1.SelectionForeColor  = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.Size                = new System.Drawing.Size(301, 104);
     this.dataGrid1.TabIndex            = 1;
     //
     // oleDbDataAdapter2
     //
     this.oleDbDataAdapter2.DeleteCommand = this.oleDbDeleteCommand2;
     this.oleDbDataAdapter2.InsertCommand = this.oleDbInsertCommand2;
     this.oleDbDataAdapter2.SelectCommand = this.oleDbSelectCommand2;
     this.oleDbDataAdapter2.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Sex_Description", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("ID", "ID"),
             new System.Data.Common.DataColumnMapping("Description", "Description")
         })
     });
     this.oleDbDataAdapter2.UpdateCommand = this.oleDbUpdateCommand2;
     //
     // oleDbDeleteCommand2
     //
     this.oleDbDeleteCommand2.CommandText = "DELETE FROM Sex_Description WHERE (ID = ?) AND (Description = ? OR ? IS NULL AND " +
                                            "Description IS NULL)";
     this.oleDbDeleteCommand2.Connection = this.oleDbConnection1;
     this.oleDbDeleteCommand2.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] {
         new System.Data.OleDb.OleDbParameter("Original_ID", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(10)), ((byte)(0)), "ID", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Description", System.Data.OleDb.OleDbType.VarWChar, 50, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Description", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Description1", System.Data.OleDb.OleDbType.VarWChar, 50, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Description", System.Data.DataRowVersion.Original, null)
     });
     //
     // oleDbInsertCommand2
     //
     this.oleDbInsertCommand2.CommandText = "INSERT INTO Sex_Description(Description) VALUES (?)";
     this.oleDbInsertCommand2.Connection  = this.oleDbConnection1;
     this.oleDbInsertCommand2.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] {
         new System.Data.OleDb.OleDbParameter("Description", System.Data.OleDb.OleDbType.VarWChar, 50, "Description")
     });
     //
     // oleDbSelectCommand2
     //
     this.oleDbSelectCommand2.CommandText = "SELECT Description, ID FROM Sex_Description";
     this.oleDbSelectCommand2.Connection  = this.oleDbConnection1;
     //
     // oleDbUpdateCommand2
     //
     this.oleDbUpdateCommand2.CommandText = "UPDATE Sex_Description SET Description = ? WHERE (ID = ?) AND (Description = ? OR" +
                                            " ? IS NULL AND Description IS NULL)";
     this.oleDbUpdateCommand2.Connection = this.oleDbConnection1;
     this.oleDbUpdateCommand2.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] {
         new System.Data.OleDb.OleDbParameter("Description", System.Data.OleDb.OleDbType.VarWChar, 50, "Description"),
         new System.Data.OleDb.OleDbParameter("Original_ID", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(10)), ((byte)(0)), "ID", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Description", System.Data.OleDb.OleDbType.VarWChar, 50, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Description", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Description1", System.Data.OleDb.OleDbType.VarWChar, 50, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Description", System.Data.DataRowVersion.Original, null)
     });
     //
     // ComboBoxAdvSampleControl
     //
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(200)))), ((int)(((byte)(219)))));
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Name  = "ComboBoxAdvSampleControl";
     this.Size  = new System.Drawing.Size(504, 264);
     this.Load += new System.EventHandler(this.ComboBoxAdvSampleControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataSet21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.unboundCombo)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.boundCombo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 8
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.Tools.CaptionButtonsCollection ccbgradientPanel1  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel2  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel3  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel4  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel5  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel6  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel7  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel8  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel9  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel10 = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel11 = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            this.dockingManager1 = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
            this.gradientPanel1  = new System.Windows.Forms.Panel();
            this.gradientPanel2  = new System.Windows.Forms.Panel();
            this.gradientPanel3  = new System.Windows.Forms.Panel();
            this.gradientPanel4  = new System.Windows.Forms.Panel();
            this.gradientPanel5  = new System.Windows.Forms.Panel();
            this.gradientPanel6  = new System.Windows.Forms.Panel();
            this.gradientPanel7  = new System.Windows.Forms.Panel();
            this.gradientPanel8  = new System.Windows.Forms.Panel();
            this.gradientPanel9  = new System.Windows.Forms.Panel();
            this.gradientPanel10 = new System.Windows.Forms.Panel();
            this.gradientPanel11 = new System.Windows.Forms.Panel();
            this.gradientPanel12 = new Syncfusion.Windows.Forms.Tools.GradientPanel();
            this.comboBoxAdv3    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.comboBoxAdv1    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.autoLabel6      = new System.Windows.Forms.Label();
            this.autoLabel5      = new System.Windows.Forms.Label();
            this.autoLabel2      = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit();
            this.gradientPanel12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
            this.SuspendLayout();
            //
            // dockingManager1
            //
            this.dockingManager1.AnimateAutoHiddenWindow = true;
            this.dockingManager1.AutoHideTabForeColor    = System.Drawing.Color.Empty;
            this.dockingManager1.CloseTabOnMiddleClick   = false;
#if !NETCORE
            this.dockingManager1.DockLayoutStream = ((System.IO.MemoryStream)(resources.GetObject("dockingManager1.DockLayoutStream")));
#endif
            this.dockingManager1.HostControl            = this;
            this.dockingManager1.MetroButtonColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.dockingManager1.MetroColor             = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
            this.dockingManager1.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183)))));
            this.dockingManager1.ReduceFlickeringInRtl  = false;
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
            this.dockingManager1.SetDockLabel(this.gradientPanel1, "gradientPanel1");
            this.dockingManager1.SetEnableDocking(this.gradientPanel1, true);
            ccbgradientPanel1.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel1, ccbgradientPanel1);
            this.dockingManager1.SetDockLabel(this.gradientPanel2, "gradientPanel2");
            this.dockingManager1.SetEnableDocking(this.gradientPanel2, true);
            ccbgradientPanel2.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel2, ccbgradientPanel2);
            this.dockingManager1.SetDockLabel(this.gradientPanel3, "gradientPanel3");
            this.dockingManager1.SetEnableDocking(this.gradientPanel3, true);
            ccbgradientPanel3.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel3, ccbgradientPanel3);
            this.dockingManager1.SetDockLabel(this.gradientPanel4, "gradientPanel4");
            this.dockingManager1.SetEnableDocking(this.gradientPanel4, true);
            ccbgradientPanel4.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel4, ccbgradientPanel4);
            this.dockingManager1.SetDockLabel(this.gradientPanel5, "gradientPanel5");
            this.dockingManager1.SetEnableDocking(this.gradientPanel5, true);
            ccbgradientPanel5.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel5, ccbgradientPanel5);
            this.dockingManager1.SetDockLabel(this.gradientPanel6, "gradientPanel6");
            this.dockingManager1.SetEnableDocking(this.gradientPanel6, true);
            ccbgradientPanel6.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel6, ccbgradientPanel6);
            this.dockingManager1.SetDockLabel(this.gradientPanel7, "gradientPanel7");
            this.dockingManager1.SetEnableDocking(this.gradientPanel7, true);
            ccbgradientPanel7.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel7, ccbgradientPanel7);
            this.dockingManager1.SetDockLabel(this.gradientPanel8, "gradientPanel8");
            this.dockingManager1.SetEnableDocking(this.gradientPanel8, true);
            ccbgradientPanel8.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel8, ccbgradientPanel8);
            this.dockingManager1.SetDockLabel(this.gradientPanel9, "gradientPanel9");
            this.dockingManager1.SetEnableDocking(this.gradientPanel9, true);
            ccbgradientPanel9.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel9, ccbgradientPanel9);
            this.dockingManager1.SetDockLabel(this.gradientPanel10, "gradientPanel10");
            this.dockingManager1.SetEnableDocking(this.gradientPanel10, true);
            ccbgradientPanel10.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel10, ccbgradientPanel10);
            this.dockingManager1.SetDockLabel(this.gradientPanel11, "gradientPanel11");
            this.dockingManager1.SetEnableDocking(this.gradientPanel11, true);
            ccbgradientPanel11.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel11, ccbgradientPanel11);
            //
            // gradientPanel1
            //
            this.gradientPanel1.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel1.Name     = "gradientPanel1";
            this.gradientPanel1.Size     = new System.Drawing.Size(75, 693);
            this.gradientPanel1.TabIndex = 0;
            //
            // gradientPanel2
            //
            this.gradientPanel2.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel2.Name     = "gradientPanel2";
            this.gradientPanel2.Size     = new System.Drawing.Size(63, 693);
            this.gradientPanel2.TabIndex = 2;
            //
            // gradientPanel3
            //
            this.gradientPanel3.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel3.Name     = "gradientPanel3";
            this.gradientPanel3.Size     = new System.Drawing.Size(69, 693);
            this.gradientPanel3.TabIndex = 3;
            //
            // gradientPanel4
            //
            this.gradientPanel4.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel4.Name     = "gradientPanel4";
            this.gradientPanel4.Size     = new System.Drawing.Size(59, 693);
            this.gradientPanel4.TabIndex = 8;
            //
            // gradientPanel5
            //
            this.gradientPanel5.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel5.Name     = "gradientPanel5";
            this.gradientPanel5.Size     = new System.Drawing.Size(66, 693);
            this.gradientPanel5.TabIndex = 9;
            //
            // gradientPanel6
            //
            this.gradientPanel6.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel6.Name     = "gradientPanel6";
            this.gradientPanel6.Size     = new System.Drawing.Size(71, 693);
            this.gradientPanel6.TabIndex = 14;
            //
            // gradientPanel7
            //
            this.gradientPanel7.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel7.Name     = "gradientPanel7";
            this.gradientPanel7.Size     = new System.Drawing.Size(90, 693);
            this.gradientPanel7.TabIndex = 15;
            //
            // gradientPanel8
            //
            this.gradientPanel8.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel8.Name     = "gradientPanel8";
            this.gradientPanel8.Size     = new System.Drawing.Size(87, 693);
            this.gradientPanel8.TabIndex = 20;
            //
            // gradientPanel9
            //
            this.gradientPanel9.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel9.Name     = "gradientPanel9";
            this.gradientPanel9.Size     = new System.Drawing.Size(74, 693);
            this.gradientPanel9.TabIndex = 22;
            //
            // gradientPanel10
            //
            this.gradientPanel10.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel10.Name     = "gradientPanel10";
            this.gradientPanel10.Size     = new System.Drawing.Size(83, 693);
            this.gradientPanel10.TabIndex = 24;
            //
            // gradientPanel11
            //
            this.gradientPanel11.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel11.Name     = "gradientPanel11";
            this.gradientPanel11.Size     = new System.Drawing.Size(50, 693);
            this.gradientPanel11.TabIndex = 26;
            //
            // gradientPanel12
            //
            this.gradientPanel12.Controls.Add(this.comboBoxAdv3);
            this.gradientPanel12.Controls.Add(this.comboBoxAdv1);
            this.gradientPanel12.Controls.Add(this.autoLabel6);
            this.gradientPanel12.Controls.Add(this.autoLabel5);
            this.gradientPanel12.Controls.Add(this.autoLabel2);
            this.gradientPanel12.Dock     = System.Windows.Forms.DockStyle.Right;
            this.gradientPanel12.Location = new System.Drawing.Point(860, 2);
            this.gradientPanel12.Name     = "gradientPanel12";
            this.gradientPanel12.Size     = new System.Drawing.Size(300, 718);
            this.gradientPanel12.TabIndex = 28;
            //
            // comboBoxAdv3
            //
            this.comboBoxAdv3.BeforeTouchSize = new System.Drawing.Size(161, 21);
            this.comboBoxAdv3.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAdv3.Items.AddRange(new object[] {
                "Left",
                "Right",
                "Top",
                "Bottom"
            });
            this.comboBoxAdv3.Location = new System.Drawing.Point(126, 73);
            this.comboBoxAdv3.Name     = "comboBoxAdv3";
            this.comboBoxAdv3.Size     = new System.Drawing.Size(161, 21);
            this.comboBoxAdv3.TabIndex = 39;
            this.comboBoxAdv3.Text     = "Left";
            //
            // comboBoxAdv1
            //
            this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(161, 21);
            this.comboBoxAdv1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAdv1.Items.AddRange(new object[] {
                "Metro",
                "Office2016Colorful",
                "Office2016White",
                "Office2016Black",
                "Office2016DarkGray",
                "Office2019Colorful",
                "HighContrastBlack"
            });
            this.comboBoxAdv1.Location = new System.Drawing.Point(126, 117);
            this.comboBoxAdv1.Name     = "comboBoxAdv1";
            this.comboBoxAdv1.Size     = new System.Drawing.Size(161, 21);
            this.comboBoxAdv1.TabIndex = 37;
            this.comboBoxAdv1.Text     = "Metro";
            //
            // autoLabel6
            //
            this.autoLabel6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel6.Location = new System.Drawing.Point(88, 24);
            this.autoLabel6.Name     = "autoLabel6";
            this.autoLabel6.Size     = new System.Drawing.Size(81, 20);
            this.autoLabel6.TabIndex = 36;
            this.autoLabel6.Text     = "Properties";
            //
            // autoLabel5
            //
            this.autoLabel5.Location = new System.Drawing.Point(7, 117);
            this.autoLabel5.Name     = "autoLabel5";
            this.autoLabel5.Size     = new System.Drawing.Size(69, 13);
            this.autoLabel5.TabIndex = 32;
            this.autoLabel5.Text     = "Visual Style";
            //
            // autoLabel2
            //
            this.autoLabel2.Location = new System.Drawing.Point(7, 73);
            this.autoLabel2.Name     = "autoLabel2";
            this.autoLabel2.Size     = new System.Drawing.Size(113, 13);
            this.autoLabel2.TabIndex = 31;
            this.autoLabel2.Text     = "Dock Tab Alignment";
            //
            // Form1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(1162, 722);
            this.Controls.Add(this.gradientPanel12);
            this.Name = "Form1";
            this.Text = "Docking Manager";
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit();
            this.gradientPanel12.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
            this.ResumeLayout(false);
        }
Exemplo n.º 9
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();
 }