Exemple #1
0
 public KryptonLabelProxy(KryptonLabel label)
 {
     _label = label;
 }
Exemple #2
0
 private void InitializeComponent()
 {
     this.components       = new System.ComponentModel.Container();
     this.kryptonPanel1    = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnOk           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCancel       = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonPanel2    = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnConvertToRGB = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.klbColours       = new ComponentFactory.Krypton.Toolkit.KryptonListBox();
     this.ktxtHexValue     = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel5    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.panel1           = new System.Windows.Forms.Panel();
     this.kbtnExport       = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnLoadFromFile = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ctxColourList    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.removeSelectedColourToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.ctxColourList.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnLoadFromFile);
     this.kryptonPanel1.Controls.Add(this.kbtnExport);
     this.kryptonPanel1.Controls.Add(this.kbtnOk);
     this.kryptonPanel1.Controls.Add(this.kbtnCancel);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 622);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(816, 51);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.AutoSize = true;
     this.kbtnOk.Location = new System.Drawing.Point(618, 9);
     this.kbtnOk.Name     = "kbtnOk";
     this.kbtnOk.Size     = new System.Drawing.Size(90, 30);
     this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.TabIndex    = 6;
     this.kbtnOk.Values.Text = "&Ok";
     this.kbtnOk.Click      += new System.EventHandler(this.kbtnOk_Click);
     //
     // kbtnCancel
     //
     this.kbtnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnCancel.AutoSize     = true;
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(714, 9);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(90, 30);
     this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex    = 7;
     this.kbtnCancel.Values.Text = "Ca&ncel";
     this.kbtnCancel.Click      += new System.EventHandler(this.kbtnCancel_Click);
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnConvertToRGB);
     this.kryptonPanel2.Controls.Add(this.klbColours);
     this.kryptonPanel2.Controls.Add(this.ktxtHexValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel5);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(816, 622);
     this.kryptonPanel2.TabIndex = 1;
     //
     // kbtnConvertToRGB
     //
     this.kbtnConvertToRGB.AutoSize     = true;
     this.kbtnConvertToRGB.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnConvertToRGB.Enabled      = false;
     this.kbtnConvertToRGB.Location     = new System.Drawing.Point(308, 577);
     this.kbtnConvertToRGB.Name         = "kbtnConvertToRGB";
     this.kbtnConvertToRGB.Size         = new System.Drawing.Size(124, 30);
     this.kbtnConvertToRGB.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnConvertToRGB.TabIndex    = 32;
     this.kbtnConvertToRGB.Values.Text = "&Convert to RGB";
     this.kbtnConvertToRGB.Click      += new System.EventHandler(this.kbtnConvertToRGB_Click);
     //
     // klbColours
     //
     this.klbColours.ContextMenuStrip = this.ctxColourList;
     this.klbColours.Location         = new System.Drawing.Point(12, 12);
     this.klbColours.Name             = "klbColours";
     this.klbColours.Size             = new System.Drawing.Size(792, 549);
     this.klbColours.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klbColours.TabIndex = 0;
     //
     // ktxtHexValue
     //
     this.ktxtHexValue.Location  = new System.Drawing.Point(148, 576);
     this.ktxtHexValue.MaxLength = 7;
     this.ktxtHexValue.Name      = "ktxtHexValue";
     this.ktxtHexValue.Size      = new System.Drawing.Size(154, 29);
     this.ktxtHexValue.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktxtHexValue.TabIndex     = 31;
     this.ktxtHexValue.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.ktxtHexValue.TextChanged += new System.EventHandler(this.ktxtHexValue_TextChanged);
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.Location = new System.Drawing.Point(12, 577);
     this.kryptonLabel5.Name     = "kryptonLabel5";
     this.kryptonLabel5.Size     = new System.Drawing.Size(130, 26);
     this.kryptonLabel5.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel5.TabIndex    = 30;
     this.kryptonLabel5.Values.Text = "Hexadecimal: #";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 619);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(816, 3);
     this.panel1.TabIndex  = 2;
     //
     // kbtnExport
     //
     this.kbtnExport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.kbtnExport.AutoSize = true;
     this.kbtnExport.Enabled  = false;
     this.kbtnExport.Location = new System.Drawing.Point(12, 9);
     this.kbtnExport.Name     = "kbtnExport";
     this.kbtnExport.Size     = new System.Drawing.Size(147, 30);
     this.kbtnExport.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnExport.TabIndex    = 8;
     this.kbtnExport.Values.Text = "E&xport to File";
     this.kbtnExport.Click      += new System.EventHandler(this.kbtnExport_Click);
     //
     // kbtnLoadFromFile
     //
     this.kbtnLoadFromFile.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnLoadFromFile.AutoSize = true;
     this.kbtnLoadFromFile.Location = new System.Drawing.Point(165, 9);
     this.kbtnLoadFromFile.Name     = "kbtnLoadFromFile";
     this.kbtnLoadFromFile.Size     = new System.Drawing.Size(137, 30);
     this.kbtnLoadFromFile.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnLoadFromFile.TabIndex    = 9;
     this.kbtnLoadFromFile.Values.Text = "&Load from File";
     this.kbtnLoadFromFile.Click      += new System.EventHandler(this.kbtnLoadFromFile_Click);
     //
     // ctxColourList
     //
     this.ctxColourList.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.ctxColourList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.removeSelectedColourToolStripMenuItem
     });
     this.ctxColourList.Name = "ctxColourList";
     this.ctxColourList.Size = new System.Drawing.Size(204, 48);
     //
     // removeSelectedColourToolStripMenuItem
     //
     this.removeSelectedColourToolStripMenuItem.Name   = "removeSelectedColourToolStripMenuItem";
     this.removeSelectedColourToolStripMenuItem.Size   = new System.Drawing.Size(203, 22);
     this.removeSelectedColourToolStripMenuItem.Text   = "&Remove Selected Colour";
     this.removeSelectedColourToolStripMenuItem.Click += new System.EventHandler(this.removeSelectedColourToolStripMenuItem_Click);
     //
     // HexadecimalToRGBConverter
     //
     this.AcceptButton = this.kbtnCancel;
     this.CancelButton = this.kbtnCancel;
     this.ClientSize   = new System.Drawing.Size(816, 673);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "HexadecimalToRGBConverter";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Hexadecimal to RGB Converter";
     this.Load           += new System.EventHandler(this.HexadecimalToRGBConverter_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     this.ctxColourList.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.kryptonPanel1    = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.ebFolder         = new Microsoft.WindowsAPICodePack.Controls.WindowsForms.ExplorerBrowser();
     this.kbcPath          = new ComponentFactory.Krypton.Toolkit.KryptonBreadCrumb();
     this.kryptonLabel1    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonComboBox1 = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonButton1   = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonButton2   = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kbcPath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonComboBox1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonButton2);
     this.kryptonPanel1.Controls.Add(this.kryptonButton1);
     this.kryptonPanel1.Controls.Add(this.kryptonComboBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Controls.Add(this.ebFolder);
     this.kryptonPanel1.Controls.Add(this.kbcPath);
     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(907, 508);
     this.kryptonPanel1.TabIndex = 0;
     //
     // ebFolder
     //
     this.ebFolder.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.ebFolder.Location        = new System.Drawing.Point(12, 46);
     this.ebFolder.Name            = "ebFolder";
     this.ebFolder.PropertyBagName = "Microsoft.WindowsAPICodePack.Controls.WindowsForms.ExplorerBrowser";
     this.ebFolder.Size            = new System.Drawing.Size(883, 412);
     this.ebFolder.TabIndex        = 1;
     //
     // kbcPath
     //
     this.kbcPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.kbcPath.AutoSize = false;
     this.kbcPath.Location = new System.Drawing.Point(93, 12);
     this.kbcPath.Name     = "kbcPath";
     //
     //
     //
     this.kbcPath.RootItem.ShortText = "Root";
     this.kbcPath.SelectedItem       = this.kbcPath.RootItem;
     this.kbcPath.Size     = new System.Drawing.Size(802, 28);
     this.kbcPath.TabIndex = 0;
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.kryptonLabel1.Location = new System.Drawing.Point(12, 451);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(116, 26);
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 2;
     this.kryptonLabel1.Values.Text = "Folder Name:";
     //
     // kryptonComboBox1
     //
     this.kryptonComboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonComboBox1.DropDownWidth = 568;
     this.kryptonComboBox1.Location      = new System.Drawing.Point(134, 451);
     this.kryptonComboBox1.Name          = "kryptonComboBox1";
     this.kryptonComboBox1.Size          = new System.Drawing.Size(568, 27);
     this.kryptonComboBox1.StateCommon.ComboBox.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonComboBox1.TabIndex = 3;
     //
     // kryptonButton1
     //
     this.kryptonButton1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonButton1.Location = new System.Drawing.Point(804, 451);
     this.kryptonButton1.Name     = "kryptonButton1";
     this.kryptonButton1.Size     = new System.Drawing.Size(90, 26);
     this.kryptonButton1.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton1.TabIndex    = 4;
     this.kryptonButton1.Values.Text = "C&ancel";
     //
     // kryptonButton2
     //
     this.kryptonButton2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonButton2.Location = new System.Drawing.Point(708, 451);
     this.kryptonButton2.Name     = "kryptonButton2";
     this.kryptonButton2.Size     = new System.Drawing.Size(90, 26);
     this.kryptonButton2.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton2.TabIndex    = 5;
     this.kryptonButton2.Values.Text = "&Open";
     //
     // KryptonFolderPickerDialog
     //
     this.ClientSize = new System.Drawing.Size(907, 508);
     this.Controls.Add(this.kryptonPanel1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "KryptonFolderPickerDialog";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kbcPath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonComboBox1)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues1 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues2 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues3 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues4 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues5 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues6 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues7 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues8 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ThemeChooser));
     this.kryptonPanel1        = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kcbSilent            = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kbtnImport           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnBrowse           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kptxtCustomThemePath = new ExtendedControls.ExtendedToolkit.Controls.KryptonPromptTextBox();
     this.kcmbSelection        = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.klblPaletteStyle     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonPanel2        = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnCreate           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnApply            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCancel           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.panel1 = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbSelection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kcbSilent);
     this.kryptonPanel1.Controls.Add(this.kbtnImport);
     this.kryptonPanel1.Controls.Add(this.kbtnBrowse);
     this.kryptonPanel1.Controls.Add(this.kptxtCustomThemePath);
     this.kryptonPanel1.Controls.Add(this.kcmbSelection);
     this.kryptonPanel1.Controls.Add(this.klblPaletteStyle);
     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(702, 150);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kcbSilent
     //
     this.kcbSilent.Enabled  = false;
     this.kcbSilent.Location = new System.Drawing.Point(505, 107);
     this.kcbSilent.Name     = "kcbSilent";
     this.kcbSilent.Size     = new System.Drawing.Size(62, 24);
     this.kcbSilent.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbSilent.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbSilent.TabIndex = 14;
     popupPositionValues1.PlacementRectangle      = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues1.PlacementTarget         = null;
     this.kcbSilent.ToolTipValues.ToolTipPosition = popupPositionValues1;
     this.kcbSilent.Values.Text = "&Silent";
     //
     // kbtnImport
     //
     this.kbtnImport.Enabled  = false;
     this.kbtnImport.Location = new System.Drawing.Point(573, 104);
     this.kbtnImport.Name     = "kbtnImport";
     this.kbtnImport.Size     = new System.Drawing.Size(117, 29);
     this.kbtnImport.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnImport.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnImport.TabIndex = 13;
     popupPositionValues2.PlacementRectangle       = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues2.PlacementTarget          = null;
     this.kbtnImport.ToolTipValues.ToolTipPosition = popupPositionValues2;
     this.kbtnImport.Values.Text = "Im&port...";
     this.kbtnImport.Click      += new System.EventHandler(this.kbtnImport_Click);
     //
     // kbtnBrowse
     //
     this.kbtnBrowse.Enabled  = false;
     this.kbtnBrowse.Location = new System.Drawing.Point(659, 60);
     this.kbtnBrowse.Name     = "kbtnBrowse";
     this.kbtnBrowse.Size     = new System.Drawing.Size(31, 27);
     this.kbtnBrowse.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowse.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowse.TabIndex = 12;
     popupPositionValues3.PlacementRectangle       = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues3.PlacementTarget          = null;
     this.kbtnBrowse.ToolTipValues.ToolTipPosition = popupPositionValues3;
     this.kbtnBrowse.Values.Text = ".&..";
     this.kbtnBrowse.Click      += new System.EventHandler(this.kbtnBrowse_Click);
     //
     // kptxtCustomThemePath
     //
     this.kptxtCustomThemePath.DrawPrompt       = true;
     this.kptxtCustomThemePath.Enabled          = false;
     this.kptxtCustomThemePath.FocusSelect      = true;
     this.kptxtCustomThemePath.Font             = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtCustomThemePath.Location         = new System.Drawing.Point(26, 60);
     this.kptxtCustomThemePath.Name             = "kptxtCustomThemePath";
     this.kptxtCustomThemePath.PromptForeColour = System.Drawing.SystemColors.GrayText;
     this.kptxtCustomThemePath.PromptText       = "Enter custom theme path here...";
     this.kptxtCustomThemePath.PromptTypeface   = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtCustomThemePath.Size             = new System.Drawing.Size(627, 27);
     this.kptxtCustomThemePath.TabIndex         = 6;
     this.kptxtCustomThemePath.TextChanged     += new System.EventHandler(this.kptxtCustomThemePath_TextChanged);
     //
     // kcmbSelection
     //
     this.kcmbSelection.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.kcmbSelection.DropDownWidth = 255;
     this.kcmbSelection.Location      = new System.Drawing.Point(172, 12);
     this.kcmbSelection.Name          = "kcmbSelection";
     this.kcmbSelection.Size          = new System.Drawing.Size(518, 25);
     this.kcmbSelection.StateCommon.ComboBox.Content.Font       = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcmbSelection.StateCommon.Item.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcmbSelection.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcmbSelection.TabIndex                      = 5;
     popupPositionValues4.PlacementRectangle          = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues4.PlacementTarget             = null;
     this.kcmbSelection.ToolTipValues.ToolTipPosition = popupPositionValues4;
     this.kcmbSelection.SelectedIndexChanged         += new System.EventHandler(this.kcmbSelection_SelectedIndexChanged);
     //
     // klblPaletteStyle
     //
     this.klblPaletteStyle.Location = new System.Drawing.Point(12, 12);
     this.klblPaletteStyle.Name     = "klblPaletteStyle";
     this.klblPaletteStyle.Size     = new System.Drawing.Size(154, 24);
     this.klblPaletteStyle.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblPaletteStyle.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblPaletteStyle.TabIndex                      = 4;
     popupPositionValues5.PlacementRectangle             = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues5.PlacementTarget                = null;
     this.klblPaletteStyle.ToolTipValues.ToolTipPosition = popupPositionValues5;
     this.klblPaletteStyle.Values.Text                   = "Select Palette Style:";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnCreate);
     this.kryptonPanel2.Controls.Add(this.kbtnApply);
     this.kryptonPanel2.Controls.Add(this.kbtnCancel);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 152);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(702, 52);
     this.kryptonPanel2.TabIndex = 0;
     //
     // kbtnCreate
     //
     this.kbtnCreate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.kbtnCreate.Enabled  = false;
     this.kbtnCreate.Location = new System.Drawing.Point(12, 11);
     this.kbtnCreate.Name     = "kbtnCreate";
     this.kbtnCreate.Size     = new System.Drawing.Size(180, 29);
     this.kbtnCreate.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCreate.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCreate.TabIndex = 13;
     popupPositionValues6.PlacementRectangle       = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues6.PlacementTarget          = null;
     this.kbtnCreate.ToolTipValues.ToolTipPosition = popupPositionValues6;
     this.kbtnCreate.Values.Text = "Create &Custom Theme";
     this.kbtnCreate.Click      += new System.EventHandler(this.kbtnCreate_Click);
     //
     // kbtnApply
     //
     this.kbtnApply.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnApply.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnApply.Enabled      = false;
     this.kbtnApply.Location     = new System.Drawing.Point(450, 11);
     this.kbtnApply.Name         = "kbtnApply";
     this.kbtnApply.Size         = new System.Drawing.Size(117, 29);
     this.kbtnApply.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnApply.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnApply.TabIndex = 12;
     popupPositionValues7.PlacementRectangle      = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues7.PlacementTarget         = null;
     this.kbtnApply.ToolTipValues.ToolTipPosition = popupPositionValues7;
     this.kbtnApply.Values.Text = "A&pply";
     this.kbtnApply.Click      += new System.EventHandler(this.kbtnApply_Click);
     //
     // kbtnCancel
     //
     this.kbtnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(573, 11);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(117, 29);
     this.kbtnCancel.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex = 11;
     popupPositionValues8.PlacementRectangle       = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues8.PlacementTarget          = null;
     this.kbtnCancel.ToolTipValues.ToolTipPosition = popupPositionValues8;
     this.kbtnCancel.Values.Text = "&Cancel";
     this.kbtnCancel.Click      += new System.EventHandler(this.kbtnCancel_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location  = new System.Drawing.Point(0, 150);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(702, 54);
     this.panel1.TabIndex  = 0;
     //
     // ThemeChooser
     //
     this.ClientSize = new System.Drawing.Size(702, 204);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ThemeChooser";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Choose a Theme";
     this.Load           += new System.EventHandler(this.ThemeChooser_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbSelection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.kryptonPanel1         = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonNumericUpDown1 = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kbtnFlash             = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonLabel1         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.label1);
     this.kryptonPanel1.Controls.Add(this.kbtnFlash);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Controls.Add(this.kryptonNumericUpDown1);
     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(997, 500);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kryptonNumericUpDown1
     //
     this.kryptonNumericUpDown1.Location = new System.Drawing.Point(264, 52);
     this.kryptonNumericUpDown1.Maximum  = new decimal(new int[] {
         120,
         0,
         0,
         0
     });
     this.kryptonNumericUpDown1.Name = "kryptonNumericUpDown1";
     this.kryptonNumericUpDown1.Size = new System.Drawing.Size(120, 28);
     this.kryptonNumericUpDown1.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonNumericUpDown1.TabIndex = 0;
     //
     // kbtnFlash
     //
     this.kbtnFlash.Location = new System.Drawing.Point(390, 52);
     this.kbtnFlash.Name     = "kbtnFlash";
     this.kbtnFlash.Size     = new System.Drawing.Size(90, 28);
     this.kbtnFlash.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnFlash.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnFlash.TabIndex    = 1;
     this.kbtnFlash.Values.Text = "&Flash";
     this.kbtnFlash.Click      += new System.EventHandler(this.kbtnFlash_Click);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(50, 32);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(115, 26);
     this.kryptonLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 1;
     this.kryptonLabel1.Values.Text = "kryptonLabel1";
     //
     // statusStrip1
     //
     this.statusStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location   = new System.Drawing.Point(0, 478);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.Size       = new System.Drawing.Size(997, 22);
     this.statusStrip1.TabIndex   = 2;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
     this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(56, 72);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(52, 21);
     this.label1.TabIndex = 2;
     this.label1.Text     = "label1";
     //
     // FlashingLabelTest
     //
     this.ClientSize = new System.Drawing.Size(997, 500);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.kryptonPanel1);
     this.Name  = "FlashingLabelTest";
     this.Load += new System.EventHandler(this.FlashingLabelTest_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #6
0
 private void InitializeComponent()
 {
     this.kryptonPanel1      = new Krypton.Toolkit.KryptonPanel();
     this.pbxApplicationIcon = new System.Windows.Forms.PictureBox();
     this.klblMessage        = new Krypton.Toolkit.KryptonLabel();
     this.kbtnOk             = new Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxApplicationIcon)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnOk);
     this.kryptonPanel1.Controls.Add(this.klblMessage);
     this.kryptonPanel1.Controls.Add(this.pbxApplicationIcon);
     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(438, 174);
     this.kryptonPanel1.TabIndex = 0;
     //
     // pbxApplicationIcon
     //
     this.pbxApplicationIcon.BackColor = System.Drawing.Color.Transparent;
     this.pbxApplicationIcon.Location  = new System.Drawing.Point(12, 12);
     this.pbxApplicationIcon.Name      = "pbxApplicationIcon";
     this.pbxApplicationIcon.Size      = new System.Drawing.Size(48, 48);
     this.pbxApplicationIcon.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pbxApplicationIcon.TabIndex  = 2;
     this.pbxApplicationIcon.TabStop   = false;
     //
     // klblMessage
     //
     this.klblMessage.Location = new System.Drawing.Point(66, 12);
     this.klblMessage.Name     = "klblMessage";
     this.klblMessage.Size     = new System.Drawing.Size(349, 68);
     this.klblMessage.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.875F, System.Drawing.FontStyle.Bold);
     this.klblMessage.TabIndex    = 3;
     this.klblMessage.Values.Text = "Sorry, either our server is having a \r\nproblem, or your internet connection is \r\n" +
                                    "invalid.";
     //
     // kbtnOk
     //
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnOk.Location     = new System.Drawing.Point(174, 103);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(90, 25);
     this.kbtnOk.TabIndex     = 4;
     this.kbtnOk.Values.Text  = "&OK";
     this.kbtnOk.Click       += new System.EventHandler(this.kbtnOk_Click);
     //
     // MessageNotificationDialog
     //
     this.AcceptButton = this.kbtnOk;
     this.ClientSize   = new System.Drawing.Size(438, 174);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MessageNotificationDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Message";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxApplicationIcon)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #7
0
 private void InitializeComponent()
 {
     this.kpnlBackground     = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.explorerBrowser1   = new Microsoft.WindowsAPICodePack.Controls.WindowsForms.ExplorerBrowser();
     this.kryptonLabel1      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonTextBox1    = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonComboBox1   = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonBreadCrumb1 = new ComponentFactory.Krypton.Toolkit.KryptonBreadCrumb();
     ((System.ComponentModel.ISupportInitialize)(this.kpnlBackground)).BeginInit();
     this.kpnlBackground.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonBreadCrumb1)).BeginInit();
     this.SuspendLayout();
     //
     // kpnlBackground
     //
     this.kpnlBackground.Controls.Add(this.kryptonBreadCrumb1);
     this.kpnlBackground.Controls.Add(this.kryptonComboBox1);
     this.kpnlBackground.Controls.Add(this.kryptonTextBox1);
     this.kpnlBackground.Controls.Add(this.kryptonLabel1);
     this.kpnlBackground.Controls.Add(this.explorerBrowser1);
     this.kpnlBackground.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kpnlBackground.Location = new System.Drawing.Point(0, 0);
     this.kpnlBackground.Name     = "kpnlBackground";
     this.kpnlBackground.Size     = new System.Drawing.Size(813, 477);
     this.kpnlBackground.TabIndex = 0;
     //
     // explorerBrowser1
     //
     this.explorerBrowser1.Location        = new System.Drawing.Point(12, 37);
     this.explorerBrowser1.Name            = "explorerBrowser1";
     this.explorerBrowser1.PropertyBagName = "Microsoft.WindowsAPICodePack.Controls.WindowsForms.ExplorerBrowser";
     this.explorerBrowser1.Size            = new System.Drawing.Size(789, 378);
     this.explorerBrowser1.TabIndex        = 0;
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(12, 422);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(88, 26);
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 1;
     this.kryptonLabel1.Values.Text = "File Name:";
     //
     // kryptonTextBox1
     //
     this.kryptonTextBox1.Location = new System.Drawing.Point(107, 422);
     this.kryptonTextBox1.Name     = "kryptonTextBox1";
     this.kryptonTextBox1.Size     = new System.Drawing.Size(388, 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.TabIndex = 2;
     this.kryptonTextBox1.Text     = "kryptonTextBox1";
     //
     // kryptonComboBox1
     //
     this.kryptonComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kryptonComboBox1.DropDownWidth = 300;
     this.kryptonComboBox1.Location      = new System.Drawing.Point(501, 424);
     this.kryptonComboBox1.Name          = "kryptonComboBox1";
     this.kryptonComboBox1.Size          = new System.Drawing.Size(300, 27);
     this.kryptonComboBox1.StateCommon.ComboBox.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonComboBox1.TabIndex = 3;
     //
     // kryptonBreadCrumb1
     //
     this.kryptonBreadCrumb1.AutoSize = false;
     this.kryptonBreadCrumb1.Location = new System.Drawing.Point(12, 3);
     this.kryptonBreadCrumb1.Name     = "kryptonBreadCrumb1";
     //
     //
     //
     this.kryptonBreadCrumb1.RootItem.ShortText = "Root";
     this.kryptonBreadCrumb1.Size     = new System.Drawing.Size(789, 28);
     this.kryptonBreadCrumb1.TabIndex = 4;
     //
     // KryptonSaveFileDialog
     //
     this.ClientSize = new System.Drawing.Size(813, 477);
     this.Controls.Add(this.kpnlBackground);
     this.Name = "KryptonSaveFileDialog";
     ((System.ComponentModel.ISupportInitialize)(this.kpnlBackground)).EndInit();
     this.kpnlBackground.ResumeLayout(false);
     this.kpnlBackground.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonBreadCrumb1)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     ExtendedControls.Base.Code.Colours.ColourDialog.AdobeColours.HSB hsb1 = new ExtendedControls.Base.Code.Colours.ColourDialog.AdobeColours.HSB();
     ExtendedControls.Base.Code.Colours.ColourDialog.AdobeColours.HSB hsb2 = new ExtendedControls.Base.Code.Colours.ColourDialog.AdobeColours.HSB();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdobeColourDialog));
     this.kryptonPanel1      = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kptxtHexValue      = new ExtendedControls.ExtendedToolkit.Controls.KryptonPromptTextBox();
     this.kryptonLabel14     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.cc1                = new ExtendedControls.ExtendedToolkit.Controls.Colours.Controls.ColourComparer();
     this.kryptonButton2     = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonButton1     = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonLabel13     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel12     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel10     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel11     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.knumCyan           = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumKey            = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumYellow         = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumMagenta        = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel9      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel8      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel7      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel6      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel5      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel4      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.knumB              = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumAlpha          = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumLuminosity     = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumBlue           = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumGreen          = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumRed            = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumBrightness     = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumSaturation     = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumHue            = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.pnlBlankBox        = new System.Windows.Forms.Panel();
     this.pnlSecondaryColour = new System.Windows.Forms.Panel();
     this.pnlPrimaryColour   = new System.Windows.Forms.Panel();
     this.krbtnB             = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.krbtnBlue          = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.krbtnAlpha         = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.krbtnLuminosity    = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.krbtnBrightness    = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.krbtnGreen         = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.krbtnSaturation    = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.krbtnRed           = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.kryptonLabel2      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.krbtnHue           = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.kcbWebColours      = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kryptonLabel1      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.avcsColours        = new ExtendedControls.ExtendedToolkit.Controls.Colours.Controls.AdobeVerticalColourSlider();
     this.adcbColours        = new ExtendedControls.ExtendedToolkit.Controls.Colours.Controls.Adobe2DColourBox();
     this.kbtnGradients      = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.pnlBlankBox.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnGradients);
     this.kryptonPanel1.Controls.Add(this.kptxtHexValue);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel14);
     this.kryptonPanel1.Controls.Add(this.cc1);
     this.kryptonPanel1.Controls.Add(this.kryptonButton2);
     this.kryptonPanel1.Controls.Add(this.kryptonButton1);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel13);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel12);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel10);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel11);
     this.kryptonPanel1.Controls.Add(this.knumCyan);
     this.kryptonPanel1.Controls.Add(this.knumKey);
     this.kryptonPanel1.Controls.Add(this.knumYellow);
     this.kryptonPanel1.Controls.Add(this.knumMagenta);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel9);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel8);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel7);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel6);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel5);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel4);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel1.Controls.Add(this.knumB);
     this.kryptonPanel1.Controls.Add(this.knumAlpha);
     this.kryptonPanel1.Controls.Add(this.knumLuminosity);
     this.kryptonPanel1.Controls.Add(this.knumBlue);
     this.kryptonPanel1.Controls.Add(this.knumGreen);
     this.kryptonPanel1.Controls.Add(this.knumRed);
     this.kryptonPanel1.Controls.Add(this.knumBrightness);
     this.kryptonPanel1.Controls.Add(this.knumSaturation);
     this.kryptonPanel1.Controls.Add(this.knumHue);
     this.kryptonPanel1.Controls.Add(this.pnlBlankBox);
     this.kryptonPanel1.Controls.Add(this.krbtnB);
     this.kryptonPanel1.Controls.Add(this.krbtnBlue);
     this.kryptonPanel1.Controls.Add(this.krbtnAlpha);
     this.kryptonPanel1.Controls.Add(this.krbtnLuminosity);
     this.kryptonPanel1.Controls.Add(this.krbtnBrightness);
     this.kryptonPanel1.Controls.Add(this.krbtnGreen);
     this.kryptonPanel1.Controls.Add(this.krbtnSaturation);
     this.kryptonPanel1.Controls.Add(this.krbtnRed);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel1.Controls.Add(this.krbtnHue);
     this.kryptonPanel1.Controls.Add(this.kcbWebColours);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     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(639, 428);
     this.kryptonPanel1.TabIndex = 2;
     //
     // kptxtHexValue
     //
     this.kptxtHexValue.DrawPrompt       = true;
     this.kptxtHexValue.FocusSelect      = true;
     this.kptxtHexValue.Font             = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtHexValue.Location         = new System.Drawing.Point(324, 380);
     this.kptxtHexValue.MaxLength        = 7;
     this.kptxtHexValue.Name             = "kptxtHexValue";
     this.kptxtHexValue.PromptForeColour = System.Drawing.SystemColors.GrayText;
     this.kptxtHexValue.PromptText       = "000000";
     this.kptxtHexValue.PromptTypeface   = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtHexValue.Size             = new System.Drawing.Size(106, 27);
     this.kptxtHexValue.TabIndex         = 76;
     this.kptxtHexValue.TextAlign        = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // kryptonLabel14
     //
     this.kryptonLabel14.Location = new System.Drawing.Point(176, 380);
     this.kryptonLabel14.Name     = "kryptonLabel14";
     this.kryptonLabel14.Size     = new System.Drawing.Size(144, 24);
     this.kryptonLabel14.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel14.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel14.TabIndex    = 75;
     this.kryptonLabel14.Values.Text = "Hexadecimal Value:";
     //
     // cc1
     //
     this.cc1.BackColor             = System.Drawing.Color.Transparent;
     this.cc1.BorderStyle           = System.Windows.Forms.BorderStyle.Fixed3D;
     this.cc1.Location              = new System.Drawing.Point(324, 57);
     this.cc1.Name                  = "cc1";
     this.cc1.PrimaryColour         = System.Drawing.Color.White;
     this.cc1.SecondaryColour       = System.Drawing.Color.Silver;
     this.cc1.ShowHexadecimalValues = false;
     this.cc1.Size                  = new System.Drawing.Size(73, 71);
     this.cc1.TabIndex              = 73;
     //
     // kryptonButton2
     //
     this.kryptonButton2.Location = new System.Drawing.Point(489, 43);
     this.kryptonButton2.Name     = "kryptonButton2";
     this.kryptonButton2.Size     = new System.Drawing.Size(138, 25);
     this.kryptonButton2.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton2.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton2.TabIndex    = 72;
     this.kryptonButton2.Values.Text = "&Cancel";
     //
     // kryptonButton1
     //
     this.kryptonButton1.Location = new System.Drawing.Point(489, 12);
     this.kryptonButton1.Name     = "kryptonButton1";
     this.kryptonButton1.Size     = new System.Drawing.Size(138, 25);
     this.kryptonButton1.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton1.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton1.TabIndex    = 71;
     this.kryptonButton1.Values.Text = "O&k";
     //
     // kryptonLabel13
     //
     this.kryptonLabel13.Location = new System.Drawing.Point(584, 380);
     this.kryptonLabel13.Name     = "kryptonLabel13";
     this.kryptonLabel13.Size     = new System.Drawing.Size(24, 24);
     this.kryptonLabel13.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel13.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel13.TabIndex    = 70;
     this.kryptonLabel13.Values.Text = "%";
     //
     // kryptonLabel12
     //
     this.kryptonLabel12.Location = new System.Drawing.Point(584, 348);
     this.kryptonLabel12.Name     = "kryptonLabel12";
     this.kryptonLabel12.Size     = new System.Drawing.Size(24, 24);
     this.kryptonLabel12.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel12.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel12.TabIndex    = 69;
     this.kryptonLabel12.Values.Text = "%";
     //
     // kryptonLabel10
     //
     this.kryptonLabel10.Location = new System.Drawing.Point(584, 316);
     this.kryptonLabel10.Name     = "kryptonLabel10";
     this.kryptonLabel10.Size     = new System.Drawing.Size(24, 24);
     this.kryptonLabel10.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel10.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel10.TabIndex    = 68;
     this.kryptonLabel10.Values.Text = "%";
     //
     // kryptonLabel11
     //
     this.kryptonLabel11.Location = new System.Drawing.Point(584, 284);
     this.kryptonLabel11.Name     = "kryptonLabel11";
     this.kryptonLabel11.Size     = new System.Drawing.Size(24, 24);
     this.kryptonLabel11.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel11.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel11.TabIndex    = 67;
     this.kryptonLabel11.Values.Text = "%";
     //
     // knumCyan
     //
     this.knumCyan.Location = new System.Drawing.Point(516, 282);
     this.knumCyan.Name     = "knumCyan";
     this.knumCyan.Size     = new System.Drawing.Size(62, 26);
     this.knumCyan.StateCommon.Back.Color1  = System.Drawing.Color.Cyan;
     this.knumCyan.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumCyan.TabIndex  = 66;
     this.knumCyan.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumKey
     //
     this.knumKey.Location = new System.Drawing.Point(516, 380);
     this.knumKey.Name     = "knumKey";
     this.knumKey.Size     = new System.Drawing.Size(62, 26);
     this.knumKey.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumKey.TabIndex  = 65;
     this.knumKey.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumYellow
     //
     this.knumYellow.Location = new System.Drawing.Point(516, 348);
     this.knumYellow.Name     = "knumYellow";
     this.knumYellow.Size     = new System.Drawing.Size(62, 26);
     this.knumYellow.StateCommon.Back.Color1  = System.Drawing.Color.Yellow;
     this.knumYellow.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumYellow.TabIndex  = 64;
     this.knumYellow.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumMagenta
     //
     this.knumMagenta.Location = new System.Drawing.Point(516, 316);
     this.knumMagenta.Name     = "knumMagenta";
     this.knumMagenta.Size     = new System.Drawing.Size(62, 26);
     this.knumMagenta.StateCommon.Back.Color1  = System.Drawing.Color.Magenta;
     this.knumMagenta.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumMagenta.TabIndex  = 63;
     this.knumMagenta.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // kryptonLabel9
     //
     this.kryptonLabel9.Location = new System.Drawing.Point(470, 380);
     this.kryptonLabel9.Name     = "kryptonLabel9";
     this.kryptonLabel9.Size     = new System.Drawing.Size(24, 24);
     this.kryptonLabel9.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel9.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel9.TabIndex    = 62;
     this.kryptonLabel9.Values.Text = "K:";
     //
     // kryptonLabel8
     //
     this.kryptonLabel8.Location = new System.Drawing.Point(470, 348);
     this.kryptonLabel8.Name     = "kryptonLabel8";
     this.kryptonLabel8.Size     = new System.Drawing.Size(23, 24);
     this.kryptonLabel8.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel8.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel8.TabIndex    = 61;
     this.kryptonLabel8.Values.Text = "Y:";
     //
     // kryptonLabel7
     //
     this.kryptonLabel7.Location = new System.Drawing.Point(470, 316);
     this.kryptonLabel7.Name     = "kryptonLabel7";
     this.kryptonLabel7.Size     = new System.Drawing.Size(29, 24);
     this.kryptonLabel7.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel7.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel7.TabIndex    = 60;
     this.kryptonLabel7.Values.Text = "M:";
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.Location = new System.Drawing.Point(470, 284);
     this.kryptonLabel6.Name     = "kryptonLabel6";
     this.kryptonLabel6.Size     = new System.Drawing.Size(24, 24);
     this.kryptonLabel6.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel6.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel6.TabIndex    = 59;
     this.kryptonLabel6.Values.Text = "C:";
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.Location = new System.Drawing.Point(436, 241);
     this.kryptonLabel5.Name     = "kryptonLabel5";
     this.kryptonLabel5.Size     = new System.Drawing.Size(24, 24);
     this.kryptonLabel5.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel5.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel5.TabIndex    = 58;
     this.kryptonLabel5.Values.Text = "%";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(436, 209);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(24, 24);
     this.kryptonLabel4.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex    = 57;
     this.kryptonLabel4.Values.Text = "%";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(436, 179);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(17, 24);
     this.kryptonLabel3.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 56;
     this.kryptonLabel3.Values.Text = "°";
     //
     // knumB
     //
     this.knumB.Location = new System.Drawing.Point(516, 241);
     this.knumB.Name     = "knumB";
     this.knumB.Size     = new System.Drawing.Size(62, 26);
     this.knumB.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumB.TabIndex  = 55;
     this.knumB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumAlpha
     //
     this.knumAlpha.Location = new System.Drawing.Point(516, 209);
     this.knumAlpha.Name     = "knumAlpha";
     this.knumAlpha.Size     = new System.Drawing.Size(62, 26);
     this.knumAlpha.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumAlpha.TabIndex  = 54;
     this.knumAlpha.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumLuminosity
     //
     this.knumLuminosity.Location = new System.Drawing.Point(516, 177);
     this.knumLuminosity.Name     = "knumLuminosity";
     this.knumLuminosity.Size     = new System.Drawing.Size(62, 26);
     this.knumLuminosity.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumLuminosity.TabIndex  = 53;
     this.knumLuminosity.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumBlue
     //
     this.knumBlue.Location = new System.Drawing.Point(368, 348);
     this.knumBlue.Name     = "knumBlue";
     this.knumBlue.Size     = new System.Drawing.Size(62, 26);
     this.knumBlue.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.knumBlue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumBlue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumBlue.TabIndex  = 52;
     this.knumBlue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumGreen
     //
     this.knumGreen.Location = new System.Drawing.Point(368, 316);
     this.knumGreen.Name     = "knumGreen";
     this.knumGreen.Size     = new System.Drawing.Size(62, 26);
     this.knumGreen.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.knumGreen.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumGreen.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumGreen.TabIndex  = 51;
     this.knumGreen.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumRed
     //
     this.knumRed.Location = new System.Drawing.Point(368, 284);
     this.knumRed.Name     = "knumRed";
     this.knumRed.Size     = new System.Drawing.Size(62, 26);
     this.knumRed.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.knumRed.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumRed.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumRed.TabIndex  = 50;
     this.knumRed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumBrightness
     //
     this.knumBrightness.Location = new System.Drawing.Point(368, 241);
     this.knumBrightness.Name     = "knumBrightness";
     this.knumBrightness.Size     = new System.Drawing.Size(62, 26);
     this.knumBrightness.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumBrightness.TabIndex  = 49;
     this.knumBrightness.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumSaturation
     //
     this.knumSaturation.Location = new System.Drawing.Point(368, 209);
     this.knumSaturation.Name     = "knumSaturation";
     this.knumSaturation.Size     = new System.Drawing.Size(62, 26);
     this.knumSaturation.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumSaturation.TabIndex  = 48;
     this.knumSaturation.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumHue
     //
     this.knumHue.Location = new System.Drawing.Point(368, 177);
     this.knumHue.Name     = "knumHue";
     this.knumHue.Size     = new System.Drawing.Size(62, 26);
     this.knumHue.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumHue.TabIndex  = 47;
     this.knumHue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // pnlBlankBox
     //
     this.pnlBlankBox.BackColor   = System.Drawing.Color.Black;
     this.pnlBlankBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlBlankBox.Controls.Add(this.pnlSecondaryColour);
     this.pnlBlankBox.Controls.Add(this.pnlPrimaryColour);
     this.pnlBlankBox.Location = new System.Drawing.Point(324, 57);
     this.pnlBlankBox.Name     = "pnlBlankBox";
     this.pnlBlankBox.Size     = new System.Drawing.Size(63, 71);
     this.pnlBlankBox.TabIndex = 46;
     //
     // pnlSecondaryColour
     //
     this.pnlSecondaryColour.BackColor = System.Drawing.Color.Silver;
     this.pnlSecondaryColour.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.pnlSecondaryColour.Location  = new System.Drawing.Point(0, 32);
     this.pnlSecondaryColour.Name      = "pnlSecondaryColour";
     this.pnlSecondaryColour.Size      = new System.Drawing.Size(59, 35);
     this.pnlSecondaryColour.TabIndex  = 1;
     //
     // pnlPrimaryColour
     //
     this.pnlPrimaryColour.BackColor = System.Drawing.Color.White;
     this.pnlPrimaryColour.Dock      = System.Windows.Forms.DockStyle.Top;
     this.pnlPrimaryColour.Location  = new System.Drawing.Point(0, 0);
     this.pnlPrimaryColour.Name      = "pnlPrimaryColour";
     this.pnlPrimaryColour.Size      = new System.Drawing.Size(59, 35);
     this.pnlPrimaryColour.TabIndex  = 0;
     //
     // krbtnB
     //
     this.krbtnB.Location = new System.Drawing.Point(470, 239);
     this.krbtnB.Name     = "krbtnB";
     this.krbtnB.Size     = new System.Drawing.Size(36, 24);
     this.krbtnB.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.krbtnB.TabIndex    = 44;
     this.krbtnB.Values.Text = "B:";
     //
     // krbtnBlue
     //
     this.krbtnBlue.Location = new System.Drawing.Point(324, 348);
     this.krbtnBlue.Name     = "krbtnBlue";
     this.krbtnBlue.Size     = new System.Drawing.Size(36, 24);
     this.krbtnBlue.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.krbtnBlue.TabIndex    = 44;
     this.krbtnBlue.Values.Text = "B:";
     //
     // krbtnAlpha
     //
     this.krbtnAlpha.Location = new System.Drawing.Point(470, 209);
     this.krbtnAlpha.Name     = "krbtnAlpha";
     this.krbtnAlpha.Size     = new System.Drawing.Size(37, 24);
     this.krbtnAlpha.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.krbtnAlpha.TabIndex    = 45;
     this.krbtnAlpha.Values.Text = "A:";
     //
     // krbtnLuminosity
     //
     this.krbtnLuminosity.Location = new System.Drawing.Point(470, 179);
     this.krbtnLuminosity.Name     = "krbtnLuminosity";
     this.krbtnLuminosity.Size     = new System.Drawing.Size(34, 24);
     this.krbtnLuminosity.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.krbtnLuminosity.TabIndex    = 43;
     this.krbtnLuminosity.Values.Text = "L:";
     //
     // krbtnBrightness
     //
     this.krbtnBrightness.Location = new System.Drawing.Point(326, 241);
     this.krbtnBrightness.Name     = "krbtnBrightness";
     this.krbtnBrightness.Size     = new System.Drawing.Size(36, 24);
     this.krbtnBrightness.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.krbtnBrightness.TabIndex    = 41;
     this.krbtnBrightness.Values.Text = "B:";
     //
     // krbtnGreen
     //
     this.krbtnGreen.Location = new System.Drawing.Point(324, 316);
     this.krbtnGreen.Name     = "krbtnGreen";
     this.krbtnGreen.Size     = new System.Drawing.Size(37, 24);
     this.krbtnGreen.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.krbtnGreen.TabIndex    = 45;
     this.krbtnGreen.Values.Text = "G:";
     //
     // krbtnSaturation
     //
     this.krbtnSaturation.Location = new System.Drawing.Point(326, 209);
     this.krbtnSaturation.Name     = "krbtnSaturation";
     this.krbtnSaturation.Size     = new System.Drawing.Size(35, 24);
     this.krbtnSaturation.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.krbtnSaturation.TabIndex    = 42;
     this.krbtnSaturation.Values.Text = "S:";
     //
     // krbtnRed
     //
     this.krbtnRed.Location = new System.Drawing.Point(324, 284);
     this.krbtnRed.Name     = "krbtnRed";
     this.krbtnRed.Size     = new System.Drawing.Size(36, 24);
     this.krbtnRed.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.krbtnRed.TabIndex    = 43;
     this.krbtnRed.Values.Text = "R:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(324, 134);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(63, 24);
     this.kryptonLabel2.StateCommon.ShortText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.StateCommon.ShortText.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.kryptonLabel2.StateCommon.ShortText.TextV = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.kryptonLabel2.TabIndex    = 41;
     this.kryptonLabel2.Values.Text = "Current";
     //
     // krbtnHue
     //
     this.krbtnHue.Location = new System.Drawing.Point(326, 179);
     this.krbtnHue.Name     = "krbtnHue";
     this.krbtnHue.Size     = new System.Drawing.Size(38, 24);
     this.krbtnHue.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.krbtnHue.TabIndex    = 40;
     this.krbtnHue.Values.Text = "H:";
     //
     // kcbWebColours
     //
     this.kcbWebColours.Location = new System.Drawing.Point(13, 293);
     this.kcbWebColours.Name     = "kcbWebColours";
     this.kcbWebColours.Size     = new System.Drawing.Size(148, 24);
     this.kcbWebColours.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbWebColours.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbWebColours.TabIndex    = 39;
     this.kcbWebColours.Values.Text = "Only &Web Colours";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(334, 29);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(42, 24);
     this.kryptonLabel1.StateCommon.ShortText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.StateCommon.ShortText.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.kryptonLabel1.StateCommon.ShortText.TextV = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.kryptonLabel1.TabIndex    = 3;
     this.kryptonLabel1.Values.Text = "New";
     //
     // avcsColours
     //
     this.avcsColours.BackColor           = System.Drawing.Color.Transparent;
     this.avcsColours.BaseColourComponent = ExtendedControls.Base.Enumerations.ColourComponent.HUE;
     hsb1.B = 1D;
     hsb1.H = 0D;
     hsb1.S = 1D;
     this.avcsColours.HSB                = hsb1;
     this.avcsColours.Location           = new System.Drawing.Point(278, 26);
     this.avcsColours.Name               = "avcsColours";
     this.avcsColours.RGB                = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.avcsColours.Size               = new System.Drawing.Size(40, 260);
     this.avcsColours.TabIndex           = 1;
     this.avcsColours.WebSafeColoursOnly = false;
     //
     // adcbColours
     //
     this.adcbColours.BaseColourComponent = ExtendedControls.Base.Enumerations.ColourComponent.HUE;
     hsb2.B = 1D;
     hsb2.H = 0D;
     hsb2.S = 1D;
     this.adcbColours.HSB                = hsb2;
     this.adcbColours.Location           = new System.Drawing.Point(12, 26);
     this.adcbColours.Name               = "adcbColours";
     this.adcbColours.RGB                = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.adcbColours.Size               = new System.Drawing.Size(260, 260);
     this.adcbColours.TabIndex           = 0;
     this.adcbColours.WebSafeColoursOnly = false;
     //
     // kbtnGradients
     //
     this.kbtnGradients.Location = new System.Drawing.Point(489, 74);
     this.kbtnGradients.Name     = "kbtnGradients";
     this.kbtnGradients.Size     = new System.Drawing.Size(138, 25);
     this.kbtnGradients.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGradients.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGradients.TabIndex    = 77;
     this.kbtnGradients.Values.Text = "Gr&adients";
     this.kbtnGradients.Visible     = false;
     //
     // AdobeColourDialog
     //
     this.ClientSize = new System.Drawing.Size(639, 428);
     this.Controls.Add(this.avcsColours);
     this.Controls.Add(this.adcbColours);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AdobeColourDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Select a Colour";
     this.Load           += new System.EventHandler(this.AdobeColourDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.pnlBlankBox.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components       = new System.ComponentModel.Container();
     this.kryptonLabel1    = new Krypton.Toolkit.KryptonLabel();
     this.ktxtChamberOne   = new Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel2    = new Krypton.Toolkit.KryptonLabel();
     this.ktxtChamberTwo   = new Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel3    = new Krypton.Toolkit.KryptonLabel();
     this.ktxtChamberThree = new Krypton.Toolkit.KryptonTextBox();
     this.ktxtChamberFour  = new Krypton.Toolkit.KryptonTextBox();
     this._tt = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Dock        = System.Windows.Forms.DockStyle.Left;
     this.kryptonLabel1.Location    = new System.Drawing.Point(41, 0);
     this.kryptonLabel1.Name        = "kryptonLabel1";
     this.kryptonLabel1.Size        = new System.Drawing.Size(13, 20);
     this.kryptonLabel1.TabIndex    = 3;
     this.kryptonLabel1.Values.Text = ".";
     //
     // ktxtChamberOne
     //
     this.ktxtChamberOne.Dock      = System.Windows.Forms.DockStyle.Left;
     this.ktxtChamberOne.Hint      = "0";
     this.ktxtChamberOne.Location  = new System.Drawing.Point(0, 0);
     this.ktxtChamberOne.MaxLength = 3;
     this.ktxtChamberOne.Name      = "ktxtChamberOne";
     this.ktxtChamberOne.Size      = new System.Drawing.Size(41, 20);
     this.ktxtChamberOne.TabIndex  = 2;
     this.ktxtChamberOne.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.ktxtChamberOne.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ktxtChamberOne_KeyPress);
     this.ktxtChamberOne.Enter    += new System.EventHandler(this.EnterBox);
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Dock        = System.Windows.Forms.DockStyle.Left;
     this.kryptonLabel2.Location    = new System.Drawing.Point(95, 0);
     this.kryptonLabel2.Name        = "kryptonLabel2";
     this.kryptonLabel2.Size        = new System.Drawing.Size(13, 20);
     this.kryptonLabel2.TabIndex    = 5;
     this.kryptonLabel2.Values.Text = ".";
     //
     // ktxtChamberTwo
     //
     this.ktxtChamberTwo.Dock      = System.Windows.Forms.DockStyle.Left;
     this.ktxtChamberTwo.Hint      = "0";
     this.ktxtChamberTwo.Location  = new System.Drawing.Point(54, 0);
     this.ktxtChamberTwo.MaxLength = 3;
     this.ktxtChamberTwo.Name      = "ktxtChamberTwo";
     this.ktxtChamberTwo.Size      = new System.Drawing.Size(41, 20);
     this.ktxtChamberTwo.TabIndex  = 4;
     this.ktxtChamberTwo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.ktxtChamberTwo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ktxtChamberTwo_KeyPress);
     this.ktxtChamberTwo.Enter    += new System.EventHandler(this.EnterBox);
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Dock        = System.Windows.Forms.DockStyle.Left;
     this.kryptonLabel3.Location    = new System.Drawing.Point(149, 0);
     this.kryptonLabel3.Name        = "kryptonLabel3";
     this.kryptonLabel3.Size        = new System.Drawing.Size(13, 20);
     this.kryptonLabel3.TabIndex    = 7;
     this.kryptonLabel3.Values.Text = ".";
     //
     // ktxtChamberThree
     //
     this.ktxtChamberThree.Dock      = System.Windows.Forms.DockStyle.Left;
     this.ktxtChamberThree.Hint      = "0";
     this.ktxtChamberThree.Location  = new System.Drawing.Point(108, 0);
     this.ktxtChamberThree.MaxLength = 3;
     this.ktxtChamberThree.Name      = "ktxtChamberThree";
     this.ktxtChamberThree.Size      = new System.Drawing.Size(41, 20);
     this.ktxtChamberThree.TabIndex  = 6;
     this.ktxtChamberThree.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.ktxtChamberThree.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ktxtChamberThree_KeyPress);
     this.ktxtChamberThree.Enter    += new System.EventHandler(this.EnterBox);
     //
     // ktxtChamberFour
     //
     this.ktxtChamberFour.Dock      = System.Windows.Forms.DockStyle.Left;
     this.ktxtChamberFour.Hint      = "0";
     this.ktxtChamberFour.Location  = new System.Drawing.Point(162, 0);
     this.ktxtChamberFour.MaxLength = 3;
     this.ktxtChamberFour.Name      = "ktxtChamberFour";
     this.ktxtChamberFour.Size      = new System.Drawing.Size(41, 20);
     this.ktxtChamberFour.TabIndex  = 8;
     this.ktxtChamberFour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.ktxtChamberFour.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ktxtChamberFour_KeyPress);
     this.ktxtChamberFour.Enter    += new System.EventHandler(this.EnterBox);
     //
     // KryptonIPTextBox
     //
     this.BackColor = System.Drawing.Color.Transparent;
     this.Controls.Add(this.ktxtChamberFour);
     this.Controls.Add(this.kryptonLabel3);
     this.Controls.Add(this.ktxtChamberThree);
     this.Controls.Add(this.kryptonLabel2);
     this.Controls.Add(this.ktxtChamberTwo);
     this.Controls.Add(this.kryptonLabel1);
     this.Controls.Add(this.ktxtChamberOne);
     this.Name = "KryptonIPTextBox";
     this.Size = new System.Drawing.Size(203, 20);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #10
0
 private void InitializeComponent()
 {
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues1  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues2  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues3  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues4  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues10 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues5  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues6  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues7  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues8  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues9  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     this.kryptonPanel1     = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonLabel1     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.kryptonPanel2     = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonLinkLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLinkLabel();
     this.kryptonButton2    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonButton1    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.panel1            = new System.Windows.Forms.Panel();
     this.kryptonPanel3     = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonNavigator1 = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
     this.kryptonPage1      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.krtbDescription   = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
     this.kryptonLabel4     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.ktbEMailAddress   = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel3     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonPage2      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).BeginInit();
     this.kryptonPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigator1)).BeginInit();
     this.kryptonNavigator1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage1)).BeginInit();
     this.kryptonPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage2)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Controls.Add(this.pictureBox1);
     this.kryptonPanel1.Dock           = System.Windows.Forms.DockStyle.Top;
     this.kryptonPanel1.Location       = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name           = "kryptonPanel1";
     this.kryptonPanel1.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlCustom1;
     this.kryptonPanel1.Size           = new System.Drawing.Size(794, 100);
     this.kryptonPanel1.TabIndex       = 0;
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonLabel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(694, 100);
     this.kryptonLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex                      = 1;
     popupPositionValues1.PlacementRectangle          = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues1.PlacementTarget             = null;
     this.kryptonLabel1.ToolTipValues.ToolTipPosition = popupPositionValues1;
     this.kryptonLabel1.Values.Text                   = "{0} has encountered a problem, and needs to close. \r\nWe apologise for the inconve" +
                                                        "nience that this may have caused.";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Dock      = System.Windows.Forms.DockStyle.Right;
     this.pictureBox1.Image     = global::ExtendedControls.Properties.Resources.Error_Report_48_x_48;
     this.pictureBox1.Location  = new System.Drawing.Point(694, 0);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(100, 100);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex  = 0;
     this.pictureBox1.TabStop   = false;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kryptonLinkLabel1);
     this.kryptonPanel2.Controls.Add(this.kryptonButton2);
     this.kryptonPanel2.Controls.Add(this.kryptonButton1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 702);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(794, 62);
     this.kryptonPanel2.TabIndex = 1;
     //
     // kryptonLinkLabel1
     //
     this.kryptonLinkLabel1.Location = new System.Drawing.Point(11, 19);
     this.kryptonLinkLabel1.Name     = "kryptonLinkLabel1";
     this.kryptonLinkLabel1.Size     = new System.Drawing.Size(103, 24);
     this.kryptonLinkLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLinkLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLinkLabel1.TabIndex         = 2;
     popupPositionValues2.PlacementRectangle = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues2.PlacementTarget    = null;
     this.kryptonLinkLabel1.ToolTipValues.ToolTipPosition = popupPositionValues2;
     this.kryptonLinkLabel1.Values.Text = "&Privacy Policy";
     //
     // kryptonButton2
     //
     this.kryptonButton2.Location = new System.Drawing.Point(504, 15);
     this.kryptonButton2.Name     = "kryptonButton2";
     this.kryptonButton2.Size     = new System.Drawing.Size(182, 35);
     this.kryptonButton2.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton2.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton2.TabIndex                      = 1;
     popupPositionValues3.PlacementRectangle           = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues3.PlacementTarget              = null;
     this.kryptonButton2.ToolTipValues.ToolTipPosition = popupPositionValues3;
     this.kryptonButton2.Values.Text                   = "Send R&eport && Close";
     //
     // kryptonButton1
     //
     this.kryptonButton1.Location = new System.Drawing.Point(692, 15);
     this.kryptonButton1.Name     = "kryptonButton1";
     this.kryptonButton1.Size     = new System.Drawing.Size(90, 35);
     this.kryptonButton1.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton1.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton1.TabIndex                      = 0;
     popupPositionValues4.PlacementRectangle           = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues4.PlacementTarget              = null;
     this.kryptonButton1.ToolTipValues.ToolTipPosition = popupPositionValues4;
     this.kryptonButton1.Values.Text                   = "&Cancel";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 699);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(794, 3);
     this.panel1.TabIndex  = 2;
     //
     // kryptonPanel3
     //
     this.kryptonPanel3.Controls.Add(this.kryptonNavigator1);
     this.kryptonPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel3.Location = new System.Drawing.Point(0, 100);
     this.kryptonPanel3.Name     = "kryptonPanel3";
     this.kryptonPanel3.Size     = new System.Drawing.Size(794, 599);
     this.kryptonPanel3.TabIndex = 3;
     //
     // kryptonNavigator1
     //
     this.kryptonNavigator1.Bar.TabBorderStyle        = ComponentFactory.Krypton.Toolkit.TabBorderStyle.OneNote;
     this.kryptonNavigator1.Button.CloseButtonAction  = ComponentFactory.Krypton.Navigator.CloseButtonAction.None;
     this.kryptonNavigator1.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
     this.kryptonNavigator1.Location = new System.Drawing.Point(11, 20);
     this.kryptonNavigator1.Name     = "kryptonNavigator1";
     this.kryptonNavigator1.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
         this.kryptonPage1,
         this.kryptonPage2
     });
     this.kryptonNavigator1.SelectedIndex                 = 1;
     this.kryptonNavigator1.Size                          = new System.Drawing.Size(771, 561);
     this.kryptonNavigator1.TabIndex                      = 0;
     this.kryptonNavigator1.Text                          = "kryptonNavigator1";
     popupPositionValues10.PlacementRectangle             = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues10.PlacementTarget                = null;
     this.kryptonNavigator1.ToolTipValues.ToolTipPosition = popupPositionValues10;
     //
     // kryptonPage1
     //
     this.kryptonPage1.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage1.Controls.Add(this.krtbDescription);
     this.kryptonPage1.Controls.Add(this.kryptonLabel4);
     this.kryptonPage1.Controls.Add(this.ktbEMailAddress);
     this.kryptonPage1.Controls.Add(this.kryptonLabel3);
     this.kryptonPage1.Controls.Add(this.kryptonLabel2);
     this.kryptonPage1.Flags          = 65534;
     this.kryptonPage1.LastVisibleSet = true;
     this.kryptonPage1.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage1.Name           = "kryptonPage1";
     this.kryptonPage1.Size           = new System.Drawing.Size(769, 530);
     this.kryptonPage1.Text           = "kryptonPage1";
     this.kryptonPage1.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage1.UniqueName     = "e785ffa321ae493da8cc7176dd254426";
     //
     // krtbDescription
     //
     this.krtbDescription.Location   = new System.Drawing.Point(19, 296);
     this.krtbDescription.MaxLength  = 250;
     this.krtbDescription.Name       = "krtbDescription";
     this.krtbDescription.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.krtbDescription.Size       = new System.Drawing.Size(732, 223);
     this.krtbDescription.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.krtbDescription.TabIndex                      = 9;
     this.krtbDescription.Text                          = "";
     popupPositionValues5.PlacementRectangle            = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues5.PlacementTarget               = null;
     this.krtbDescription.ToolTipValues.ToolTipPosition = popupPositionValues5;
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(19, 266);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(221, 24);
     this.kryptonLabel4.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex                      = 8;
     popupPositionValues6.PlacementRectangle          = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues6.PlacementTarget             = null;
     this.kryptonLabel4.ToolTipValues.ToolTipPosition = popupPositionValues6;
     this.kryptonLabel4.Values.Text                   = "Your e-mail address (optional):";
     //
     // ktbEMailAddress
     //
     this.ktbEMailAddress.Location  = new System.Drawing.Point(19, 229);
     this.ktbEMailAddress.MaxLength = 50;
     this.ktbEMailAddress.Name      = "ktbEMailAddress";
     this.ktbEMailAddress.Size      = new System.Drawing.Size(732, 27);
     this.ktbEMailAddress.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktbEMailAddress.TabIndex                      = 7;
     popupPositionValues7.PlacementRectangle            = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues7.PlacementTarget               = null;
     this.ktbEMailAddress.ToolTipValues.ToolTipPosition = popupPositionValues7;
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(19, 199);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(221, 24);
     this.kryptonLabel3.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex                      = 6;
     popupPositionValues8.PlacementRectangle          = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues8.PlacementTarget             = null;
     this.kryptonLabel3.ToolTipValues.ToolTipPosition = popupPositionValues8;
     this.kryptonLabel3.Values.Text                   = "Your e-mail address (optional):";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(19, 13);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(738, 164);
     this.kryptonLabel2.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex                      = 5;
     popupPositionValues9.PlacementRectangle          = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues9.PlacementTarget             = null;
     this.kryptonLabel2.ToolTipValues.ToolTipPosition = popupPositionValues9;
     this.kryptonLabel2.Values.Text                   = resources.GetString("kryptonLabel2.Values.Text");
     //
     // kryptonPage2
     //
     this.kryptonPage2.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage2.Flags          = 65534;
     this.kryptonPage2.LastVisibleSet = true;
     this.kryptonPage2.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage2.Name           = "kryptonPage2";
     this.kryptonPage2.Size           = new System.Drawing.Size(769, 530);
     this.kryptonPage2.Text           = "kryptonPage2";
     this.kryptonPage2.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage2.UniqueName     = "22073fe462004e44ace939648bbb9bfa";
     //
     // MainWindow
     //
     this.ClientSize = new System.Drawing.Size(794, 764);
     this.Controls.Add(this.kryptonPanel3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MainWindow";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "{0) Error";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).EndInit();
     this.kryptonPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigator1)).EndInit();
     this.kryptonNavigator1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage1)).EndInit();
     this.kryptonPage1.ResumeLayout(false);
     this.kryptonPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage2)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #11
0
 private void InitializeComponent()
 {
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonPanel2 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.panel1        = new System.Windows.Forms.Panel();
     this.kbtnOpen      = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCancel    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kptxtKryptonPaletteFilePath = new ExtendedControls.ExtendedToolkit.Controls.KryptonPromptTextBox();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnBrowse    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnOpen);
     this.kryptonPanel1.Controls.Add(this.kbtnCancel);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 53);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(906, 55);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnBrowse);
     this.kryptonPanel2.Controls.Add(this.kptxtKryptonPaletteFilePath);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(906, 52);
     this.kryptonPanel2.TabIndex = 1;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location  = new System.Drawing.Point(0, 52);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(906, 1);
     this.panel1.TabIndex  = 2;
     //
     // kbtnOpen
     //
     this.kbtnOpen.DialogResult = System.Windows.Forms.DialogResult.Yes;
     this.kbtnOpen.Enabled      = false;
     this.kbtnOpen.Location     = new System.Drawing.Point(708, 15);
     this.kbtnOpen.Name         = "kbtnOpen";
     this.kbtnOpen.Size         = new System.Drawing.Size(90, 28);
     this.kbtnOpen.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOpen.TabIndex    = 3;
     this.kbtnOpen.Values.Text = "O&pen";
     this.kbtnOpen.Click      += new System.EventHandler(this.kbtnOpen_Click);
     //
     // kbtnCancel
     //
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(804, 15);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(90, 28);
     this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex    = 2;
     this.kbtnCancel.Values.Text = "&Cancel";
     this.kbtnCancel.Click      += new System.EventHandler(this.kbtnCancel_Click);
     //
     // kptxtKryptonPaletteFilePath
     //
     this.kptxtKryptonPaletteFilePath.DrawPrompt       = true;
     this.kptxtKryptonPaletteFilePath.FocusSelect      = true;
     this.kptxtKryptonPaletteFilePath.Font             = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtKryptonPaletteFilePath.Location         = new System.Drawing.Point(106, 12);
     this.kptxtKryptonPaletteFilePath.MaxLength        = 256;
     this.kptxtKryptonPaletteFilePath.Name             = "kptxtKryptonPaletteFilePath";
     this.kptxtKryptonPaletteFilePath.PromptForeColour = System.Drawing.SystemColors.GrayText;
     this.kptxtKryptonPaletteFilePath.PromptText       = "Enter filename...";
     this.kptxtKryptonPaletteFilePath.PromptTypeface   = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtKryptonPaletteFilePath.Size             = new System.Drawing.Size(752, 27);
     this.kptxtKryptonPaletteFilePath.TabIndex         = 10;
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(12, 12);
     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    = 9;
     this.kryptonLabel1.Values.Text = "File Name:";
     //
     // kbtnBrowse
     //
     this.kbtnBrowse.DialogResult = System.Windows.Forms.DialogResult.No;
     this.kbtnBrowse.Location     = new System.Drawing.Point(864, 12);
     this.kbtnBrowse.Name         = "kbtnBrowse";
     this.kbtnBrowse.Size         = new System.Drawing.Size(31, 27);
     this.kbtnBrowse.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowse.TabIndex    = 11;
     this.kbtnBrowse.Values.Text = ".&..";
     this.kbtnBrowse.Click      += new System.EventHandler(this.kbtnBrowse_Click);
     //
     // OpenKryptonPaletteFile
     //
     this.ClientSize = new System.Drawing.Size(906, 108);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "OpenKryptonPaletteFile";
     this.Load           += new System.EventHandler(this.OpenKryptonPaletteFile_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((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(HashFile));
     this.kryptonPanel1              = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kcbShowLength              = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kbtnGenerateFileHash       = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.klblResult                 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.ctxResult                  = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copyToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.kryptonLabel2              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kcbxHashAlgorithimType     = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonLabel1              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnBrowse                 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kptxtApplicationExecutable = new ExtendedControls.ExtendedToolkit.Controls.KryptonPromptTextBox();
     this.kryptonLabel3              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnCancel                 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonPanel2              = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnVarify                 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnSaveHash               = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ss = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tspbHashProgess       = new System.Windows.Forms.ToolStripProgressBar();
     this.tslHashProgressValue  = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel1       = new System.Windows.Forms.Panel();
     this.bgwMD5       = new System.ComponentModel.BackgroundWorker();
     this.bgwSHA1      = new System.ComponentModel.BackgroundWorker();
     this.bgwSHA256    = new System.ComponentModel.BackgroundWorker();
     this.bgwSHA384    = new System.ComponentModel.BackgroundWorker();
     this.bgwSHA512    = new System.ComponentModel.BackgroundWorker();
     this.bgwRIPEMD160 = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.ctxResult.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcbxHashAlgorithimType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.ss.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kcbShowLength);
     this.kryptonPanel1.Controls.Add(this.kbtnGenerateFileHash);
     this.kryptonPanel1.Controls.Add(this.klblResult);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel1.Controls.Add(this.kcbxHashAlgorithimType);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Controls.Add(this.kbtnBrowse);
     this.kryptonPanel1.Controls.Add(this.kptxtApplicationExecutable);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
     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(853, 427);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kcbShowLength
     //
     this.kcbShowLength.Location = new System.Drawing.Point(572, 109);
     this.kcbShowLength.Name     = "kcbShowLength";
     this.kcbShowLength.Size     = new System.Drawing.Size(119, 26);
     this.kcbShowLength.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbShowLength.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbShowLength.TabIndex    = 9;
     this.kcbShowLength.Values.Text = "Show &Length";
     //
     // kbtnGenerateFileHash
     //
     this.kbtnGenerateFileHash.Enabled  = false;
     this.kbtnGenerateFileHash.Location = new System.Drawing.Point(410, 109);
     this.kbtnGenerateFileHash.Name     = "kbtnGenerateFileHash";
     this.kbtnGenerateFileHash.Size     = new System.Drawing.Size(156, 27);
     this.kbtnGenerateFileHash.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateFileHash.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateFileHash.TabIndex    = 8;
     this.kbtnGenerateFileHash.Values.Text = "&Generate";
     this.kbtnGenerateFileHash.Click      += new System.EventHandler(this.KbtnGenerateFileHash_Click);
     //
     // klblResult
     //
     this.klblResult.AutoSize                    = false;
     this.klblResult.ContextMenuStrip            = this.ctxResult;
     this.klblResult.Location                    = new System.Drawing.Point(24, 217);
     this.klblResult.Name                        = "klblResult";
     this.klblResult.Size                        = new System.Drawing.Size(811, 73);
     this.klblResult.StateCommon.LongText.Font   = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblResult.StateCommon.LongText.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblResult.StateCommon.LongText.TextV  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblResult.StateCommon.ShortText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblResult.StateCommon.ShortText.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblResult.StateCommon.ShortText.TextV = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblResult.TabIndex                    = 7;
     this.klblResult.Values.Text                 = "";
     //
     // ctxResult
     //
     this.ctxResult.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.ctxResult.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.copyToolStripMenuItem
     });
     this.ctxResult.Name = "ctxResult";
     this.ctxResult.Size = new System.Drawing.Size(103, 26);
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Name   = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size   = new System.Drawing.Size(102, 22);
     this.copyToolStripMenuItem.Text   = "C&opy";
     this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(24, 170);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(62, 26);
     this.kryptonLabel2.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 6;
     this.kryptonLabel2.Values.Text = "Result:";
     //
     // kcbxHashAlgorithimType
     //
     this.kcbxHashAlgorithimType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kcbxHashAlgorithimType.DropDownWidth = 223;
     this.kcbxHashAlgorithimType.Items.AddRange(new object[] {
         "MD5",
         "SHA-1",
         "SHA-256",
         "SHA-384",
         "SHA-512",
         "RIPEMD-160"
     });
     this.kcbxHashAlgorithimType.Location = new System.Drawing.Point(181, 109);
     this.kcbxHashAlgorithimType.Name     = "kcbxHashAlgorithimType";
     this.kcbxHashAlgorithimType.Size     = new System.Drawing.Size(223, 27);
     this.kcbxHashAlgorithimType.StateCommon.ComboBox.Content.Font       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbxHashAlgorithimType.StateCommon.ComboBox.Content.TextH      = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Near;
     this.kcbxHashAlgorithimType.StateCommon.Item.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbxHashAlgorithimType.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbxHashAlgorithimType.TabIndex              = 5;
     this.kcbxHashAlgorithimType.SelectedIndexChanged += new System.EventHandler(this.KcbxHashAlgorithimType_SelectedIndexChanged);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(24, 110);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(138, 26);
     this.kryptonLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 4;
     this.kryptonLabel1.Values.Text = "Hash Algorithim:";
     //
     // kbtnBrowse
     //
     this.kbtnBrowse.Location = new System.Drawing.Point(800, 44);
     this.kbtnBrowse.Name     = "kbtnBrowse";
     this.kbtnBrowse.Size     = new System.Drawing.Size(35, 29);
     this.kbtnBrowse.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowse.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowse.TabIndex    = 3;
     this.kbtnBrowse.Values.Text = "...";
     this.kbtnBrowse.Click      += new System.EventHandler(this.KbtnBrowse_Click);
     //
     // kptxtApplicationExecutable
     //
     this.kptxtApplicationExecutable.DrawPrompt       = true;
     this.kptxtApplicationExecutable.FocusSelect      = true;
     this.kptxtApplicationExecutable.Font             = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtApplicationExecutable.Location         = new System.Drawing.Point(181, 44);
     this.kptxtApplicationExecutable.Name             = "kptxtApplicationExecutable";
     this.kptxtApplicationExecutable.PromptForeColour = System.Drawing.SystemColors.GrayText;
     this.kptxtApplicationExecutable.PromptText       = "Executable Path";
     this.kptxtApplicationExecutable.PromptTypeface   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtApplicationExecutable.Size             = new System.Drawing.Size(613, 29);
     this.kptxtApplicationExecutable.TabIndex         = 2;
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(24, 45);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(153, 26);
     this.kryptonLabel3.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 1;
     this.kryptonLabel3.Values.Text = "Application Binary:";
     //
     // kbtnCancel
     //
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(718, 17);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(117, 29);
     this.kbtnCancel.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex    = 9;
     this.kbtnCancel.Values.Text = "&Cancel";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnVarify);
     this.kryptonPanel2.Controls.Add(this.kbtnSaveHash);
     this.kryptonPanel2.Controls.Add(this.kbtnCancel);
     this.kryptonPanel2.Controls.Add(this.ss);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 343);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(853, 84);
     this.kryptonPanel2.TabIndex = 2;
     //
     // kbtnVarify
     //
     this.kbtnVarify.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnVarify.Location     = new System.Drawing.Point(12, 17);
     this.kbtnVarify.Name         = "kbtnVarify";
     this.kbtnVarify.Size         = new System.Drawing.Size(139, 29);
     this.kbtnVarify.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnVarify.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnVarify.TabIndex    = 11;
     this.kbtnVarify.Values.Text = "V&arify Hash";
     this.kbtnVarify.Click      += new System.EventHandler(this.KbtnVarify_Click);
     //
     // kbtnSaveHash
     //
     this.kbtnSaveHash.Enabled  = false;
     this.kbtnSaveHash.Location = new System.Drawing.Point(595, 17);
     this.kbtnSaveHash.Name     = "kbtnSaveHash";
     this.kbtnSaveHash.Size     = new System.Drawing.Size(117, 29);
     this.kbtnSaveHash.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnSaveHash.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnSaveHash.TabIndex    = 10;
     this.kbtnSaveHash.Values.Text = "S&ave";
     //
     // ss
     //
     this.ss.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.ss.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.tspbHashProgess,
         this.tslHashProgressValue
     });
     this.ss.Location   = new System.Drawing.Point(0, 62);
     this.ss.Name       = "ss";
     this.ss.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.ss.Size       = new System.Drawing.Size(853, 22);
     this.ss.TabIndex   = 0;
     this.ss.Text       = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name      = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size      = new System.Drawing.Size(838, 17);
     this.toolStripStatusLabel1.Spring    = true;
     this.toolStripStatusLabel1.Text      = "Ready";
     this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tspbHashProgess
     //
     this.tspbHashProgess.Name    = "tspbHashProgess";
     this.tspbHashProgess.Size    = new System.Drawing.Size(100, 16);
     this.tspbHashProgess.Visible = false;
     //
     // tslHashProgressValue
     //
     this.tslHashProgressValue.Name    = "tslHashProgressValue";
     this.tslHashProgressValue.Size    = new System.Drawing.Size(31, 17);
     this.tslHashProgressValue.Text    = "{0}%";
     this.tslHashProgressValue.Visible = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 340);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(853, 3);
     this.panel1.TabIndex  = 3;
     //
     // bgwMD5
     //
     this.bgwMD5.WorkerReportsProgress      = true;
     this.bgwMD5.WorkerSupportsCancellation = true;
     this.bgwMD5.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgwMD5_DoWork);
     this.bgwMD5.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgwMD5_ProgressChanged);
     this.bgwMD5.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwMD5_RunWorkerCompleted);
     //
     // bgwSHA1
     //
     this.bgwSHA1.WorkerReportsProgress      = true;
     this.bgwSHA1.WorkerSupportsCancellation = true;
     this.bgwSHA1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgwSHA1_DoWork);
     this.bgwSHA1.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgwSHA1_ProgressChanged);
     this.bgwSHA1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwSHA1_RunWorkerCompleted);
     //
     // bgwSHA256
     //
     this.bgwSHA256.WorkerReportsProgress      = true;
     this.bgwSHA256.WorkerSupportsCancellation = true;
     this.bgwSHA256.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgwSHA256_DoWork);
     this.bgwSHA256.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgwSHA256_ProgressChanged);
     this.bgwSHA256.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwSHA256_RunWorkerCompleted);
     //
     // bgwSHA384
     //
     this.bgwSHA384.WorkerReportsProgress      = true;
     this.bgwSHA384.WorkerSupportsCancellation = true;
     this.bgwSHA384.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgwSHA384_DoWork);
     this.bgwSHA384.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgwSHA384_ProgressChanged);
     this.bgwSHA384.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwSHA384_RunWorkerCompleted);
     //
     // bgwSHA512
     //
     this.bgwSHA512.WorkerReportsProgress      = true;
     this.bgwSHA512.WorkerSupportsCancellation = true;
     this.bgwSHA512.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgwSHA512_DoWork);
     this.bgwSHA512.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgwSHA512_ProgressChanged);
     this.bgwSHA512.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwSHA512_RunWorkerCompleted);
     //
     // bgwRIPEMD160
     //
     this.bgwRIPEMD160.WorkerReportsProgress      = true;
     this.bgwRIPEMD160.WorkerSupportsCancellation = true;
     this.bgwRIPEMD160.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgwRIPEMD160_DoWork);
     this.bgwRIPEMD160.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgwRIPEMD160_ProgressChanged);
     this.bgwRIPEMD160.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwRIPEMD160_RunWorkerCompleted);
     //
     // HashFile
     //
     this.CancelButton = this.kbtnCancel;
     this.ClientSize   = new System.Drawing.Size(853, 427);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "HashFile";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Hash File";
     this.Load           += new System.EventHandler(this.HashFile_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ctxResult.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kcbxHashAlgorithimType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     this.ss.ResumeLayout(false);
     this.ss.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #13
0
 private void InitializeComponent()
 {
     this.kpnlButtons      = new ExtendedStandardControls.KryptonPanelExtended();
     this.kbtnOk           = new ExtendedStandardControls.KryptonButtonExtended();
     this.flpButtons       = new System.Windows.Forms.FlowLayoutPanel();
     this.kbtnCancel       = new ExtendedStandardControls.KryptonButtonExtended();
     this.kbtnNo           = new ExtendedStandardControls.KryptonButtonExtended();
     this.panel1           = new System.Windows.Forms.Panel();
     this.kryptonPanel1    = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.pbxIcon          = new System.Windows.Forms.PictureBox();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.klblMessage      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kchkOption       = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).BeginInit();
     this.kpnlButtons.SuspendLayout();
     this.flpButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxIcon)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // kpnlButtons
     //
     this.kpnlButtons.Controls.Add(this.flpButtons);
     this.kpnlButtons.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kpnlButtons.Image    = null;
     this.kpnlButtons.Location = new System.Drawing.Point(0, 204);
     this.kpnlButtons.Name     = "kpnlButtons";
     this.kpnlButtons.Size     = new System.Drawing.Size(455, 57);
     this.kpnlButtons.StateCommonBackGroundColourOne   = System.Drawing.Color.Empty;
     this.kpnlButtons.StateCommonBackGroundColourTwo   = System.Drawing.Color.Empty;
     this.kpnlButtons.StateDisabledBackGroundColourOne = System.Drawing.Color.Empty;
     this.kpnlButtons.StateDisabledBackGroundColourTwo = System.Drawing.Color.Empty;
     this.kpnlButtons.StateNormalBackGroundColourOne   = System.Drawing.Color.Empty;
     this.kpnlButtons.StateNormalBackGroundColourTwo   = System.Drawing.Color.Empty;
     this.kpnlButtons.TabIndex = 1;
     //
     // kbtnOk
     //
     this.kbtnOk.Image            = null;
     this.kbtnOk.Location         = new System.Drawing.Point(338, 3);
     this.kbtnOk.LongTextTypeface = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.Name             = "kbtnOk";
     this.kbtnOk.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.OverrideDefaultBackGroundColourOne     = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideDefaultBackGroundColourTwo     = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideDefaultBorderColourOne         = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideDefaultBorderColourTwo         = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideDefaultLongTextColourOne       = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideDefaultLongTextColourTwo       = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideDefaultShortTextColourOne      = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideDefaultShortTextColourTwo      = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.OverrideFocusBackGroundColourOne       = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideFocusBackGroundColourTwo       = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideFocusBorderColourOne           = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideFocusBorderColourTwo           = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideFocusLongTextColourOne         = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideFocusLongTextColourTwo         = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideFocusShortTextColourOne        = System.Drawing.Color.Empty;
     this.kbtnOk.OverrideFocusShortTextColourTwo        = System.Drawing.Color.Empty;
     this.kbtnOk.ShortTextTypeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.Size = new System.Drawing.Size(90, 38);
     this.kbtnOk.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StateCommonBackGroundColourOne       = System.Drawing.Color.Empty;
     this.kbtnOk.StateCommonBackGroundColourTwo       = System.Drawing.Color.Empty;
     this.kbtnOk.StateCommonBorderColourOne           = System.Drawing.Color.Empty;
     this.kbtnOk.StateCommonBorderColourTwo           = System.Drawing.Color.Empty;
     this.kbtnOk.StateCommonLongTextColourOne         = System.Drawing.Color.Empty;
     this.kbtnOk.StateCommonLongTextColourTwo         = System.Drawing.Color.Empty;
     this.kbtnOk.StateCommonShortTextColourOne        = System.Drawing.Color.Empty;
     this.kbtnOk.StateCommonShortTextColourTwo        = System.Drawing.Color.Empty;
     this.kbtnOk.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StateDisabledBackGroundColourOne     = System.Drawing.Color.Empty;
     this.kbtnOk.StateDisabledBackGroundColourTwo     = System.Drawing.Color.Empty;
     this.kbtnOk.StateDisabledBorderColourOne         = System.Drawing.Color.Empty;
     this.kbtnOk.StateDisabledBorderColourTwo         = System.Drawing.Color.Empty;
     this.kbtnOk.StateDisabledLongTextColourOne       = System.Drawing.Color.Empty;
     this.kbtnOk.StateDisabledLongTextColourTwo       = System.Drawing.Color.Empty;
     this.kbtnOk.StateDisabledShortTextColourOne      = System.Drawing.Color.Empty;
     this.kbtnOk.StateDisabledShortTextColourTwo      = System.Drawing.Color.Empty;
     this.kbtnOk.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StateNormalBackGroundColourOne       = System.Drawing.Color.Empty;
     this.kbtnOk.StateNormalBackGroundColourTwo       = System.Drawing.Color.Empty;
     this.kbtnOk.StateNormalBorderColourOne           = System.Drawing.Color.Empty;
     this.kbtnOk.StateNormalBorderColourTwo           = System.Drawing.Color.Empty;
     this.kbtnOk.StateNormalLongTextColourOne         = System.Drawing.Color.Empty;
     this.kbtnOk.StateNormalLongTextColourTwo         = System.Drawing.Color.Empty;
     this.kbtnOk.StateNormalShortTextColourOne        = System.Drawing.Color.Empty;
     this.kbtnOk.StateNormalShortTextColourTwo        = System.Drawing.Color.Empty;
     this.kbtnOk.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StatePressedBackGroundColourOne      = System.Drawing.Color.Empty;
     this.kbtnOk.StatePressedBackGroundColourTwo      = System.Drawing.Color.Empty;
     this.kbtnOk.StatePressedBorderColourOne          = System.Drawing.Color.Empty;
     this.kbtnOk.StatePressedBorderColourTwo          = System.Drawing.Color.Empty;
     this.kbtnOk.StatePressedLongTextColourOne        = System.Drawing.Color.Empty;
     this.kbtnOk.StatePressedLongTextColourTwo        = System.Drawing.Color.Empty;
     this.kbtnOk.StatePressedShortTextColourOne       = System.Drawing.Color.Empty;
     this.kbtnOk.StatePressedShortTextColourTwo       = System.Drawing.Color.Empty;
     this.kbtnOk.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StateTrackingBackGroundColourOne     = System.Drawing.Color.Empty;
     this.kbtnOk.StateTrackingBackGroundColourTwo     = System.Drawing.Color.Empty;
     this.kbtnOk.StateTrackingBorderColourOne         = System.Drawing.Color.Empty;
     this.kbtnOk.StateTrackingBorderColourTwo         = System.Drawing.Color.Empty;
     this.kbtnOk.StateTrackingLongTextColourOne       = System.Drawing.Color.Empty;
     this.kbtnOk.StateTrackingLongTextColourTwo       = System.Drawing.Color.Empty;
     this.kbtnOk.StateTrackingShortTextColourOne      = System.Drawing.Color.Empty;
     this.kbtnOk.StateTrackingShortTextColourTwo      = System.Drawing.Color.Empty;
     this.kbtnOk.TabIndex    = 4;
     this.kbtnOk.Values.Text = "&OK";
     //
     // flpButtons
     //
     this.flpButtons.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.flpButtons.BackColor = System.Drawing.Color.Transparent;
     this.flpButtons.Controls.Add(this.kbtnOk);
     this.flpButtons.Controls.Add(this.kbtnCancel);
     this.flpButtons.Controls.Add(this.kbtnNo);
     this.flpButtons.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flpButtons.Location      = new System.Drawing.Point(12, 3);
     this.flpButtons.Name          = "flpButtons";
     this.flpButtons.Size          = new System.Drawing.Size(431, 42);
     this.flpButtons.TabIndex      = 0;
     //
     // kbtnCancel
     //
     this.kbtnCancel.Image            = null;
     this.kbtnCancel.Location         = new System.Drawing.Point(242, 3);
     this.kbtnCancel.LongTextTypeface = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.Name             = "kbtnCancel";
     this.kbtnCancel.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.OverrideDefaultBackGroundColourOne     = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideDefaultBackGroundColourTwo     = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideDefaultBorderColourOne         = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideDefaultBorderColourTwo         = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideDefaultLongTextColourOne       = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideDefaultLongTextColourTwo       = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideDefaultShortTextColourOne      = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideDefaultShortTextColourTwo      = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.OverrideFocusBackGroundColourOne       = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideFocusBackGroundColourTwo       = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideFocusBorderColourOne           = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideFocusBorderColourTwo           = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideFocusLongTextColourOne         = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideFocusLongTextColourTwo         = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideFocusShortTextColourOne        = System.Drawing.Color.Empty;
     this.kbtnCancel.OverrideFocusShortTextColourTwo        = System.Drawing.Color.Empty;
     this.kbtnCancel.ShortTextTypeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.Size = new System.Drawing.Size(90, 38);
     this.kbtnCancel.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateCommonBackGroundColourOne       = System.Drawing.Color.Empty;
     this.kbtnCancel.StateCommonBackGroundColourTwo       = System.Drawing.Color.Empty;
     this.kbtnCancel.StateCommonBorderColourOne           = System.Drawing.Color.Empty;
     this.kbtnCancel.StateCommonBorderColourTwo           = System.Drawing.Color.Empty;
     this.kbtnCancel.StateCommonLongTextColourOne         = System.Drawing.Color.Empty;
     this.kbtnCancel.StateCommonLongTextColourTwo         = System.Drawing.Color.Empty;
     this.kbtnCancel.StateCommonShortTextColourOne        = System.Drawing.Color.Empty;
     this.kbtnCancel.StateCommonShortTextColourTwo        = System.Drawing.Color.Empty;
     this.kbtnCancel.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateDisabledBackGroundColourOne     = System.Drawing.Color.Empty;
     this.kbtnCancel.StateDisabledBackGroundColourTwo     = System.Drawing.Color.Empty;
     this.kbtnCancel.StateDisabledBorderColourOne         = System.Drawing.Color.Empty;
     this.kbtnCancel.StateDisabledBorderColourTwo         = System.Drawing.Color.Empty;
     this.kbtnCancel.StateDisabledLongTextColourOne       = System.Drawing.Color.Empty;
     this.kbtnCancel.StateDisabledLongTextColourTwo       = System.Drawing.Color.Empty;
     this.kbtnCancel.StateDisabledShortTextColourOne      = System.Drawing.Color.Empty;
     this.kbtnCancel.StateDisabledShortTextColourTwo      = System.Drawing.Color.Empty;
     this.kbtnCancel.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateNormalBackGroundColourOne       = System.Drawing.Color.Empty;
     this.kbtnCancel.StateNormalBackGroundColourTwo       = System.Drawing.Color.Empty;
     this.kbtnCancel.StateNormalBorderColourOne           = System.Drawing.Color.Empty;
     this.kbtnCancel.StateNormalBorderColourTwo           = System.Drawing.Color.Empty;
     this.kbtnCancel.StateNormalLongTextColourOne         = System.Drawing.Color.Empty;
     this.kbtnCancel.StateNormalLongTextColourTwo         = System.Drawing.Color.Empty;
     this.kbtnCancel.StateNormalShortTextColourOne        = System.Drawing.Color.Empty;
     this.kbtnCancel.StateNormalShortTextColourTwo        = System.Drawing.Color.Empty;
     this.kbtnCancel.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StatePressedBackGroundColourOne      = System.Drawing.Color.Empty;
     this.kbtnCancel.StatePressedBackGroundColourTwo      = System.Drawing.Color.Empty;
     this.kbtnCancel.StatePressedBorderColourOne          = System.Drawing.Color.Empty;
     this.kbtnCancel.StatePressedBorderColourTwo          = System.Drawing.Color.Empty;
     this.kbtnCancel.StatePressedLongTextColourOne        = System.Drawing.Color.Empty;
     this.kbtnCancel.StatePressedLongTextColourTwo        = System.Drawing.Color.Empty;
     this.kbtnCancel.StatePressedShortTextColourOne       = System.Drawing.Color.Empty;
     this.kbtnCancel.StatePressedShortTextColourTwo       = System.Drawing.Color.Empty;
     this.kbtnCancel.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateTrackingBackGroundColourOne     = System.Drawing.Color.Empty;
     this.kbtnCancel.StateTrackingBackGroundColourTwo     = System.Drawing.Color.Empty;
     this.kbtnCancel.StateTrackingBorderColourOne         = System.Drawing.Color.Empty;
     this.kbtnCancel.StateTrackingBorderColourTwo         = System.Drawing.Color.Empty;
     this.kbtnCancel.StateTrackingLongTextColourOne       = System.Drawing.Color.Empty;
     this.kbtnCancel.StateTrackingLongTextColourTwo       = System.Drawing.Color.Empty;
     this.kbtnCancel.StateTrackingShortTextColourOne      = System.Drawing.Color.Empty;
     this.kbtnCancel.StateTrackingShortTextColourTwo      = System.Drawing.Color.Empty;
     this.kbtnCancel.TabIndex    = 5;
     this.kbtnCancel.Values.Text = "&Cancel";
     //
     // kbtnNo
     //
     this.kbtnNo.Image            = null;
     this.kbtnNo.Location         = new System.Drawing.Point(146, 3);
     this.kbtnNo.LongTextTypeface = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnNo.Name             = "kbtnNo";
     this.kbtnNo.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnNo.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnNo.OverrideDefaultBackGroundColourOne     = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideDefaultBackGroundColourTwo     = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideDefaultBorderColourOne         = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideDefaultBorderColourTwo         = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideDefaultLongTextColourOne       = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideDefaultLongTextColourTwo       = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideDefaultShortTextColourOne      = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideDefaultShortTextColourTwo      = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnNo.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnNo.OverrideFocusBackGroundColourOne       = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideFocusBackGroundColourTwo       = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideFocusBorderColourOne           = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideFocusBorderColourTwo           = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideFocusLongTextColourOne         = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideFocusLongTextColourTwo         = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideFocusShortTextColourOne        = System.Drawing.Color.Empty;
     this.kbtnNo.OverrideFocusShortTextColourTwo        = System.Drawing.Color.Empty;
     this.kbtnNo.ShortTextTypeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnNo.Size = new System.Drawing.Size(90, 38);
     this.kbtnNo.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnNo.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnNo.StateCommonBackGroundColourOne       = System.Drawing.Color.Empty;
     this.kbtnNo.StateCommonBackGroundColourTwo       = System.Drawing.Color.Empty;
     this.kbtnNo.StateCommonBorderColourOne           = System.Drawing.Color.Empty;
     this.kbtnNo.StateCommonBorderColourTwo           = System.Drawing.Color.Empty;
     this.kbtnNo.StateCommonLongTextColourOne         = System.Drawing.Color.Empty;
     this.kbtnNo.StateCommonLongTextColourTwo         = System.Drawing.Color.Empty;
     this.kbtnNo.StateCommonShortTextColourOne        = System.Drawing.Color.Empty;
     this.kbtnNo.StateCommonShortTextColourTwo        = System.Drawing.Color.Empty;
     this.kbtnNo.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnNo.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnNo.StateDisabledBackGroundColourOne     = System.Drawing.Color.Empty;
     this.kbtnNo.StateDisabledBackGroundColourTwo     = System.Drawing.Color.Empty;
     this.kbtnNo.StateDisabledBorderColourOne         = System.Drawing.Color.Empty;
     this.kbtnNo.StateDisabledBorderColourTwo         = System.Drawing.Color.Empty;
     this.kbtnNo.StateDisabledLongTextColourOne       = System.Drawing.Color.Empty;
     this.kbtnNo.StateDisabledLongTextColourTwo       = System.Drawing.Color.Empty;
     this.kbtnNo.StateDisabledShortTextColourOne      = System.Drawing.Color.Empty;
     this.kbtnNo.StateDisabledShortTextColourTwo      = System.Drawing.Color.Empty;
     this.kbtnNo.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnNo.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnNo.StateNormalBackGroundColourOne       = System.Drawing.Color.Empty;
     this.kbtnNo.StateNormalBackGroundColourTwo       = System.Drawing.Color.Empty;
     this.kbtnNo.StateNormalBorderColourOne           = System.Drawing.Color.Empty;
     this.kbtnNo.StateNormalBorderColourTwo           = System.Drawing.Color.Empty;
     this.kbtnNo.StateNormalLongTextColourOne         = System.Drawing.Color.Empty;
     this.kbtnNo.StateNormalLongTextColourTwo         = System.Drawing.Color.Empty;
     this.kbtnNo.StateNormalShortTextColourOne        = System.Drawing.Color.Empty;
     this.kbtnNo.StateNormalShortTextColourTwo        = System.Drawing.Color.Empty;
     this.kbtnNo.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnNo.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnNo.StatePressedBackGroundColourOne      = System.Drawing.Color.Empty;
     this.kbtnNo.StatePressedBackGroundColourTwo      = System.Drawing.Color.Empty;
     this.kbtnNo.StatePressedBorderColourOne          = System.Drawing.Color.Empty;
     this.kbtnNo.StatePressedBorderColourTwo          = System.Drawing.Color.Empty;
     this.kbtnNo.StatePressedLongTextColourOne        = System.Drawing.Color.Empty;
     this.kbtnNo.StatePressedLongTextColourTwo        = System.Drawing.Color.Empty;
     this.kbtnNo.StatePressedShortTextColourOne       = System.Drawing.Color.Empty;
     this.kbtnNo.StatePressedShortTextColourTwo       = System.Drawing.Color.Empty;
     this.kbtnNo.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnNo.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnNo.StateTrackingBackGroundColourOne     = System.Drawing.Color.Empty;
     this.kbtnNo.StateTrackingBackGroundColourTwo     = System.Drawing.Color.Empty;
     this.kbtnNo.StateTrackingBorderColourOne         = System.Drawing.Color.Empty;
     this.kbtnNo.StateTrackingBorderColourTwo         = System.Drawing.Color.Empty;
     this.kbtnNo.StateTrackingLongTextColourOne       = System.Drawing.Color.Empty;
     this.kbtnNo.StateTrackingLongTextColourTwo       = System.Drawing.Color.Empty;
     this.kbtnNo.StateTrackingShortTextColourOne      = System.Drawing.Color.Empty;
     this.kbtnNo.StateTrackingShortTextColourTwo      = System.Drawing.Color.Empty;
     this.kbtnNo.TabIndex    = 6;
     this.kbtnNo.Values.Text = "&No";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 201);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(455, 3);
     this.panel1.TabIndex  = 3;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.flowLayoutPanel1);
     this.kryptonPanel1.Controls.Add(this.pbxIcon);
     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(455, 201);
     this.kryptonPanel1.TabIndex = 4;
     //
     // pbxIcon
     //
     this.pbxIcon.BackColor = System.Drawing.Color.Transparent;
     this.pbxIcon.Location  = new System.Drawing.Point(12, 12);
     this.pbxIcon.Name      = "pbxIcon";
     this.pbxIcon.Size      = new System.Drawing.Size(64, 64);
     this.pbxIcon.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pbxIcon.TabIndex  = 7;
     this.pbxIcon.TabStop   = false;
     this.pbxIcon.Visible   = false;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.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.flowLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
     this.flowLayoutPanel1.Controls.Add(this.klblMessage);
     this.flowLayoutPanel1.Controls.Add(this.kchkOption);
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(82, 12);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(358, 183);
     this.flowLayoutPanel1.TabIndex      = 8;
     //
     // klblMessage
     //
     this.klblMessage.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.klblMessage.Location = new System.Drawing.Point(3, 3);
     this.klblMessage.Name     = "klblMessage";
     this.klblMessage.Size     = new System.Drawing.Size(160, 30);
     this.klblMessage.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 14F);
     this.klblMessage.TabIndex    = 0;
     this.klblMessage.Values.Text = "kryptonLabel1";
     //
     // kchkOption
     //
     this.kchkOption.Location = new System.Drawing.Point(3, 39);
     this.kchkOption.Name     = "kchkOption";
     this.kchkOption.Size     = new System.Drawing.Size(160, 26);
     this.kchkOption.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkOption.TabIndex    = 1;
     this.kchkOption.Values.Text = "kryptonCheckBox1";
     //
     // KryptonRichMessageBox
     //
     this.ClientSize = new System.Drawing.Size(455, 261);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kpnlButtons);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "KryptonRichMessageBox";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).EndInit();
     this.kpnlButtons.ResumeLayout(false);
     this.flpButtons.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxIcon)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #14
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PaletteEditorSplash));
     this.kryptonPanel1       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.klblCloseDisabled   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblCloseEnabled    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblBetaInformation = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.pbProgress          = new System.Windows.Forms.ProgressBar();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.klblCloseDisabled);
     this.kryptonPanel1.Controls.Add(this.klblCloseEnabled);
     this.kryptonPanel1.Controls.Add(this.klblBetaInformation);
     this.kryptonPanel1.Controls.Add(this.pictureBox1);
     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(1012, 577);
     this.kryptonPanel1.TabIndex = 0;
     //
     // klblCloseDisabled
     //
     this.klblCloseDisabled.Location = new System.Drawing.Point(977, 12);
     this.klblCloseDisabled.Name     = "klblCloseDisabled";
     this.klblCloseDisabled.Size     = new System.Drawing.Size(23, 26);
     this.klblCloseDisabled.StateCommon.ShortText.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.klblCloseDisabled.StateCommon.ShortText.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.klblCloseDisabled.StateCommon.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblCloseDisabled.StateCommon.ShortText.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblCloseDisabled.StateCommon.ShortText.TextV  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblCloseDisabled.TabIndex    = 2;
     this.klblCloseDisabled.Values.Text = "X";
     this.klblCloseDisabled.MouseEnter += new System.EventHandler(this.klblCloseDisabled_MouseEnter);
     //
     // klblCloseEnabled
     //
     this.klblCloseEnabled.Location = new System.Drawing.Point(977, 12);
     this.klblCloseEnabled.Name     = "klblCloseEnabled";
     this.klblCloseEnabled.Size     = new System.Drawing.Size(23, 26);
     this.klblCloseEnabled.StateCommon.ShortText.Color1 = System.Drawing.Color.Red;
     this.klblCloseEnabled.StateCommon.ShortText.Color2 = System.Drawing.Color.Red;
     this.klblCloseEnabled.StateCommon.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblCloseEnabled.StateCommon.ShortText.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblCloseEnabled.StateCommon.ShortText.TextV  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblCloseEnabled.TabIndex    = 3;
     this.klblCloseEnabled.Values.Text = "X";
     this.klblCloseEnabled.Click      += new System.EventHandler(this.klblCloseEnabled_Click);
     this.klblCloseEnabled.MouseLeave += new System.EventHandler(this.klblCloseEnabled_MouseLeave);
     //
     // klblBetaInformation
     //
     this.klblBetaInformation.AutoSize = false;
     this.klblBetaInformation.Location = new System.Drawing.Point(251, 522);
     this.klblBetaInformation.Name     = "klblBetaInformation";
     this.klblBetaInformation.Size     = new System.Drawing.Size(512, 25);
     this.klblBetaInformation.StateCommon.ShortText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblBetaInformation.StateCommon.ShortText.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblBetaInformation.StateCommon.ShortText.TextV = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblBetaInformation.TabIndex    = 1;
     this.klblBetaInformation.Values.Text = "Palette Explorer - Beta (Build: {0})";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image     = global::PaletteEditor.Properties.Resources.PE_Icon_512_x_512;
     this.pictureBox1.Location  = new System.Drawing.Point(251, 3);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(512, 512);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex  = 0;
     this.pictureBox1.TabStop   = false;
     //
     // pbProgress
     //
     this.pbProgress.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pbProgress.Location = new System.Drawing.Point(0, 554);
     this.pbProgress.Name     = "pbProgress";
     this.pbProgress.Size     = new System.Drawing.Size(1012, 23);
     this.pbProgress.TabIndex = 1;
     //
     // PaletteEditorSplash
     //
     this.ClientSize = new System.Drawing.Size(1012, 577);
     this.ControlBox = false;
     this.Controls.Add(this.pbProgress);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "PaletteEditorSplash";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.PaletteEditorSplash_FormClosing);
     this.Load           += new System.EventHandler(this.PaletteEditorSplash_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateAvailableDialog));
     this.kryptonPanel1      = new Krypton.Toolkit.KryptonPanel();
     this.wbChangeLog        = new System.Windows.Forms.WebBrowser();
     this.klblReleaseNotes   = new Krypton.Toolkit.KryptonLabel();
     this.klblInfo           = new Krypton.Toolkit.KryptonLabel();
     this.klblHeader         = new Krypton.Toolkit.KryptonLabel();
     this.pbxApplicationIcon = new System.Windows.Forms.PictureBox();
     this.kbtnUpdate         = new Krypton.Toolkit.KryptonButton();
     this.kbtnSkip           = new Krypton.Toolkit.KryptonButton();
     this.kbtnRemindLater    = new Krypton.Toolkit.KryptonButton();
     this.kpnlNotes          = new Krypton.Toolkit.KryptonPanel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxApplicationIcon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kpnlNotes)).BeginInit();
     this.kpnlNotes.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kpnlNotes);
     this.kryptonPanel1.Controls.Add(this.kbtnSkip);
     this.kryptonPanel1.Controls.Add(this.kbtnUpdate);
     this.kryptonPanel1.Controls.Add(this.kbtnRemindLater);
     this.kryptonPanel1.Controls.Add(this.klblReleaseNotes);
     this.kryptonPanel1.Controls.Add(this.klblInfo);
     this.kryptonPanel1.Controls.Add(this.klblHeader);
     this.kryptonPanel1.Controls.Add(this.pbxApplicationIcon);
     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(578, 479);
     this.kryptonPanel1.TabIndex = 0;
     //
     // wbChangeLog
     //
     this.wbChangeLog.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.wbChangeLog.Location    = new System.Drawing.Point(0, 0);
     this.wbChangeLog.MinimumSize = new System.Drawing.Size(20, 20);
     this.wbChangeLog.Name        = "wbChangeLog";
     this.wbChangeLog.Size        = new System.Drawing.Size(500, 307);
     this.wbChangeLog.TabIndex    = 4;
     //
     // klblReleaseNotes
     //
     this.klblReleaseNotes.Location = new System.Drawing.Point(66, 98);
     this.klblReleaseNotes.Name     = "klblReleaseNotes";
     this.klblReleaseNotes.Size     = new System.Drawing.Size(121, 21);
     this.klblReleaseNotes.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblReleaseNotes.TabIndex    = 3;
     this.klblReleaseNotes.Values.Text = "Release Notes:";
     //
     // klblInfo
     //
     this.klblInfo.Location = new System.Drawing.Point(66, 41);
     this.klblInfo.Name     = "klblInfo";
     this.klblInfo.Size     = new System.Drawing.Size(335, 38);
     this.klblInfo.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
     this.klblInfo.TabIndex    = 2;
     this.klblInfo.Values.Text = "APP is now available (you have OLDVERSION). \r\nWould you like to [DOWNLOAD] it now" +
                                 "?";
     //
     // klblHeader
     //
     this.klblHeader.Location = new System.Drawing.Point(66, 12);
     this.klblHeader.Name     = "klblHeader";
     this.klblHeader.Size     = new System.Drawing.Size(258, 23);
     this.klblHeader.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblHeader.TabIndex    = 1;
     this.klblHeader.Values.Text = "A new version of {0} is available!";
     //
     // pbxApplicationIcon
     //
     this.pbxApplicationIcon.BackColor = System.Drawing.Color.Transparent;
     this.pbxApplicationIcon.Location  = new System.Drawing.Point(12, 12);
     this.pbxApplicationIcon.Name      = "pbxApplicationIcon";
     this.pbxApplicationIcon.Size      = new System.Drawing.Size(48, 48);
     this.pbxApplicationIcon.TabIndex  = 1;
     this.pbxApplicationIcon.TabStop   = false;
     //
     // kbtnUpdate
     //
     this.kbtnUpdate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnUpdate.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.kbtnUpdate.Location = new System.Drawing.Point(413, 440);
     this.kbtnUpdate.Margin   = new System.Windows.Forms.Padding(2);
     this.kbtnUpdate.Name     = "kbtnUpdate";
     this.kbtnUpdate.Size     = new System.Drawing.Size(153, 28);
     this.kbtnUpdate.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.kbtnUpdate.TabIndex     = 14;
     this.kbtnUpdate.Values.Image = global::Krypton.Toolkit.Suite.Extended.Software.Updater.Properties.Resources.download;
     this.kbtnUpdate.Values.Text  = "Update";
     this.kbtnUpdate.Click       += new System.EventHandler(this.kbtnUpdate_Click);
     //
     // kbtnSkip
     //
     this.kbtnSkip.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.kbtnSkip.DialogResult = System.Windows.Forms.DialogResult.Abort;
     this.kbtnSkip.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.kbtnSkip.Location     = new System.Drawing.Point(66, 440);
     this.kbtnSkip.Margin       = new System.Windows.Forms.Padding(2);
     this.kbtnSkip.Name         = "kbtnSkip";
     this.kbtnSkip.Size         = new System.Drawing.Size(153, 28);
     this.kbtnSkip.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.kbtnSkip.TabIndex     = 13;
     this.kbtnSkip.Values.Image = global::Krypton.Toolkit.Suite.Extended.Software.Updater.Properties.Resources.hand_point;
     this.kbtnSkip.Values.Text  = "Skip this version";
     this.kbtnSkip.Click       += new System.EventHandler(this.kbtnSkip_Click);
     //
     // kbtnRemindLater
     //
     this.kbtnRemindLater.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnRemindLater.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.kbtnRemindLater.Location = new System.Drawing.Point(256, 440);
     this.kbtnRemindLater.Margin   = new System.Windows.Forms.Padding(2);
     this.kbtnRemindLater.Name     = "kbtnRemindLater";
     this.kbtnRemindLater.Size     = new System.Drawing.Size(153, 28);
     this.kbtnRemindLater.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.kbtnRemindLater.TabIndex     = 15;
     this.kbtnRemindLater.Values.Image = global::Krypton.Toolkit.Suite.Extended.Software.Updater.Properties.Resources.clock_go;
     this.kbtnRemindLater.Values.Text  = "Remind &me later";
     this.kbtnRemindLater.Click       += new System.EventHandler(this.kbtnRemindLater_Click);
     //
     // kpnlNotes
     //
     this.kpnlNotes.Controls.Add(this.wbChangeLog);
     this.kpnlNotes.Location = new System.Drawing.Point(66, 125);
     this.kpnlNotes.Name     = "kpnlNotes";
     this.kpnlNotes.Size     = new System.Drawing.Size(500, 307);
     this.kpnlNotes.TabIndex = 16;
     //
     // UpdateAvailableDialog
     //
     this.ClientSize = new System.Drawing.Size(578, 479);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "UpdateAvailableDialog";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Software Update";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.UpdateAvailableDialog_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxApplicationIcon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kpnlNotes)).EndInit();
     this.kpnlNotes.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonColourDetailsDialog));
     this.kpnlButtons                  = new Krypton.Toolkit.KryptonPanel();
     this.kbtnOk                       = new Krypton.Toolkit.Suite.Extended.Dialogs.KryptonOKDialogButton();
     this.kbtnCancel                   = new Krypton.Toolkit.Suite.Extended.Dialogs.KryptonCancelDialogButton();
     this.panel1                       = new System.Windows.Forms.Panel();
     this.kryptonPanel1                = new Krypton.Toolkit.KryptonPanel();
     this.txtHexColour                 = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ColourHexadecimalTextBox();
     this.kryptonLabel7                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonAlphaValueLabel1      = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonAlphaValueLabel();
     this.kryptonBlueValueNumericBox2  = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonBlueValueNumericBox();
     this.kryptonLabel8                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel9                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonRedValueNumericBox2   = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonRedValueNumericBox();
     this.kryptonGreenValueNumericBox2 = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonGreenValueNumericBox();
     this.kryptonLabel10               = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel11               = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel6                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonBlueValueNumericBox1  = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonBlueValueNumericBox();
     this.kryptonLabel5                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel4                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonRedValueNumericBox1   = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonRedValueNumericBox();
     this.kryptonGreenValueNumericBox1 = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonGreenValueNumericBox();
     this.kryptonLabel3                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonAlphaValueNumericBox1 = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonAlphaValueNumericBox();
     this.kryptonLabel2                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1                = new Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).BeginInit();
     this.kpnlButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // kpnlButtons
     //
     this.kpnlButtons.Controls.Add(this.kbtnOk);
     this.kpnlButtons.Controls.Add(this.kbtnCancel);
     this.kpnlButtons.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kpnlButtons.Location = new System.Drawing.Point(0, 128);
     this.kpnlButtons.Name     = "kpnlButtons";
     this.kpnlButtons.Size     = new System.Drawing.Size(518, 44);
     this.kpnlButtons.TabIndex = 1;
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Location     = new System.Drawing.Point(320, 7);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.Size = new System.Drawing.Size(90, 25);
     this.kbtnOk.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.TabIndex    = 2;
     this.kbtnOk.Values.Text = "&OK";
     //
     // kbtnCancel
     //
     this.kbtnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(416, 7);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.Size = new System.Drawing.Size(90, 25);
     this.kbtnCancel.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.TabIndex    = 2;
     this.kbtnCancel.Values.Text = "C&ancel";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 125);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(518, 3);
     this.panel1.TabIndex  = 3;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.txtHexColour);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel7);
     this.kryptonPanel1.Controls.Add(this.kryptonAlphaValueLabel1);
     this.kryptonPanel1.Controls.Add(this.kryptonBlueValueNumericBox2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel8);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel9);
     this.kryptonPanel1.Controls.Add(this.kryptonRedValueNumericBox2);
     this.kryptonPanel1.Controls.Add(this.kryptonGreenValueNumericBox2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel10);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel11);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel6);
     this.kryptonPanel1.Controls.Add(this.kryptonBlueValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel5);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel4);
     this.kryptonPanel1.Controls.Add(this.kryptonRedValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonGreenValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel1.Controls.Add(this.kryptonAlphaValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     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(518, 125);
     this.kryptonPanel1.TabIndex = 4;
     //
     // txtHexColour
     //
     this.txtHexColour.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtHexColour.Colour    = System.Drawing.Color.Empty;
     this.txtHexColour.Hint      = "000000";
     this.txtHexColour.Location  = new System.Drawing.Point(173, 88);
     this.txtHexColour.MaxLength = 6;
     this.txtHexColour.Name      = "txtHexColour";
     this.txtHexColour.Size      = new System.Drawing.Size(100, 24);
     this.txtHexColour.StateCommon.Content.Font  = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHexColour.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.txtHexColour.TabIndex = 5;
     //
     // kryptonLabel7
     //
     this.kryptonLabel7.Location = new System.Drawing.Point(387, 52);
     this.kryptonLabel7.Name     = "kryptonLabel7";
     this.kryptonLabel7.Size     = new System.Drawing.Size(17, 21);
     this.kryptonLabel7.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel7.TabIndex    = 17;
     this.kryptonLabel7.Values.Text = ")";
     //
     // kryptonAlphaValueLabel1
     //
     this.kryptonAlphaValueLabel1.AlphaValue                 = 255;
     this.kryptonAlphaValueLabel1.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.kryptonAlphaValueLabel1.ExtraText                  = "Alpha Value";
     this.kryptonAlphaValueLabel1.Location                   = new System.Drawing.Point(13, 83);
     this.kryptonAlphaValueLabel1.Name                       = "kryptonAlphaValueLabel1";
     this.kryptonAlphaValueLabel1.ShowColon                  = false;
     this.kryptonAlphaValueLabel1.ShowCurrentColourValue     = false;
     this.kryptonAlphaValueLabel1.Size                       = new System.Drawing.Size(110, 26);
     this.kryptonAlphaValueLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.TabIndex                   = 6;
     this.kryptonAlphaValueLabel1.Typeface                   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.Values.Text                = "Alpha Value:";
     //
     // kryptonBlueValueNumericBox2
     //
     this.kryptonBlueValueNumericBox2.Location = new System.Drawing.Point(307, 52);
     this.kryptonBlueValueNumericBox2.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonBlueValueNumericBox2.Name = "kryptonBlueValueNumericBox2";
     this.kryptonBlueValueNumericBox2.Size = new System.Drawing.Size(74, 22);
     this.kryptonBlueValueNumericBox2.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.kryptonBlueValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonBlueValueNumericBox2.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonBlueValueNumericBox2.TabIndex        = 16;
     this.kryptonBlueValueNumericBox2.Typeface        = null;
     this.kryptonBlueValueNumericBox2.UseAccessibleUI = false;
     //
     // kryptonLabel8
     //
     this.kryptonLabel8.Location = new System.Drawing.Point(285, 52);
     this.kryptonLabel8.Name     = "kryptonLabel8";
     this.kryptonLabel8.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel8.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel8.TabIndex    = 15;
     this.kryptonLabel8.Values.Text = ",";
     //
     // kryptonLabel9
     //
     this.kryptonLabel9.Location = new System.Drawing.Point(183, 52);
     this.kryptonLabel9.Name     = "kryptonLabel9";
     this.kryptonLabel9.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel9.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel9.TabIndex    = 14;
     this.kryptonLabel9.Values.Text = ",";
     //
     // kryptonRedValueNumericBox2
     //
     this.kryptonRedValueNumericBox2.Location = new System.Drawing.Point(103, 52);
     this.kryptonRedValueNumericBox2.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonRedValueNumericBox2.Name = "kryptonRedValueNumericBox2";
     this.kryptonRedValueNumericBox2.Size = new System.Drawing.Size(74, 22);
     this.kryptonRedValueNumericBox2.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.kryptonRedValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonRedValueNumericBox2.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonRedValueNumericBox2.TabIndex        = 13;
     this.kryptonRedValueNumericBox2.Typeface        = null;
     this.kryptonRedValueNumericBox2.UseAccessibleUI = false;
     //
     // kryptonGreenValueNumericBox2
     //
     this.kryptonGreenValueNumericBox2.Location = new System.Drawing.Point(205, 52);
     this.kryptonGreenValueNumericBox2.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonGreenValueNumericBox2.Name = "kryptonGreenValueNumericBox2";
     this.kryptonGreenValueNumericBox2.Size = new System.Drawing.Size(74, 22);
     this.kryptonGreenValueNumericBox2.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.kryptonGreenValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonGreenValueNumericBox2.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonGreenValueNumericBox2.TabIndex        = 12;
     this.kryptonGreenValueNumericBox2.Typeface        = null;
     this.kryptonGreenValueNumericBox2.UseAccessibleUI = false;
     //
     // kryptonLabel10
     //
     this.kryptonLabel10.Location = new System.Drawing.Point(80, 52);
     this.kryptonLabel10.Name     = "kryptonLabel10";
     this.kryptonLabel10.Size     = new System.Drawing.Size(17, 21);
     this.kryptonLabel10.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel10.TabIndex    = 11;
     this.kryptonLabel10.Values.Text = "(";
     //
     // kryptonLabel11
     //
     this.kryptonLabel11.Location = new System.Drawing.Point(23, 52);
     this.kryptonLabel11.Name     = "kryptonLabel11";
     this.kryptonLabel11.Size     = new System.Drawing.Size(51, 21);
     this.kryptonLabel11.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel11.TabIndex    = 10;
     this.kryptonLabel11.Values.Text = "RGB:";
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.Location = new System.Drawing.Point(489, 13);
     this.kryptonLabel6.Name     = "kryptonLabel6";
     this.kryptonLabel6.Size     = new System.Drawing.Size(17, 21);
     this.kryptonLabel6.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel6.TabIndex    = 9;
     this.kryptonLabel6.Values.Text = ")";
     //
     // kryptonBlueValueNumericBox1
     //
     this.kryptonBlueValueNumericBox1.Location = new System.Drawing.Point(409, 13);
     this.kryptonBlueValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonBlueValueNumericBox1.Name = "kryptonBlueValueNumericBox1";
     this.kryptonBlueValueNumericBox1.Size = new System.Drawing.Size(74, 22);
     this.kryptonBlueValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.kryptonBlueValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonBlueValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonBlueValueNumericBox1.TabIndex        = 8;
     this.kryptonBlueValueNumericBox1.Typeface        = null;
     this.kryptonBlueValueNumericBox1.UseAccessibleUI = false;
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.Location = new System.Drawing.Point(387, 13);
     this.kryptonLabel5.Name     = "kryptonLabel5";
     this.kryptonLabel5.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel5.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel5.TabIndex    = 7;
     this.kryptonLabel5.Values.Text = ",";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(285, 13);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex    = 6;
     this.kryptonLabel4.Values.Text = ",";
     //
     // kryptonRedValueNumericBox1
     //
     this.kryptonRedValueNumericBox1.Location = new System.Drawing.Point(205, 13);
     this.kryptonRedValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonRedValueNumericBox1.Name = "kryptonRedValueNumericBox1";
     this.kryptonRedValueNumericBox1.Size = new System.Drawing.Size(74, 22);
     this.kryptonRedValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.kryptonRedValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonRedValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonRedValueNumericBox1.TabIndex        = 5;
     this.kryptonRedValueNumericBox1.Typeface        = null;
     this.kryptonRedValueNumericBox1.UseAccessibleUI = false;
     //
     // kryptonGreenValueNumericBox1
     //
     this.kryptonGreenValueNumericBox1.Location = new System.Drawing.Point(307, 13);
     this.kryptonGreenValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonGreenValueNumericBox1.Name = "kryptonGreenValueNumericBox1";
     this.kryptonGreenValueNumericBox1.Size = new System.Drawing.Size(74, 22);
     this.kryptonGreenValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.kryptonGreenValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonGreenValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonGreenValueNumericBox1.TabIndex        = 4;
     this.kryptonGreenValueNumericBox1.Typeface        = null;
     this.kryptonGreenValueNumericBox1.UseAccessibleUI = false;
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(183, 13);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 3;
     this.kryptonLabel3.Values.Text = ",";
     //
     // kryptonAlphaValueNumericBox1
     //
     this.kryptonAlphaValueNumericBox1.Location = new System.Drawing.Point(103, 13);
     this.kryptonAlphaValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonAlphaValueNumericBox1.Name = "kryptonAlphaValueNumericBox1";
     this.kryptonAlphaValueNumericBox1.Size = new System.Drawing.Size(74, 22);
     this.kryptonAlphaValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.White;
     this.kryptonAlphaValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.Black;
     this.kryptonAlphaValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonAlphaValueNumericBox1.TabIndex = 2;
     this.kryptonAlphaValueNumericBox1.Typeface = null;
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(80, 13);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(17, 21);
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 1;
     this.kryptonLabel2.Values.Text = "(";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(13, 13);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(61, 21);
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 0;
     this.kryptonLabel1.Values.Text = "ARGB:";
     //
     // KryptonColourDetailsDialog
     //
     this.ClientSize = new System.Drawing.Size(518, 172);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kpnlButtons);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonColourDetailsDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Colour Details";
     this.Load           += new System.EventHandler(this.KryptonColourDetailsDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).EndInit();
     this.kpnlButtons.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #17
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ColourContrastTool));
     this.kryptonPanel1               = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnExport                  = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnImportValues            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnSaveValues              = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnOk                      = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kchkUpdateValues            = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kryptonPanel2               = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kcbCustomColourTwoSelector  = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kcbCustomColourOneSelector  = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.cbxContrastColourTwoPreview = new ExtendedControls.ExtendedToolkit.Controls.CircularPictureBox();
     this.kryptonLabel3               = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.cbxContrastColourOnePreview = new ExtendedControls.ExtendedToolkit.Controls.CircularPictureBox();
     this.kryptonLabel2               = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel6               = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.knudBlueChannelValue        = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.ktxtHexValue                = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.cwChosenColour              = new ExtendedControls.ExtendedToolkit.Controls.Colours.Controls.ColourWheelExtended();
     this.klblHexValue                = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.knudGreenChannelValue       = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel1               = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.knudRedChannelValue         = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumAlpaValue               = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel10              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel8               = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel9               = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.panel1                      = new System.Windows.Forms.Panel();
     this.kbtnGenerate                = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcbCustomColourTwoSelector)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kcbCustomColourOneSelector)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbxContrastColourTwoPreview)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbxContrastColourOnePreview)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnGenerate);
     this.kryptonPanel1.Controls.Add(this.kbtnExport);
     this.kryptonPanel1.Controls.Add(this.kbtnImportValues);
     this.kryptonPanel1.Controls.Add(this.kbtnSaveValues);
     this.kryptonPanel1.Controls.Add(this.kbtnOk);
     this.kryptonPanel1.Controls.Add(this.kchkUpdateValues);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 755);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(988, 55);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnExport
     //
     this.kbtnExport.AutoSize     = true;
     this.kbtnExport.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnExport.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnExport.Enabled      = false;
     this.kbtnExport.Location     = new System.Drawing.Point(605, 13);
     this.kbtnExport.Name         = "kbtnExport";
     this.kbtnExport.Size         = new System.Drawing.Size(110, 30);
     this.kbtnExport.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnExport.TabIndex    = 64;
     this.kbtnExport.Values.Text = "E&xport Values";
     //
     // kbtnImportValues
     //
     this.kbtnImportValues.AutoSize     = true;
     this.kbtnImportValues.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnImportValues.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnImportValues.Location     = new System.Drawing.Point(721, 13);
     this.kbtnImportValues.Name         = "kbtnImportValues";
     this.kbtnImportValues.Size         = new System.Drawing.Size(113, 30);
     this.kbtnImportValues.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnImportValues.TabIndex    = 63;
     this.kbtnImportValues.Values.Text = "&Import Values";
     //
     // kbtnSaveValues
     //
     this.kbtnSaveValues.AutoSize     = true;
     this.kbtnSaveValues.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnSaveValues.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnSaveValues.Location     = new System.Drawing.Point(840, 13);
     this.kbtnSaveValues.Name         = "kbtnSaveValues";
     this.kbtnSaveValues.Size         = new System.Drawing.Size(98, 30);
     this.kbtnSaveValues.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnSaveValues.TabIndex    = 62;
     this.kbtnSaveValues.Values.Text = "&Save Values";
     //
     // kbtnOk
     //
     this.kbtnOk.AutoSize     = true;
     this.kbtnOk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Location     = new System.Drawing.Point(944, 13);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(32, 30);
     this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.TabIndex    = 61;
     this.kbtnOk.Values.Text = "O&k";
     this.kbtnOk.Click      += new System.EventHandler(this.KbtnOk_Click);
     //
     // kchkUpdateValues
     //
     this.kchkUpdateValues.Location = new System.Drawing.Point(12, 17);
     this.kchkUpdateValues.Name     = "kchkUpdateValues";
     this.kchkUpdateValues.Size     = new System.Drawing.Size(185, 26);
     this.kchkUpdateValues.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkUpdateValues.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkUpdateValues.TabIndex        = 0;
     this.kchkUpdateValues.Values.Text     = "Always &Update Values";
     this.kchkUpdateValues.CheckedChanged += new System.EventHandler(this.KchkUpdateValues_CheckedChanged);
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kcbCustomColourTwoSelector);
     this.kryptonPanel2.Controls.Add(this.kcbCustomColourOneSelector);
     this.kryptonPanel2.Controls.Add(this.cbxContrastColourTwoPreview);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel2.Controls.Add(this.cbxContrastColourOnePreview);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel6);
     this.kryptonPanel2.Controls.Add(this.knudBlueChannelValue);
     this.kryptonPanel2.Controls.Add(this.ktxtHexValue);
     this.kryptonPanel2.Controls.Add(this.cwChosenColour);
     this.kryptonPanel2.Controls.Add(this.klblHexValue);
     this.kryptonPanel2.Controls.Add(this.knudGreenChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel2.Controls.Add(this.knudRedChannelValue);
     this.kryptonPanel2.Controls.Add(this.knumAlpaValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel10);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel8);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel9);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(988, 755);
     this.kryptonPanel2.TabIndex = 1;
     //
     // kcbCustomColourTwoSelector
     //
     this.kcbCustomColourTwoSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.kcbCustomColourTwoSelector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kcbCustomColourTwoSelector.DropDownWidth = 435;
     this.kcbCustomColourTwoSelector.Location      = new System.Drawing.Point(638, 711);
     this.kcbCustomColourTwoSelector.Name          = "kcbCustomColourTwoSelector";
     this.kcbCustomColourTwoSelector.Size          = new System.Drawing.Size(338, 27);
     this.kcbCustomColourTwoSelector.StateCommon.ComboBox.Content.Font       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbCustomColourTwoSelector.StateCommon.ComboBox.Content.TextH      = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Near;
     this.kcbCustomColourTwoSelector.StateCommon.Item.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbCustomColourTwoSelector.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbCustomColourTwoSelector.TabIndex              = 58;
     this.kcbCustomColourTwoSelector.SelectedIndexChanged += new System.EventHandler(this.KcbCustomColourTwoSelector_SelectedIndexChanged);
     //
     // kcbCustomColourOneSelector
     //
     this.kcbCustomColourOneSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.kcbCustomColourOneSelector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kcbCustomColourOneSelector.DropDownWidth = 435;
     this.kcbCustomColourOneSelector.Location      = new System.Drawing.Point(638, 333);
     this.kcbCustomColourOneSelector.Name          = "kcbCustomColourOneSelector";
     this.kcbCustomColourOneSelector.Size          = new System.Drawing.Size(338, 27);
     this.kcbCustomColourOneSelector.StateCommon.ComboBox.Content.Font       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbCustomColourOneSelector.StateCommon.ComboBox.Content.TextH      = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Near;
     this.kcbCustomColourOneSelector.StateCommon.Item.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbCustomColourOneSelector.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbCustomColourOneSelector.TabIndex              = 57;
     this.kcbCustomColourOneSelector.SelectedIndexChanged += new System.EventHandler(this.KcbCustomColourOneSelector_SelectedIndexChanged);
     //
     // cbxContrastColourTwoPreview
     //
     this.cbxContrastColourTwoPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.cbxContrastColourTwoPreview.BackColor   = System.Drawing.Color.Black;
     this.cbxContrastColourTwoPreview.Location    = new System.Drawing.Point(673, 391);
     this.cbxContrastColourTwoPreview.Name        = "cbxContrastColourTwoPreview";
     this.cbxContrastColourTwoPreview.Size        = new System.Drawing.Size(303, 291);
     this.cbxContrastColourTwoPreview.TabIndex    = 56;
     this.cbxContrastColourTwoPreview.TabStop     = false;
     this.cbxContrastColourTwoPreview.MouseEnter += new System.EventHandler(this.CbxContrastColourTwoPreview_MouseEnter);
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonLabel3.Location = new System.Drawing.Point(424, 522);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(211, 33);
     this.kryptonLabel3.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 55;
     this.kryptonLabel3.Values.Text = "Contrast Colour #2:";
     //
     // cbxContrastColourOnePreview
     //
     this.cbxContrastColourOnePreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.cbxContrastColourOnePreview.BackColor   = System.Drawing.Color.Black;
     this.cbxContrastColourOnePreview.Location    = new System.Drawing.Point(673, 12);
     this.cbxContrastColourOnePreview.Name        = "cbxContrastColourOnePreview";
     this.cbxContrastColourOnePreview.Size        = new System.Drawing.Size(303, 291);
     this.cbxContrastColourOnePreview.TabIndex    = 54;
     this.cbxContrastColourOnePreview.TabStop     = false;
     this.cbxContrastColourOnePreview.MouseEnter += new System.EventHandler(this.CbxContrastColourOnePreview_MouseEnter);
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonLabel2.Location = new System.Drawing.Point(424, 143);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(211, 33);
     this.kryptonLabel2.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 53;
     this.kryptonLabel2.Values.Text = "Contrast Colour #1:";
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.kryptonLabel6.Location = new System.Drawing.Point(78, 713);
     this.kryptonLabel6.Name     = "kryptonLabel6";
     this.kryptonLabel6.Size     = new System.Drawing.Size(26, 33);
     this.kryptonLabel6.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel6.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel6.TabIndex    = 52;
     this.kryptonLabel6.Values.Text = "#";
     //
     // knudBlueChannelValue
     //
     this.knudBlueChannelValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                              | System.Windows.Forms.AnchorStyles.Left)));
     this.knudBlueChannelValue.DecimalPlaces = 99;
     this.knudBlueChannelValue.Location      = new System.Drawing.Point(98, 631);
     this.knudBlueChannelValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudBlueChannelValue.Name = "knudBlueChannelValue";
     this.knudBlueChannelValue.Size = new System.Drawing.Size(120, 32);
     this.knudBlueChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.Blue;
     this.knudBlueChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudBlueChannelValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.knudBlueChannelValue.TabIndex      = 34;
     this.knudBlueChannelValue.ValueChanged += new System.EventHandler(this.KnudBlueChannelValue_ValueChanged);
     //
     // ktxtHexValue
     //
     this.ktxtHexValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)));
     this.ktxtHexValue.Hint      = "FFFFFF";
     this.ktxtHexValue.Location  = new System.Drawing.Point(110, 717);
     this.ktxtHexValue.MaxLength = 6;
     this.ktxtHexValue.Name      = "ktxtHexValue";
     this.ktxtHexValue.Size      = new System.Drawing.Size(158, 29);
     this.ktxtHexValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktxtHexValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.ktxtHexValue.TabIndex     = 51;
     this.ktxtHexValue.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.ktxtHexValue.TextChanged += new System.EventHandler(this.KtxtHexValue_TextChanged);
     //
     // cwChosenColour
     //
     this.cwChosenColour.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)));
     this.cwChosenColour.BackColor      = System.Drawing.Color.Transparent;
     this.cwChosenColour.Location       = new System.Drawing.Point(12, 12);
     this.cwChosenColour.Name           = "cwChosenColour";
     this.cwChosenColour.Size           = new System.Drawing.Size(368, 373);
     this.cwChosenColour.TabIndex       = 3;
     this.cwChosenColour.ColourChanged += new System.EventHandler(this.CwChosenColour_ColourChanged);
     //
     // klblHexValue
     //
     this.klblHexValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)));
     this.klblHexValue.Location = new System.Drawing.Point(12, 711);
     this.klblHexValue.Name     = "klblHexValue";
     this.klblHexValue.Size     = new System.Drawing.Size(60, 33);
     this.klblHexValue.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblHexValue.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblHexValue.TabIndex    = 50;
     this.klblHexValue.Values.Text = "Hex:";
     //
     // knudGreenChannelValue
     //
     this.knudGreenChannelValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)));
     this.knudGreenChannelValue.DecimalPlaces = 99;
     this.knudGreenChannelValue.Location      = new System.Drawing.Point(98, 551);
     this.knudGreenChannelValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudGreenChannelValue.Name = "knudGreenChannelValue";
     this.knudGreenChannelValue.Size = new System.Drawing.Size(120, 32);
     this.knudGreenChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.Green;
     this.knudGreenChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudGreenChannelValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.knudGreenChannelValue.TabIndex      = 33;
     this.knudGreenChannelValue.ValueChanged += new System.EventHandler(this.KnudGreenChannelValue_ValueChanged);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.kryptonLabel1.Location = new System.Drawing.Point(12, 391);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(79, 33);
     this.kryptonLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 27;
     this.kryptonLabel1.Values.Text = "Alpha:";
     //
     // knudRedChannelValue
     //
     this.knudRedChannelValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)));
     this.knudRedChannelValue.DecimalPlaces = 99;
     this.knudRedChannelValue.Location      = new System.Drawing.Point(98, 460);
     this.knudRedChannelValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudRedChannelValue.Name = "knudRedChannelValue";
     this.knudRedChannelValue.Size = new System.Drawing.Size(120, 32);
     this.knudRedChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.Red;
     this.knudRedChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudRedChannelValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.knudRedChannelValue.TabIndex      = 32;
     this.knudRedChannelValue.ValueChanged += new System.EventHandler(this.KnudRedChannelValue_ValueChanged);
     //
     // knumAlpaValue
     //
     this.knumAlpaValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.knumAlpaValue.DecimalPlaces = 99;
     this.knumAlpaValue.Location      = new System.Drawing.Point(97, 391);
     this.knumAlpaValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumAlpaValue.Name = "knumAlpaValue";
     this.knumAlpaValue.Size = new System.Drawing.Size(120, 32);
     this.knumAlpaValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumAlpaValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.knumAlpaValue.TabIndex      = 28;
     this.knumAlpaValue.ValueChanged += new System.EventHandler(this.KnumAlpaValue_ValueChanged);
     //
     // kryptonLabel10
     //
     this.kryptonLabel10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)));
     this.kryptonLabel10.Location = new System.Drawing.Point(12, 460);
     this.kryptonLabel10.Name     = "kryptonLabel10";
     this.kryptonLabel10.Size     = new System.Drawing.Size(59, 33);
     this.kryptonLabel10.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel10.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel10.TabIndex    = 31;
     this.kryptonLabel10.Values.Text = "Red:";
     //
     // kryptonLabel8
     //
     this.kryptonLabel8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.kryptonLabel8.Location = new System.Drawing.Point(12, 631);
     this.kryptonLabel8.Name     = "kryptonLabel8";
     this.kryptonLabel8.Size     = new System.Drawing.Size(64, 33);
     this.kryptonLabel8.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel8.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel8.TabIndex    = 29;
     this.kryptonLabel8.Values.Text = "Blue:";
     //
     // kryptonLabel9
     //
     this.kryptonLabel9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.kryptonLabel9.Location = new System.Drawing.Point(12, 551);
     this.kryptonLabel9.Name     = "kryptonLabel9";
     this.kryptonLabel9.Size     = new System.Drawing.Size(80, 33);
     this.kryptonLabel9.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel9.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel9.TabIndex    = 30;
     this.kryptonLabel9.Values.Text = "Green:";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 752);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(988, 3);
     this.panel1.TabIndex  = 2;
     //
     // kbtnGenerate
     //
     this.kbtnGenerate.AutoSize     = true;
     this.kbtnGenerate.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerate.Location     = new System.Drawing.Point(402, 13);
     this.kbtnGenerate.Name         = "kbtnGenerate";
     this.kbtnGenerate.Size         = new System.Drawing.Size(197, 30);
     this.kbtnGenerate.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerate.TabIndex    = 65;
     this.kbtnGenerate.Values.Text = "Gener&ate Random Colour";
     this.kbtnGenerate.Click      += new System.EventHandler(this.KbtnGenerate_Click);
     //
     // ColourContrastTool
     //
     this.ClientSize = new System.Drawing.Size(988, 810);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "ColourContrastTool";
     this.Text            = "Krypton Colour Contrast Tool";
     this.Load           += new System.EventHandler(this.ColourContrastTool_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcbCustomColourTwoSelector)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kcbCustomColourOneSelector)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbxContrastColourTwoPreview)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbxContrastColourOnePreview)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     this.kryptonPanel1        = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnClose            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.statusStrip1         = new System.Windows.Forms.StatusStrip();
     this.kryptonPalette1      = new ComponentFactory.Krypton.Toolkit.KryptonPalette(this.components);
     this.kryptonPanelTop      = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.labelKryptonExplorer = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.pictureBoxRight      = new System.Windows.Forms.PictureBox();
     this.panel1            = new System.Windows.Forms.Panel();
     this.kryptonPanel2     = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonNavigator1 = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
     this.kryptonPage1      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage2      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage3      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage4      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage5      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage6      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage7      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage8      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelTop)).BeginInit();
     this.kryptonPanelTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigator1)).BeginInit();
     this.kryptonNavigator1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage8)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnClose);
     this.kryptonPanel1.Controls.Add(this.statusStrip1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 492);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(717, 65);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnClose
     //
     this.kbtnClose.AutoSize = true;
     this.kbtnClose.Location = new System.Drawing.Point(615, 8);
     this.kbtnClose.Name     = "kbtnClose";
     this.kbtnClose.Size     = new System.Drawing.Size(90, 30);
     this.kbtnClose.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnClose.TabIndex    = 1;
     this.kbtnClose.Values.Text = "Clos&e";
     this.kbtnClose.Click      += new System.EventHandler(this.kbtnClose_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Font       = new System.Drawing.Font("Segoe UI", 9F);
     this.statusStrip1.Location   = new System.Drawing.Point(0, 43);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.Size       = new System.Drawing.Size(717, 22);
     this.statusStrip1.TabIndex   = 0;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // kryptonPalette1
     //
     this.kryptonPalette1.CustomisedKryptonPaletteFilePath = null;
     //
     // kryptonPanelTop
     //
     this.kryptonPanelTop.Controls.Add(this.labelKryptonExplorer);
     this.kryptonPanelTop.Controls.Add(this.pictureBoxRight);
     this.kryptonPanelTop.Dock           = System.Windows.Forms.DockStyle.Top;
     this.kryptonPanelTop.Location       = new System.Drawing.Point(0, 0);
     this.kryptonPanelTop.Name           = "kryptonPanelTop";
     this.kryptonPanelTop.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlClient;
     this.kryptonPanelTop.Size           = new System.Drawing.Size(717, 90);
     this.kryptonPanelTop.TabIndex       = 2;
     //
     // labelKryptonExplorer
     //
     this.labelKryptonExplorer.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.labelKryptonExplorer.Location   = new System.Drawing.Point(17, 54);
     this.labelKryptonExplorer.Name       = "labelKryptonExplorer";
     this.labelKryptonExplorer.Size       = new System.Drawing.Size(451, 28);
     this.labelKryptonExplorer.StateCommon.ShortText.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelKryptonExplorer.StateCommon.ShortText.Hint = ComponentFactory.Krypton.Toolkit.PaletteTextHint.AntiAlias;
     this.labelKryptonExplorer.TabIndex         = 0;
     this.labelKryptonExplorer.Values.ExtraText = "Built for .Net 4.7";
     this.labelKryptonExplorer.Values.Text      = "Krypton Extended Toolkit 5.451";
     //
     // pictureBoxRight
     //
     this.pictureBoxRight.BackColor             = System.Drawing.SystemColors.Window;
     this.pictureBoxRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBoxRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBoxRight.Image    = global::DemoHub.Properties.Resources.KR_64__x_64_Orange;
     this.pictureBoxRight.Location = new System.Drawing.Point(610, 0);
     this.pictureBoxRight.Name     = "pictureBoxRight";
     this.pictureBoxRight.Size     = new System.Drawing.Size(107, 90);
     this.pictureBoxRight.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBoxRight.TabIndex = 0;
     this.pictureBoxRight.TabStop  = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 489);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(717, 3);
     this.panel1.TabIndex  = 3;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kryptonNavigator1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 90);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(717, 399);
     this.kryptonPanel2.TabIndex = 4;
     //
     // kryptonNavigator1
     //
     this.kryptonNavigator1.Bar.BarOrientation        = ComponentFactory.Krypton.Toolkit.VisualOrientation.Left;
     this.kryptonNavigator1.Bar.CheckButtonStyle      = ComponentFactory.Krypton.Toolkit.ButtonStyle.LowProfile;
     this.kryptonNavigator1.Bar.ItemOrientation       = ComponentFactory.Krypton.Toolkit.ButtonOrientation.FixedTop;
     this.kryptonNavigator1.Bar.TabBorderStyle        = ComponentFactory.Krypton.Toolkit.TabBorderStyle.OneNote;
     this.kryptonNavigator1.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None;
     this.kryptonNavigator1.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
     this.kryptonNavigator1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.kryptonNavigator1.Location      = new System.Drawing.Point(0, 0);
     this.kryptonNavigator1.Name          = "kryptonNavigator1";
     this.kryptonNavigator1.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarCheckButtonGroupOutside;
     this.kryptonNavigator1.PageBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
     this.kryptonNavigator1.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
         this.kryptonPage1,
         this.kryptonPage2,
         this.kryptonPage3,
         this.kryptonPage4,
         this.kryptonPage5,
         this.kryptonPage6,
         this.kryptonPage7,
         this.kryptonPage8
     });
     this.kryptonNavigator1.SelectedIndex = 7;
     this.kryptonNavigator1.Size          = new System.Drawing.Size(717, 399);
     this.kryptonNavigator1.StateCommon.Bar.BarPaddingOutside              = new System.Windows.Forms.Padding(0, 0, 0, 10);
     this.kryptonNavigator1.StateCommon.Bar.CheckButtonGap                 = 5;
     this.kryptonNavigator1.StateCommon.CheckButton.Content.Image.ImageH   = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.kryptonNavigator1.StateCommon.CheckButton.Content.Image.ImageV   = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Near;
     this.kryptonNavigator1.StateCommon.CheckButton.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonNavigator1.TabIndex = 0;
     this.kryptonNavigator1.Text     = "kryptonNavigator1";
     //
     // kryptonPage1
     //
     this.kryptonPage1.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage1.Flags          = 65534;
     this.kryptonPage1.LastVisibleSet = true;
     this.kryptonPage1.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage1.Name           = "kryptonPage1";
     this.kryptonPage1.Size           = new System.Drawing.Size(588, 397);
     this.kryptonPage1.Text           = "Core";
     this.kryptonPage1.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage1.UniqueName     = "b9322797412b486e88d7bf8056aa67da";
     //
     // kryptonPage2
     //
     this.kryptonPage2.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage2.Flags          = 65534;
     this.kryptonPage2.LastVisibleSet = true;
     this.kryptonPage2.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage2.Name           = "kryptonPage2";
     this.kryptonPage2.Size           = new System.Drawing.Size(588, 397);
     this.kryptonPage2.Text           = "Dialogs";
     this.kryptonPage2.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage2.UniqueName     = "419c8ea99da44619b29354043d29a999";
     //
     // kryptonPage3
     //
     this.kryptonPage3.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage3.Flags          = 65534;
     this.kryptonPage3.LastVisibleSet = true;
     this.kryptonPage3.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage3.Name           = "kryptonPage3";
     this.kryptonPage3.Size           = new System.Drawing.Size(588, 397);
     this.kryptonPage3.Text           = "Outlook Grid";
     this.kryptonPage3.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage3.UniqueName     = "29a07ed70c75409780c8cbb247c483d9";
     //
     // kryptonPage4
     //
     this.kryptonPage4.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage4.Flags          = 65534;
     this.kryptonPage4.LastVisibleSet = true;
     this.kryptonPage4.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage4.Name           = "kryptonPage4";
     this.kryptonPage4.Size           = new System.Drawing.Size(588, 397);
     this.kryptonPage4.Text           = "Wizard";
     this.kryptonPage4.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage4.UniqueName     = "21d61935efe54482972abc8ee8a3d62c";
     //
     // kryptonPage5
     //
     this.kryptonPage5.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage5.Flags          = 65534;
     this.kryptonPage5.LastVisibleSet = true;
     this.kryptonPage5.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage5.Name           = "kryptonPage5";
     this.kryptonPage5.Size           = new System.Drawing.Size(588, 397);
     this.kryptonPage5.Text           = "Toolbars";
     this.kryptonPage5.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage5.UniqueName     = "665508ede045476292cb5b6d650b24f2";
     //
     // kryptonPage6
     //
     this.kryptonPage6.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage6.Flags          = 65534;
     this.kryptonPage6.LastVisibleSet = true;
     this.kryptonPage6.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage6.Name           = "kryptonPage6";
     this.kryptonPage6.Size           = new System.Drawing.Size(574, 397);
     this.kryptonPage6.Text           = "Colour Controls";
     this.kryptonPage6.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage6.UniqueName     = "e53b1a35a58d49c0b013515a397f1d61";
     //
     // kryptonPage7
     //
     this.kryptonPage7.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage7.Flags          = 65534;
     this.kryptonPage7.LastVisibleSet = true;
     this.kryptonPage7.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage7.Name           = "kryptonPage7";
     this.kryptonPage7.Size           = new System.Drawing.Size(574, 397);
     this.kryptonPage7.Text           = "IO Components";
     this.kryptonPage7.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage7.UniqueName     = "86ccf13d73434c508a943edabc5065ed";
     //
     // kryptonPage8
     //
     this.kryptonPage8.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage8.Flags          = 65534;
     this.kryptonPage8.LastVisibleSet = true;
     this.kryptonPage8.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage8.Name           = "kryptonPage8";
     this.kryptonPage8.Size           = new System.Drawing.Size(574, 397);
     this.kryptonPage8.Text           = "Toolkit Controls";
     this.kryptonPage8.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage8.UniqueName     = "f02391499eb944a28eafec15d7a573bd";
     //
     // MainWindow
     //
     this.ClientSize = new System.Drawing.Size(717, 557);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanelTop);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MainWindow";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Krypton Extended Toolkit Demo Hub";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelTop)).EndInit();
     this.kryptonPanelTop.ResumeLayout(false);
     this.kryptonPanelTop.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigator1)).EndInit();
     this.kryptonNavigator1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage8)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #19
0
 private void InitializeComponent()
 {
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues3  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues2  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues1  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues15 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues14 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues13 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues10 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues11 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues12 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues9  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues8  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues6  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues7  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues5  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues4  = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     this.kryptonPanel1              = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnCancel                 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnSave                   = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnResizeImage            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.kryptonPanel2              = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.klblPaletteStyle           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.ktxtTargetImageLocation    = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kbtnTargetBrowse           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnBrowseNewImageLocation = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ktxtNewImageLocation       = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel1              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.knudWidth                  = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knudHeight                 = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel3              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel4              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kcmbFileType               = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbFileType)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnResizeImage);
     this.kryptonPanel1.Controls.Add(this.kbtnSave);
     this.kryptonPanel1.Controls.Add(this.kbtnCancel);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 158);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(830, 55);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnCancel
     //
     this.kbtnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(701, 14);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(117, 29);
     this.kbtnCancel.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex                      = 14;
     popupPositionValues3.PlacementMode            = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kbtnCancel.ToolTipValues.ToolTipPosition = popupPositionValues3;
     this.kbtnCancel.Values.Text                   = "&Cancel";
     //
     // kbtnSave
     //
     this.kbtnSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnSave.Enabled  = false;
     this.kbtnSave.Location = new System.Drawing.Point(578, 14);
     this.kbtnSave.Name     = "kbtnSave";
     this.kbtnSave.Size     = new System.Drawing.Size(117, 29);
     this.kbtnSave.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnSave.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnSave.TabIndex                      = 15;
     popupPositionValues2.PlacementMode          = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kbtnSave.ToolTipValues.ToolTipPosition = popupPositionValues2;
     this.kbtnSave.Values.Text                   = "&Save";
     this.kbtnSave.Click += new System.EventHandler(this.KbtnSave_Click);
     //
     // kbtnResizeImage
     //
     this.kbtnResizeImage.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnResizeImage.Location = new System.Drawing.Point(371, 14);
     this.kbtnResizeImage.Name     = "kbtnResizeImage";
     this.kbtnResizeImage.Size     = new System.Drawing.Size(201, 29);
     this.kbtnResizeImage.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnResizeImage.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnResizeImage.TabIndex      = 16;
     popupPositionValues1.PlacementMode = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kbtnResizeImage.ToolTipValues.ToolTipPosition = popupPositionValues1;
     this.kbtnResizeImage.Values.Text = "Resize &Image";
     this.kbtnResizeImage.Click      += new System.EventHandler(this.KbtnResizeImage_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 153);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(830, 5);
     this.panel1.TabIndex  = 1;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kcmbFileType);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel4);
     this.kryptonPanel2.Controls.Add(this.knudHeight);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel2.Controls.Add(this.knudWidth);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel2.Controls.Add(this.kbtnBrowseNewImageLocation);
     this.kryptonPanel2.Controls.Add(this.ktxtNewImageLocation);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel2.Controls.Add(this.kbtnTargetBrowse);
     this.kryptonPanel2.Controls.Add(this.ktxtTargetImageLocation);
     this.kryptonPanel2.Controls.Add(this.klblPaletteStyle);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(830, 153);
     this.kryptonPanel2.TabIndex = 2;
     //
     // klblPaletteStyle
     //
     this.klblPaletteStyle.Location = new System.Drawing.Point(12, 12);
     this.klblPaletteStyle.Name     = "klblPaletteStyle";
     this.klblPaletteStyle.Size     = new System.Drawing.Size(113, 24);
     this.klblPaletteStyle.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblPaletteStyle.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblPaletteStyle.TabIndex      = 6;
     popupPositionValues15.PlacementMode = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.klblPaletteStyle.ToolTipValues.ToolTipPosition = popupPositionValues15;
     this.klblPaletteStyle.Values.Text = "Target Image:";
     //
     // ktxtTargetImageLocation
     //
     this.ktxtTargetImageLocation.Hint     = "Taget image location...";
     this.ktxtTargetImageLocation.Location = new System.Drawing.Point(131, 10);
     this.ktxtTargetImageLocation.Name     = "ktxtTargetImageLocation";
     this.ktxtTargetImageLocation.Size     = new System.Drawing.Size(642, 29);
     this.ktxtTargetImageLocation.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktxtTargetImageLocation.TabIndex = 7;
     popupPositionValues14.PlacementMode   = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.ktxtTargetImageLocation.ToolTipValues.ToolTipPosition = popupPositionValues14;
     //
     // kbtnTargetBrowse
     //
     this.kbtnTargetBrowse.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnTargetBrowse.Location = new System.Drawing.Point(779, 12);
     this.kbtnTargetBrowse.Name     = "kbtnTargetBrowse";
     this.kbtnTargetBrowse.Size     = new System.Drawing.Size(39, 27);
     this.kbtnTargetBrowse.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnTargetBrowse.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnTargetBrowse.TabIndex      = 17;
     popupPositionValues13.PlacementMode = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kbtnTargetBrowse.ToolTipValues.ToolTipPosition = popupPositionValues13;
     this.kbtnTargetBrowse.Values.Text = "...";
     this.kbtnTargetBrowse.Click      += new System.EventHandler(this.KbtnTargetBrowse_Click);
     //
     // kbtnBrowseNewImageLocation
     //
     this.kbtnBrowseNewImageLocation.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnBrowseNewImageLocation.Location = new System.Drawing.Point(779, 56);
     this.kbtnBrowseNewImageLocation.Name     = "kbtnBrowseNewImageLocation";
     this.kbtnBrowseNewImageLocation.Size     = new System.Drawing.Size(39, 27);
     this.kbtnBrowseNewImageLocation.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowseNewImageLocation.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowseNewImageLocation.TabIndex = 20;
     popupPositionValues10.PlacementMode      = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kbtnBrowseNewImageLocation.ToolTipValues.ToolTipPosition = popupPositionValues10;
     this.kbtnBrowseNewImageLocation.Values.Text = "...";
     this.kbtnBrowseNewImageLocation.Click      += new System.EventHandler(this.KbtnBrowseNewImageLocation_Click);
     //
     // ktxtNewImageLocation
     //
     this.ktxtNewImageLocation.Hint     = "New image location...";
     this.ktxtNewImageLocation.Location = new System.Drawing.Point(131, 54);
     this.ktxtNewImageLocation.Name     = "ktxtNewImageLocation";
     this.ktxtNewImageLocation.Size     = new System.Drawing.Size(642, 29);
     this.ktxtNewImageLocation.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktxtNewImageLocation.TabIndex  = 19;
     popupPositionValues11.PlacementMode = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.ktxtNewImageLocation.ToolTipValues.ToolTipPosition = popupPositionValues11;
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(12, 56);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(99, 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         = 18;
     popupPositionValues12.PlacementMode = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kryptonLabel1.ToolTipValues.ToolTipPosition = popupPositionValues12;
     this.kryptonLabel1.Values.Text = "Save Image:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(106, 110);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(60, 24);
     this.kryptonLabel2.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex        = 21;
     popupPositionValues9.PlacementMode = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kryptonLabel2.ToolTipValues.ToolTipPosition = popupPositionValues9;
     this.kryptonLabel2.Values.Text = "Width:";
     //
     // knudWidth
     //
     this.knudWidth.DecimalPlaces = 99;
     this.knudWidth.Location      = new System.Drawing.Point(172, 108);
     this.knudWidth.Maximum       = new decimal(new int[] {
         999999,
         0,
         0,
         0
     });
     this.knudWidth.Name = "knudWidth";
     this.knudWidth.Size = new System.Drawing.Size(120, 28);
     this.knudWidth.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudWidth.TabIndex                      = 22;
     this.knudWidth.TextAlign                     = System.Windows.Forms.HorizontalAlignment.Center;
     popupPositionValues8.PlacementMode           = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.knudWidth.ToolTipValues.ToolTipPosition = popupPositionValues8;
     //
     // knudHeight
     //
     this.knudHeight.DecimalPlaces = 99;
     this.knudHeight.Location      = new System.Drawing.Point(393, 108);
     this.knudHeight.Maximum       = new decimal(new int[] {
         999999,
         0,
         0,
         0
     });
     this.knudHeight.Name = "knudHeight";
     this.knudHeight.Size = new System.Drawing.Size(120, 28);
     this.knudHeight.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudHeight.TabIndex                      = 24;
     this.knudHeight.TextAlign                     = System.Windows.Forms.HorizontalAlignment.Center;
     popupPositionValues6.PlacementMode            = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.knudHeight.ToolTipValues.ToolTipPosition = popupPositionValues6;
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(322, 110);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(65, 24);
     this.kryptonLabel3.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex        = 23;
     popupPositionValues7.PlacementMode = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kryptonLabel3.ToolTipValues.ToolTipPosition = popupPositionValues7;
     this.kryptonLabel3.Values.Text = "Height:";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(556, 110);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(51, 24);
     this.kryptonLabel4.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex        = 25;
     popupPositionValues5.PlacementMode = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kryptonLabel4.ToolTipValues.ToolTipPosition = popupPositionValues5;
     this.kryptonLabel4.Values.Text = "Type:";
     //
     // kcmbFileType
     //
     this.kcmbFileType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kcmbFileType.DropDownWidth = 121;
     this.kcmbFileType.Location      = new System.Drawing.Point(613, 110);
     this.kcmbFileType.Name          = "kcmbFileType";
     this.kcmbFileType.Size          = new System.Drawing.Size(121, 27);
     this.kcmbFileType.StateCommon.ComboBox.Content.Font       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcmbFileType.StateCommon.Item.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcmbFileType.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcmbFileType.TabIndex         = 26;
     popupPositionValues4.PlacementMode = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kcmbFileType.ToolTipValues.ToolTipPosition = popupPositionValues4;
     //
     // KryptonImageResizingToolWindow
     //
     this.ClientSize = new System.Drawing.Size(830, 213);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonImageResizingToolWindow";
     this.ShowInTaskbar   = false;
     this.Text            = "Krypton Image Resizer";
     this.Load           += new System.EventHandler(this.KryptonImageResizingToolWindow_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbFileType)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #20
0
 private void InitializeComponent()
 {
     this.kryptonPanel1                    = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kchkKeepOpacityValues            = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kchkAutomateColourContrastValues = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kbtnOk                          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.panel1                          = new System.Windows.Forms.Panel();
     this.kryptonPanel2                   = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnUtiliseContrastColour       = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnUtiliseBaseColour           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnContrastColourGenerateBlue  = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnContrastColourGenerateGreen = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnContrastColourGenerateRed   = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnGenerateBaseAlphaValue      = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnInvertColours               = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnGenerateComplementaryColour = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnGenerateBlueValue           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnGenerateGreenValue          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnGenerateRedValue            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.knumContrastAlphaChannelValue   = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel5                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.knumContrastBlueChannelValue    = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumContrastGreenChannelValue   = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumContrastRedChannelValue     = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel6                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel7                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel8                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.knumBaseAlphaChannelValue       = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel10                  = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.knumBaseBlueChannelValue        = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumBaseGreenChannelValue       = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumBaseRedChannelValue         = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel4                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel12                  = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.cpbBaseColour                   = new KryptonToolkitSuiteExtendedCore.CircularPictureBox();
     this.cpbContrastColour               = new KryptonToolkitSuiteExtendedCore.CircularPictureBox();
     this.kbtnContrastColourGenerateAlpha = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbBaseColour)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cpbContrastColour)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kchkKeepOpacityValues);
     this.kryptonPanel1.Controls.Add(this.kchkAutomateColourContrastValues);
     this.kryptonPanel1.Controls.Add(this.kbtnOk);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 564);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(883, 52);
     this.kryptonPanel1.TabIndex = 1;
     //
     // kchkKeepOpacityValues
     //
     this.kchkKeepOpacityValues.Location = new System.Drawing.Point(286, 14);
     this.kchkKeepOpacityValues.Name     = "kchkKeepOpacityValues";
     this.kchkKeepOpacityValues.Size     = new System.Drawing.Size(174, 26);
     this.kchkKeepOpacityValues.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkKeepOpacityValues.TabIndex        = 94;
     this.kchkKeepOpacityValues.Values.Text     = "Keep &Opacity Values";
     this.kchkKeepOpacityValues.CheckedChanged += new System.EventHandler(this.KchkKeepOpacityValues_CheckedChanged);
     //
     // kchkAutomateColourContrastValues
     //
     this.kchkAutomateColourContrastValues.Location = new System.Drawing.Point(12, 14);
     this.kchkAutomateColourContrastValues.Name     = "kchkAutomateColourContrastValues";
     this.kchkAutomateColourContrastValues.Size     = new System.Drawing.Size(268, 26);
     this.kchkAutomateColourContrastValues.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkAutomateColourContrastValues.TabIndex        = 93;
     this.kchkAutomateColourContrastValues.Values.Text     = "&Automate Colour Contrast Values";
     this.kchkAutomateColourContrastValues.CheckedChanged += new System.EventHandler(this.KchkAutomateColourContrastValues_CheckedChanged);
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.AutoSize     = true;
     this.kbtnOk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Location     = new System.Drawing.Point(839, 10);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(32, 30);
     this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.TabIndex    = 92;
     this.kbtnOk.Values.Text = "&Ok";
     this.kbtnOk.Click      += new System.EventHandler(this.KbtnOk_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 561);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(883, 3);
     this.panel1.TabIndex  = 2;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnContrastColourGenerateAlpha);
     this.kryptonPanel2.Controls.Add(this.cpbContrastColour);
     this.kryptonPanel2.Controls.Add(this.cpbBaseColour);
     this.kryptonPanel2.Controls.Add(this.kbtnUtiliseContrastColour);
     this.kryptonPanel2.Controls.Add(this.kbtnUtiliseBaseColour);
     this.kryptonPanel2.Controls.Add(this.kbtnContrastColourGenerateBlue);
     this.kryptonPanel2.Controls.Add(this.kbtnContrastColourGenerateGreen);
     this.kryptonPanel2.Controls.Add(this.kbtnContrastColourGenerateRed);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateBaseAlphaValue);
     this.kryptonPanel2.Controls.Add(this.kbtnInvertColours);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateComplementaryColour);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateBlueValue);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateGreenValue);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateRedValue);
     this.kryptonPanel2.Controls.Add(this.knumContrastAlphaChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel5);
     this.kryptonPanel2.Controls.Add(this.knumContrastBlueChannelValue);
     this.kryptonPanel2.Controls.Add(this.knumContrastGreenChannelValue);
     this.kryptonPanel2.Controls.Add(this.knumContrastRedChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel6);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel7);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel8);
     this.kryptonPanel2.Controls.Add(this.knumBaseAlphaChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel10);
     this.kryptonPanel2.Controls.Add(this.knumBaseBlueChannelValue);
     this.kryptonPanel2.Controls.Add(this.knumBaseGreenChannelValue);
     this.kryptonPanel2.Controls.Add(this.knumBaseRedChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel4);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel12);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(883, 561);
     this.kryptonPanel2.TabIndex = 3;
     //
     // kbtnUtiliseContrastColour
     //
     this.kbtnUtiliseContrastColour.AutoSize     = true;
     this.kbtnUtiliseContrastColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnUtiliseContrastColour.Location     = new System.Drawing.Point(580, 516);
     this.kbtnUtiliseContrastColour.Name         = "kbtnUtiliseContrastColour";
     this.kbtnUtiliseContrastColour.Size         = new System.Drawing.Size(255, 30);
     this.kbtnUtiliseContrastColour.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnUtiliseContrastColour.TabIndex    = 93;
     this.kbtnUtiliseContrastColour.Values.Text = "Utilise &Contrast Colour for Palette";
     this.kbtnUtiliseContrastColour.Click      += new System.EventHandler(this.KbtnUtiliseContrastColour_Click);
     //
     // kbtnUtiliseBaseColour
     //
     this.kbtnUtiliseBaseColour.AutoSize     = true;
     this.kbtnUtiliseBaseColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnUtiliseBaseColour.Location     = new System.Drawing.Point(57, 516);
     this.kbtnUtiliseBaseColour.Name         = "kbtnUtiliseBaseColour";
     this.kbtnUtiliseBaseColour.Size         = new System.Drawing.Size(227, 30);
     this.kbtnUtiliseBaseColour.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnUtiliseBaseColour.TabIndex    = 92;
     this.kbtnUtiliseBaseColour.Values.Text = "Utilise &Base Colour for Palette";
     this.kbtnUtiliseBaseColour.Click      += new System.EventHandler(this.KbtnUtiliseBaseColour_Click);
     //
     // kbtnContrastColourGenerateBlue
     //
     this.kbtnContrastColourGenerateBlue.AutoSize     = true;
     this.kbtnContrastColourGenerateBlue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnContrastColourGenerateBlue.Location     = new System.Drawing.Point(740, 460);
     this.kbtnContrastColourGenerateBlue.Name         = "kbtnContrastColourGenerateBlue";
     this.kbtnContrastColourGenerateBlue.Size         = new System.Drawing.Size(114, 30);
     this.kbtnContrastColourGenerateBlue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnContrastColourGenerateBlue.TabIndex    = 91;
     this.kbtnContrastColourGenerateBlue.Values.Text = "Generate &Blue";
     this.kbtnContrastColourGenerateBlue.Click      += new System.EventHandler(this.KbtnContrastColourGenerateBlue_Click);
     //
     // kbtnContrastColourGenerateGreen
     //
     this.kbtnContrastColourGenerateGreen.AutoSize     = true;
     this.kbtnContrastColourGenerateGreen.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnContrastColourGenerateGreen.Location     = new System.Drawing.Point(740, 437);
     this.kbtnContrastColourGenerateGreen.Name         = "kbtnContrastColourGenerateGreen";
     this.kbtnContrastColourGenerateGreen.Size         = new System.Drawing.Size(126, 30);
     this.kbtnContrastColourGenerateGreen.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnContrastColourGenerateGreen.TabIndex    = 90;
     this.kbtnContrastColourGenerateGreen.Values.Text = "Generate &Green";
     this.kbtnContrastColourGenerateGreen.Click      += new System.EventHandler(this.KbtnContrastColourGenerateGreen_Click);
     //
     // kbtnContrastColourGenerateRed
     //
     this.kbtnContrastColourGenerateRed.AutoSize     = true;
     this.kbtnContrastColourGenerateRed.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnContrastColourGenerateRed.Location     = new System.Drawing.Point(740, 393);
     this.kbtnContrastColourGenerateRed.Name         = "kbtnContrastColourGenerateRed";
     this.kbtnContrastColourGenerateRed.Size         = new System.Drawing.Size(111, 30);
     this.kbtnContrastColourGenerateRed.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnContrastColourGenerateRed.TabIndex    = 89;
     this.kbtnContrastColourGenerateRed.Values.Text = "Generate &Red";
     this.kbtnContrastColourGenerateRed.Click      += new System.EventHandler(this.KbtnContrastColourGenerateRed_Click);
     //
     // kbtnGenerateBaseAlphaValue
     //
     this.kbtnGenerateBaseAlphaValue.AutoSize     = true;
     this.kbtnGenerateBaseAlphaValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateBaseAlphaValue.Location     = new System.Drawing.Point(222, 348);
     this.kbtnGenerateBaseAlphaValue.Name         = "kbtnGenerateBaseAlphaValue";
     this.kbtnGenerateBaseAlphaValue.Size         = new System.Drawing.Size(125, 30);
     this.kbtnGenerateBaseAlphaValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateBaseAlphaValue.TabIndex    = 88;
     this.kbtnGenerateBaseAlphaValue.Values.Text = "Generate &Alpha";
     this.kbtnGenerateBaseAlphaValue.Click      += new System.EventHandler(this.KbtnGenerateBaseAlphaValue_Click);
     //
     // kbtnInvertColours
     //
     this.kbtnInvertColours.AutoSize     = true;
     this.kbtnInvertColours.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnInvertColours.Location     = new System.Drawing.Point(430, 173);
     this.kbtnInvertColours.Name         = "kbtnInvertColours";
     this.kbtnInvertColours.Size         = new System.Drawing.Size(36, 30);
     this.kbtnInvertColours.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnInvertColours.TabIndex    = 87;
     this.kbtnInvertColours.Values.Text = "<&--";
     this.kbtnInvertColours.Click      += new System.EventHandler(this.KbtnInvertColours_Click);
     //
     // kbtnGenerateComplementaryColour
     //
     this.kbtnGenerateComplementaryColour.AutoSize     = true;
     this.kbtnGenerateComplementaryColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateComplementaryColour.Location     = new System.Drawing.Point(430, 109);
     this.kbtnGenerateComplementaryColour.Name         = "kbtnGenerateComplementaryColour";
     this.kbtnGenerateComplementaryColour.Size         = new System.Drawing.Size(36, 30);
     this.kbtnGenerateComplementaryColour.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateComplementaryColour.TabIndex    = 86;
     this.kbtnGenerateComplementaryColour.Values.Text = "--&>";
     this.kbtnGenerateComplementaryColour.Click      += new System.EventHandler(this.KbtnGenerateComplementaryColour_Click);
     //
     // kbtnGenerateBlueValue
     //
     this.kbtnGenerateBlueValue.AutoSize     = true;
     this.kbtnGenerateBlueValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateBlueValue.Location     = new System.Drawing.Point(222, 460);
     this.kbtnGenerateBlueValue.Name         = "kbtnGenerateBlueValue";
     this.kbtnGenerateBlueValue.Size         = new System.Drawing.Size(114, 30);
     this.kbtnGenerateBlueValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateBlueValue.TabIndex    = 85;
     this.kbtnGenerateBlueValue.Values.Text = "Generate &Blue";
     this.kbtnGenerateBlueValue.Click      += new System.EventHandler(this.KbtnGenerateBlueValue_Click);
     //
     // kbtnGenerateGreenValue
     //
     this.kbtnGenerateGreenValue.AutoSize     = true;
     this.kbtnGenerateGreenValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateGreenValue.Location     = new System.Drawing.Point(222, 437);
     this.kbtnGenerateGreenValue.Name         = "kbtnGenerateGreenValue";
     this.kbtnGenerateGreenValue.Size         = new System.Drawing.Size(126, 30);
     this.kbtnGenerateGreenValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateGreenValue.TabIndex    = 84;
     this.kbtnGenerateGreenValue.Values.Text = "Generate &Green";
     this.kbtnGenerateGreenValue.Click      += new System.EventHandler(this.KbtnGenerateGreenValue_Click);
     //
     // kbtnGenerateRedValue
     //
     this.kbtnGenerateRedValue.AutoSize     = true;
     this.kbtnGenerateRedValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateRedValue.Location     = new System.Drawing.Point(222, 393);
     this.kbtnGenerateRedValue.Name         = "kbtnGenerateRedValue";
     this.kbtnGenerateRedValue.Size         = new System.Drawing.Size(111, 30);
     this.kbtnGenerateRedValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateRedValue.TabIndex    = 83;
     this.kbtnGenerateRedValue.Values.Text = "Generate &Red";
     this.kbtnGenerateRedValue.Click      += new System.EventHandler(this.KbtnGenerateRedValue_Click);
     //
     // knumContrastAlphaChannelValue
     //
     this.knumContrastAlphaChannelValue.Location = new System.Drawing.Point(614, 348);
     this.knumContrastAlphaChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumContrastAlphaChannelValue.Name = "knumContrastAlphaChannelValue";
     this.knumContrastAlphaChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumContrastAlphaChannelValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumContrastAlphaChannelValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumContrastAlphaChannelValue.TabIndex = 82;
     this.knumContrastAlphaChannelValue.Value    = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.Location = new System.Drawing.Point(546, 348);
     this.kryptonLabel5.Name     = "kryptonLabel5";
     this.kryptonLabel5.Size     = new System.Drawing.Size(62, 26);
     this.kryptonLabel5.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel5.TabIndex    = 81;
     this.kryptonLabel5.Values.Text = "Alpha:";
     //
     // knumContrastBlueChannelValue
     //
     this.knumContrastBlueChannelValue.Location = new System.Drawing.Point(614, 460);
     this.knumContrastBlueChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumContrastBlueChannelValue.Name = "knumContrastBlueChannelValue";
     this.knumContrastBlueChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumContrastBlueChannelValue.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.knumContrastBlueChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumContrastBlueChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumContrastBlueChannelValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumContrastBlueChannelValue.TabIndex = 80;
     //
     // knumContrastGreenChannelValue
     //
     this.knumContrastGreenChannelValue.Location = new System.Drawing.Point(614, 437);
     this.knumContrastGreenChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumContrastGreenChannelValue.Name = "knumContrastGreenChannelValue";
     this.knumContrastGreenChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumContrastGreenChannelValue.StateCommon.Back.Color1   = System.Drawing.Color.Lime;
     this.knumContrastGreenChannelValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumContrastGreenChannelValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumContrastGreenChannelValue.TabIndex = 79;
     //
     // knumContrastRedChannelValue
     //
     this.knumContrastRedChannelValue.Location = new System.Drawing.Point(614, 393);
     this.knumContrastRedChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumContrastRedChannelValue.Name = "knumContrastRedChannelValue";
     this.knumContrastRedChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumContrastRedChannelValue.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.knumContrastRedChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumContrastRedChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumContrastRedChannelValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumContrastRedChannelValue.TabIndex = 78;
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.Location = new System.Drawing.Point(546, 482);
     this.kryptonLabel6.Name     = "kryptonLabel6";
     this.kryptonLabel6.Size     = new System.Drawing.Size(50, 26);
     this.kryptonLabel6.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel6.TabIndex    = 77;
     this.kryptonLabel6.Values.Text = "Blue:";
     //
     // kryptonLabel7
     //
     this.kryptonLabel7.Location = new System.Drawing.Point(546, 437);
     this.kryptonLabel7.Name     = "kryptonLabel7";
     this.kryptonLabel7.Size     = new System.Drawing.Size(62, 26);
     this.kryptonLabel7.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel7.TabIndex    = 76;
     this.kryptonLabel7.Values.Text = "Green:";
     //
     // kryptonLabel8
     //
     this.kryptonLabel8.Location = new System.Drawing.Point(546, 395);
     this.kryptonLabel8.Name     = "kryptonLabel8";
     this.kryptonLabel8.Size     = new System.Drawing.Size(46, 26);
     this.kryptonLabel8.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel8.TabIndex    = 75;
     this.kryptonLabel8.Values.Text = "Red:";
     //
     // knumBaseAlphaChannelValue
     //
     this.knumBaseAlphaChannelValue.Location = new System.Drawing.Point(96, 346);
     this.knumBaseAlphaChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBaseAlphaChannelValue.Name = "knumBaseAlphaChannelValue";
     this.knumBaseAlphaChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumBaseAlphaChannelValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumBaseAlphaChannelValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumBaseAlphaChannelValue.TabIndex = 74;
     this.knumBaseAlphaChannelValue.Value    = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     //
     // kryptonLabel10
     //
     this.kryptonLabel10.Location = new System.Drawing.Point(28, 346);
     this.kryptonLabel10.Name     = "kryptonLabel10";
     this.kryptonLabel10.Size     = new System.Drawing.Size(62, 26);
     this.kryptonLabel10.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel10.TabIndex    = 73;
     this.kryptonLabel10.Values.Text = "Alpha:";
     //
     // knumBaseBlueChannelValue
     //
     this.knumBaseBlueChannelValue.Location = new System.Drawing.Point(96, 478);
     this.knumBaseBlueChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBaseBlueChannelValue.Name = "knumBaseBlueChannelValue";
     this.knumBaseBlueChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumBaseBlueChannelValue.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.knumBaseBlueChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumBaseBlueChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumBaseBlueChannelValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumBaseBlueChannelValue.TabIndex = 72;
     //
     // knumBaseGreenChannelValue
     //
     this.knumBaseGreenChannelValue.Location = new System.Drawing.Point(96, 435);
     this.knumBaseGreenChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBaseGreenChannelValue.Name = "knumBaseGreenChannelValue";
     this.knumBaseGreenChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumBaseGreenChannelValue.StateCommon.Back.Color1   = System.Drawing.Color.Lime;
     this.knumBaseGreenChannelValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumBaseGreenChannelValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumBaseGreenChannelValue.TabIndex = 71;
     //
     // knumBaseRedChannelValue
     //
     this.knumBaseRedChannelValue.Location = new System.Drawing.Point(96, 391);
     this.knumBaseRedChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBaseRedChannelValue.Name = "knumBaseRedChannelValue";
     this.knumBaseRedChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumBaseRedChannelValue.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.knumBaseRedChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumBaseRedChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumBaseRedChannelValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumBaseRedChannelValue.TabIndex = 70;
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(28, 460);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(50, 26);
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex    = 69;
     this.kryptonLabel4.Values.Text = "Blue:";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(28, 435);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(62, 26);
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 68;
     this.kryptonLabel3.Values.Text = "Green:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(28, 393);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(46, 26);
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 67;
     this.kryptonLabel2.Values.Text = "Red:";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(633, 21);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(174, 33);
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 66;
     this.kryptonLabel1.Values.Text = "Contrast Colour";
     //
     // kryptonLabel12
     //
     this.kryptonLabel12.Location = new System.Drawing.Point(96, 21);
     this.kryptonLabel12.Name     = "kryptonLabel12";
     this.kryptonLabel12.Size     = new System.Drawing.Size(134, 33);
     this.kryptonLabel12.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel12.TabIndex    = 64;
     this.kryptonLabel12.Values.Text = "Base Colour";
     //
     // cpbBaseColour
     //
     this.cpbBaseColour.BackColor = System.Drawing.SystemColors.Control;
     this.cpbBaseColour.Location  = new System.Drawing.Point(28, 60);
     this.cpbBaseColour.Name      = "cpbBaseColour";
     this.cpbBaseColour.Size      = new System.Drawing.Size(285, 280);
     this.cpbBaseColour.TabIndex  = 4;
     this.cpbBaseColour.TabStop   = false;
     //
     // cpbContrastColour
     //
     this.cpbContrastColour.BackColor = System.Drawing.SystemColors.Control;
     this.cpbContrastColour.Location  = new System.Drawing.Point(580, 60);
     this.cpbContrastColour.Name      = "cpbContrastColour";
     this.cpbContrastColour.Size      = new System.Drawing.Size(285, 280);
     this.cpbContrastColour.TabIndex  = 5;
     this.cpbContrastColour.TabStop   = false;
     //
     // kbtnContrastColourGenerateAlpha
     //
     this.kbtnContrastColourGenerateAlpha.AutoSize     = true;
     this.kbtnContrastColourGenerateAlpha.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnContrastColourGenerateAlpha.Location     = new System.Drawing.Point(740, 348);
     this.kbtnContrastColourGenerateAlpha.Name         = "kbtnContrastColourGenerateAlpha";
     this.kbtnContrastColourGenerateAlpha.Size         = new System.Drawing.Size(125, 30);
     this.kbtnContrastColourGenerateAlpha.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnContrastColourGenerateAlpha.TabIndex    = 94;
     this.kbtnContrastColourGenerateAlpha.Values.Text = "Generate &Alpha";
     this.kbtnContrastColourGenerateAlpha.Click      += new System.EventHandler(this.KbtnContrastColourGenerateAlpha_Click);
     //
     // KryptonContrastColourGeneratorDialog
     //
     this.AcceptButton = this.kbtnOk;
     this.ClientSize   = new System.Drawing.Size(883, 616);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonContrastColourGeneratorDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Load           += new System.EventHandler(this.KryptonContrastColourGeneratorDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbBaseColour)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cpbContrastColour)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.kryptonPanel1         = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonPanel2         = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonNavigator1     = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
     this.kpFind                = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage2          = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.panel1                = new System.Windows.Forms.Panel();
     this.kryptonLabel1         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonPromptTextBox1 = new ExtendedControls.ExtendedToolkit.Controls.KryptonPromptTextBox();
     this.kbtnCancel            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnOk                = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigator1)).BeginInit();
     this.kryptonNavigator1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kpFind)).BeginInit();
     this.kpFind.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage2)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnCancel);
     this.kryptonPanel1.Controls.Add(this.kbtnOk);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 382);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(988, 44);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kryptonNavigator1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(988, 382);
     this.kryptonPanel2.TabIndex = 1;
     //
     // kryptonNavigator1
     //
     this.kryptonNavigator1.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.ContextNextPrevious;
     this.kryptonNavigator1.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
     this.kryptonNavigator1.Location      = new System.Drawing.Point(12, 12);
     this.kryptonNavigator1.Name          = "kryptonNavigator1";
     this.kryptonNavigator1.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarCheckButtonGroupOutside;
     this.kryptonNavigator1.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
         this.kpFind,
         this.kryptonPage2
     });
     this.kryptonNavigator1.SelectedIndex = 0;
     this.kryptonNavigator1.Size          = new System.Drawing.Size(964, 361);
     this.kryptonNavigator1.StateCommon.Tab.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonNavigator1.TabIndex = 3;
     this.kryptonNavigator1.Text     = "kryptonNavigator1";
     //
     // kpFind
     //
     this.kpFind.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kpFind.Controls.Add(this.kryptonPromptTextBox1);
     this.kpFind.Controls.Add(this.kryptonLabel1);
     this.kpFind.Flags          = 65534;
     this.kpFind.LastVisibleSet = true;
     this.kpFind.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kpFind.Name           = "kpFind";
     this.kpFind.Size           = new System.Drawing.Size(962, 332);
     this.kpFind.Text           = "Find";
     this.kpFind.ToolTipTitle   = "Page ToolTip";
     this.kpFind.UniqueName     = "F03444D8024143ECD79BE6D97278DD13";
     //
     // kryptonPage2
     //
     this.kryptonPage2.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage2.Flags          = 65534;
     this.kryptonPage2.LastVisibleSet = true;
     this.kryptonPage2.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage2.Name           = "kryptonPage2";
     this.kryptonPage2.Size           = new System.Drawing.Size(100, 100);
     this.kryptonPage2.Text           = "kryptonPage2";
     this.kryptonPage2.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage2.UniqueName     = "B94A50012C95401F74BDE8BC78C276A1";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 379);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(988, 3);
     this.panel1.TabIndex  = 2;
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(24, 22);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(93, 26);
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 0;
     this.kryptonLabel1.Values.Text = "Find what:";
     //
     // kryptonPromptTextBox1
     //
     this.kryptonPromptTextBox1.DrawPrompt       = true;
     this.kryptonPromptTextBox1.FocusSelect      = true;
     this.kryptonPromptTextBox1.Font             = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonPromptTextBox1.Location         = new System.Drawing.Point(123, 22);
     this.kryptonPromptTextBox1.Name             = "kryptonPromptTextBox1";
     this.kryptonPromptTextBox1.PromptForeColour = System.Drawing.SystemColors.GrayText;
     this.kryptonPromptTextBox1.PromptText       = "Enter a search term...";
     this.kryptonPromptTextBox1.PromptTypeface   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonPromptTextBox1.Size             = new System.Drawing.Size(821, 29);
     this.kryptonPromptTextBox1.TabIndex         = 3;
     //
     // kbtnCancel
     //
     this.kbtnCancel.AutoSize     = true;
     this.kbtnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnCancel.Location     = new System.Drawing.Point(916, 6);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(60, 30);
     this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex    = 63;
     this.kbtnCancel.Values.Text = "&Cancel";
     //
     // kbtnOk
     //
     this.kbtnOk.AutoSize     = true;
     this.kbtnOk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnOk.Location     = new System.Drawing.Point(878, 6);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(32, 30);
     this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.TabIndex    = 62;
     this.kbtnOk.Values.Text = "O&k";
     //
     // KryptonFindAndReplaceDialog
     //
     this.ClientSize = new System.Drawing.Size(988, 426);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonFindAndReplaceDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Find and Replace";
     this.Load           += new System.EventHandler(this.KryptonFindAndReplaceDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigator1)).EndInit();
     this.kryptonNavigator1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kpFind)).EndInit();
     this.kpFind.ResumeLayout(false);
     this.kpFind.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage2)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #22
0
 private void RefreshText(KryptonLabel lbl, int value)
 {
     lbl.Text = value.ToString();
 }
Exemple #23
0
 private void InitializeComponent()
 {
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues1 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues2 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues3 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues4 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues5 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnBrowse    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonPanel2 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnOptions   = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnSubmit    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCancel    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.panel1        = new System.Windows.Forms.Panel();
     this.kptxtFilePath = new ExtendedControls.ExtendedToolkit.Controls.KryptonPromptTextBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnBrowse);
     this.kryptonPanel1.Controls.Add(this.kptxtFilePath);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     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(847, 61);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnBrowse
     //
     this.kbtnBrowse.Location = new System.Drawing.Point(797, 12);
     this.kbtnBrowse.Name     = "kbtnBrowse";
     this.kbtnBrowse.Size     = new System.Drawing.Size(38, 29);
     this.kbtnBrowse.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowse.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowse.TabIndex = 11;
     popupPositionValues1.PlacementRectangle       = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues1.PlacementTarget          = null;
     this.kbtnBrowse.ToolTipValues.ToolTipPosition = popupPositionValues1;
     this.kbtnBrowse.Values.Text = "...";
     this.kbtnBrowse.Click      += new System.EventHandler(this.kbtnBrowse_Click);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(12, 14);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(83, 26);
     this.kryptonLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex                      = 2;
     popupPositionValues2.PlacementRectangle          = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues2.PlacementTarget             = null;
     this.kryptonLabel1.ToolTipValues.ToolTipPosition = popupPositionValues2;
     this.kryptonLabel1.Values.Text                   = "File Path:";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnOptions);
     this.kryptonPanel2.Controls.Add(this.kbtnSubmit);
     this.kryptonPanel2.Controls.Add(this.kbtnCancel);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 62);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(847, 46);
     this.kryptonPanel2.TabIndex = 0;
     //
     // kbtnOptions
     //
     this.kbtnOptions.Location = new System.Drawing.Point(12, 5);
     this.kbtnOptions.Name     = "kbtnOptions";
     this.kbtnOptions.Size     = new System.Drawing.Size(117, 29);
     this.kbtnOptions.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOptions.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOptions.TabIndex = 13;
     popupPositionValues3.PlacementRectangle        = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues3.PlacementTarget           = null;
     this.kbtnOptions.ToolTipValues.ToolTipPosition = popupPositionValues3;
     this.kbtnOptions.Values.Text = "&Options";
     this.kbtnOptions.Click      += new System.EventHandler(this.kbtnOptions_Click);
     //
     // kbtnSubmit
     //
     this.kbtnSubmit.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnSubmit.Enabled      = false;
     this.kbtnSubmit.Location     = new System.Drawing.Point(549, 5);
     this.kbtnSubmit.Name         = "kbtnSubmit";
     this.kbtnSubmit.Size         = new System.Drawing.Size(163, 29);
     this.kbtnSubmit.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnSubmit.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnSubmit.TabIndex = 12;
     popupPositionValues4.PlacementRectangle       = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues4.PlacementTarget          = null;
     this.kbtnSubmit.ToolTipValues.ToolTipPosition = popupPositionValues4;
     this.kbtnSubmit.Values.Text = "Upload && &Analyse";
     this.kbtnSubmit.Click      += new System.EventHandler(this.kbtnSubmit_ClickAsync);
     //
     // kbtnCancel
     //
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(718, 5);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(117, 29);
     this.kbtnCancel.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex = 11;
     popupPositionValues5.PlacementRectangle       = new System.Drawing.Rectangle(0, 0, 0, 0);
     popupPositionValues5.PlacementTarget          = null;
     this.kbtnCancel.ToolTipValues.ToolTipPosition = popupPositionValues5;
     this.kbtnCancel.Values.Text = "&Cancel";
     this.kbtnCancel.Click      += new System.EventHandler(this.kbtnCancel_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location  = new System.Drawing.Point(0, 61);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(847, 47);
     this.panel1.TabIndex  = 1;
     //
     // kptxtFilePath
     //
     this.kptxtFilePath.DrawPrompt       = true;
     this.kptxtFilePath.FocusSelect      = true;
     this.kptxtFilePath.Font             = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtFilePath.Location         = new System.Drawing.Point(101, 12);
     this.kptxtFilePath.Name             = "kptxtFilePath";
     this.kptxtFilePath.PromptForeColour = System.Drawing.SystemColors.GrayText;
     this.kptxtFilePath.PromptText       = "Enter a file path...";
     this.kptxtFilePath.PromptTypeface   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtFilePath.Size             = new System.Drawing.Size(690, 29);
     this.kptxtFilePath.TabIndex         = 3;
     //
     // VirusTotalUploader
     //
     this.ClientSize = new System.Drawing.Size(847, 108);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "VirusTotalUploader";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components       = new System.ComponentModel.Container();
     this.lblBlue          = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lblGreen         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lblRed           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lblBrightness    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lblSaturation    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lblHue           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.btnCancel        = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.btnOK            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.Label3           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.Label7           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.pnlColor         = new System.Windows.Forms.Panel();
     this.Label6           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.Label1           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.Label5           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.pnlSelectedColor = new System.Windows.Forms.Panel();
     this.pnlBrightness    = new System.Windows.Forms.Panel();
     this.Label2           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kpnlbg           = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.ktxtWebColour    = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.ksbBlue          = new ExtendedControls.ExtendedToolkit.Controls.ScrollBar.CustomScrollBar.KryptonScrollBar();
     this.ksbGreen         = new ExtendedControls.ExtendedToolkit.Controls.ScrollBar.CustomScrollBar.KryptonScrollBar();
     this.ksbRed           = new ExtendedControls.ExtendedToolkit.Controls.ScrollBar.CustomScrollBar.KryptonScrollBar();
     this.ksbBrightness    = new ExtendedControls.ExtendedToolkit.Controls.ScrollBar.CustomScrollBar.KryptonScrollBar();
     this.ksbSaturation    = new ExtendedControls.ExtendedToolkit.Controls.ScrollBar.CustomScrollBar.KryptonScrollBar();
     this.ksbHue           = new ExtendedControls.ExtendedToolkit.Controls.ScrollBar.CustomScrollBar.KryptonScrollBar();
     ((System.ComponentModel.ISupportInitialize)(this.kpnlbg)).BeginInit();
     this.kpnlbg.SuspendLayout();
     this.SuspendLayout();
     //
     // lblBlue
     //
     this.lblBlue.Location = new System.Drawing.Point(317, 360);
     this.lblBlue.Name     = "lblBlue";
     this.lblBlue.Size     = new System.Drawing.Size(39, 20);
     this.lblBlue.TabIndex = 54;
     //
     // lblGreen
     //
     this.lblGreen.Location = new System.Drawing.Point(317, 336);
     this.lblGreen.Name     = "lblGreen";
     this.lblGreen.Size     = new System.Drawing.Size(39, 20);
     this.lblGreen.TabIndex = 53;
     //
     // lblRed
     //
     this.lblRed.Location = new System.Drawing.Point(317, 312);
     this.lblRed.Name     = "lblRed";
     this.lblRed.Size     = new System.Drawing.Size(39, 20);
     this.lblRed.TabIndex = 52;
     //
     // lblBrightness
     //
     this.lblBrightness.Location = new System.Drawing.Point(317, 280);
     this.lblBrightness.Name     = "lblBrightness";
     this.lblBrightness.Size     = new System.Drawing.Size(39, 20);
     this.lblBrightness.TabIndex = 51;
     //
     // lblSaturation
     //
     this.lblSaturation.Location = new System.Drawing.Point(317, 256);
     this.lblSaturation.Name     = "lblSaturation";
     this.lblSaturation.Size     = new System.Drawing.Size(39, 20);
     this.lblSaturation.TabIndex = 50;
     //
     // lblHue
     //
     this.lblHue.Location = new System.Drawing.Point(317, 232);
     this.lblHue.Name     = "lblHue";
     this.lblHue.Size     = new System.Drawing.Size(39, 20);
     this.lblHue.TabIndex = 49;
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font         = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Location     = new System.Drawing.Point(296, 40);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(64, 24);
     this.btnCancel.TabIndex     = 42;
     this.btnCancel.Values.Text  = "Cancel";
     //
     // btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Font         = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOK.Location     = new System.Drawing.Point(296, 8);
     this.btnOK.Name         = "btnOK";
     this.btnOK.Size         = new System.Drawing.Size(64, 24);
     this.btnOK.TabIndex     = 41;
     this.btnOK.Values.Text  = "OK";
     //
     // Label3
     //
     this.Label3.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label3.Location    = new System.Drawing.Point(8, 360);
     this.Label3.Name        = "Label3";
     this.Label3.Size        = new System.Drawing.Size(34, 20);
     this.Label3.TabIndex    = 34;
     this.Label3.Values.Text = "Blue";
     //
     // Label7
     //
     this.Label7.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label7.Location    = new System.Drawing.Point(8, 280);
     this.Label7.Name        = "Label7";
     this.Label7.Size        = new System.Drawing.Size(67, 20);
     this.Label7.TabIndex    = 37;
     this.Label7.Values.Text = "Brightness";
     //
     // pnlColor
     //
     this.pnlColor.Location = new System.Drawing.Point(8, 8);
     this.pnlColor.Name     = "pnlColor";
     this.pnlColor.Size     = new System.Drawing.Size(224, 216);
     this.pnlColor.TabIndex = 38;
     this.pnlColor.Visible  = false;
     //
     // Label6
     //
     this.Label6.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label6.Location    = new System.Drawing.Point(8, 256);
     this.Label6.Name        = "Label6";
     this.Label6.Size        = new System.Drawing.Size(67, 20);
     this.Label6.TabIndex    = 36;
     this.Label6.Values.Text = "Saturation";
     //
     // Label1
     //
     this.Label1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label1.Location    = new System.Drawing.Point(8, 312);
     this.Label1.Name        = "Label1";
     this.Label1.Size        = new System.Drawing.Size(32, 20);
     this.Label1.TabIndex    = 32;
     this.Label1.Values.Text = "Red";
     //
     // Label5
     //
     this.Label5.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label5.Location    = new System.Drawing.Point(8, 232);
     this.Label5.Name        = "Label5";
     this.Label5.Size        = new System.Drawing.Size(33, 20);
     this.Label5.TabIndex    = 35;
     this.Label5.Values.Text = "Hue";
     //
     // pnlSelectedColor
     //
     this.pnlSelectedColor.Location = new System.Drawing.Point(296, 72);
     this.pnlSelectedColor.Name     = "pnlSelectedColor";
     this.pnlSelectedColor.Size     = new System.Drawing.Size(64, 24);
     this.pnlSelectedColor.TabIndex = 40;
     this.pnlSelectedColor.Visible  = false;
     //
     // pnlBrightness
     //
     this.pnlBrightness.Location = new System.Drawing.Point(240, 8);
     this.pnlBrightness.Name     = "pnlBrightness";
     this.pnlBrightness.Size     = new System.Drawing.Size(24, 216);
     this.pnlBrightness.TabIndex = 39;
     this.pnlBrightness.Visible  = false;
     //
     // Label2
     //
     this.Label2.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label2.Location    = new System.Drawing.Point(8, 336);
     this.Label2.Name        = "Label2";
     this.Label2.Size        = new System.Drawing.Size(43, 20);
     this.Label2.TabIndex    = 33;
     this.Label2.Values.Text = "Green";
     //
     // kpnlbg
     //
     this.kpnlbg.Controls.Add(this.ktxtWebColour);
     this.kpnlbg.Controls.Add(this.ksbBlue);
     this.kpnlbg.Controls.Add(this.ksbGreen);
     this.kpnlbg.Controls.Add(this.ksbRed);
     this.kpnlbg.Controls.Add(this.ksbBrightness);
     this.kpnlbg.Controls.Add(this.ksbSaturation);
     this.kpnlbg.Controls.Add(this.ksbHue);
     this.kpnlbg.Controls.Add(this.Label5);
     this.kpnlbg.Controls.Add(this.lblBlue);
     this.kpnlbg.Controls.Add(this.Label6);
     this.kpnlbg.Controls.Add(this.lblGreen);
     this.kpnlbg.Controls.Add(this.Label7);
     this.kpnlbg.Controls.Add(this.lblRed);
     this.kpnlbg.Controls.Add(this.lblBrightness);
     this.kpnlbg.Controls.Add(this.Label1);
     this.kpnlbg.Controls.Add(this.lblSaturation);
     this.kpnlbg.Controls.Add(this.Label2);
     this.kpnlbg.Controls.Add(this.lblHue);
     this.kpnlbg.Controls.Add(this.Label3);
     this.kpnlbg.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kpnlbg.Location = new System.Drawing.Point(0, 0);
     this.kpnlbg.Name     = "kpnlbg";
     this.kpnlbg.Size     = new System.Drawing.Size(368, 389);
     this.kpnlbg.TabIndex = 58;
     //
     // ktxtWebColour
     //
     this.ktxtWebColour.Location = new System.Drawing.Point(296, 102);
     this.ktxtWebColour.Name     = "ktxtWebColour";
     this.ktxtWebColour.Size     = new System.Drawing.Size(64, 23);
     this.ktxtWebColour.TabIndex = 60;
     //
     // ksbBlue
     //
     this.ksbBlue.Location    = new System.Drawing.Point(80, 359);
     this.ksbBlue.Maximum     = 255;
     this.ksbBlue.Name        = "ksbBlue";
     this.ksbBlue.Orientation = ExtendedControls.Base.Code.ScrollBar.CustomScrollBar.ScrollBarOrientation.HORIZONTAL;
     this.ksbBlue.Size        = new System.Drawing.Size(224, 19);
     this.ksbBlue.TabIndex    = 59;
     //
     // ksbGreen
     //
     this.ksbGreen.Location    = new System.Drawing.Point(80, 335);
     this.ksbGreen.Maximum     = 255;
     this.ksbGreen.Name        = "ksbGreen";
     this.ksbGreen.Orientation = ExtendedControls.Base.Code.ScrollBar.CustomScrollBar.ScrollBarOrientation.HORIZONTAL;
     this.ksbGreen.Size        = new System.Drawing.Size(224, 19);
     this.ksbGreen.TabIndex    = 59;
     //
     // ksbRed
     //
     this.ksbRed.Location    = new System.Drawing.Point(80, 311);
     this.ksbRed.Maximum     = 255;
     this.ksbRed.Name        = "ksbRed";
     this.ksbRed.Orientation = ExtendedControls.Base.Code.ScrollBar.CustomScrollBar.ScrollBarOrientation.HORIZONTAL;
     this.ksbRed.Size        = new System.Drawing.Size(224, 19);
     this.ksbRed.TabIndex    = 59;
     //
     // ksbBrightness
     //
     this.ksbBrightness.Location    = new System.Drawing.Point(80, 279);
     this.ksbBrightness.Maximum     = 255;
     this.ksbBrightness.Name        = "ksbBrightness";
     this.ksbBrightness.Orientation = ExtendedControls.Base.Code.ScrollBar.CustomScrollBar.ScrollBarOrientation.HORIZONTAL;
     this.ksbBrightness.Size        = new System.Drawing.Size(224, 19);
     this.ksbBrightness.TabIndex    = 59;
     //
     // ksbSaturation
     //
     this.ksbSaturation.Location    = new System.Drawing.Point(80, 255);
     this.ksbSaturation.Maximum     = 255;
     this.ksbSaturation.Name        = "ksbSaturation";
     this.ksbSaturation.Orientation = ExtendedControls.Base.Code.ScrollBar.CustomScrollBar.ScrollBarOrientation.HORIZONTAL;
     this.ksbSaturation.Size        = new System.Drawing.Size(224, 19);
     this.ksbSaturation.TabIndex    = 56;
     //
     // ksbHue
     //
     this.ksbHue.Location    = new System.Drawing.Point(80, 230);
     this.ksbHue.Maximum     = 255;
     this.ksbHue.Name        = "ksbHue";
     this.ksbHue.Orientation = ExtendedControls.Base.Code.ScrollBar.CustomScrollBar.ScrollBarOrientation.HORIZONTAL;
     this.ksbHue.Size        = new System.Drawing.Size(224, 19);
     this.ksbHue.TabIndex    = 55;
     //
     // KryptonColourChooser2
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(368, 389);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.pnlColor);
     this.Controls.Add(this.pnlSelectedColor);
     this.Controls.Add(this.pnlBrightness);
     this.Controls.Add(this.kpnlbg);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonColourChooser2";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Select Colour";
     this.Load           += new System.EventHandler(this.ColourChooser2_Load);
     this.Paint          += new System.Windows.Forms.PaintEventHandler(this.ColorChooser2_Paint);
     this.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.HandleMouse);
     this.MouseMove      += new System.Windows.Forms.MouseEventHandler(this.HandleMouse);
     this.MouseUp        += new System.Windows.Forms.MouseEventHandler(this.frmMain_MouseUp);
     ((System.ComponentModel.ISupportInitialize)(this.kpnlbg)).EndInit();
     this.kpnlbg.ResumeLayout(false);
     this.kpnlbg.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #25
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonFileInformationExample));
     this.kryptonPanel1       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnFileInformation = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnBrowse          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ktbFilePath         = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel1       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnFileInformation);
     this.kryptonPanel1.Controls.Add(this.kbtnBrowse);
     this.kryptonPanel1.Controls.Add(this.ktbFilePath);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     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(741, 81);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnFileInformation
     //
     this.kbtnFileInformation.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnFileInformation.Enabled  = false;
     this.kbtnFileInformation.Location = new System.Drawing.Point(528, 44);
     this.kbtnFileInformation.Name     = "kbtnFileInformation";
     this.kbtnFileInformation.Size     = new System.Drawing.Size(195, 29);
     this.kbtnFileInformation.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnFileInformation.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnFileInformation.TabIndex    = 17;
     this.kbtnFileInformation.Values.Text = "Get File &Information";
     this.kbtnFileInformation.Click      += new System.EventHandler(this.KbtnFileInformation_Click);
     //
     // kbtnBrowse
     //
     this.kbtnBrowse.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnBrowse.Location = new System.Drawing.Point(687, 12);
     this.kbtnBrowse.Name     = "kbtnBrowse";
     this.kbtnBrowse.Size     = new System.Drawing.Size(36, 26);
     this.kbtnBrowse.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowse.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowse.TabIndex    = 16;
     this.kbtnBrowse.Values.Text = "...";
     this.kbtnBrowse.Click      += new System.EventHandler(this.KbtnBrowse_Click);
     //
     // ktbFilePath
     //
     this.ktbFilePath.Hint     = "File path...";
     this.ktbFilePath.Location = new System.Drawing.Point(101, 12);
     this.ktbFilePath.Name     = "ktbFilePath";
     this.ktbFilePath.Size     = new System.Drawing.Size(580, 27);
     this.ktbFilePath.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktbFilePath.TabIndex = 5;
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(12, 12);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(83, 26);
     this.kryptonLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 4;
     this.kryptonLabel1.Values.Text = "File Path:";
     //
     // KryptonFileInformationExample
     //
     this.ClientSize = new System.Drawing.Size(741, 81);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonFileInformationExample";
     this.Text            = "Get File Information";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Displays the colour information.
        /// </summary>
        /// <param name="targetControl">The target control.</param>
        /// <param name="showForeColourInformation">if set to <c>true</c> [show fore colour information].</param>
        /// <param name="controlDescription">The control description.</param>
        public static void DisplayColourInformation(Control targetControl, bool showForeColourInformation = false, string controlDescription = "", KryptonLabel output = null)
        {
            // Create a temporary tool tip
            ToolTip toolTipInformation = new ToolTip();

            ConversionMethods _conversionMethods = new ConversionMethods();

            if (showForeColourInformation && controlDescription != "")
            {
                toolTipInformation.SetToolTip(targetControl, $"{ controlDescription }\nBack Colour:\n\nARGB: ({ ColourUtilities.FormatColourARGBString(targetControl.BackColor)})\nRGB: ({ ColourUtilities.FormatColourRGBString(targetControl.BackColor) })\nHexadecimal Value: #{ _conversionMethods.ConvertRGBToHexadecimal(Convert.ToInt32(targetControl.BackColor.R), Convert.ToInt32(targetControl.BackColor.G), Convert.ToInt32(targetControl.BackColor.B)).ToUpper() }\nHue: { targetControl.BackColor.GetHue().ToString() }\nSaturation: { targetControl.BackColor.GetSaturation().ToString() }\nBrightness: { targetControl.BackColor.GetBrightness().ToString() }\n\nFore Colour:\nARGB: ({ ColourUtilities.FormatColourARGBString(targetControl.ForeColor)})\nRGB: ({ ColourUtilities.FormatColourRGBString(targetControl.ForeColor) })\nHexadecimal Value: #{ _conversionMethods.ConvertRGBToHexadecimal(Convert.ToInt32(targetControl.ForeColor.R), Convert.ToInt32(targetControl.ForeColor.G), Convert.ToInt32(targetControl.ForeColor.B)).ToUpper() }\nHue: { targetControl.BackColor.GetHue().ToString() }\nSaturation: { targetControl.BackColor.GetSaturation().ToString() }\nBrightness: { targetControl.BackColor.GetBrightness().ToString() }");

                output.Text = $"Colour values for: { controlDescription }, ARGB: ({ ColourUtilities.FormatColourARGBString(targetControl.BackColor) }), RGB: ({ ColourUtilities.FormatColourRGBString(targetControl.BackColor) })";
            }
            else if (showForeColourInformation)
            {
                toolTipInformation.SetToolTip(targetControl, $"Back Colour:\n\nARGB: ({ ColourUtilities.FormatColourARGBString(targetControl.BackColor)})\nRGB: ({ ColourUtilities.FormatColourRGBString(targetControl.BackColor) })\nHexadecimal Value: #{ _conversionMethods.ConvertRGBToHexadecimal(Convert.ToInt32(targetControl.BackColor.R), Convert.ToInt32(targetControl.BackColor.G), Convert.ToInt32(targetControl.BackColor.B)).ToUpper() }\n\nFore Colour:\nARGB: ({ ColourUtilities.FormatColourARGBString(targetControl.ForeColor)})\nRGB: ({ ColourUtilities.FormatColourRGBString(targetControl.ForeColor) })\nHexadecimal Value: #{ _conversionMethods.ConvertRGBToHexadecimal(Convert.ToInt32(targetControl.ForeColor.R), Convert.ToInt32(targetControl.ForeColor.G), Convert.ToInt32(targetControl.ForeColor.B)).ToUpper() }\nHue: { targetControl.BackColor.GetHue().ToString() }\nSaturation: { targetControl.BackColor.GetSaturation().ToString() }\nBrightness: { targetControl.BackColor.GetBrightness().ToString() }");

                output.Text = $"Colour values for: { controlDescription }, ARGB: ({ ColourUtilities.FormatColourARGBString(targetControl.BackColor) }), RGB: ({ ColourUtilities.FormatColourRGBString(targetControl.BackColor) })";
            }
            else if (controlDescription != "")
            {
                toolTipInformation.SetToolTip(targetControl, $"{ controlDescription }\nARGB: ({ ColourUtilities.FormatColourARGBString(targetControl.BackColor)})\nRGB: ({ ColourUtilities.FormatColourRGBString(targetControl.BackColor) })\nHexadecimal Value: #{ _conversionMethods.ConvertRGBToHexadecimal(Convert.ToInt32(targetControl.BackColor.R), Convert.ToInt32(targetControl.BackColor.G), Convert.ToInt32(targetControl.BackColor.B)).ToUpper() }");

                output.Text = $"Colour values for: { controlDescription }, ARGB: ({ ColourUtilities.FormatColourARGBString(targetControl.BackColor) }), RGB: ({ ColourUtilities.FormatColourRGBString(targetControl.BackColor) })";
            }
            else
            {
                toolTipInformation.SetToolTip(targetControl, $"ARGB: ({ ColourUtilities.FormatColourARGBString(targetControl.BackColor)})\nRGB: ({ ColourUtilities.FormatColourRGBString(targetControl.BackColor) })\nHexadecimal Value: #{ _conversionMethods.ConvertRGBToHexadecimal(Convert.ToInt32(targetControl.BackColor.R), Convert.ToInt32(targetControl.BackColor.G), Convert.ToInt32(targetControl.BackColor.B)).ToUpper() }\nHue: { targetControl.BackColor.GetHue().ToString() }\nSaturation: { targetControl.BackColor.GetSaturation().ToString() }\nBrightness: { targetControl.BackColor.GetBrightness().ToString() }");

                output.Text = $"Colour values for: { controlDescription }, ARGB: ({ ColourUtilities.FormatColourARGBString(targetControl.BackColor) }), RGB: ({ ColourUtilities.FormatColourRGBString(targetControl.BackColor) })";
            }
        }
        protected virtual Control CreateControl(Field field)
        {
            Control result = null;

            switch (field.FieldType)
            {
            case FieldType.Text:
                result = this.CreateTextBoxControl(Obj, field);
                break;

            case FieldType.Boolean:
                result = this.CreateCheckBoxControl(Obj, field);
                break;

            case FieldType.Select:
                result = this.CreateSelectControl(Obj, field);
                break;

            case FieldType.Number:
                result = this.CreateNumericControl(Obj, field);
                break;

            case FieldType.Url:
                result = this.CreateUrlControl(Obj, field);
                break;

            case FieldType.Date:
                result = this.CreateDateControl(Obj, field);
                break;

            case FieldType.Rating:
                result = this.CreateNumericControl(Obj, field);
                break;

            case FieldType.Reference:
                result = this.CreateReferenceControl(Obj, field);
                break;

            case FieldType.Memo:
                result = this.CreateMemoControl(Obj, field);
                break;

            case FieldType.List:
                result = this.CreateListControl(Obj, field);
                break;

            case FieldType.Table:
                result = this.CreateTableControl(Obj, field);
                break;

            case FieldType.Image:
                result = this.CreateImageControl(Obj, field);
                break;

            default:
                result = new KryptonLabel();
                ((KryptonLabel)result).Text = "No control";
                break;
            }

            result.Tag    = field;
            result.Leave += new EventHandler(this.EvaluateFields);

            return(result);
        }
 /// <summary>
 /// Resets the colour value information.
 /// </summary>
 /// <param name="output">The output.</param>
 public static void ResetColourValueInformation(KryptonLabel output)
 {
     output.Text = "";
 }
Exemple #29
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomColours));
     this.kryptonPanel1           = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnUtiliseAsBaseColour = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnOk                           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnSaveColour                   = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.panel1                           = new System.Windows.Forms.Panel();
     this.kryptonPanel2                    = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.klstCustomColourSelector         = new ComponentFactory.Krypton.Toolkit.KryptonListBox();
     this.pbxColourPreview                 = new System.Windows.Forms.PictureBox();
     this.kcmbNormalTextSystemColours      = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonLabel22                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kcmbNormalTextColour             = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonLabel21                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnGenerateNormalTextBlueValue  = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.knumBlueChannelValue             = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel4                    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnGenerateNormalTextGreenValue = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.knumGreenChannelValue            = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel3                    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnGenerateNormalTextRedValue   = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.knumRedChannelValue              = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel2                    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxColourPreview)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbNormalTextSystemColours)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbNormalTextColour)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnUtiliseAsBaseColour);
     this.kryptonPanel1.Controls.Add(this.kbtnOk);
     this.kryptonPanel1.Controls.Add(this.kbtnSaveColour);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 338);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1023, 49);
     this.kryptonPanel1.TabIndex = 1;
     //
     // kbtnUtiliseAsBaseColour
     //
     this.kbtnUtiliseAsBaseColour.AutoSize     = true;
     this.kbtnUtiliseAsBaseColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnUtiliseAsBaseColour.Location     = new System.Drawing.Point(183, 7);
     this.kbtnUtiliseAsBaseColour.Name         = "kbtnUtiliseAsBaseColour";
     this.kbtnUtiliseAsBaseColour.Size         = new System.Drawing.Size(167, 30);
     this.kbtnUtiliseAsBaseColour.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnUtiliseAsBaseColour.TabIndex    = 79;
     this.kbtnUtiliseAsBaseColour.Values.Text = "Utilise as Base &Colour";
     this.kbtnUtiliseAsBaseColour.Click      += new System.EventHandler(this.kbtnUtiliseAsBaseColour_Click);
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.AutoSize     = true;
     this.kbtnOk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnOk.Location     = new System.Drawing.Point(979, 7);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(32, 30);
     this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.TabIndex    = 77;
     this.kbtnOk.Values.Text = "O&k";
     this.kbtnOk.Click      += new System.EventHandler(this.kbtnOk_Click);
     //
     // kbtnSaveColour
     //
     this.kbtnSaveColour.AutoSize     = true;
     this.kbtnSaveColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnSaveColour.Enabled      = false;
     this.kbtnSaveColour.Location     = new System.Drawing.Point(12, 7);
     this.kbtnSaveColour.Name         = "kbtnSaveColour";
     this.kbtnSaveColour.Size         = new System.Drawing.Size(165, 30);
     this.kbtnSaveColour.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnSaveColour.TabIndex    = 78;
     this.kbtnSaveColour.Values.Text = "Save &Selected Colour";
     this.kbtnSaveColour.Click      += new System.EventHandler(this.kbtnSaveColour_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 336);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(1023, 2);
     this.panel1.TabIndex  = 2;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.klstCustomColourSelector);
     this.kryptonPanel2.Controls.Add(this.pbxColourPreview);
     this.kryptonPanel2.Controls.Add(this.kcmbNormalTextSystemColours);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel22);
     this.kryptonPanel2.Controls.Add(this.kcmbNormalTextColour);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel21);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateNormalTextBlueValue);
     this.kryptonPanel2.Controls.Add(this.knumBlueChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel4);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateNormalTextGreenValue);
     this.kryptonPanel2.Controls.Add(this.knumGreenChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateNormalTextRedValue);
     this.kryptonPanel2.Controls.Add(this.knumRedChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(1023, 336);
     this.kryptonPanel2.TabIndex = 3;
     //
     // klstCustomColourSelector
     //
     this.klstCustomColourSelector.Items.AddRange(new object[] {
         "Alternative Normal Text Colour",
         "Border Colour",
         "Custom Colour Five",
         "Custom Colour Four",
         "Custom Colour One",
         "Custom Colour Three",
         "Custom Colour Two",
         "Custom Text Colour Five",
         "Custom Text Colour Four",
         "Custom Text Colour One",
         "Custom Text Colour Two",
         "Custom TextColour Three",
         "Disabled Control Colour",
         "Disabled Text Colour",
         "Focused Text Colour",
         "Link Hover Text Colour",
         "Link Normal Text Colour",
         "Link Visited Text Colour",
         "Menu Text Colour",
         "Normal Text Colour",
         "Pressed Text Colour",
         "Ribbon Tab Text Colour",
         "Status Text Colour"
     });
     this.klstCustomColourSelector.Location = new System.Drawing.Point(12, 12);
     this.klstCustomColourSelector.Name     = "klstCustomColourSelector";
     this.klstCustomColourSelector.Size     = new System.Drawing.Size(335, 257);
     this.klstCustomColourSelector.Sorted   = true;
     this.klstCustomColourSelector.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klstCustomColourSelector.TabIndex = 156;
     //
     // pbxColourPreview
     //
     this.pbxColourPreview.BackColor         = System.Drawing.Color.Transparent;
     this.pbxColourPreview.BorderStyle       = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pbxColourPreview.Location          = new System.Drawing.Point(353, 12);
     this.pbxColourPreview.Name              = "pbxColourPreview";
     this.pbxColourPreview.Size              = new System.Drawing.Size(650, 180);
     this.pbxColourPreview.TabIndex          = 155;
     this.pbxColourPreview.TabStop           = false;
     this.pbxColourPreview.BackColorChanged += new System.EventHandler(this.pbxColourPreview_BackColorChanged);
     this.pbxColourPreview.Click            += new System.EventHandler(this.pbxColourPreview_Click);
     this.pbxColourPreview.MouseEnter       += new System.EventHandler(this.pbxColourPreview_MouseEnter);
     //
     // kcmbNormalTextSystemColours
     //
     this.kcmbNormalTextSystemColours.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kcmbNormalTextSystemColours.DropDownWidth = 173;
     this.kcmbNormalTextSystemColours.Location      = new System.Drawing.Point(830, 215);
     this.kcmbNormalTextSystemColours.Name          = "kcmbNormalTextSystemColours";
     this.kcmbNormalTextSystemColours.Size          = new System.Drawing.Size(173, 27);
     this.kcmbNormalTextSystemColours.StateCommon.ComboBox.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcmbNormalTextSystemColours.TabIndex              = 154;
     this.kcmbNormalTextSystemColours.SelectedIndexChanged += new System.EventHandler(this.kcmbNormalTextSystemColours_SelectedIndexChanged);
     //
     // kryptonLabel22
     //
     this.kryptonLabel22.Location = new System.Drawing.Point(688, 216);
     this.kryptonLabel22.Name     = "kryptonLabel22";
     this.kryptonLabel22.Size     = new System.Drawing.Size(136, 26);
     this.kryptonLabel22.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel22.TabIndex    = 153;
     this.kryptonLabel22.Values.Text = "System Colours:";
     //
     // kcmbNormalTextColour
     //
     this.kcmbNormalTextColour.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kcmbNormalTextColour.DropDownWidth = 173;
     this.kcmbNormalTextColour.Location      = new System.Drawing.Point(509, 215);
     this.kcmbNormalTextColour.Name          = "kcmbNormalTextColour";
     this.kcmbNormalTextColour.Size          = new System.Drawing.Size(173, 27);
     this.kcmbNormalTextColour.StateCommon.ComboBox.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcmbNormalTextColour.TabIndex              = 152;
     this.kcmbNormalTextColour.SelectedIndexChanged += new System.EventHandler(this.kcmbNormalTextColour_SelectedIndexChanged);
     //
     // kryptonLabel21
     //
     this.kryptonLabel21.Location = new System.Drawing.Point(353, 216);
     this.kryptonLabel21.Name     = "kryptonLabel21";
     this.kryptonLabel21.Size     = new System.Drawing.Size(150, 26);
     this.kryptonLabel21.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel21.TabIndex    = 151;
     this.kryptonLabel21.Values.Text = "Standard Colours:";
     //
     // kbtnGenerateNormalTextBlueValue
     //
     this.kbtnGenerateNormalTextBlueValue.AutoSize     = true;
     this.kbtnGenerateNormalTextBlueValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateNormalTextBlueValue.Location     = new System.Drawing.Point(843, 282);
     this.kbtnGenerateNormalTextBlueValue.Name         = "kbtnGenerateNormalTextBlueValue";
     this.kbtnGenerateNormalTextBlueValue.Size         = new System.Drawing.Size(114, 30);
     this.kbtnGenerateNormalTextBlueValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateNormalTextBlueValue.TabIndex    = 150;
     this.kbtnGenerateNormalTextBlueValue.Values.Text = "Generate &Blue";
     this.kbtnGenerateNormalTextBlueValue.Click      += new System.EventHandler(this.kbtnGenerateNormalTextBlueValue_Click);
     //
     // knumBlueChannelValue
     //
     this.knumBlueChannelValue.Location = new System.Drawing.Point(717, 282);
     this.knumBlueChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBlueChannelValue.Name = "knumBlueChannelValue";
     this.knumBlueChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumBlueChannelValue.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.knumBlueChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumBlueChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumBlueChannelValue.TabIndex      = 149;
     this.knumBlueChannelValue.ValueChanged += new System.EventHandler(this.knumBlueChannelValue_ValueChanged);
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(649, 284);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(50, 26);
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex    = 148;
     this.kryptonLabel4.Values.Text = "Blue:";
     //
     // kbtnGenerateNormalTextGreenValue
     //
     this.kbtnGenerateNormalTextGreenValue.AutoSize     = true;
     this.kbtnGenerateNormalTextGreenValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateNormalTextGreenValue.Location     = new System.Drawing.Point(517, 284);
     this.kbtnGenerateNormalTextGreenValue.Name         = "kbtnGenerateNormalTextGreenValue";
     this.kbtnGenerateNormalTextGreenValue.Size         = new System.Drawing.Size(126, 30);
     this.kbtnGenerateNormalTextGreenValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateNormalTextGreenValue.TabIndex    = 147;
     this.kbtnGenerateNormalTextGreenValue.Values.Text = "Generate &Green";
     this.kbtnGenerateNormalTextGreenValue.Click      += new System.EventHandler(this.kbtnGenerateNormalTextGreenValue_Click);
     //
     // knumGreenChannelValue
     //
     this.knumGreenChannelValue.Location = new System.Drawing.Point(391, 284);
     this.knumGreenChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumGreenChannelValue.Name = "knumGreenChannelValue";
     this.knumGreenChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumGreenChannelValue.StateCommon.Back.Color1  = System.Drawing.Color.Lime;
     this.knumGreenChannelValue.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumGreenChannelValue.TabIndex      = 146;
     this.knumGreenChannelValue.ValueChanged += new System.EventHandler(this.knumGreenChannelValue_ValueChanged);
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(323, 284);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(62, 26);
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 145;
     this.kryptonLabel3.Values.Text = "Green:";
     //
     // kbtnGenerateNormalTextRedValue
     //
     this.kbtnGenerateNormalTextRedValue.AutoSize     = true;
     this.kbtnGenerateNormalTextRedValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateNormalTextRedValue.Location     = new System.Drawing.Point(206, 284);
     this.kbtnGenerateNormalTextRedValue.Name         = "kbtnGenerateNormalTextRedValue";
     this.kbtnGenerateNormalTextRedValue.Size         = new System.Drawing.Size(111, 30);
     this.kbtnGenerateNormalTextRedValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateNormalTextRedValue.TabIndex    = 144;
     this.kbtnGenerateNormalTextRedValue.Values.Text = "Generate &Red";
     this.kbtnGenerateNormalTextRedValue.Click      += new System.EventHandler(this.kbtnGenerateNormalTextRedValue_Click);
     //
     // knumRedChannelValue
     //
     this.knumRedChannelValue.Location = new System.Drawing.Point(80, 283);
     this.knumRedChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumRedChannelValue.Name = "knumRedChannelValue";
     this.knumRedChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumRedChannelValue.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.knumRedChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumRedChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumRedChannelValue.TabIndex      = 143;
     this.knumRedChannelValue.ValueChanged += new System.EventHandler(this.knumRedChannelValue_ValueChanged);
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(12, 284);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(46, 26);
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 142;
     this.kryptonLabel2.Values.Text = "Red:";
     //
     // CustomColours
     //
     this.AcceptButton = this.kbtnOk;
     this.ClientSize   = new System.Drawing.Size(1023, 387);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "CustomColours";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Define Custom Colours";
     this.Load           += new System.EventHandler(this.CustomColours_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxColourPreview)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbNormalTextSystemColours)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbNormalTextColour)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #30
0
 private void InitializeComponent()
 {
     this.kryptonPanel1   = new Krypton.Toolkit.KryptonPanel();
     this.kdbtnCancel     = new Krypton.Toolkit.KryptonButton();
     this.panel1          = new System.Windows.Forms.Panel();
     this.kryptonPanel2   = new Krypton.Toolkit.KryptonPanel();
     this.pbCurrentFile   = new System.Windows.Forms.ProgressBar();
     this.klblCurrentFile = new Krypton.Toolkit.KryptonLabel();
     this.pbTotalFiles    = new System.Windows.Forms.ProgressBar();
     this.klblTotalFiles  = new Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kdbtnCancel);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 159);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(675, 43);
     this.kryptonPanel1.TabIndex = 2;
     //
     // kdbtnCancel
     //
     this.kdbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kdbtnCancel.Location     = new System.Drawing.Point(292, 6);
     this.kdbtnCancel.Name         = "kdbtnCancel";
     this.kdbtnCancel.Size         = new System.Drawing.Size(90, 25);
     this.kdbtnCancel.TabIndex     = 3;
     this.kdbtnCancel.Values.Text  = "C&ancel";
     this.kdbtnCancel.Click       += new System.EventHandler(this.kdbtnCancel_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 156);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(675, 3);
     this.panel1.TabIndex  = 4;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.pbCurrentFile);
     this.kryptonPanel2.Controls.Add(this.klblCurrentFile);
     this.kryptonPanel2.Controls.Add(this.pbTotalFiles);
     this.kryptonPanel2.Controls.Add(this.klblTotalFiles);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(675, 156);
     this.kryptonPanel2.TabIndex = 5;
     //
     // pbCurrentFile
     //
     this.pbCurrentFile.Location = new System.Drawing.Point(12, 118);
     this.pbCurrentFile.Name     = "pbCurrentFile";
     this.pbCurrentFile.Size     = new System.Drawing.Size(651, 23);
     this.pbCurrentFile.TabIndex = 7;
     //
     // klblCurrentFile
     //
     this.klblCurrentFile.Location    = new System.Drawing.Point(12, 92);
     this.klblCurrentFile.Name        = "klblCurrentFile";
     this.klblCurrentFile.Size        = new System.Drawing.Size(73, 20);
     this.klblCurrentFile.TabIndex    = 8;
     this.klblCurrentFile.Values.Text = "Current File";
     //
     // pbTotalFiles
     //
     this.pbTotalFiles.Location = new System.Drawing.Point(12, 38);
     this.pbTotalFiles.Name     = "pbTotalFiles";
     this.pbTotalFiles.Size     = new System.Drawing.Size(651, 23);
     this.pbTotalFiles.TabIndex = 6;
     //
     // klblTotalFiles
     //
     this.klblTotalFiles.Location    = new System.Drawing.Point(12, 12);
     this.klblTotalFiles.Name        = "klblTotalFiles";
     this.klblTotalFiles.Size        = new System.Drawing.Size(65, 20);
     this.klblTotalFiles.TabIndex    = 6;
     this.klblTotalFiles.Values.Text = "Total Files";
     //
     // KryptonFileMonitor
     //
     this.ClientSize = new System.Drawing.Size(675, 202);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonFileMonitor";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.KryptonFileMonitor_FormClosed);
     this.Load           += new System.EventHandler(this.KryptonFileMonitor_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     this.ResumeLayout(false);
 }