private void InitializeComponent()
 {
     System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("Node0");
     System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("Node4");
     System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("Node5");
     System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("Node6");
     System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("Node1", new System.Windows.Forms.TreeNode[] {
         treeNode11,
         treeNode12,
         treeNode13
     });
     System.Windows.Forms.TreeNode treeNode15 = new System.Windows.Forms.TreeNode("Node7");
     System.Windows.Forms.TreeNode treeNode16 = new System.Windows.Forms.TreeNode("Node8");
     System.Windows.Forms.TreeNode treeNode17 = new System.Windows.Forms.TreeNode("Node2", new System.Windows.Forms.TreeNode[] {
         treeNode15,
         treeNode16
     });
     System.Windows.Forms.TreeNode treeNode18 = new System.Windows.Forms.TreeNode("Node3");
     this.kryptonPanel1       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.fbExplorer          = new ExtendedControls.ExtendedToolkit.Controls.FileExplorer.FileBrowser();
     this.lvExplorer          = new System.Windows.Forms.ListView();
     this.colName             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colDateModified     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colType             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colSize             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.circularPictureBox3 = new ExtendedControls.ExtendedToolkit.Controls.CircularPictureBox();
     this.circularPictureBox2 = new ExtendedControls.ExtendedToolkit.Controls.CircularPictureBox();
     this.circularPictureBox1 = new ExtendedControls.ExtendedToolkit.Controls.CircularPictureBox();
     this.ktvFileExplorer     = new ComponentFactory.Krypton.Toolkit.KryptonTreeView();
     this.kryptonLabel1       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbcFilePath         = new ComponentFactory.Krypton.Toolkit.KryptonBreadCrumb();
     this.panel1 = new System.Windows.Forms.Panel();
     this.kryptonSplitButton1   = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonSplitButton();
     this.kbtnCancel            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonPanel2         = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnAccept            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonPromptTextBox1 = new ExtendedControls.ExtendedToolkit.Controls.KryptonPromptTextBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kbcFilePath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonPromptTextBox1);
     this.kryptonPanel1.Controls.Add(this.fbExplorer);
     this.kryptonPanel1.Controls.Add(this.lvExplorer);
     this.kryptonPanel1.Controls.Add(this.circularPictureBox3);
     this.kryptonPanel1.Controls.Add(this.circularPictureBox2);
     this.kryptonPanel1.Controls.Add(this.circularPictureBox1);
     this.kryptonPanel1.Controls.Add(this.ktvFileExplorer);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Controls.Add(this.kbcFilePath);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1039, 577);
     this.kryptonPanel1.TabIndex = 0;
     //
     // fbExplorer
     //
     this.fbExplorer.DefaultPath       = "C:\\";
     this.fbExplorer.Font              = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fbExplorer.HideSelection     = false;
     this.fbExplorer.IsSoloFileBrowser = true;
     this.fbExplorer.Location          = new System.Drawing.Point(332, 50);
     this.fbExplorer.Name              = "fbExplorer";
     this.fbExplorer.SelectedPath      = "";
     this.fbExplorer.Size              = new System.Drawing.Size(695, 442);
     this.fbExplorer.TabIndex          = 2;
     this.fbExplorer.UseCompatibleStateImageBehavior = false;
     //
     // lvExplorer
     //
     this.lvExplorer.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colName,
         this.colDateModified,
         this.colType,
         this.colSize
     });
     this.lvExplorer.Font          = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lvExplorer.HideSelection = false;
     this.lvExplorer.Location      = new System.Drawing.Point(332, 50);
     this.lvExplorer.Name          = "lvExplorer";
     this.lvExplorer.Size          = new System.Drawing.Size(695, 442);
     this.lvExplorer.TabIndex      = 7;
     this.lvExplorer.UseCompatibleStateImageBehavior = false;
     this.lvExplorer.View = System.Windows.Forms.View.Details;
     //
     // colName
     //
     this.colName.Text  = "Name";
     this.colName.Width = 265;
     //
     // colDateModified
     //
     this.colDateModified.Text  = "Date Modified";
     this.colDateModified.Width = 207;
     //
     // colType
     //
     this.colType.Text  = "Type";
     this.colType.Width = 145;
     //
     // colSize
     //
     this.colSize.Text  = "Size";
     this.colSize.Width = 110;
     //
     // circularPictureBox3
     //
     this.circularPictureBox3.BackColor = System.Drawing.Color.Black;
     this.circularPictureBox3.Location  = new System.Drawing.Point(88, 12);
     this.circularPictureBox3.Name      = "circularPictureBox3";
     this.circularPictureBox3.Size      = new System.Drawing.Size(32, 32);
     this.circularPictureBox3.TabIndex  = 6;
     this.circularPictureBox3.TabStop   = false;
     //
     // circularPictureBox2
     //
     this.circularPictureBox2.BackColor = System.Drawing.Color.Black;
     this.circularPictureBox2.Location  = new System.Drawing.Point(50, 12);
     this.circularPictureBox2.Name      = "circularPictureBox2";
     this.circularPictureBox2.Size      = new System.Drawing.Size(32, 32);
     this.circularPictureBox2.TabIndex  = 5;
     this.circularPictureBox2.TabStop   = false;
     //
     // circularPictureBox1
     //
     this.circularPictureBox1.BackColor = System.Drawing.Color.Black;
     this.circularPictureBox1.Location  = new System.Drawing.Point(12, 12);
     this.circularPictureBox1.Name      = "circularPictureBox1";
     this.circularPictureBox1.Size      = new System.Drawing.Size(32, 32);
     this.circularPictureBox1.TabIndex  = 4;
     this.circularPictureBox1.TabStop   = false;
     //
     // ktvFileExplorer
     //
     this.ktvFileExplorer.Location = new System.Drawing.Point(12, 50);
     this.ktvFileExplorer.Name     = "ktvFileExplorer";
     treeNode10.Name = "Node0";
     treeNode10.Text = "Node0";
     treeNode11.Name = "Node4";
     treeNode11.Text = "Node4";
     treeNode12.Name = "Node5";
     treeNode12.Text = "Node5";
     treeNode13.Name = "Node6";
     treeNode13.Text = "Node6";
     treeNode14.Name = "Node1";
     treeNode14.Text = "Node1";
     treeNode15.Name = "Node7";
     treeNode15.Text = "Node7";
     treeNode16.Name = "Node8";
     treeNode16.Text = "Node8";
     treeNode17.Name = "Node2";
     treeNode17.Text = "Node2";
     treeNode18.Name = "Node3";
     treeNode18.Text = "Node3";
     this.ktvFileExplorer.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode10,
         treeNode14,
         treeNode17,
         treeNode18
     });
     this.ktvFileExplorer.Size = new System.Drawing.Size(314, 442);
     this.ktvFileExplorer.StateCommon.Node.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktvFileExplorer.StateCommon.Node.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktvFileExplorer.TabIndex     = 3;
     this.ktvFileExplorer.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.ktvFileExplorer_AfterSelect);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(12, 498);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(88, 24);
     this.kryptonLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 1;
     this.kryptonLabel1.Values.Text = "File Name:";
     //
     // kbcFilePath
     //
     this.kbcFilePath.AutoSize = false;
     this.kbcFilePath.Location = new System.Drawing.Point(126, 12);
     this.kbcFilePath.Name     = "kbcFilePath";
     //
     //
     //
     this.kbcFilePath.RootItem.ShortText = "Root";
     this.kbcFilePath.SelectedItem       = this.kbcFilePath.RootItem;
     this.kbcFilePath.Size = new System.Drawing.Size(901, 32);
     this.kbcFilePath.StateCommon.BreadCrumb.Content.LongText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbcFilePath.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location  = new System.Drawing.Point(0, 577);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(1039, 3);
     this.panel1.TabIndex  = 1;
     //
     // kryptonSplitButton1
     //
     this.kryptonSplitButton1.AutoSize = true;
     this.kryptonSplitButton1.Location = new System.Drawing.Point(12, 12);
     this.kryptonSplitButton1.Name     = "kryptonSplitButton1";
     this.kryptonSplitButton1.Size     = new System.Drawing.Size(120, 36);
     this.kryptonSplitButton1.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonSplitButton1.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonSplitButton1.TabIndex    = 0;
     this.kryptonSplitButton1.Values.Text = "V&iew Type";
     //
     // kbtnCancel
     //
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(937, 12);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(90, 36);
     this.kbtnCancel.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex    = 1;
     this.kbtnCancel.Values.Text = "&Cancel";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnAccept);
     this.kryptonPanel2.Controls.Add(this.kbtnCancel);
     this.kryptonPanel2.Controls.Add(this.kryptonSplitButton1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 580);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(1039, 60);
     this.kryptonPanel2.TabIndex = 0;
     //
     // kbtnAccept
     //
     this.kbtnAccept.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnAccept.Location     = new System.Drawing.Point(817, 12);
     this.kbtnAccept.Name         = "kbtnAccept";
     this.kbtnAccept.Size         = new System.Drawing.Size(114, 36);
     this.kbtnAccept.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAccept.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAccept.TabIndex    = 2;
     this.kbtnAccept.Values.Text = "O&k";
     //
     // kryptonPromptTextBox1
     //
     this.kryptonPromptTextBox1.DrawPrompt       = true;
     this.kryptonPromptTextBox1.FocusSelect      = true;
     this.kryptonPromptTextBox1.Font             = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonPromptTextBox1.Location         = new System.Drawing.Point(106, 498);
     this.kryptonPromptTextBox1.MaxLength        = 256;
     this.kryptonPromptTextBox1.Name             = "kryptonPromptTextBox1";
     this.kryptonPromptTextBox1.PromptForeColour = System.Drawing.SystemColors.GrayText;
     this.kryptonPromptTextBox1.PromptText       = "Enter filename...";
     this.kryptonPromptTextBox1.PromptTypeface   = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonPromptTextBox1.Size             = new System.Drawing.Size(921, 27);
     this.kryptonPromptTextBox1.TabIndex         = 8;
     //
     // KryptonFileExplorer
     //
     this.ClientSize = new System.Drawing.Size(1039, 640);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.Name  = "KryptonFileExplorer";
     this.Load += new System.EventHandler(this.KryptonFileExplorer_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kbcFilePath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonFileExplorer));
     this.kryptonPanel1              = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.lvExplorer                 = new System.Windows.Forms.ListView();
     this.colName                    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colDateModified            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colType                    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colSize                    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.kryptonLabel1              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbcFilePath                = new ComponentFactory.Krypton.Toolkit.KryptonBreadCrumb();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.kbtnCancel                 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonPanel2              = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnAccept                 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonSplitButton1        = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonSplitButton();
     this.kryptonListView1           = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonListView();
     this.columnHeader1              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.kryptonFileSystemTreeView1 = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonFileSystemTreeView();
     this.circularPictureBox3        = new ExtendedControls.ExtendedToolkit.Controls.CircularPictureBox();
     this.circularPictureBox2        = new ExtendedControls.ExtendedToolkit.Controls.CircularPictureBox();
     this.circularPictureBox1        = new ExtendedControls.ExtendedToolkit.Controls.CircularPictureBox();
     this.kryptonTextBox1            = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kbcFilePath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonTextBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonListView1);
     this.kryptonPanel1.Controls.Add(this.kryptonFileSystemTreeView1);
     this.kryptonPanel1.Controls.Add(this.lvExplorer);
     this.kryptonPanel1.Controls.Add(this.circularPictureBox3);
     this.kryptonPanel1.Controls.Add(this.circularPictureBox2);
     this.kryptonPanel1.Controls.Add(this.circularPictureBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Controls.Add(this.kbcFilePath);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1039, 577);
     this.kryptonPanel1.TabIndex = 0;
     //
     // lvExplorer
     //
     this.lvExplorer.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colName,
         this.colDateModified,
         this.colType,
         this.colSize
     });
     this.lvExplorer.Font          = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lvExplorer.HideSelection = false;
     this.lvExplorer.Location      = new System.Drawing.Point(332, 50);
     this.lvExplorer.Name          = "lvExplorer";
     this.lvExplorer.Size          = new System.Drawing.Size(695, 442);
     this.lvExplorer.TabIndex      = 7;
     this.lvExplorer.UseCompatibleStateImageBehavior = false;
     this.lvExplorer.View = System.Windows.Forms.View.Details;
     //
     // colName
     //
     this.colName.Text  = "Name";
     this.colName.Width = 265;
     //
     // colDateModified
     //
     this.colDateModified.Text  = "Date Modified";
     this.colDateModified.Width = 207;
     //
     // colType
     //
     this.colType.Text  = "Type";
     this.colType.Width = 145;
     //
     // colSize
     //
     this.colSize.Text  = "Size";
     this.colSize.Width = 110;
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(12, 498);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(88, 24);
     this.kryptonLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 1;
     this.kryptonLabel1.Values.Text = "File Name:";
     //
     // kbcFilePath
     //
     this.kbcFilePath.AutoSize = false;
     this.kbcFilePath.Location = new System.Drawing.Point(126, 12);
     this.kbcFilePath.Name     = "kbcFilePath";
     //
     //
     //
     this.kbcFilePath.RootItem.ShortText = "Root";
     this.kbcFilePath.SelectedItem       = this.kbcFilePath.RootItem;
     this.kbcFilePath.Size = new System.Drawing.Size(901, 32);
     this.kbcFilePath.StateCommon.BreadCrumb.Content.LongText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbcFilePath.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location  = new System.Drawing.Point(0, 577);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(1039, 3);
     this.panel1.TabIndex  = 1;
     //
     // kbtnCancel
     //
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(937, 12);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(90, 36);
     this.kbtnCancel.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex    = 1;
     this.kbtnCancel.Values.Text = "&Cancel";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnAccept);
     this.kryptonPanel2.Controls.Add(this.kbtnCancel);
     this.kryptonPanel2.Controls.Add(this.kryptonSplitButton1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 580);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(1039, 60);
     this.kryptonPanel2.TabIndex = 0;
     //
     // kbtnAccept
     //
     this.kbtnAccept.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnAccept.Location     = new System.Drawing.Point(817, 12);
     this.kbtnAccept.Name         = "kbtnAccept";
     this.kbtnAccept.Size         = new System.Drawing.Size(114, 36);
     this.kbtnAccept.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAccept.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAccept.TabIndex    = 2;
     this.kbtnAccept.Values.Text = "O&k";
     //
     // kryptonSplitButton1
     //
     this.kryptonSplitButton1.AutoSize = true;
     this.kryptonSplitButton1.Location = new System.Drawing.Point(12, 12);
     this.kryptonSplitButton1.Name     = "kryptonSplitButton1";
     this.kryptonSplitButton1.Size     = new System.Drawing.Size(120, 36);
     this.kryptonSplitButton1.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonSplitButton1.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonSplitButton1.TabIndex    = 0;
     this.kryptonSplitButton1.Values.Text = "V&iew Type";
     //
     // kryptonListView1
     //
     this.kryptonListView1.AlternateRowColour        = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kryptonListView1.AlternateRowColourEnabled = true;
     this.kryptonListView1.AutoSizeLastColumn        = true;
     this.kryptonListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.kryptonListView1.EnableDragDrop        = false;
     this.kryptonListView1.EnableHeaderGlow      = false;
     this.kryptonListView1.EnableHeaderHotTrack  = false;
     this.kryptonListView1.EnableHeaderRendering = true;
     this.kryptonListView1.EnableSelectionBorder = false;
     this.kryptonListView1.EnableSorting         = true;
     this.kryptonListView1.EnableVistaCheckBoxes = true;
     this.kryptonListView1.ForceLeftAlign        = false;
     this.kryptonListView1.FullRowSelect         = true;
     this.kryptonListView1.HideSelection         = false;
     this.kryptonListView1.ItemHeight            = 0;
     this.kryptonListView1.LineAfter             = -1;
     this.kryptonListView1.LineBefore            = -1;
     this.kryptonListView1.Location                        = new System.Drawing.Point(332, 50);
     this.kryptonListView1.Name                            = "kryptonListView1";
     this.kryptonListView1.OwnerDraw                       = true;
     this.kryptonListView1.PersistentColours               = false;
     this.kryptonListView1.SelectEntireRowOnSubItem        = true;
     this.kryptonListView1.Size                            = new System.Drawing.Size(695, 442);
     this.kryptonListView1.TabIndex                        = 2;
     this.kryptonListView1.UseCompatibleStateImageBehavior = false;
     this.kryptonListView1.UseKryptonRenderer              = true;
     this.kryptonListView1.UseStyledColours                = true;
     this.kryptonListView1.View                            = System.Windows.Forms.View.Details;
     //
     // kryptonFileSystemTreeView1
     //
     this.kryptonFileSystemTreeView1.DrawMode           = System.Windows.Forms.TreeViewDrawMode.OwnerDrawText;
     this.kryptonFileSystemTreeView1.FolderIcon         = ((System.Drawing.Icon)(resources.GetObject("kryptonFileSystemTreeView1.FolderIcon")));
     this.kryptonFileSystemTreeView1.Font               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonFileSystemTreeView1.ImageIndex         = 0;
     this.kryptonFileSystemTreeView1.Location           = new System.Drawing.Point(12, 50);
     this.kryptonFileSystemTreeView1.Name               = "kryptonFileSystemTreeView1";
     this.kryptonFileSystemTreeView1.SelectedImageIndex = 0;
     this.kryptonFileSystemTreeView1.ShowFiles          = true;
     this.kryptonFileSystemTreeView1.Size               = new System.Drawing.Size(314, 442);
     this.kryptonFileSystemTreeView1.TabIndex           = 2;
     //
     // circularPictureBox3
     //
     this.circularPictureBox3.BackColor = System.Drawing.Color.Black;
     this.circularPictureBox3.Location  = new System.Drawing.Point(88, 12);
     this.circularPictureBox3.Name      = "circularPictureBox3";
     this.circularPictureBox3.Size      = new System.Drawing.Size(32, 32);
     this.circularPictureBox3.TabIndex  = 6;
     this.circularPictureBox3.TabStop   = false;
     //
     // circularPictureBox2
     //
     this.circularPictureBox2.BackColor = System.Drawing.Color.Black;
     this.circularPictureBox2.Location  = new System.Drawing.Point(50, 12);
     this.circularPictureBox2.Name      = "circularPictureBox2";
     this.circularPictureBox2.Size      = new System.Drawing.Size(32, 32);
     this.circularPictureBox2.TabIndex  = 5;
     this.circularPictureBox2.TabStop   = false;
     //
     // circularPictureBox1
     //
     this.circularPictureBox1.BackColor = System.Drawing.Color.Black;
     this.circularPictureBox1.Location  = new System.Drawing.Point(12, 12);
     this.circularPictureBox1.Name      = "circularPictureBox1";
     this.circularPictureBox1.Size      = new System.Drawing.Size(32, 32);
     this.circularPictureBox1.TabIndex  = 4;
     this.circularPictureBox1.TabStop   = false;
     //
     // kryptonTextBox1
     //
     this.kryptonTextBox1.Hint     = "Enter fileneame...";
     this.kryptonTextBox1.Location = new System.Drawing.Point(106, 498);
     this.kryptonTextBox1.Name     = "kryptonTextBox1";
     this.kryptonTextBox1.Size     = new System.Drawing.Size(921, 29);
     this.kryptonTextBox1.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonTextBox1.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonTextBox1.TabIndex = 2;
     //
     // KryptonFileExplorer
     //
     this.ClientSize = new System.Drawing.Size(1039, 640);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.Name  = "KryptonFileExplorer";
     this.Load += new System.EventHandler(this.KryptonFileExplorer_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kbcFilePath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     KryptonOutlookGrid.Classes.OutlookGridGroupCollection outlookGridGroupCollection2 = new KryptonOutlookGrid.Classes.OutlookGridGroupCollection();
     System.Windows.Forms.DataGridViewCellStyle            dataGridViewCellStyle3      = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle            dataGridViewCellStyle4      = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("Node4");
     System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("Node5");
     System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("Node0", new System.Windows.Forms.TreeNode[] {
         treeNode7,
         treeNode8
     });
     System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("Node1");
     System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("Node2");
     System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("Node3");
     this.kryptonPanel1               = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.toggleSwitch1               = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.ToggleSwitch();
     this.promptRoundedTextbox1       = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.PromptRoundedTextbox();
     this.roundedTextbox1             = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.RoundedTextbox();
     this.colourWheel1                = new Core.Controls.Colours.ColourWheel();
     this.kryptonOutlookGridGroupBox1 = new KryptonOutlookGrid.Controls.KryptonOutlookGridGroupBox();
     this.kryptonOutlookGrid1         = new KryptonOutlookGrid.Classes.KryptonOutlookGrid();
     this.kryptonButton2              = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonButton1              = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.office2007ColourPicker1     = new ExtendedControls.ExtendedToolkit.Controls.Drawing.Controls.Office2007ColourPicker(this.components);
     this.scrollBarExtended1          = new ExtendedControls.ExtendedToolkit.Controls.ScrollBar.CustomScrollBar.ScrollBarExtended();
     this.kryptonGrid1                = new ExtendedControls.ExtendedToolkit.Controls.KryptonGrid();
     this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.kryptonBorderedLabel1     = new ExtendedControls.ExtendedToolkit.Controls.KryptonBorderedLabel();
     this.kryptonCollapseContainer1 = new ExtendedControls.ExtendedToolkit.Controls.KryptonCollapseContainer();
     this.dataBar1                    = new ExtendedControls.ExtendedToolkit.Controls.Charting.DataBar();
     this.dataChart1                  = new ExtendedControls.ExtendedToolkit.Controls.Charting.DataChart();
     this.kryptonDomainUpDown1        = new ComponentFactory.Krypton.Toolkit.KryptonDomainUpDown();
     this.kryptonSplitButton1         = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonSplitButton();
     this.webColourEditorUserControl1 = new ExtendedControls.ExtendedToolkit.Controls.Colours.WebColourEditorUserControl();
     this.kryptonKnobControl1         = new ExtendedControls.ExtendedToolkit.Controls.Charting.KryptonKnobControl();
     this.outlookBar1                 = new ExtendedControls.ExtendedToolkit.Controls.Navigator.Controls.OutlookBar();
     this.kryptonLxLedControl1        = new ExtendedControls.ExtendedToolkit.Controls.Charting.KryptonLxLedControl();
     this.starRatingControl1          = new ExtendedControls.ExtendedToolkit.Controls.Charting.StarRatingControl();
     this.kryptonVirtualListBox1      = new ExtendedControls.ExtendedToolkit.Controls.StandardControls.ListBox.KryptonVirtualListBox();
     this.kryptonImageComboBox1       = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonImageComboBox();
     this.kryptonTreeView1            = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonTreeView();
     this.loadingCircle1              = new ExtendedControls.ExtendedToolkit.Controls.StandardControls.Common.LoadingCircle();
     this.ribbonRoundButton1          = new ExtendedControls.ExtendedToolkit.Ribbon.RibbonRoundButton();
     this.kryptonCueComboBox1         = new KryptonExtendedToolkit.ExtendedToolkit.Controls.KryptonCueComboBox();
     this.kryptonComboBoxEnhanced1    = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonComboBoxEnhanced();
     this.kryptonPropertyGrid1        = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonPropertyGrid();
     this.kryptonShadowLabel1         = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonShadowLabel();
     this.kryptonProgressBar1         = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonProgressBar();
     this.colourEditorManager1        = new Core.Controls.Colours.ColourEditorManager();
     this.dataGridViewTextBoxColumn1  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonOutlookGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLxLedControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonImageComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonCueComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonComboBoxEnhanced1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.toggleSwitch1);
     this.kryptonPanel1.Controls.Add(this.promptRoundedTextbox1);
     this.kryptonPanel1.Controls.Add(this.roundedTextbox1);
     this.kryptonPanel1.Controls.Add(this.colourWheel1);
     this.kryptonPanel1.Controls.Add(this.kryptonOutlookGridGroupBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonOutlookGrid1);
     this.kryptonPanel1.Controls.Add(this.kryptonButton2);
     this.kryptonPanel1.Controls.Add(this.kryptonButton1);
     this.kryptonPanel1.Controls.Add(this.office2007ColourPicker1);
     this.kryptonPanel1.Controls.Add(this.scrollBarExtended1);
     this.kryptonPanel1.Controls.Add(this.kryptonGrid1);
     this.kryptonPanel1.Controls.Add(this.kryptonBorderedLabel1);
     this.kryptonPanel1.Controls.Add(this.kryptonCollapseContainer1);
     this.kryptonPanel1.Controls.Add(this.dataBar1);
     this.kryptonPanel1.Controls.Add(this.dataChart1);
     this.kryptonPanel1.Controls.Add(this.kryptonDomainUpDown1);
     this.kryptonPanel1.Controls.Add(this.kryptonSplitButton1);
     this.kryptonPanel1.Controls.Add(this.webColourEditorUserControl1);
     this.kryptonPanel1.Controls.Add(this.kryptonKnobControl1);
     this.kryptonPanel1.Controls.Add(this.outlookBar1);
     this.kryptonPanel1.Controls.Add(this.kryptonLxLedControl1);
     this.kryptonPanel1.Controls.Add(this.starRatingControl1);
     this.kryptonPanel1.Controls.Add(this.kryptonVirtualListBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonImageComboBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonTreeView1);
     this.kryptonPanel1.Controls.Add(this.loadingCircle1);
     this.kryptonPanel1.Controls.Add(this.ribbonRoundButton1);
     this.kryptonPanel1.Controls.Add(this.kryptonCueComboBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonComboBoxEnhanced1);
     this.kryptonPanel1.Controls.Add(this.kryptonPropertyGrid1);
     this.kryptonPanel1.Controls.Add(this.kryptonShadowLabel1);
     this.kryptonPanel1.Controls.Add(this.kryptonProgressBar1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1450, 777);
     this.kryptonPanel1.TabIndex = 0;
     //
     // toggleSwitch1
     //
     this.toggleSwitch1.BackColor          = System.Drawing.Color.Transparent;
     this.toggleSwitch1.BorderColour       = System.Drawing.Color.LightGray;
     this.toggleSwitch1.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.toggleSwitch1.DisabledColour     = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(207)))), ((int)(((byte)(207)))));
     this.toggleSwitch1.DisabledKnobColour = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(179)))), ((int)(((byte)(179)))));
     this.toggleSwitch1.EndGradientColour  = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.toggleSwitch1.Font                 = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold);
     this.toggleSwitch1.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.toggleSwitch1.IsOn                 = true;
     this.toggleSwitch1.KnobColour           = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(240)))), ((int)(((byte)(230)))));
     this.toggleSwitch1.Location             = new System.Drawing.Point(616, 504);
     this.toggleSwitch1.MiddleGradientColour = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.toggleSwitch1.Name                 = "toggleSwitch1";
     this.toggleSwitch1.OffColour            = System.Drawing.Color.Red;
     this.toggleSwitch1.OffTextColour        = System.Drawing.Color.White;
     this.toggleSwitch1.OnColour             = System.Drawing.Color.LightGreen;
     this.toggleSwitch1.OnTextColour         = System.Drawing.Color.Gray;
     this.toggleSwitch1.PenColour            = System.Drawing.Color.Transparent;
     this.toggleSwitch1.Size                 = new System.Drawing.Size(168, 86);
     this.toggleSwitch1.StartGradientColour  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.toggleSwitch1.TabIndex             = 86;
     this.toggleSwitch1.Text                 = "toggleSwitch1";
     this.toggleSwitch1.TextEnabled          = true;
     this.toggleSwitch1.UseGradientOnKnob    = true;
     //
     // promptRoundedTextbox1
     //
     this.promptRoundedTextbox1.BackColor        = System.Drawing.Color.Transparent;
     this.promptRoundedTextbox1.Brush            = System.Drawing.Color.White;
     this.promptRoundedTextbox1.DrawPrompt       = true;
     this.promptRoundedTextbox1.FocusSelect      = true;
     this.promptRoundedTextbox1.Font             = new System.Drawing.Font("Segoe UI", 11F);
     this.promptRoundedTextbox1.ForeColor        = System.Drawing.Color.DimGray;
     this.promptRoundedTextbox1.Location         = new System.Drawing.Point(270, 504);
     this.promptRoundedTextbox1.Name             = "promptRoundedTextbox1";
     this.promptRoundedTextbox1.PromptForeColour = System.Drawing.SystemColors.GrayText;
     this.promptRoundedTextbox1.PromptText       = "This is a test...";
     this.promptRoundedTextbox1.PromptTypeface   = new System.Drawing.Font("Segoe UI", 11F);
     this.promptRoundedTextbox1.Size             = new System.Drawing.Size(323, 33);
     this.promptRoundedTextbox1.TabIndex         = 85;
     this.promptRoundedTextbox1.Text             = "promptRoundedTextbox1";
     //
     // roundedTextbox1
     //
     this.roundedTextbox1.BackColor = System.Drawing.Color.Transparent;
     this.roundedTextbox1.Brush     = System.Drawing.Color.White;
     this.roundedTextbox1.Font      = new System.Drawing.Font("Segoe UI", 11F);
     this.roundedTextbox1.ForeColor = System.Drawing.Color.Black;
     this.roundedTextbox1.Location  = new System.Drawing.Point(13, 342);
     this.roundedTextbox1.Name      = "roundedTextbox1";
     this.roundedTextbox1.Size      = new System.Drawing.Size(223, 33);
     this.roundedTextbox1.TabIndex  = 84;
     this.roundedTextbox1.Text      = "Hello World!";
     //
     // colourWheel1
     //
     this.colourWheel1.Location = new System.Drawing.Point(1098, 425);
     this.colourWheel1.Name     = "colourWheel1";
     this.colourWheel1.Size     = new System.Drawing.Size(263, 302);
     this.colourWheel1.TabIndex = 1;
     //
     // kryptonOutlookGridGroupBox1
     //
     this.kryptonOutlookGridGroupBox1.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonOutlookGridGroupBox1.Location = new System.Drawing.Point(270, 450);
     this.kryptonOutlookGridGroupBox1.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.kryptonOutlookGridGroupBox1.Name     = "kryptonOutlookGridGroupBox1";
     this.kryptonOutlookGridGroupBox1.Size     = new System.Drawing.Size(744, 46);
     this.kryptonOutlookGridGroupBox1.TabIndex = 83;
     //
     // kryptonOutlookGrid1
     //
     this.kryptonOutlookGrid1.FillMode                 = KryptonOutlookGrid.Classes.FillMode.GROUPSONLY;
     this.kryptonOutlookGrid1.GroupCollection          = outlookGridGroupCollection2;
     this.kryptonOutlookGrid1.Location                 = new System.Drawing.Point(12, 382);
     this.kryptonOutlookGrid1.Name                     = "kryptonOutlookGrid1";
     this.kryptonOutlookGrid1.PreviousSelectedGroupRow = -1;
     this.kryptonOutlookGrid1.ShowLines                = false;
     this.kryptonOutlookGrid1.Size                     = new System.Drawing.Size(240, 150);
     this.kryptonOutlookGrid1.TabIndex                 = 82;
     //
     // kryptonButton2
     //
     this.kryptonButton2.Location    = new System.Drawing.Point(1057, 211);
     this.kryptonButton2.Name        = "kryptonButton2";
     this.kryptonButton2.Size        = new System.Drawing.Size(158, 25);
     this.kryptonButton2.TabIndex    = 80;
     this.kryptonButton2.Values.Text = "Colour Chooser 2";
     this.kryptonButton2.Click      += new System.EventHandler(this.kryptonButton2_Click);
     //
     // kryptonButton1
     //
     this.kryptonButton1.Location    = new System.Drawing.Point(1057, 180);
     this.kryptonButton1.Name        = "kryptonButton1";
     this.kryptonButton1.Size        = new System.Drawing.Size(158, 25);
     this.kryptonButton1.TabIndex    = 79;
     this.kryptonButton1.Values.Text = "Colour Chooser 1";
     this.kryptonButton1.Click      += new System.EventHandler(this.kryptonButton1_Click);
     //
     // office2007ColourPicker1
     //
     this.office2007ColourPicker1.Color             = System.Drawing.Color.Black;
     this.office2007ColourPicker1.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.office2007ColourPicker1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.office2007ColourPicker1.FormattingEnabled = true;
     this.office2007ColourPicker1.Items.AddRange(new object[] {
         "Color"
     });
     this.office2007ColourPicker1.Location = new System.Drawing.Point(993, 12);
     this.office2007ColourPicker1.Name     = "office2007ColourPicker1";
     this.office2007ColourPicker1.Size     = new System.Drawing.Size(208, 21);
     this.office2007ColourPicker1.TabIndex = 78;
     //
     // scrollBarExtended1
     //
     this.scrollBarExtended1.Location = new System.Drawing.Point(1032, 255);
     this.scrollBarExtended1.Name     = "scrollBarExtended1";
     this.scrollBarExtended1.Size     = new System.Drawing.Size(19, 200);
     this.scrollBarExtended1.TabIndex = 77;
     //
     // kryptonGrid1
     //
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.kryptonGrid1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
     this.kryptonGrid1.ColumnHeadersHeightSizeMode     = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.kryptonGrid1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2
     });
     dataGridViewCellStyle4.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle4.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.Transparent;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Navy;
     dataGridViewCellStyle4.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.kryptonGrid1.DefaultCellStyle        = dataGridViewCellStyle4;
     this.kryptonGrid1.Location = new System.Drawing.Point(774, 276);
     this.kryptonGrid1.Name     = "kryptonGrid1";
     this.kryptonGrid1.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.Transparent;
     this.kryptonGrid1.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Navy;
     this.kryptonGrid1.Size     = new System.Drawing.Size(240, 150);
     this.kryptonGrid1.TabIndex = 76;
     //
     // Column1
     //
     this.Column1.HeaderText = "Column1";
     this.Column1.Name       = "Column1";
     //
     // Column2
     //
     this.Column2.HeaderText = "Column2";
     this.Column2.Name       = "Column2";
     //
     // kryptonBorderedLabel1
     //
     this.kryptonBorderedLabel1.BackColor   = System.Drawing.Color.Transparent;
     this.kryptonBorderedLabel1.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(192)))), ((int)(((byte)(214)))));
     this.kryptonBorderedLabel1.Location    = new System.Drawing.Point(616, 276);
     this.kryptonBorderedLabel1.Name        = "kryptonBorderedLabel1";
     this.kryptonBorderedLabel1.Size        = new System.Drawing.Size(139, 20);
     this.kryptonBorderedLabel1.TabIndex    = 75;
     this.kryptonBorderedLabel1.Values.Text = "kryptonBorderedLabel1";
     //
     // kryptonCollapseContainer1
     //
     this.kryptonCollapseContainer1.BackColor   = System.Drawing.SystemColors.Control;
     this.kryptonCollapseContainer1.Collapsable = true;
     this.kryptonCollapseContainer1.HeaderText  = "";
     this.kryptonCollapseContainer1.Location    = new System.Drawing.Point(242, 276);
     this.kryptonCollapseContainer1.Name        = "kryptonCollapseContainer1";
     this.kryptonCollapseContainer1.OpenHeight  = 100;
     this.kryptonCollapseContainer1.PanelOpen   = true;
     this.kryptonCollapseContainer1.Size        = new System.Drawing.Size(200, 100);
     this.kryptonCollapseContainer1.TabIndex    = 73;
     //
     // dataBar1
     //
     this.dataBar1.BackColor = System.Drawing.Color.Silver;
     this.dataBar1.BarColour = System.Drawing.Color.DarkBlue;
     this.dataBar1.Location  = new System.Drawing.Point(12, 308);
     this.dataBar1.Name      = "dataBar1";
     this.dataBar1.Size      = new System.Drawing.Size(128, 16);
     this.dataBar1.TabIndex  = 72;
     this.dataBar1.Value     = 0;
     //
     // dataChart1
     //
     this.dataChart1.BackColor     = System.Drawing.Color.Silver;
     this.dataChart1.ChartType     = ExtendedControls.ExtendedToolkit.Controls.Charting.ChartType.Stick;
     this.dataChart1.GridColour    = System.Drawing.Color.Yellow;
     this.dataChart1.GridPixels    = 0;
     this.dataChart1.InitialHeight = 1000;
     this.dataChart1.LineColour    = System.Drawing.Color.DarkBlue;
     this.dataChart1.Location      = new System.Drawing.Point(12, 276);
     this.dataChart1.Name          = "dataChart1";
     this.dataChart1.Size          = new System.Drawing.Size(150, 16);
     this.dataChart1.TabIndex      = 71;
     //
     // kryptonDomainUpDown1
     //
     this.kryptonDomainUpDown1.Location = new System.Drawing.Point(1057, 152);
     this.kryptonDomainUpDown1.Name     = "kryptonDomainUpDown1";
     this.kryptonDomainUpDown1.Size     = new System.Drawing.Size(158, 22);
     this.kryptonDomainUpDown1.TabIndex = 70;
     this.kryptonDomainUpDown1.Text     = "kryptonDomainUpDown1";
     //
     // kryptonSplitButton1
     //
     this.kryptonSplitButton1.AutoSize    = true;
     this.kryptonSplitButton1.Location    = new System.Drawing.Point(1057, 122);
     this.kryptonSplitButton1.Name        = "kryptonSplitButton1";
     this.kryptonSplitButton1.Size        = new System.Drawing.Size(158, 24);
     this.kryptonSplitButton1.TabIndex    = 58;
     this.kryptonSplitButton1.Values.Text = "kryptonSplitButton1";
     //
     // webColourEditorUserControl1
     //
     this.webColourEditorUserControl1.Location       = new System.Drawing.Point(889, 59);
     this.webColourEditorUserControl1.Name           = "webColourEditorUserControl1";
     this.webColourEditorUserControl1.SelectedColour = System.Drawing.Color.Empty;
     this.webColourEditorUserControl1.Size           = new System.Drawing.Size(162, 179);
     this.webColourEditorUserControl1.TabIndex       = 69;
     //
     // kryptonKnobControl1
     //
     this.kryptonKnobControl1.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kryptonKnobControl1.ImeMode              = System.Windows.Forms.ImeMode.On;
     this.kryptonKnobControl1.LargeChange          = 20;
     this.kryptonKnobControl1.Location             = new System.Drawing.Point(1232, 59);
     this.kryptonKnobControl1.Maximum              = 100;
     this.kryptonKnobControl1.Minimum              = 0;
     this.kryptonKnobControl1.Name                 = "kryptonKnobControl1";
     this.kryptonKnobControl1.ShowLargeScale       = true;
     this.kryptonKnobControl1.ShowSmallScale       = false;
     this.kryptonKnobControl1.Size                 = new System.Drawing.Size(133, 128);
     this.kryptonKnobControl1.SizeLargeScaleMarker = 6;
     this.kryptonKnobControl1.SizeSmallScaleMarker = 3;
     this.kryptonKnobControl1.SmallChange          = 5;
     this.kryptonKnobControl1.TabIndex             = 57;
     this.kryptonKnobControl1.Value                = 0;
     //
     // outlookBar1
     //
     this.outlookBar1.ButtonColourHoveringBottom            = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonColourHoveringTop               = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonColourPassiveBottom             = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonColourPassiveTop                = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonColourSelectedAndHoveringBottom = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonColourSelectedAndHoveringTop    = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonColourSelectedBottom            = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonColourSelectedTop               = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonHeight       = 35;
     this.outlookBar1.ForeColourSelected = System.Drawing.Color.Empty;
     this.outlookBar1.Location           = new System.Drawing.Point(1057, 59);
     this.outlookBar1.MinimumSize        = new System.Drawing.Size(16, 43);
     this.outlookBar1.Name = "outlookBar1";
     this.outlookBar1.OutlookBarLineColour = System.Drawing.Color.Empty;
     this.outlookBar1.Renderer             = ExtendedControls.ExtendedToolkit.Controls.Navigator.Controls.Renderer.Custom;
     this.outlookBar1.Size     = new System.Drawing.Size(151, 43);
     this.outlookBar1.TabIndex = 56;
     this.outlookBar1.Text     = "outlookBar1";
     //
     // kryptonLxLedControl1
     //
     this.kryptonLxLedControl1.BackColor           = System.Drawing.Color.Transparent;
     this.kryptonLxLedControl1.BackColour_1        = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(196)))), ((int)(((byte)(216)))));
     this.kryptonLxLedControl1.BackColour_2        = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(196)))), ((int)(((byte)(216)))));
     this.kryptonLxLedControl1.BevelRate           = 0.5F;
     this.kryptonLxLedControl1.BorderColour        = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.kryptonLxLedControl1.FadedColour         = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.kryptonLxLedControl1.FocusedBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.kryptonLxLedControl1.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kryptonLxLedControl1.HighlightOpaque     = ((byte)(75));
     this.kryptonLxLedControl1.Location            = new System.Drawing.Point(282, 139);
     this.kryptonLxLedControl1.Name     = "kryptonLxLedControl1";
     this.kryptonLxLedControl1.Size     = new System.Drawing.Size(146, 32);
     this.kryptonLxLedControl1.TabIndex = 68;
     this.kryptonLxLedControl1.Text     = "12:00";
     //
     // starRatingControl1
     //
     this.starRatingControl1.CurrentStarValue    = 0;
     this.starRatingControl1.FirstColour         = System.Drawing.Color.Red;
     this.starRatingControl1.FirstColourQuantity = 2;
     this.starRatingControl1.Location            = new System.Drawing.Point(282, 177);
     this.starRatingControl1.Name                 = "starRatingControl1";
     this.starRatingControl1.SecondColour         = System.Drawing.Color.Blue;
     this.starRatingControl1.SecondColourQuantity = 1;
     this.starRatingControl1.Size                 = new System.Drawing.Size(75, 15);
     this.starRatingControl1.StarCount            = 5;
     this.starRatingControl1.StartSize            = 15;
     this.starRatingControl1.TabIndex             = 67;
     this.starRatingControl1.ThirdColour          = System.Drawing.Color.Green;
     this.starRatingControl1.ThirdColourQuantity  = 2;
     //
     // kryptonVirtualListBox1
     //
     this.kryptonVirtualListBox1.Count    = 0;
     this.kryptonVirtualListBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.kryptonVirtualListBox1.Items.AddRange(new object[] {
         "A",
         "B",
         "C",
         "D",
         "E",
         "F",
         "G"
     });
     this.kryptonVirtualListBox1.Location = new System.Drawing.Point(676, 59);
     this.kryptonVirtualListBox1.Name     = "kryptonVirtualListBox1";
     this.kryptonVirtualListBox1.Size     = new System.Drawing.Size(207, 179);
     this.kryptonVirtualListBox1.TabIndex = 66;
     //
     // kryptonImageComboBox1
     //
     this.kryptonImageComboBox1.DropDownWidth = 208;
     this.kryptonImageComboBox1.Location      = new System.Drawing.Point(1207, 12);
     this.kryptonImageComboBox1.Name          = "kryptonImageComboBox1";
     this.kryptonImageComboBox1.Size          = new System.Drawing.Size(208, 21);
     this.kryptonImageComboBox1.TabIndex      = 65;
     this.kryptonImageComboBox1.Text          = "kryptonImageComboBox1";
     //
     // kryptonTreeView1
     //
     this.kryptonTreeView1.DrawMode      = System.Windows.Forms.TreeViewDrawMode.OwnerDrawText;
     this.kryptonTreeView1.FullRowSelect = true;
     this.kryptonTreeView1.Location      = new System.Drawing.Point(481, 59);
     this.kryptonTreeView1.Name          = "kryptonTreeView1";
     treeNode7.Name  = "Node4";
     treeNode7.Text  = "Node4";
     treeNode8.Name  = "Node5";
     treeNode8.Text  = "Node5";
     treeNode9.Name  = "Node0";
     treeNode9.Text  = "Node0";
     treeNode10.Name = "Node1";
     treeNode10.Text = "Node1";
     treeNode11.Name = "Node2";
     treeNode11.Text = "Node2";
     treeNode12.Name = "Node3";
     treeNode12.Text = "Node3";
     this.kryptonTreeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode9,
         treeNode10,
         treeNode11,
         treeNode12
     });
     this.kryptonTreeView1.Size     = new System.Drawing.Size(189, 179);
     this.kryptonTreeView1.TabIndex = 63;
     //
     // loadingCircle1
     //
     this.loadingCircle1.Active            = false;
     this.loadingCircle1.BackColor         = System.Drawing.Color.Transparent;
     this.loadingCircle1.Color             = System.Drawing.Color.Maroon;
     this.loadingCircle1.InnerCircleRadius = 5;
     this.loadingCircle1.Location          = new System.Drawing.Point(328, 70);
     this.loadingCircle1.Name              = "loadingCircle1";
     this.loadingCircle1.NumberSpoke       = 12;
     this.loadingCircle1.OuterCircleRadius = 11;
     this.loadingCircle1.RotationSpeed     = 100;
     this.loadingCircle1.Size              = new System.Drawing.Size(114, 51);
     this.loadingCircle1.SpokeThickness    = 2;
     this.loadingCircle1.StylePreset       = ExtendedControls.ExtendedToolkit.Controls.StandardControls.Common.LoadingCircle.StylePresets.MacOSX;
     this.loadingCircle1.TabIndex          = 62;
     this.loadingCircle1.Text              = "loadingCircle1";
     //
     // ribbonRoundButton1
     //
     this.ribbonRoundButton1.BackColor    = System.Drawing.Color.Transparent;
     this.ribbonRoundButton1.ColourBase   = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(209)))), ((int)(((byte)(209)))));
     this.ribbonRoundButton1.ColourOn     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.ribbonRoundButton1.ColourOver   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.ribbonRoundButton1.ColourPress  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.ribbonRoundButton1.ColourStroke = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.ribbonRoundButton1.FlatAppearance.BorderSize = 0;
     this.ribbonRoundButton1.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.ribbonRoundButton1.ImgOffset               = new System.Drawing.Point(0, 0);
     this.ribbonRoundButton1.ImgScale                = 100;
     this.ribbonRoundButton1.Location                = new System.Drawing.Point(282, 70);
     this.ribbonRoundButton1.Name                    = "ribbonRoundButton1";
     this.ribbonRoundButton1.Size                    = new System.Drawing.Size(40, 40);
     this.ribbonRoundButton1.TabIndex                = 61;
     this.ribbonRoundButton1.Text                    = "ribbonRoundButton1";
     this.ribbonRoundButton1.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.ribbonRoundButton1.UseVisualStyleBackColor = false;
     //
     // kryptonCueComboBox1
     //
     this.kryptonCueComboBox1.CueText       = "Cue text...";
     this.kryptonCueComboBox1.DropDownWidth = 250;
     this.kryptonCueComboBox1.Location      = new System.Drawing.Point(737, 12);
     this.kryptonCueComboBox1.Name          = "kryptonCueComboBox1";
     this.kryptonCueComboBox1.Size          = new System.Drawing.Size(250, 21);
     this.kryptonCueComboBox1.TabIndex      = 60;
     //
     // kryptonComboBoxEnhanced1
     //
     this.kryptonComboBoxEnhanced1.DropDownWidth     = 250;
     this.kryptonComboBoxEnhanced1.Location          = new System.Drawing.Point(481, 12);
     this.kryptonComboBoxEnhanced1.Name              = "kryptonComboBoxEnhanced1";
     this.kryptonComboBoxEnhanced1.PersistentColours = false;
     this.kryptonComboBoxEnhanced1.Size              = new System.Drawing.Size(250, 21);
     this.kryptonComboBoxEnhanced1.TabIndex          = 59;
     this.kryptonComboBoxEnhanced1.Text              = "kryptonComboBoxEnhanced1";
     this.kryptonComboBoxEnhanced1.UseStyledColours  = false;
     //
     // kryptonPropertyGrid1
     //
     this.kryptonPropertyGrid1.CategoryForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kryptonPropertyGrid1.HelpBackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kryptonPropertyGrid1.HelpForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kryptonPropertyGrid1.LineColor         = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(196)))), ((int)(((byte)(216)))));
     this.kryptonPropertyGrid1.Location          = new System.Drawing.Point(12, 70);
     this.kryptonPropertyGrid1.Name     = "kryptonPropertyGrid1";
     this.kryptonPropertyGrid1.Size     = new System.Drawing.Size(264, 200);
     this.kryptonPropertyGrid1.TabIndex = 58;
     //
     // kryptonShadowLabel1
     //
     this.kryptonShadowLabel1.BackColor = System.Drawing.Color.Transparent;
     this.kryptonShadowLabel1.Location  = new System.Drawing.Point(292, 12);
     this.kryptonShadowLabel1.Name      = "kryptonShadowLabel1";
     this.kryptonShadowLabel1.Size      = new System.Drawing.Size(118, 23);
     this.kryptonShadowLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonShadowLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonShadowLabel1.TabIndex    = 48;
     this.kryptonShadowLabel1.Values.Text = "This is a test...";
     //
     // kryptonProgressBar1
     //
     this.kryptonProgressBar1.BackColor        = System.Drawing.Color.Transparent;
     this.kryptonProgressBar1.BackgroundColour = System.Drawing.Color.Teal;
     this.kryptonProgressBar1.DisplayText      = "50%";
     this.kryptonProgressBar1.EndColour        = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kryptonProgressBar1.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.kryptonProgressBar1.ForeColor        = System.Drawing.Color.White;
     this.kryptonProgressBar1.GlowColour       = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kryptonProgressBar1.Location         = new System.Drawing.Point(12, 12);
     this.kryptonProgressBar1.Name             = "kryptonProgressBar1";
     this.kryptonProgressBar1.Size             = new System.Drawing.Size(264, 32);
     this.kryptonProgressBar1.StartColour      = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kryptonProgressBar1.TabIndex         = 47;
     this.kryptonProgressBar1.Value            = 50;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "Column1";
     this.dataGridViewTextBoxColumn1.Name       = "dataGridViewTextBoxColumn1";
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "Column2";
     this.dataGridViewTextBoxColumn2.Name       = "dataGridViewTextBoxColumn2";
     //
     // MoreControls
     //
     this.ClientSize = new System.Drawing.Size(1450, 777);
     this.Controls.Add(this.kryptonPanel1);
     this.Name = "MoreControls";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonOutlookGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLxLedControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonImageComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonCueComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonComboBoxEnhanced1)).EndInit();
     this.ResumeLayout(false);
 }