コード例 #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.calculatorControl1   = new Syncfusion.Windows.Forms.Tools.CalculatorControl();
            this.imageList1           = new System.Windows.Forms.ImageList(this.components);
            this.textBox2             = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.toolTip1             = new System.Windows.Forms.ToolTip(this.components);
            this.gradientPanel1       = new Syncfusion.Windows.Forms.Tools.GradientPanel();
            this.label2               = new System.Windows.Forms.Label();
            this.label1               = new System.Windows.Forms.Label();
            this.calculatorControl2   = new Syncfusion.Windows.Forms.Tools.CalculatorControl();
            this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this);
            this.bar1 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "MainMenu");
            this.visualStyleParentBarItem = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
            this.barItem5 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.office2016ParentBarItem = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
            this.barItem8       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem9       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem10      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem11      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem6       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
            this.barItem1       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem2       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem3       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem4       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem7       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.blueBarItem    = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.blackBarItem   = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.silverBarItem  = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.panel1         = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
            this.gradientPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit();
            this.SuspendLayout();
            //
            // calculatorControl1
            //
            this.calculatorControl1.AccessibleDescription = "Calculator control";
            this.calculatorControl1.AccessibleName        = "Calculator Control";
            this.calculatorControl1.AutoScroll            = true;
            this.calculatorControl1.BeforeTouchSize       = new System.Drawing.Size(292, 250);
            this.calculatorControl1.BorderStyle           = System.Windows.Forms.Border3DStyle.Flat;
            this.calculatorControl1.ButtonStyle           = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.calculatorControl1.Culture           = new System.Globalization.CultureInfo("en-US");
            this.calculatorControl1.DoubleValue       = 0D;
            this.calculatorControl1.FlatStyle         = System.Windows.Forms.FlatStyle.Standard;
            this.calculatorControl1.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.calculatorControl1.ForeColor         = System.Drawing.SystemColors.ControlText;
            this.calculatorControl1.HorizontalSpacing = 3;
            this.calculatorControl1.Location          = new System.Drawing.Point(77, 72);
            this.calculatorControl1.MetroColor        = System.Drawing.SystemColors.Control;
            this.calculatorControl1.Name              = "calculatorControl1";
            this.calculatorControl1.RightToLeft       = System.Windows.Forms.RightToLeft.No;
            this.calculatorControl1.Size              = new System.Drawing.Size(292, 250);
            this.calculatorControl1.TabIndex          = 0;
            this.calculatorControl1.ThemeName         = "Metro";
            this.calculatorControl1.ThemesEnabled     = false;
            this.calculatorControl1.UseVerticalAndHorizontalSpacing = true;
            this.calculatorControl1.UseVisualStyle   = true;
            this.calculatorControl1.VerticalSpacing  = 3;
            this.calculatorControl1.ValueCalculated += new Syncfusion.Windows.Forms.Tools.CalculatorValueCalculatedEventHandler(this.calculatorControl1_ValueCalculated);
            //
            // imageList1
            //
            this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "");
            //
            // textBox2
            //
            this.textBox2.BeforeTouchSize = new System.Drawing.Size(718, 105);
            this.textBox2.BorderColor     = System.Drawing.Color.Gray;
            this.textBox2.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBox2.Cursor          = System.Windows.Forms.Cursors.IBeam;
            this.textBox2.Dock            = System.Windows.Forms.DockStyle.Bottom;
            this.textBox2.Location        = new System.Drawing.Point(10, 403);
            this.textBox2.Metrocolor      = System.Drawing.Color.Gray;
            this.textBox2.Multiline       = true;
            this.textBox2.Name            = "textBox2";
            this.textBox2.ScrollBars      = System.Windows.Forms.ScrollBars.Vertical;
            this.textBox2.Size            = new System.Drawing.Size(718, 105);
            this.textBox2.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
            this.textBox2.TabIndex        = 4;
            this.textBox2.ThemeName       = "Metro";
            //
            // toolTip1
            //
            this.toolTip1.ShowAlways = true;
            //
            // gradientPanel1
            //
            this.gradientPanel1.BorderColor = System.Drawing.Color.Silver;
            this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.gradientPanel1.Controls.Add(this.label2);
            this.gradientPanel1.Controls.Add(this.label1);
            this.gradientPanel1.Controls.Add(this.calculatorControl2);
            this.gradientPanel1.Controls.Add(this.calculatorControl1);
            this.gradientPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.gradientPanel1.Location = new System.Drawing.Point(10, 42);
            this.gradientPanel1.Name     = "gradientPanel1";
            this.gradientPanel1.Size     = new System.Drawing.Size(718, 353);
            this.gradientPanel1.TabIndex = 18;
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(400, 44);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(53, 13);
            this.label2.TabIndex = 22;
            this.label2.Text     = "Financial";
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(79, 44);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(103, 13);
            this.label1.TabIndex = 21;
            this.label1.Text     = "WindowsStandard";
            //
            // calculatorControl2
            //
            this.calculatorControl2.AccessibleDescription = "Calculator control";
            this.calculatorControl2.AccessibleName        = "Calculator Control";
            this.calculatorControl2.AutoScroll            = true;
            this.calculatorControl2.BeforeTouchSize       = new System.Drawing.Size(292, 250);
            this.calculatorControl2.BorderStyle           = System.Windows.Forms.Border3DStyle.Flat;
            this.calculatorControl2.ButtonStyle           = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.calculatorControl2.Culture           = new System.Globalization.CultureInfo("en-US");
            this.calculatorControl2.DoubleValue       = 0D;
            this.calculatorControl2.FlatStyle         = System.Windows.Forms.FlatStyle.Standard;
            this.calculatorControl2.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.calculatorControl2.ForeColor         = System.Drawing.SystemColors.ControlText;
            this.calculatorControl2.HorizontalSpacing = 3;
            this.calculatorControl2.LayoutType        = Syncfusion.Windows.Forms.Tools.CalculatorLayoutTypes.Financial;
            this.calculatorControl2.Location          = new System.Drawing.Point(398, 72);
            this.calculatorControl2.MetroColor        = System.Drawing.SystemColors.Control;
            this.calculatorControl2.Name              = "calculatorControl2";
            this.calculatorControl2.RightToLeft       = System.Windows.Forms.RightToLeft.No;
            this.calculatorControl2.Size              = new System.Drawing.Size(292, 250);
            this.calculatorControl2.TabIndex          = 20;
            this.calculatorControl2.Text              = "calculatorControl2";
            this.calculatorControl2.ThemeName         = "Metro";
            this.calculatorControl2.ThemesEnabled     = false;
            this.calculatorControl2.UseVerticalAndHorizontalSpacing = true;
            this.calculatorControl2.UseVisualStyle   = true;
            this.calculatorControl2.VerticalSpacing  = 3;
            this.calculatorControl2.ValueCalculated += new Syncfusion.Windows.Forms.Tools.CalculatorValueCalculatedEventHandler(this.calculatorControl2_ValueCalculated);
            //
            // mainFrameBarManager1
            //
#if !NETCORE
            this.mainFrameBarManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("mainFrameBarManager1.BarPositionInfo")));
#endif
            this.mainFrameBarManager1.Bars.Add(this.bar1);
            this.mainFrameBarManager1.Categories.Add("VisualStyles");
            this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.WinForms.Controls.SfForm";
            this.mainFrameBarManager1.EnableMenuMerge     = true;
            this.mainFrameBarManager1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.mainFrameBarManager1.Form = this;
            this.mainFrameBarManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem1,
                this.barItem2,
                this.barItem3,
                this.barItem4,
                this.visualStyleParentBarItem,
                this.barItem7,
                this.barItem5,
                this.office2016ParentBarItem,
                this.blueBarItem,
                this.blackBarItem,
                this.silverBarItem,
                this.barItem6,
                this.barItem8,
                this.barItem9,
                this.barItem10,
                this.barItem11
            });
            this.mainFrameBarManager1.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.mainFrameBarManager1.ResetCustomization = false;
            this.mainFrameBarManager1.Style     = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.mainFrameBarManager1.ThemeName = "Metro";
            this.mainFrameBarManager1.ThemeStyle.ComboBoxBarItemStyle.ArrowBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.mainFrameBarManager1.UseBackwardCompatiblity = false;
            //
            // bar1
            //
            this.bar1.BarName  = "MainMenu";
            this.bar1.BarStyle = ((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle)((((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.AllowQuickCustomizing | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.IsMainMenu)
                                                                                      | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.Visible)
                                                                                     | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.UseWholeRow)));
            this.bar1.Caption = "MainMenu";
            this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.visualStyleParentBarItem,
                this.parentBarItem2
            });
            this.bar1.Manager = this.mainFrameBarManager1;
            //
            // visualStyleParentBarItem
            //
            this.visualStyleParentBarItem.BarName        = "visualStyleParentBarItem";
            this.visualStyleParentBarItem.CategoryIndex  = 0;
            this.visualStyleParentBarItem.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.visualStyleParentBarItem.ID             = "&Visual Styles";
            this.visualStyleParentBarItem.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem5,
                this.office2016ParentBarItem,
                this.barItem6
            });
            this.visualStyleParentBarItem.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.visualStyleParentBarItem.ShowToolTipInPopUp = false;
            this.visualStyleParentBarItem.SizeToFit          = true;
            this.visualStyleParentBarItem.Text       = "&Visual Styles";
            this.visualStyleParentBarItem.WrapLength = 20;
            //
            // barItem5
            //
            this.barItem5.BarName            = "barItem5";
            this.barItem5.CategoryIndex      = 0;
            this.barItem5.CustomTextFont     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.barItem5.ID                 = "Office2019Colorful";
            this.barItem5.ShowToolTipInPopUp = false;
            this.barItem5.SizeToFit          = true;
            this.barItem5.Text               = "Office2019";
            this.barItem5.Click             += new System.EventHandler(this.OnBarItemClick);
            //
            // office2016ParentBarItem
            //
            this.office2016ParentBarItem.BarName        = "office2016ParentBarItem";
            this.office2016ParentBarItem.CategoryIndex  = 0;
            this.office2016ParentBarItem.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.office2016ParentBarItem.ID             = "Office2016";
            this.office2016ParentBarItem.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem8,
                this.barItem9,
                this.barItem10,
                this.barItem11
            });
            this.office2016ParentBarItem.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.office2016ParentBarItem.ShowToolTipInPopUp = false;
            this.office2016ParentBarItem.SizeToFit          = true;
            this.office2016ParentBarItem.Style      = Syncfusion.Windows.Forms.VisualStyle.Office2016Colorful;
            this.office2016ParentBarItem.Text       = "Office2016";
            this.office2016ParentBarItem.WrapLength = 20;
            //
            // barItem8
            //
            this.barItem8.BarName            = "barItem8";
            this.barItem8.CategoryIndex      = 0;
            this.barItem8.ID                 = "Office2016White";
            this.barItem8.ShowToolTipInPopUp = false;
            this.barItem8.SizeToFit          = true;
            this.barItem8.Text               = "Office2016White";
            this.barItem8.Click             += new System.EventHandler(this.OnBarItemClick);
            //
            // barItem9
            //
            this.barItem9.BarName            = "barItem9";
            this.barItem9.CategoryIndex      = 0;
            this.barItem9.ID                 = "Office2016Colorful";
            this.barItem9.ShowToolTipInPopUp = false;
            this.barItem9.SizeToFit          = true;
            this.barItem9.Text               = "Office2016Colorful";
            this.barItem9.Click             += new System.EventHandler(this.OnBarItemClick);
            //
            // barItem10
            //
            this.barItem10.BarName            = "barItem10";
            this.barItem10.CategoryIndex      = 0;
            this.barItem10.ID                 = "Office2016Black";
            this.barItem10.ShowToolTipInPopUp = false;
            this.barItem10.SizeToFit          = true;
            this.barItem10.Text               = "Office2016Black";
            this.barItem10.Click             += new System.EventHandler(this.OnBarItemClick);
            //
            // barItem11
            //
            this.barItem11.BarName            = "barItem11";
            this.barItem11.CategoryIndex      = 0;
            this.barItem11.ID                 = "Office2016DarkGray";
            this.barItem11.ShowToolTipInPopUp = false;
            this.barItem11.SizeToFit          = true;
            this.barItem11.Text               = "Office2016DarkGray";
            this.barItem11.Click             += new System.EventHandler(this.OnBarItemClick);
            //
            // barItem6
            //
            this.barItem6.BarName            = "barItem6";
            this.barItem6.CategoryIndex      = 0;
            this.barItem6.ID                 = "Metro";
            this.barItem6.ShowToolTipInPopUp = false;
            this.barItem6.SizeToFit          = true;
            this.barItem6.Text               = "Metro";
            this.barItem6.Click             += new System.EventHandler(this.OnBarItemClick);
            //
            // parentBarItem2
            //
            this.parentBarItem2.BarName            = "parentBarItem2";
            this.parentBarItem2.MetroColor         = System.Drawing.Color.LightSkyBlue;
            this.parentBarItem2.ShowToolTipInPopUp = false;
            this.parentBarItem2.SizeToFit          = true;
            this.parentBarItem2.WrapLength         = 20;
            //
            // barItem1
            //
            this.barItem1.BarName            = "barItem1";
            this.barItem1.ID                 = "_1";
            this.barItem1.ShowToolTipInPopUp = false;
            this.barItem1.SizeToFit          = true;
            //
            // barItem2
            //
            this.barItem2.BarName            = "barItem2";
            this.barItem2.ID                 = "_2";
            this.barItem2.ShowToolTipInPopUp = false;
            this.barItem2.SizeToFit          = true;
            //
            // barItem3
            //
            this.barItem3.BarName            = "barItem3";
            this.barItem3.ID                 = "_3";
            this.barItem3.ShowToolTipInPopUp = false;
            this.barItem3.SizeToFit          = true;
            //
            // barItem4
            //
            this.barItem4.BarName            = "barItem4";
            this.barItem4.ID                 = "_4";
            this.barItem4.ShowToolTipInPopUp = false;
            this.barItem4.SizeToFit          = true;
            //
            // barItem7
            //
            this.barItem7.BarName            = "barItem7";
            this.barItem7.CategoryIndex      = 0;
            this.barItem7.CustomTextFont     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.barItem7.ID                 = "AboutSyncfusion";
            this.barItem7.ShowToolTipInPopUp = false;
            this.barItem7.SizeToFit          = true;
            this.barItem7.Text               = "About Syncfusion";
            this.barItem7.Click             += new System.EventHandler(this.OnBarItemClick);
            //
            // blueBarItem
            //
            this.blueBarItem.BarName            = "blueBarItem";
            this.blueBarItem.ID                 = "_5";
            this.blueBarItem.ShowToolTipInPopUp = false;
            this.blueBarItem.SizeToFit          = true;
            //
            // blackBarItem
            //
            this.blackBarItem.BarName            = "blackBarItem";
            this.blackBarItem.ID                 = "_6";
            this.blackBarItem.ShowToolTipInPopUp = false;
            this.blackBarItem.SizeToFit          = true;
            //
            // silverBarItem
            //
            this.silverBarItem.BarName            = "silverBarItem";
            this.silverBarItem.ID                 = "_7";
            this.silverBarItem.ShowToolTipInPopUp = false;
            this.silverBarItem.SizeToFit          = true;
            //
            // panel1
            //
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(10, 395);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(718, 8);
            this.panel1.TabIndex = 19;
            //
            // MainForm
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
            this.ClientSize        = new System.Drawing.Size(738, 518);
            this.Controls.Add(this.gradientPanel1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.textBox2);
            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.Name          = "MainForm";
            this.Padding       = new System.Windows.Forms.Padding(10);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Calculator Control";
            ((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
            this.gradientPanel1.ResumeLayout(false);
            this.gradientPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
コード例 #2
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);
        }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     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();
 }
コード例 #4
0
ファイル: Form1.cs プロジェクト: zuozhu315/winforms-demos
 /// <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();
 }