Esempio n. 1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ColourSettingsViewer));
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kchkAutomaticallyUpdateValues = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kbtnOk              = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonPanel2       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnLoadFromFile    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnExport          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.pbxColourPreviewer  = new System.Windows.Forms.PictureBox();
     this.kbtnResetValues     = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnAllColoursAsRGB = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnAllColoursAsHex = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.klblRGBValues       = new ComponentFactory.Krypton.Toolkit.KryptonListBox();
     this.klbHexValues        = new ComponentFactory.Krypton.Toolkit.KryptonListBox();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.kchkUseUppercase    = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxColourPreviewer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kchkAutomaticallyUpdateValues);
     this.kryptonPanel1.Controls.Add(this.kbtnOk);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 732);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1011, 49);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kchkAutomaticallyUpdateValues
     //
     this.kchkAutomaticallyUpdateValues.Location = new System.Drawing.Point(13, 11);
     this.kchkAutomaticallyUpdateValues.Name     = "kchkAutomaticallyUpdateValues";
     this.kchkAutomaticallyUpdateValues.Size     = new System.Drawing.Size(234, 26);
     this.kchkAutomaticallyUpdateValues.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkAutomaticallyUpdateValues.TabIndex    = 36;
     this.kchkAutomaticallyUpdateValues.Values.Text = "&Automatically Update Values";
     //
     // 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(909, 7);
     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    = 3;
     this.kbtnOk.Values.Text = "&Ok";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kchkUseUppercase);
     this.kryptonPanel2.Controls.Add(this.kbtnLoadFromFile);
     this.kryptonPanel2.Controls.Add(this.kbtnExport);
     this.kryptonPanel2.Controls.Add(this.pbxColourPreviewer);
     this.kryptonPanel2.Controls.Add(this.kbtnResetValues);
     this.kryptonPanel2.Controls.Add(this.kbtnAllColoursAsRGB);
     this.kryptonPanel2.Controls.Add(this.kbtnAllColoursAsHex);
     this.kryptonPanel2.Controls.Add(this.klblRGBValues);
     this.kryptonPanel2.Controls.Add(this.klbHexValues);
     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(1011, 732);
     this.kryptonPanel2.TabIndex = 1;
     //
     // kbtnLoadFromFile
     //
     this.kbtnLoadFromFile.AutoSize = true;
     this.kbtnLoadFromFile.Location = new System.Drawing.Point(13, 681);
     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    = 11;
     this.kbtnLoadFromFile.Values.Text = "&Load from File";
     //
     // kbtnExport
     //
     this.kbtnExport.AutoSize = true;
     this.kbtnExport.Enabled  = false;
     this.kbtnExport.Location = new System.Drawing.Point(13, 637);
     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    = 10;
     this.kbtnExport.Values.Text = "E&xport to File";
     //
     // pbxColourPreviewer
     //
     this.pbxColourPreviewer.BackColor = System.Drawing.Color.Transparent;
     this.pbxColourPreviewer.Location  = new System.Drawing.Point(515, 506);
     this.pbxColourPreviewer.Name      = "pbxColourPreviewer";
     this.pbxColourPreviewer.Size      = new System.Drawing.Size(484, 120);
     this.pbxColourPreviewer.TabIndex  = 6;
     this.pbxColourPreviewer.TabStop   = false;
     //
     // kbtnResetValues
     //
     this.kbtnResetValues.AutoSize = true;
     this.kbtnResetValues.Enabled  = false;
     this.kbtnResetValues.Location = new System.Drawing.Point(13, 593);
     this.kbtnResetValues.Name     = "kbtnResetValues";
     this.kbtnResetValues.Size     = new System.Drawing.Size(144, 30);
     this.kbtnResetValues.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnResetValues.TabIndex    = 5;
     this.kbtnResetValues.Values.Text = "Re&set Values";
     //
     // kbtnAllColoursAsRGB
     //
     this.kbtnAllColoursAsRGB.AutoSize = true;
     this.kbtnAllColoursAsRGB.Location = new System.Drawing.Point(13, 549);
     this.kbtnAllColoursAsRGB.Name     = "kbtnAllColoursAsRGB";
     this.kbtnAllColoursAsRGB.Size     = new System.Drawing.Size(292, 30);
     this.kbtnAllColoursAsRGB.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAllColoursAsRGB.TabIndex    = 4;
     this.kbtnAllColoursAsRGB.Values.Text = "Get all Colour Settings as &RGB";
     //
     // kbtnAllColoursAsHex
     //
     this.kbtnAllColoursAsHex.AutoSize = true;
     this.kbtnAllColoursAsHex.Location = new System.Drawing.Point(13, 505);
     this.kbtnAllColoursAsHex.Name     = "kbtnAllColoursAsHex";
     this.kbtnAllColoursAsHex.Size     = new System.Drawing.Size(292, 30);
     this.kbtnAllColoursAsHex.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAllColoursAsHex.TabIndex    = 3;
     this.kbtnAllColoursAsHex.Values.Text = "&Get all Colour Settings as Hexadecimal";
     this.kbtnAllColoursAsHex.Click      += new System.EventHandler(this.kbtnAllColoursAsHex_Click);
     //
     // klblRGBValues
     //
     this.klblRGBValues.Location = new System.Drawing.Point(515, 13);
     this.klblRGBValues.Name     = "klblRGBValues";
     this.klblRGBValues.Size     = new System.Drawing.Size(484, 473);
     this.klblRGBValues.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblRGBValues.TabIndex = 1;
     //
     // klbHexValues
     //
     this.klbHexValues.Location = new System.Drawing.Point(13, 13);
     this.klbHexValues.Name     = "klbHexValues";
     this.klbHexValues.Size     = new System.Drawing.Size(484, 473);
     this.klbHexValues.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klbHexValues.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.pictureBox1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox1.Location  = new System.Drawing.Point(0, 729);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(1011, 3);
     this.pictureBox1.TabIndex  = 2;
     this.pictureBox1.TabStop   = false;
     //
     // kchkUseUppercase
     //
     this.kchkUseUppercase.Location = new System.Drawing.Point(311, 510);
     this.kchkUseUppercase.Name     = "kchkUseUppercase";
     this.kchkUseUppercase.Size     = new System.Drawing.Size(133, 26);
     this.kchkUseUppercase.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkUseUppercase.TabIndex    = 37;
     this.kchkUseUppercase.Values.Text = "Use &Uppercase";
     //
     // ColourSettingsViewer
     //
     this.ClientSize = new System.Drawing.Size(1011, 781);
     this.Controls.Add(this.pictureBox1);
     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            = "ColourSettingsViewer";
     this.ShowInTaskbar   = false;
     this.Text            = "Palette Debug Console";
     ((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.pbxColourPreviewer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 private void InitializeComponent()
 {
     this.kryptonPanel1         = new Krypton.Toolkit.KryptonPanel();
     this.kbtnOk                = new Krypton.Toolkit.KryptonButton();
     this.panel1                = new System.Windows.Forms.Panel();
     this.kryptonPanel2         = new Krypton.Toolkit.KryptonPanel();
     this.kryptonGroupBox1      = new Krypton.Toolkit.KryptonGroupBox();
     this.klstServers           = new Krypton.Toolkit.KryptonListBox();
     this.kryptonLabel1         = new Krypton.Toolkit.KryptonLabel();
     this.kcmbDomainList        = new Krypton.Toolkit.KryptonComboBox();
     this.kgbServerTypes        = new Krypton.Toolkit.KryptonGroupBox();
     this.kchkWorkstations      = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkSQLServers        = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkDomainControllers = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkTerminalServers   = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkTimeServers       = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkPrintServers      = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkDialInServers     = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkAllServers        = new Krypton.Toolkit.KryptonCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
     this.kryptonGroupBox1.Panel.SuspendLayout();
     this.kryptonGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbDomainList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kgbServerTypes)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kgbServerTypes.Panel)).BeginInit();
     this.kgbServerTypes.Panel.SuspendLayout();
     this.kgbServerTypes.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnOk);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 369);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(345, 39);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnOk
     //
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Enabled      = false;
     this.kbtnOk.Location     = new System.Drawing.Point(127, 6);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(90, 25);
     this.kbtnOk.TabIndex     = 1;
     this.kbtnOk.Values.Text  = "O&k";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 366);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(345, 3);
     this.panel1.TabIndex  = 1;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kgbServerTypes);
     this.kryptonPanel2.Controls.Add(this.kcmbDomainList);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel2.Controls.Add(this.kryptonGroupBox1);
     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(345, 366);
     this.kryptonPanel2.TabIndex = 2;
     //
     // kryptonGroupBox1
     //
     this.kryptonGroupBox1.Location = new System.Drawing.Point(14, 211);
     this.kryptonGroupBox1.Name     = "kryptonGroupBox1";
     //
     // kryptonGroupBox1.Panel
     //
     this.kryptonGroupBox1.Panel.Controls.Add(this.klstServers);
     this.kryptonGroupBox1.Size           = new System.Drawing.Size(319, 149);
     this.kryptonGroupBox1.TabIndex       = 0;
     this.kryptonGroupBox1.Values.Heading = "Servers";
     //
     // klstServers
     //
     this.klstServers.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.klstServers.Location              = new System.Drawing.Point(0, 0);
     this.klstServers.Name                  = "klstServers";
     this.klstServers.Size                  = new System.Drawing.Size(315, 125);
     this.klstServers.TabIndex              = 0;
     this.klstServers.SelectedIndexChanged += new System.EventHandler(this.klstServers_SelectedIndexChanged);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location    = new System.Drawing.Point(24, 16);
     this.kryptonLabel1.Name        = "kryptonLabel1";
     this.kryptonLabel1.Size        = new System.Drawing.Size(56, 20);
     this.kryptonLabel1.TabIndex    = 1;
     this.kryptonLabel1.Values.Text = "Domain:";
     //
     // kcmbDomainList
     //
     this.kcmbDomainList.DrawMode       = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.kcmbDomainList.DropDownStyle  = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kcmbDomainList.DropDownWidth  = 166;
     this.kcmbDomainList.IntegralHeight = false;
     this.kcmbDomainList.Location       = new System.Drawing.Point(86, 15);
     this.kcmbDomainList.Name           = "kcmbDomainList";
     this.kcmbDomainList.Size           = new System.Drawing.Size(235, 21);
     this.kcmbDomainList.StateCommon.ComboBox.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Near;
     this.kcmbDomainList.TabIndex = 3;
     //
     // kgbServerTypes
     //
     this.kgbServerTypes.Location = new System.Drawing.Point(14, 47);
     this.kgbServerTypes.Name     = "kgbServerTypes";
     //
     // kgbServerTypes.Panel
     //
     this.kgbServerTypes.Panel.Controls.Add(this.kchkAllServers);
     this.kgbServerTypes.Panel.Controls.Add(this.kchkDialInServers);
     this.kgbServerTypes.Panel.Controls.Add(this.kchkPrintServers);
     this.kgbServerTypes.Panel.Controls.Add(this.kchkTimeServers);
     this.kgbServerTypes.Panel.Controls.Add(this.kchkTerminalServers);
     this.kgbServerTypes.Panel.Controls.Add(this.kchkDomainControllers);
     this.kgbServerTypes.Panel.Controls.Add(this.kchkSQLServers);
     this.kgbServerTypes.Panel.Controls.Add(this.kchkWorkstations);
     this.kgbServerTypes.Size           = new System.Drawing.Size(317, 158);
     this.kgbServerTypes.TabIndex       = 4;
     this.kgbServerTypes.Values.Heading = "Server Types";
     //
     // kchkWorkstations
     //
     this.kchkWorkstations.Location    = new System.Drawing.Point(8, 12);
     this.kchkWorkstations.Name        = "kchkWorkstations";
     this.kchkWorkstations.Size        = new System.Drawing.Size(95, 20);
     this.kchkWorkstations.TabIndex    = 0;
     this.kchkWorkstations.Values.Text = "W&orkstations";
     //
     // kchkSQLServers
     //
     this.kchkSQLServers.Location    = new System.Drawing.Point(8, 41);
     this.kchkSQLServers.Name        = "kchkSQLServers";
     this.kchkSQLServers.Size        = new System.Drawing.Size(88, 20);
     this.kchkSQLServers.TabIndex    = 1;
     this.kchkSQLServers.Values.Text = "&SQL Servers";
     //
     // kchkDomainControllers
     //
     this.kchkDomainControllers.Location    = new System.Drawing.Point(8, 70);
     this.kchkDomainControllers.Name        = "kchkDomainControllers";
     this.kchkDomainControllers.Size        = new System.Drawing.Size(129, 20);
     this.kchkDomainControllers.TabIndex    = 2;
     this.kchkDomainControllers.Values.Text = "Domain &Controllers";
     //
     // kchkTerminalServers
     //
     this.kchkTerminalServers.Location    = new System.Drawing.Point(8, 99);
     this.kchkTerminalServers.Name        = "kchkTerminalServers";
     this.kchkTerminalServers.Size        = new System.Drawing.Size(113, 20);
     this.kchkTerminalServers.TabIndex    = 3;
     this.kchkTerminalServers.Values.Text = "&Terminal Servers";
     //
     // kchkTimeServers
     //
     this.kchkTimeServers.Location    = new System.Drawing.Point(192, 12);
     this.kchkTimeServers.Name        = "kchkTimeServers";
     this.kchkTimeServers.Size        = new System.Drawing.Size(93, 20);
     this.kchkTimeServers.TabIndex    = 4;
     this.kchkTimeServers.Values.Text = "&Time Servers";
     //
     // kchkPrintServers
     //
     this.kchkPrintServers.Location    = new System.Drawing.Point(192, 41);
     this.kchkPrintServers.Name        = "kchkPrintServers";
     this.kchkPrintServers.Size        = new System.Drawing.Size(92, 20);
     this.kchkPrintServers.TabIndex    = 5;
     this.kchkPrintServers.Values.Text = "P&rint Servers";
     //
     // kchkDialInServers
     //
     this.kchkDialInServers.Location    = new System.Drawing.Point(192, 70);
     this.kchkDialInServers.Name        = "kchkDialInServers";
     this.kchkDialInServers.Size        = new System.Drawing.Size(102, 20);
     this.kchkDialInServers.TabIndex    = 6;
     this.kchkDialInServers.Values.Text = "&Dial-In Servers";
     //
     // kchkAllServers
     //
     this.kchkAllServers.Location        = new System.Drawing.Point(192, 99);
     this.kchkAllServers.Name            = "kchkAllServers";
     this.kchkAllServers.Size            = new System.Drawing.Size(71, 20);
     this.kchkAllServers.TabIndex        = 7;
     this.kchkAllServers.Values.Text     = "&Show All";
     this.kchkAllServers.CheckedChanged += new System.EventHandler(this.kchkAllServers_CheckedChanged);
     //
     // NetworkNodePicker
     //
     this.AcceptButton = this.kbtnOk;
     this.ClientSize   = new System.Drawing.Size(345, 408);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "NetworkNodePicker";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Select a network computer";
     ((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.kryptonGroupBox1.Panel)).EndInit();
     this.kryptonGroupBox1.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
     this.kryptonGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kcmbDomainList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kgbServerTypes.Panel)).EndInit();
     this.kgbServerTypes.Panel.ResumeLayout(false);
     this.kgbServerTypes.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kgbServerTypes)).EndInit();
     this.kgbServerTypes.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 private void InitializeComponent()
 {
     this.kryptonPanel1                = new Krypton.Toolkit.KryptonPanel();
     this.kbtnOk                       = new Krypton.Toolkit.KryptonButton();
     this.panel1                       = new System.Windows.Forms.Panel();
     this.kryptonPanel2                = new Krypton.Toolkit.KryptonPanel();
     this.kryptonAlphaValueLabel9      = new KryptonAlphaValueLabel();
     this.kryptonAlphaValueLabel10     = new KryptonAlphaValueLabel();
     this.kryptonAlphaValueLabel11     = new KryptonAlphaValueLabel();
     this.kryptonRedValueNumericBox2   = new KryptonRedValueNumericBox();
     this.kryptonGreenValueNumericBox2 = new KryptonGreenValueNumericBox();
     this.kryptonBlueValueNumericBox2  = new KryptonBlueValueNumericBox();
     this.kryptonAlphaValueLabel8      = new KryptonAlphaValueLabel();
     this.kryptonAlphaValueLabel7      = new KryptonAlphaValueLabel();
     this.kryptonAlphaValueLabel6      = new KryptonAlphaValueLabel();
     this.kryptonAlphaValueLabel5      = new KryptonAlphaValueLabel();
     this.kryptonAlphaValueLabel4      = new KryptonAlphaValueLabel();
     this.kryptonAlphaValueLabel3      = new KryptonAlphaValueLabel();
     this.kryptonAlphaValueLabel2      = new KryptonAlphaValueLabel();
     this.kryptonAlphaValueNumericBox1 = new KryptonAlphaValueNumericBox();
     this.kryptonRedValueNumericBox1   = new KryptonRedValueNumericBox();
     this.kryptonAlphaValueLabel1      = new KryptonAlphaValueLabel();
     this.kryptonGreenValueNumericBox1 = new KryptonGreenValueNumericBox();
     this.kavlNormal                   = new KryptonAlphaValueLabel();
     this.kryptonBlueValueNumericBox1  = new KryptonBlueValueNumericBox();
     this.ktxtHexValue                 = new Krypton.Toolkit.KryptonTextBox();
     ((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.kbtnOk);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 216);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(494, 45);
     this.kryptonPanel1.TabIndex = 1;
     //
     // 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(451, 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    = 102;
     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, 213);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(494, 3);
     this.panel1.TabIndex  = 2;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.ktxtHexValue);
     this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel9);
     this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel10);
     this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel11);
     this.kryptonPanel2.Controls.Add(this.kryptonRedValueNumericBox2);
     this.kryptonPanel2.Controls.Add(this.kryptonGreenValueNumericBox2);
     this.kryptonPanel2.Controls.Add(this.kryptonBlueValueNumericBox2);
     this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel8);
     this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel7);
     this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel6);
     this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel5);
     this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel4);
     this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel3);
     this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel2);
     this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueNumericBox1);
     this.kryptonPanel2.Controls.Add(this.kryptonRedValueNumericBox1);
     this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel1);
     this.kryptonPanel2.Controls.Add(this.kryptonGreenValueNumericBox1);
     this.kryptonPanel2.Controls.Add(this.kavlNormal);
     this.kryptonPanel2.Controls.Add(this.kryptonBlueValueNumericBox1);
     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(494, 213);
     this.kryptonPanel2.TabIndex = 3;
     //
     // kryptonAlphaValueLabel9
     //
     this.kryptonAlphaValueLabel9.AlphaValue = 255;
     this.kryptonAlphaValueLabel9.Location   = new System.Drawing.Point(367, 95);
     this.kryptonAlphaValueLabel9.Name       = "kryptonAlphaValueLabel9";
     this.kryptonAlphaValueLabel9.Size       = new System.Drawing.Size(18, 26);
     this.kryptonAlphaValueLabel9.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel9.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel9.TabIndex    = 32;
     this.kryptonAlphaValueLabel9.Typeface    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel9.Values.Text = ")";
     //
     // kryptonAlphaValueLabel10
     //
     this.kryptonAlphaValueLabel10.AlphaValue = 255;
     this.kryptonAlphaValueLabel10.Location   = new System.Drawing.Point(277, 95);
     this.kryptonAlphaValueLabel10.Name       = "kryptonAlphaValueLabel10";
     this.kryptonAlphaValueLabel10.Size       = new System.Drawing.Size(16, 26);
     this.kryptonAlphaValueLabel10.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel10.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel10.TabIndex    = 31;
     this.kryptonAlphaValueLabel10.Typeface    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel10.Values.Text = ",";
     //
     // kryptonAlphaValueLabel11
     //
     this.kryptonAlphaValueLabel11.AlphaValue = 255;
     this.kryptonAlphaValueLabel11.Location   = new System.Drawing.Point(187, 95);
     this.kryptonAlphaValueLabel11.Name       = "kryptonAlphaValueLabel11";
     this.kryptonAlphaValueLabel11.Size       = new System.Drawing.Size(16, 26);
     this.kryptonAlphaValueLabel11.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel11.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel11.TabIndex    = 30;
     this.kryptonAlphaValueLabel11.Typeface    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel11.Values.Text = ",";
     //
     // kryptonRedValueNumericBox2
     //
     this.kryptonRedValueNumericBox2.Location = new System.Drawing.Point(119, 95);
     this.kryptonRedValueNumericBox2.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonRedValueNumericBox2.Name = "kryptonRedValueNumericBox2";
     this.kryptonRedValueNumericBox2.Size = new System.Drawing.Size(62, 26);
     this.kryptonRedValueNumericBox2.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.kryptonRedValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonRedValueNumericBox2.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.kryptonRedValueNumericBox2.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonRedValueNumericBox2.TabIndex = 27;
     //
     // kryptonGreenValueNumericBox2
     //
     this.kryptonGreenValueNumericBox2.Location = new System.Drawing.Point(209, 95);
     this.kryptonGreenValueNumericBox2.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonGreenValueNumericBox2.Name = "kryptonGreenValueNumericBox2";
     this.kryptonGreenValueNumericBox2.Size = new System.Drawing.Size(62, 26);
     this.kryptonGreenValueNumericBox2.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.kryptonGreenValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonGreenValueNumericBox2.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.kryptonGreenValueNumericBox2.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonGreenValueNumericBox2.TabIndex = 28;
     //
     // kryptonBlueValueNumericBox2
     //
     this.kryptonBlueValueNumericBox2.Location = new System.Drawing.Point(299, 95);
     this.kryptonBlueValueNumericBox2.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonBlueValueNumericBox2.Name = "kryptonBlueValueNumericBox2";
     this.kryptonBlueValueNumericBox2.Size = new System.Drawing.Size(62, 26);
     this.kryptonBlueValueNumericBox2.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.kryptonBlueValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonBlueValueNumericBox2.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.kryptonBlueValueNumericBox2.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonBlueValueNumericBox2.TabIndex = 29;
     //
     // kryptonAlphaValueLabel8
     //
     this.kryptonAlphaValueLabel8.AlphaValue = 255;
     this.kryptonAlphaValueLabel8.Location   = new System.Drawing.Point(95, 95);
     this.kryptonAlphaValueLabel8.Name       = "kryptonAlphaValueLabel8";
     this.kryptonAlphaValueLabel8.Size       = new System.Drawing.Size(18, 26);
     this.kryptonAlphaValueLabel8.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel8.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel8.TabIndex    = 26;
     this.kryptonAlphaValueLabel8.Typeface    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel8.Values.Text = "(";
     //
     // kryptonAlphaValueLabel7
     //
     this.kryptonAlphaValueLabel7.AlphaValue = 255;
     this.kryptonAlphaValueLabel7.Location   = new System.Drawing.Point(28, 95);
     this.kryptonAlphaValueLabel7.Name       = "kryptonAlphaValueLabel7";
     this.kryptonAlphaValueLabel7.Size       = new System.Drawing.Size(49, 26);
     this.kryptonAlphaValueLabel7.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel7.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel7.TabIndex    = 25;
     this.kryptonAlphaValueLabel7.Typeface    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel7.Values.Text = "RGB:";
     //
     // kryptonAlphaValueLabel6
     //
     this.kryptonAlphaValueLabel6.AlphaValue = 255;
     this.kryptonAlphaValueLabel6.Location   = new System.Drawing.Point(28, 155);
     this.kryptonAlphaValueLabel6.Name       = "kryptonAlphaValueLabel6";
     this.kryptonAlphaValueLabel6.Size       = new System.Drawing.Size(164, 26);
     this.kryptonAlphaValueLabel6.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel6.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel6.TabIndex    = 24;
     this.kryptonAlphaValueLabel6.Typeface    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel6.Values.Text = "Hexadecimal Value:";
     //
     // kryptonAlphaValueLabel5
     //
     this.kryptonAlphaValueLabel5.AlphaValue = 255;
     this.kryptonAlphaValueLabel5.Location   = new System.Drawing.Point(457, 35);
     this.kryptonAlphaValueLabel5.Name       = "kryptonAlphaValueLabel5";
     this.kryptonAlphaValueLabel5.Size       = new System.Drawing.Size(18, 26);
     this.kryptonAlphaValueLabel5.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel5.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel5.TabIndex    = 23;
     this.kryptonAlphaValueLabel5.Typeface    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel5.Values.Text = ")";
     //
     // kryptonAlphaValueLabel4
     //
     this.kryptonAlphaValueLabel4.AlphaValue = 255;
     this.kryptonAlphaValueLabel4.Location   = new System.Drawing.Point(367, 35);
     this.kryptonAlphaValueLabel4.Name       = "kryptonAlphaValueLabel4";
     this.kryptonAlphaValueLabel4.Size       = new System.Drawing.Size(16, 26);
     this.kryptonAlphaValueLabel4.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel4.TabIndex    = 22;
     this.kryptonAlphaValueLabel4.Typeface    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel4.Values.Text = ",";
     //
     // kryptonAlphaValueLabel3
     //
     this.kryptonAlphaValueLabel3.AlphaValue = 255;
     this.kryptonAlphaValueLabel3.Location   = new System.Drawing.Point(277, 35);
     this.kryptonAlphaValueLabel3.Name       = "kryptonAlphaValueLabel3";
     this.kryptonAlphaValueLabel3.Size       = new System.Drawing.Size(16, 26);
     this.kryptonAlphaValueLabel3.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel3.TabIndex    = 21;
     this.kryptonAlphaValueLabel3.Typeface    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel3.Values.Text = ",";
     //
     // kryptonAlphaValueLabel2
     //
     this.kryptonAlphaValueLabel2.AlphaValue = 255;
     this.kryptonAlphaValueLabel2.Location   = new System.Drawing.Point(187, 35);
     this.kryptonAlphaValueLabel2.Name       = "kryptonAlphaValueLabel2";
     this.kryptonAlphaValueLabel2.Size       = new System.Drawing.Size(16, 26);
     this.kryptonAlphaValueLabel2.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel2.TabIndex    = 20;
     this.kryptonAlphaValueLabel2.Typeface    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel2.Values.Text = ",";
     //
     // kryptonAlphaValueNumericBox1
     //
     this.kryptonAlphaValueNumericBox1.Location = new System.Drawing.Point(119, 35);
     this.kryptonAlphaValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonAlphaValueNumericBox1.Name = "kryptonAlphaValueNumericBox1";
     this.kryptonAlphaValueNumericBox1.Size = new System.Drawing.Size(62, 26);
     this.kryptonAlphaValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.White;
     this.kryptonAlphaValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.Black;
     this.kryptonAlphaValueNumericBox1.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.kryptonAlphaValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonAlphaValueNumericBox1.TabIndex = 16;
     this.kryptonAlphaValueNumericBox1.Value    = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     //
     // kryptonRedValueNumericBox1
     //
     this.kryptonRedValueNumericBox1.Location = new System.Drawing.Point(209, 35);
     this.kryptonRedValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonRedValueNumericBox1.Name = "kryptonRedValueNumericBox1";
     this.kryptonRedValueNumericBox1.Size = new System.Drawing.Size(62, 26);
     this.kryptonRedValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.kryptonRedValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonRedValueNumericBox1.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.kryptonRedValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonRedValueNumericBox1.TabIndex = 17;
     //
     // kryptonAlphaValueLabel1
     //
     this.kryptonAlphaValueLabel1.AlphaValue = 255;
     this.kryptonAlphaValueLabel1.Location   = new System.Drawing.Point(95, 35);
     this.kryptonAlphaValueLabel1.Name       = "kryptonAlphaValueLabel1";
     this.kryptonAlphaValueLabel1.Size       = new System.Drawing.Size(18, 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    = 5;
     this.kryptonAlphaValueLabel1.Typeface    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.Values.Text = "(";
     //
     // kryptonGreenValueNumericBox1
     //
     this.kryptonGreenValueNumericBox1.Location = new System.Drawing.Point(299, 35);
     this.kryptonGreenValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonGreenValueNumericBox1.Name = "kryptonGreenValueNumericBox1";
     this.kryptonGreenValueNumericBox1.Size = new System.Drawing.Size(62, 26);
     this.kryptonGreenValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.kryptonGreenValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonGreenValueNumericBox1.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.kryptonGreenValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonGreenValueNumericBox1.TabIndex = 18;
     //
     // kavlNormal
     //
     this.kavlNormal.AlphaValue = 255;
     this.kavlNormal.Location   = new System.Drawing.Point(28, 35);
     this.kavlNormal.Name       = "kavlNormal";
     this.kavlNormal.Size       = new System.Drawing.Size(61, 26);
     this.kavlNormal.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kavlNormal.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kavlNormal.TabIndex    = 4;
     this.kavlNormal.Typeface    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kavlNormal.Values.Text = "ARGB:";
     //
     // kryptonBlueValueNumericBox1
     //
     this.kryptonBlueValueNumericBox1.Location = new System.Drawing.Point(389, 35);
     this.kryptonBlueValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonBlueValueNumericBox1.Name = "kryptonBlueValueNumericBox1";
     this.kryptonBlueValueNumericBox1.Size = new System.Drawing.Size(62, 26);
     this.kryptonBlueValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.kryptonBlueValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonBlueValueNumericBox1.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.kryptonBlueValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonBlueValueNumericBox1.TabIndex = 19;
     //
     // ktxtHexValue
     //
     this.ktxtHexValue.Hint      = "#000000";
     this.ktxtHexValue.Location  = new System.Drawing.Point(198, 152);
     this.ktxtHexValue.MaxLength = 7;
     this.ktxtHexValue.Name      = "ktxtHexValue";
     this.ktxtHexValue.Size      = new System.Drawing.Size(100, 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 = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.ktxtHexValue.TabIndex  = 33;
     this.ktxtHexValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // KryptonColourDetailsDialog
     //
     this.ClientSize = new System.Drawing.Size(494, 261);
     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            = "KryptonColourDetailsDialog";
     this.ShowInTaskbar   = false;
     this.Load           += new System.EventHandler(this.KryptonColourDetailsDialog_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.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.kryptonPanel1                    = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonPanel2                    = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.pictureBox1                      = new System.Windows.Forms.PictureBox();
     this.kbtnNukeAllSettings              = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnResetColourBlendingSettings  = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnResetColourIntegerSettings   = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnResetColourSettings          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnResetColourStringSettings    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnResetGlobalBooleanSettings   = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnResetGlobalStringSettings    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnResetPaletteTypefaceSettings = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kchkAskForConfirmation           = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kbtnCancel = 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.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnResetPaletteTypefaceSettings);
     this.kryptonPanel1.Controls.Add(this.kbtnResetGlobalStringSettings);
     this.kryptonPanel1.Controls.Add(this.kbtnResetGlobalBooleanSettings);
     this.kryptonPanel1.Controls.Add(this.kbtnResetColourStringSettings);
     this.kryptonPanel1.Controls.Add(this.kbtnResetColourSettings);
     this.kryptonPanel1.Controls.Add(this.kbtnResetColourIntegerSettings);
     this.kryptonPanel1.Controls.Add(this.kbtnResetColourBlendingSettings);
     this.kryptonPanel1.Controls.Add(this.kbtnNukeAllSettings);
     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(714, 535);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnCancel);
     this.kryptonPanel2.Controls.Add(this.kchkAskForConfirmation);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 483);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(714, 52);
     this.kryptonPanel2.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.pictureBox1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox1.Location  = new System.Drawing.Point(0, 481);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(714, 2);
     this.pictureBox1.TabIndex  = 1;
     this.pictureBox1.TabStop   = false;
     //
     // kbtnNukeAllSettings
     //
     this.kbtnNukeAllSettings.AutoSize     = true;
     this.kbtnNukeAllSettings.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnNukeAllSettings.Location     = new System.Drawing.Point(12, 418);
     this.kbtnNukeAllSettings.Name         = "kbtnNukeAllSettings";
     this.kbtnNukeAllSettings.Size         = new System.Drawing.Size(137, 30);
     this.kbtnNukeAllSettings.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnNukeAllSettings.TabIndex    = 64;
     this.kbtnNukeAllSettings.Values.Text = "&Nuke All Settings";
     this.kbtnNukeAllSettings.Click      += new System.EventHandler(this.kbtnNukeAllSettings_Click);
     //
     // kbtnResetColourBlendingSettings
     //
     this.kbtnResetColourBlendingSettings.AutoSize     = true;
     this.kbtnResetColourBlendingSettings.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnResetColourBlendingSettings.Location     = new System.Drawing.Point(12, 12);
     this.kbtnResetColourBlendingSettings.Name         = "kbtnResetColourBlendingSettings";
     this.kbtnResetColourBlendingSettings.Size         = new System.Drawing.Size(236, 30);
     this.kbtnResetColourBlendingSettings.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnResetColourBlendingSettings.TabIndex    = 65;
     this.kbtnResetColourBlendingSettings.Values.Text = "Reset Colour &Blending Settings";
     this.kbtnResetColourBlendingSettings.Click      += new System.EventHandler(this.kbtnResetColourBlendingSettings_Click);
     //
     // kbtnResetColourIntegerSettings
     //
     this.kbtnResetColourIntegerSettings.AutoSize     = true;
     this.kbtnResetColourIntegerSettings.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnResetColourIntegerSettings.Location     = new System.Drawing.Point(12, 70);
     this.kbtnResetColourIntegerSettings.Name         = "kbtnResetColourIntegerSettings";
     this.kbtnResetColourIntegerSettings.Size         = new System.Drawing.Size(224, 30);
     this.kbtnResetColourIntegerSettings.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnResetColourIntegerSettings.TabIndex    = 66;
     this.kbtnResetColourIntegerSettings.Values.Text = "Reset Colour &Integer Settings";
     this.kbtnResetColourIntegerSettings.Click      += new System.EventHandler(this.kbtnResetColourIntegerSettings_Click);
     //
     // kbtnResetColourSettings
     //
     this.kbtnResetColourSettings.AutoSize     = true;
     this.kbtnResetColourSettings.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnResetColourSettings.Location     = new System.Drawing.Point(12, 128);
     this.kbtnResetColourSettings.Name         = "kbtnResetColourSettings";
     this.kbtnResetColourSettings.Size         = new System.Drawing.Size(168, 30);
     this.kbtnResetColourSettings.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnResetColourSettings.TabIndex    = 67;
     this.kbtnResetColourSettings.Values.Text = "Reset &Colour Settings";
     this.kbtnResetColourSettings.Click      += new System.EventHandler(this.kbtnResetColourSettings_Click);
     //
     // kbtnResetColourStringSettings
     //
     this.kbtnResetColourStringSettings.AutoSize     = true;
     this.kbtnResetColourStringSettings.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnResetColourStringSettings.Location     = new System.Drawing.Point(12, 186);
     this.kbtnResetColourStringSettings.Name         = "kbtnResetColourStringSettings";
     this.kbtnResetColourStringSettings.Size         = new System.Drawing.Size(215, 30);
     this.kbtnResetColourStringSettings.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnResetColourStringSettings.TabIndex    = 68;
     this.kbtnResetColourStringSettings.Values.Text = "Reset Colour &String Settings";
     this.kbtnResetColourStringSettings.Click      += new System.EventHandler(this.kbtnResetColourStringSettings_Click);
     //
     // kbtnResetGlobalBooleanSettings
     //
     this.kbtnResetGlobalBooleanSettings.AutoSize     = true;
     this.kbtnResetGlobalBooleanSettings.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnResetGlobalBooleanSettings.Location     = new System.Drawing.Point(12, 244);
     this.kbtnResetGlobalBooleanSettings.Name         = "kbtnResetGlobalBooleanSettings";
     this.kbtnResetGlobalBooleanSettings.Size         = new System.Drawing.Size(230, 30);
     this.kbtnResetGlobalBooleanSettings.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnResetGlobalBooleanSettings.TabIndex    = 69;
     this.kbtnResetGlobalBooleanSettings.Values.Text = "Reset Global B&oolean Settings";
     this.kbtnResetGlobalBooleanSettings.Click      += new System.EventHandler(this.kbtnResetGlobalBooleanSettings_Click);
     //
     // kbtnResetGlobalStringSettings
     //
     this.kbtnResetGlobalStringSettings.AutoSize     = true;
     this.kbtnResetGlobalStringSettings.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnResetGlobalStringSettings.Location     = new System.Drawing.Point(12, 302);
     this.kbtnResetGlobalStringSettings.Name         = "kbtnResetGlobalStringSettings";
     this.kbtnResetGlobalStringSettings.Size         = new System.Drawing.Size(214, 30);
     this.kbtnResetGlobalStringSettings.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnResetGlobalStringSettings.TabIndex    = 70;
     this.kbtnResetGlobalStringSettings.Values.Text = "Reset &Global String Settings";
     this.kbtnResetGlobalStringSettings.Click      += new System.EventHandler(this.kbtnResetGlobalStringSettings_Click);
     //
     // kbtnResetPaletteTypefaceSettings
     //
     this.kbtnResetPaletteTypefaceSettings.AutoSize     = true;
     this.kbtnResetPaletteTypefaceSettings.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnResetPaletteTypefaceSettings.Location     = new System.Drawing.Point(12, 360);
     this.kbtnResetPaletteTypefaceSettings.Name         = "kbtnResetPaletteTypefaceSettings";
     this.kbtnResetPaletteTypefaceSettings.Size         = new System.Drawing.Size(238, 30);
     this.kbtnResetPaletteTypefaceSettings.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnResetPaletteTypefaceSettings.TabIndex    = 71;
     this.kbtnResetPaletteTypefaceSettings.Values.Text = "Reset &Palette Typeface Settings";
     this.kbtnResetPaletteTypefaceSettings.Click      += new System.EventHandler(this.kbtnResetPaletteTypefaceSettings_Click);
     //
     // kchkAskForConfirmation
     //
     this.kchkAskForConfirmation.Location = new System.Drawing.Point(12, 14);
     this.kchkAskForConfirmation.Name     = "kchkAskForConfirmation";
     this.kchkAskForConfirmation.Size     = new System.Drawing.Size(175, 26);
     this.kchkAskForConfirmation.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkAskForConfirmation.TabIndex    = 0;
     this.kchkAskForConfirmation.Values.Text = "&Ask for Confirmation";
     //
     // 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(612, 10);
     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    = 4;
     this.kbtnCancel.Values.Text = "Ca&ncel";
     this.kbtnCancel.Click      += new System.EventHandler(this.kbtnCancel_Click);
     //
     // SettingsManagementOptions
     //
     this.CancelButton = this.kbtnCancel;
     this.ClientSize   = new System.Drawing.Size(714, 535);
     this.Controls.Add(this.pictureBox1);
     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            = "SettingsManagementOptions";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Reset Settings";
     this.Load           += new System.EventHandler(this.SettingsManagementOptions_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.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components        = new System.ComponentModel.Container();
     this.kryptonPanel1     = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.klblBlue          = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblGreen         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblRed           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblBrightness    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblSaturation    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblHue           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     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.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.kryptonLabel2     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.pnlSelectedColour = new System.Windows.Forms.Panel();
     this.ktxtWebColour     = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kbtnOk            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCancel        = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.pnlColour         = new System.Windows.Forms.Panel();
     this.pnlBrightness     = new System.Windows.Forms.Panel();
     this.ksbHue            = new ExtendedControls.ExtendedToolkit.Controls.ScrollBar.CustomScrollBar.KryptonScrollBar();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.klblBlue);
     this.kryptonPanel1.Controls.Add(this.klblGreen);
     this.kryptonPanel1.Controls.Add(this.klblRed);
     this.kryptonPanel1.Controls.Add(this.klblBrightness);
     this.kryptonPanel1.Controls.Add(this.klblSaturation);
     this.kryptonPanel1.Controls.Add(this.klblHue);
     this.kryptonPanel1.Controls.Add(this.ksbBlue);
     this.kryptonPanel1.Controls.Add(this.ksbGreen);
     this.kryptonPanel1.Controls.Add(this.ksbRed);
     this.kryptonPanel1.Controls.Add(this.ksbBrightness);
     this.kryptonPanel1.Controls.Add(this.ksbSaturation);
     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.kryptonLabel2);
     this.kryptonPanel1.Controls.Add(this.pnlSelectedColour);
     this.kryptonPanel1.Controls.Add(this.ktxtWebColour);
     this.kryptonPanel1.Controls.Add(this.kbtnOk);
     this.kryptonPanel1.Controls.Add(this.kbtnCancel);
     this.kryptonPanel1.Controls.Add(this.pnlColour);
     this.kryptonPanel1.Controls.Add(this.pnlBrightness);
     this.kryptonPanel1.Controls.Add(this.ksbHue);
     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(661, 647);
     this.kryptonPanel1.TabIndex = 0;
     //
     // klblBlue
     //
     this.klblBlue.Location = new System.Drawing.Point(594, 608);
     this.klblBlue.Name     = "klblBlue";
     this.klblBlue.Size     = new System.Drawing.Size(6, 2);
     this.klblBlue.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblBlue.TabIndex    = 94;
     this.klblBlue.Values.Text = "";
     //
     // klblGreen
     //
     this.klblGreen.Location = new System.Drawing.Point(594, 570);
     this.klblGreen.Name     = "klblGreen";
     this.klblGreen.Size     = new System.Drawing.Size(6, 2);
     this.klblGreen.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblGreen.TabIndex    = 93;
     this.klblGreen.Values.Text = "";
     //
     // klblRed
     //
     this.klblRed.Location = new System.Drawing.Point(594, 532);
     this.klblRed.Name     = "klblRed";
     this.klblRed.Size     = new System.Drawing.Size(6, 2);
     this.klblRed.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblRed.TabIndex    = 92;
     this.klblRed.Values.Text = "";
     //
     // klblBrightness
     //
     this.klblBrightness.Location = new System.Drawing.Point(594, 467);
     this.klblBrightness.Name     = "klblBrightness";
     this.klblBrightness.Size     = new System.Drawing.Size(6, 2);
     this.klblBrightness.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblBrightness.TabIndex    = 91;
     this.klblBrightness.Values.Text = "";
     //
     // klblSaturation
     //
     this.klblSaturation.Location = new System.Drawing.Point(594, 429);
     this.klblSaturation.Name     = "klblSaturation";
     this.klblSaturation.Size     = new System.Drawing.Size(6, 2);
     this.klblSaturation.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblSaturation.TabIndex    = 90;
     this.klblSaturation.Values.Text = "";
     //
     // klblHue
     //
     this.klblHue.Location = new System.Drawing.Point(594, 391);
     this.klblHue.Name     = "klblHue";
     this.klblHue.Size     = new System.Drawing.Size(6, 2);
     this.klblHue.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblHue.TabIndex    = 89;
     this.klblHue.Values.Text = "";
     //
     // ksbBlue
     //
     this.ksbBlue.Location    = new System.Drawing.Point(129, 611);
     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(459, 19);
     this.ksbBlue.TabIndex    = 84;
     this.ksbBlue.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.HandleRGBScroll);
     //
     // ksbGreen
     //
     this.ksbGreen.Location    = new System.Drawing.Point(129, 572);
     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(459, 19);
     this.ksbGreen.TabIndex    = 83;
     this.ksbGreen.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.HandleRGBScroll);
     //
     // ksbRed
     //
     this.ksbRed.Location    = new System.Drawing.Point(129, 535);
     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(459, 19);
     this.ksbRed.TabIndex    = 82;
     this.ksbRed.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.HandleRGBScroll);
     //
     // ksbBrightness
     //
     this.ksbBrightness.Location    = new System.Drawing.Point(129, 471);
     this.ksbBrightness.Name        = "ksbBrightness";
     this.ksbBrightness.Orientation = ExtendedControls.Base.Code.ScrollBar.CustomScrollBar.ScrollBarOrientation.HORIZONTAL;
     this.ksbBrightness.Size        = new System.Drawing.Size(459, 19);
     this.ksbBrightness.TabIndex    = 81;
     this.ksbBrightness.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.HandleHSVScroll);
     //
     // ksbSaturation
     //
     this.ksbSaturation.Location    = new System.Drawing.Point(129, 433);
     this.ksbSaturation.Name        = "ksbSaturation";
     this.ksbSaturation.Orientation = ExtendedControls.Base.Code.ScrollBar.CustomScrollBar.ScrollBarOrientation.HORIZONTAL;
     this.ksbSaturation.Size        = new System.Drawing.Size(459, 19);
     this.ksbSaturation.TabIndex    = 80;
     this.ksbSaturation.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.HandleHSVScroll);
     //
     // kryptonLabel7
     //
     this.kryptonLabel7.Location = new System.Drawing.Point(12, 467);
     this.kryptonLabel7.Name     = "kryptonLabel7";
     this.kryptonLabel7.Size     = new System.Drawing.Size(98, 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    = 79;
     this.kryptonLabel7.Values.Text = "Brightness:";
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.Location = new System.Drawing.Point(12, 429);
     this.kryptonLabel6.Name     = "kryptonLabel6";
     this.kryptonLabel6.Size     = new System.Drawing.Size(97, 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    = 75;
     this.kryptonLabel6.Values.Text = "Saturation:";
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.Location = new System.Drawing.Point(12, 391);
     this.kryptonLabel5.Name     = "kryptonLabel5";
     this.kryptonLabel5.Size     = new System.Drawing.Size(48, 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    = 78;
     this.kryptonLabel5.Values.Text = "Hue:";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(12, 608);
     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    = 77;
     this.kryptonLabel4.Values.Text = "Blue:";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(12, 570);
     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    = 76;
     this.kryptonLabel3.Values.Text = "Green:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(12, 532);
     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    = 74;
     this.kryptonLabel2.Values.Text = "Red:";
     //
     // pnlSelectedColour
     //
     this.pnlSelectedColour.Location = new System.Drawing.Point(553, 101);
     this.pnlSelectedColour.Name     = "pnlSelectedColour";
     this.pnlSelectedColour.Size     = new System.Drawing.Size(96, 29);
     this.pnlSelectedColour.TabIndex = 73;
     this.pnlSelectedColour.Visible  = false;
     //
     // ktxtWebColour
     //
     this.ktxtWebColour.Location = new System.Drawing.Point(553, 136);
     this.ktxtWebColour.Name     = "ktxtWebColour";
     this.ktxtWebColour.Size     = new System.Drawing.Size(96, 29);
     this.ktxtWebColour.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktxtWebColour.TabIndex  = 72;
     this.ktxtWebColour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // kbtnOk
     //
     this.kbtnOk.AutoSize     = true;
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnOk.Location     = new System.Drawing.Point(553, 12);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(96, 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    = 71;
     this.kbtnOk.Values.Text = "O&k";
     //
     // kbtnCancel
     //
     this.kbtnCancel.AutoSize     = true;
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(553, 48);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(96, 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    = 70;
     this.kbtnCancel.Values.Text = "&Cancel";
     //
     // pnlColour
     //
     this.pnlColour.Location = new System.Drawing.Point(12, 12);
     this.pnlColour.Name     = "pnlColour";
     this.pnlColour.Size     = new System.Drawing.Size(387, 347);
     this.pnlColour.TabIndex = 40;
     //
     // pnlBrightness
     //
     this.pnlBrightness.Location = new System.Drawing.Point(425, 12);
     this.pnlBrightness.Name     = "pnlBrightness";
     this.pnlBrightness.Size     = new System.Drawing.Size(36, 347);
     this.pnlBrightness.TabIndex = 41;
     this.pnlBrightness.Visible  = false;
     //
     // ksbHue
     //
     this.ksbHue.Location    = new System.Drawing.Point(129, 394);
     this.ksbHue.Name        = "ksbHue";
     this.ksbHue.Orientation = ExtendedControls.Base.Code.ScrollBar.CustomScrollBar.ScrollBarOrientation.HORIZONTAL;
     this.ksbHue.Size        = new System.Drawing.Size(459, 19);
     this.ksbHue.TabIndex    = 1;
     this.ksbHue.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.HandleHSVScroll);
     //
     // KryptonColourChooser2
     //
     this.AcceptButton = this.kbtnOk;
     this.CancelButton = this.kbtnCancel;
     this.ClientSize   = new System.Drawing.Size(661, 647);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonColourChooser2";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Select Colour";
     this.Load           += new System.EventHandler(this.KryptonColourChooser2_Load);
     this.Paint          += new System.Windows.Forms.PaintEventHandler(this.KryptonColourChooser2_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.Window_MouseUp);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 6
0
 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(472, 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(472, 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(472, 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(472, 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(472, 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(472, 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(472, 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()
 {
     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);
 }
 /// <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);
 }
 private void InitializeComponent()
 {
     this.kryptonPanel1        = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnCancel           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.panel1               = new System.Windows.Forms.Panel();
     this.kryptonPanel2        = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonLabel1        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.krtbStringCollection = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
     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();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     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, 392);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(646, 57);
     this.kryptonPanel1.TabIndex = 1;
     //
     // 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(543, 6);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(91, 39);
     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    = 0;
     this.kbtnCancel.Values.Text = "Canc&el";
     this.kbtnCancel.Click      += new System.EventHandler(this.kbtnCancel_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, 389);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(646, 3);
     this.panel1.TabIndex  = 4;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.krtbStringCollection);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel1);
     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(646, 389);
     this.kryptonPanel2.TabIndex = 5;
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(13, 13);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(381, 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 = "Enter the strings in the collection (one per line):";
     //
     // krtbStringCollection
     //
     this.krtbStringCollection.Location   = new System.Drawing.Point(13, 45);
     this.krtbStringCollection.Name       = "krtbStringCollection";
     this.krtbStringCollection.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth;
     this.krtbStringCollection.Size       = new System.Drawing.Size(621, 328);
     this.krtbStringCollection.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.krtbStringCollection.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.krtbStringCollection.TabIndex     = 1;
     this.krtbStringCollection.Text         = "";
     this.krtbStringCollection.TextChanged += new System.EventHandler(this.krtbStringCollection_TextChanged);
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.Location = new System.Drawing.Point(446, 6);
     this.kbtnOk.Name     = "kbtnOk";
     this.kbtnOk.Size     = new System.Drawing.Size(91, 39);
     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    = 1;
     this.kbtnOk.Values.Text = "&Ok";
     this.kbtnOk.Click      += new System.EventHandler(this.kbtnOk_Click);
     //
     // KryptonStringCollectionDialog
     //
     this.AcceptButton = this.kbtnOk;
     this.CancelButton = this.kbtnCancel;
     this.ClientSize   = new System.Drawing.Size(646, 449);
     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            = "KryptonStringCollectionDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "String Collection Editor";
     this.Load           += new System.EventHandler(this.KryptonStringCollectionDialog_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.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);
 }
 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);
 }
Esempio n. 12
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("a");
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("b");
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("c");
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("d");
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("e");
     System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("f");
     this.kryptonManager1 = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.kryptonPanel1   = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonPaletteChooserComboBox1 = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonPaletteChooserComboBox();
     this.kryptonListView1 = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonListView();
     this.columnHeader1    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPaletteChooserComboBox1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonManager1
     //
     this.kryptonManager1.GlobalPaletteMode = ComponentFactory.Krypton.Toolkit.PaletteModeManager.Office365Black;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonPaletteChooserComboBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonListView1);
     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(1245, 672);
     this.kryptonPanel1.TabIndex = 1;
     //
     // kryptonPaletteChooserComboBox1
     //
     this.kryptonPaletteChooserComboBox1.DropDownWidth = 121;
     this.kryptonPaletteChooserComboBox1.Items.AddRange(new object[] {
         "Global",
         "ProfessionalSystem",
         "ProfessionalOffice2003",
         "Office2007Blue",
         "Office2007Silver",
         "Office2007White",
         "Office2007Black",
         "Office2010Blue",
         "Office2010Silver",
         "Office2010White",
         "Office2010Black",
         "Office2013",
         "Office2013White",
         "Office365Black",
         "Office365Blue",
         "Office365Silver",
         "Office365White",
         "SparkleBlue",
         "SparkleOrange",
         "SparklePurple",
         "Custom"
     });
     this.kryptonPaletteChooserComboBox1.Location              = new System.Drawing.Point(138, 28);
     this.kryptonPaletteChooserComboBox1.Name                  = "kryptonPaletteChooserComboBox1";
     this.kryptonPaletteChooserComboBox1.Size                  = new System.Drawing.Size(121, 21);
     this.kryptonPaletteChooserComboBox1.TabIndex              = 1;
     this.kryptonPaletteChooserComboBox1.Text                  = "kryptonPaletteChooserComboBox1";
     this.kryptonPaletteChooserComboBox1.PaletteChanged       += new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonPaletteChooserComboBox.ChangePaletteEventHandler(this.kryptonPaletteChooserComboBox1_PaletteChanged);
     this.kryptonPaletteChooserComboBox1.SelectedIndexChanged += new System.EventHandler(this.kryptonPaletteChooserComboBox1_SelectedIndexChanged);
     //
     // kryptonListView1
     //
     this.kryptonListView1.AlternateRowColour        = System.Drawing.Color.FromArgb(((int)(((byte)(113)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
     this.kryptonListView1.AlternateRowColourEnabled = true;
     this.kryptonListView1.AutoSizeLastColumn        = true;
     this.kryptonListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.kryptonListView1.EnableDragDrop        = false;
     this.kryptonListView1.EnableHeaderGlow      = false;
     this.kryptonListView1.EnableHeaderHotTrack  = false;
     this.kryptonListView1.EnableHeaderRendering = true;
     this.kryptonListView1.EnableSelectionBorder = false;
     this.kryptonListView1.EnableSorting         = true;
     this.kryptonListView1.EnableVistaCheckBoxes = true;
     this.kryptonListView1.ForceLeftAlign        = false;
     this.kryptonListView1.FullRowSelect         = true;
     this.kryptonListView1.HideSelection         = false;
     this.kryptonListView1.ItemHeight            = 0;
     this.kryptonListView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4,
         listViewItem5,
         listViewItem6
     });
     this.kryptonListView1.LineAfter                       = -1;
     this.kryptonListView1.LineBefore                      = -1;
     this.kryptonListView1.Location                        = new System.Drawing.Point(492, 28);
     this.kryptonListView1.Name                            = "kryptonListView1";
     this.kryptonListView1.OwnerDraw                       = true;
     this.kryptonListView1.PersistentColours               = false;
     this.kryptonListView1.SelectEntireRowOnSubItem        = true;
     this.kryptonListView1.Size                            = new System.Drawing.Size(741, 427);
     this.kryptonListView1.TabIndex                        = 0;
     this.kryptonListView1.UseCompatibleStateImageBehavior = false;
     this.kryptonListView1.UseKryptonRenderer              = true;
     this.kryptonListView1.UseStyledColours                = true;
     this.kryptonListView1.View                            = System.Windows.Forms.View.Details;
     //
     // Test
     //
     this.ClientSize = new System.Drawing.Size(1245, 672);
     this.Controls.Add(this.kryptonPanel1);
     this.Name = "Test";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPaletteChooserComboBox1)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.kryptonPanel1        = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonButton1       = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCancel           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonPanel2        = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonTypefaceList1 = new KryptonToolkitSuiteExtendedCore.Components.Controls.KryptonTypefaceList();
     this.panel1 = new System.Windows.Forms.Panel();
     this.kryptonTypefaceSizeList1 = new KryptonToolkitSuiteExtendedCore.Components.Controls.KryptonTypefaceSizeList();
     this.kryptonTypefaceExample1  = new KryptonToolkitSuiteExtendedCore.Components.Controls.KryptonTypefaceExample();
     ((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.kryptonButton1);
     this.kryptonPanel1.Controls.Add(this.kbtnCancel);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 525);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(980, 57);
     this.kryptonPanel1.TabIndex = 4;
     //
     // 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(716, 6);
     this.kryptonButton1.Name     = "kryptonButton1";
     this.kryptonButton1.Size     = new System.Drawing.Size(123, 39);
     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    = 1;
     this.kryptonButton1.Values.Text = "&Cancel";
     //
     // kbtnCancel
     //
     this.kbtnCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnCancel.Location = new System.Drawing.Point(845, 6);
     this.kbtnCancel.Name     = "kbtnCancel";
     this.kbtnCancel.Size     = new System.Drawing.Size(123, 39);
     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    = 0;
     this.kbtnCancel.Values.Text = "&Cancel";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kryptonTypefaceExample1);
     this.kryptonPanel2.Controls.Add(this.kryptonTypefaceSizeList1);
     this.kryptonPanel2.Controls.Add(this.kryptonTypefaceList1);
     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(980, 525);
     this.kryptonPanel2.TabIndex = 5;
     //
     // kryptonTypefaceList1
     //
     this.kryptonTypefaceList1.BackColor          = System.Drawing.Color.Transparent;
     this.kryptonTypefaceList1.Location           = new System.Drawing.Point(12, 12);
     this.kryptonTypefaceList1.Name               = "kryptonTypefaceList1";
     this.kryptonTypefaceList1.SelectedFontFamily = null;
     this.kryptonTypefaceList1.Size               = new System.Drawing.Size(339, 487);
     this.kryptonTypefaceList1.TabIndex           = 0;
     this.kryptonTypefaceList1.Typeface           = new System.Drawing.Font("Segoe UI", 12F);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 522);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(980, 3);
     this.panel1.TabIndex  = 6;
     //
     // kryptonTypefaceSizeList1
     //
     this.kryptonTypefaceSizeList1.BackColor = System.Drawing.Color.Transparent;
     this.kryptonTypefaceSizeList1.Location  = new System.Drawing.Point(357, 12);
     this.kryptonTypefaceSizeList1.Name      = "kryptonTypefaceSizeList1";
     this.kryptonTypefaceSizeList1.Size      = new System.Drawing.Size(74, 487);
     this.kryptonTypefaceSizeList1.TabIndex  = 1;
     //
     // kryptonTypefaceExample1
     //
     this.kryptonTypefaceExample1.BackColor  = System.Drawing.Color.Transparent;
     this.kryptonTypefaceExample1.HeaderText = "Sample Typeface";
     this.kryptonTypefaceExample1.Location   = new System.Drawing.Point(437, 218);
     this.kryptonTypefaceExample1.Name       = "kryptonTypefaceExample1";
     this.kryptonTypefaceExample1.SampleText = "AaBbCc123#+*-";
     this.kryptonTypefaceExample1.Size       = new System.Drawing.Size(530, 281);
     this.kryptonTypefaceExample1.TabIndex   = 2;
     this.kryptonTypefaceExample1.Typeface   = new System.Drawing.Font("Segoe UI", 12F);
     //
     // KryptonTypefaceDialog
     //
     this.ClientSize = new System.Drawing.Size(980, 582);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.Name          = "KryptonTypefaceDialog";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     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();
     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);
 }
Esempio n. 15
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonAboutWindow));
     this.kryptonPanel1     = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.logoPictureBox    = new System.Windows.Forms.PictureBox();
     this.klblProductName   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblVersion       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblCopyright     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblCompanyName   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.krtbDescription   = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
     this.kbtnOk            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.tableLayoutPanel1);
     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(587, 416);
     this.kryptonPanel1.TabIndex = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.Color.Transparent;
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
     this.tableLayoutPanel1.Controls.Add(this.logoPictureBox, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.klblProductName, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.klblVersion, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.klblCopyright, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.klblCompanyName, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.krtbDescription, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.kbtnOk, 1, 5);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(563, 392);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // logoPictureBox
     //
     this.logoPictureBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.logoPictureBox.Image    = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
     this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
     this.logoPictureBox.Name     = "logoPictureBox";
     this.tableLayoutPanel1.SetRowSpan(this.logoPictureBox, 6);
     this.logoPictureBox.Size     = new System.Drawing.Size(179, 386);
     this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.logoPictureBox.TabIndex = 13;
     this.logoPictureBox.TabStop  = false;
     //
     // klblProductName
     //
     this.klblProductName.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.klblProductName.Location = new System.Drawing.Point(188, 3);
     this.klblProductName.Name     = "klblProductName";
     this.klblProductName.Size     = new System.Drawing.Size(372, 43);
     this.klblProductName.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblProductName.TabIndex    = 14;
     this.klblProductName.Values.Text = "{PRODUCT-NAME}";
     //
     // klblVersion
     //
     this.klblVersion.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.klblVersion.Location = new System.Drawing.Point(188, 52);
     this.klblVersion.Name     = "klblVersion";
     this.klblVersion.Size     = new System.Drawing.Size(372, 43);
     this.klblVersion.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblVersion.TabIndex    = 15;
     this.klblVersion.Values.Text = "{VERSION}";
     //
     // klblCopyright
     //
     this.klblCopyright.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.klblCopyright.Location = new System.Drawing.Point(188, 101);
     this.klblCopyright.Name     = "klblCopyright";
     this.klblCopyright.Size     = new System.Drawing.Size(372, 43);
     this.klblCopyright.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblCopyright.TabIndex    = 16;
     this.klblCopyright.Values.Text = "{COPYRIGHT}";
     //
     // klblCompanyName
     //
     this.klblCompanyName.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.klblCompanyName.Location = new System.Drawing.Point(188, 150);
     this.klblCompanyName.Name     = "klblCompanyName";
     this.klblCompanyName.Size     = new System.Drawing.Size(372, 43);
     this.klblCompanyName.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblCompanyName.TabIndex    = 17;
     this.klblCompanyName.Values.Text = "{COMPANY-NAME}";
     //
     // krtbDescription
     //
     this.krtbDescription.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.krtbDescription.Location = new System.Drawing.Point(188, 199);
     this.krtbDescription.Name     = "krtbDescription";
     this.krtbDescription.ReadOnly = true;
     this.krtbDescription.Size     = new System.Drawing.Size(372, 141);
     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.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.krtbDescription.TabIndex = 18;
     this.krtbDescription.Text     = "{DESCRIPTION}";
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.Location = new System.Drawing.Point(480, 364);
     this.kbtnOk.Name     = "kbtnOk";
     this.kbtnOk.Size     = new System.Drawing.Size(90, 25);
     this.kbtnOk.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.TabIndex    = 21;
     this.kbtnOk.Values.Text = "&Ok";
     //
     // KryptonAboutWindow
     //
     this.ClientSize = new System.Drawing.Size(587, 416);
     this.Controls.Add(this.kryptonPanel1);
     this.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonAboutWindow";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "About {0}";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ThemeSelector));
     this.kpnlButtons           = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnRestoreToDefaults = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCancel            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnOk           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnApply        = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.pnlSeperator     = new System.Windows.Forms.Panel();
     this.kpnlContent      = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnTry          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnBrowse       = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ktxtCustomPath   = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.klblCustomTheme  = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kcmbPaletteTheme = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonLabel1    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.palette          = new ComponentFactory.Krypton.Toolkit.KryptonPalette(this.components);
     this.kman             = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).BeginInit();
     this.kpnlButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kpnlContent)).BeginInit();
     this.kpnlContent.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbPaletteTheme)).BeginInit();
     this.SuspendLayout();
     //
     // kpnlButtons
     //
     this.kpnlButtons.Controls.Add(this.kbtnRestoreToDefaults);
     this.kpnlButtons.Controls.Add(this.kbtnCancel);
     this.kpnlButtons.Controls.Add(this.kbtnOk);
     this.kpnlButtons.Controls.Add(this.kbtnApply);
     this.kpnlButtons.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kpnlButtons.Location = new System.Drawing.Point(0, 146);
     this.kpnlButtons.Name     = "kpnlButtons";
     this.kpnlButtons.Size     = new System.Drawing.Size(785, 54);
     this.kpnlButtons.TabIndex = 1;
     //
     // kbtnRestoreToDefaults
     //
     this.kbtnRestoreToDefaults.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnRestoreToDefaults.Enabled  = false;
     this.kbtnRestoreToDefaults.Location = new System.Drawing.Point(16, 12);
     this.kbtnRestoreToDefaults.Name     = "kbtnRestoreToDefaults";
     this.kbtnRestoreToDefaults.Size     = new System.Drawing.Size(163, 30);
     this.kbtnRestoreToDefaults.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnRestoreToDefaults.TabIndex    = 3;
     this.kbtnRestoreToDefaults.Values.Text = "&Restore to Defaults";
     this.kbtnRestoreToDefaults.Click      += new System.EventHandler(this.kbtnRestoreToDefaults_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(587, 12);
     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    = 2;
     this.kbtnCancel.Values.Text = "&Cancel";
     this.kbtnCancel.Click      += new System.EventHandler(this.kbtnCancel_Click);
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.Location = new System.Drawing.Point(491, 12);
     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    = 1;
     this.kbtnOk.Values.Text = "&Ok";
     this.kbtnOk.Click      += new System.EventHandler(this.kbtnOk_Click);
     //
     // kbtnApply
     //
     this.kbtnApply.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnApply.Enabled  = false;
     this.kbtnApply.Location = new System.Drawing.Point(683, 12);
     this.kbtnApply.Name     = "kbtnApply";
     this.kbtnApply.Size     = new System.Drawing.Size(90, 30);
     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    = 0;
     this.kbtnApply.Values.Text = "A&pply";
     this.kbtnApply.Click      += new System.EventHandler(this.kbtnApply_Click);
     //
     // pnlSeperator
     //
     this.pnlSeperator.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.pnlSeperator.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.pnlSeperator.Location  = new System.Drawing.Point(0, 143);
     this.pnlSeperator.Name      = "pnlSeperator";
     this.pnlSeperator.Size      = new System.Drawing.Size(785, 3);
     this.pnlSeperator.TabIndex  = 3;
     //
     // kpnlContent
     //
     this.kpnlContent.Controls.Add(this.kbtnTry);
     this.kpnlContent.Controls.Add(this.kbtnBrowse);
     this.kpnlContent.Controls.Add(this.ktxtCustomPath);
     this.kpnlContent.Controls.Add(this.klblCustomTheme);
     this.kpnlContent.Controls.Add(this.kcmbPaletteTheme);
     this.kpnlContent.Controls.Add(this.kryptonLabel1);
     this.kpnlContent.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kpnlContent.Location = new System.Drawing.Point(0, 0);
     this.kpnlContent.Name     = "kpnlContent";
     this.kpnlContent.Size     = new System.Drawing.Size(785, 143);
     this.kpnlContent.TabIndex = 4;
     //
     // kbtnTry
     //
     this.kbtnTry.AutoSize     = true;
     this.kbtnTry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnTry.Enabled      = false;
     this.kbtnTry.Location     = new System.Drawing.Point(733, 87);
     this.kbtnTry.Name         = "kbtnTry";
     this.kbtnTry.Size         = new System.Drawing.Size(34, 30);
     this.kbtnTry.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnTry.TabIndex    = 5;
     this.kbtnTry.Values.Text = "T&ry";
     this.kbtnTry.Click      += new System.EventHandler(this.kbtnTry_Click);
     //
     // kbtnBrowse
     //
     this.kbtnBrowse.AutoSize     = true;
     this.kbtnBrowse.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnBrowse.Enabled      = false;
     this.kbtnBrowse.Location     = new System.Drawing.Point(744, 51);
     this.kbtnBrowse.Name         = "kbtnBrowse";
     this.kbtnBrowse.Size         = new System.Drawing.Size(23, 30);
     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    = 4;
     this.kbtnBrowse.Values.Text = ".&..";
     this.kbtnBrowse.Click      += new System.EventHandler(this.kbtnBrowse_Click);
     //
     // ktxtCustomPath
     //
     this.ktxtCustomPath.Enabled  = false;
     this.ktxtCustomPath.Location = new System.Drawing.Point(248, 52);
     this.ktxtCustomPath.Name     = "ktxtCustomPath";
     this.ktxtCustomPath.Size     = new System.Drawing.Size(490, 29);
     this.ktxtCustomPath.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktxtCustomPath.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.ktxtCustomPath.TabIndex     = 3;
     this.ktxtCustomPath.TextChanged += new System.EventHandler(this.ktxtCustomPath_TextChanged);
     //
     // klblCustomTheme
     //
     this.klblCustomTheme.Enabled  = false;
     this.klblCustomTheme.Location = new System.Drawing.Point(38, 55);
     this.klblCustomTheme.Name     = "klblCustomTheme";
     this.klblCustomTheme.Size     = new System.Drawing.Size(204, 26);
     this.klblCustomTheme.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblCustomTheme.TabIndex    = 2;
     this.klblCustomTheme.Values.Text = "Custom Theme File Path:";
     //
     // kcmbPaletteTheme
     //
     this.kcmbPaletteTheme.DropDownWidth  = 216;
     this.kcmbPaletteTheme.IntegralHeight = false;
     this.kcmbPaletteTheme.Location       = new System.Drawing.Point(147, 12);
     this.kcmbPaletteTheme.Name           = "kcmbPaletteTheme";
     this.kcmbPaletteTheme.Size           = new System.Drawing.Size(216, 27);
     this.kcmbPaletteTheme.StateCommon.ComboBox.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcmbPaletteTheme.StateCommon.ComboBox.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Near;
     this.kcmbPaletteTheme.TabIndex     = 1;
     this.kcmbPaletteTheme.TextChanged += new System.EventHandler(this.kcmbPaletteTheme_TextChanged);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(12, 12);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(128, 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 = "Palette Theme:";
     //
     // palette
     //
     this.palette.CustomisedKryptonPaletteFilePath = null;
     //
     // ThemeSelector
     //
     this.ClientSize = new System.Drawing.Size(785, 200);
     this.Controls.Add(this.kpnlContent);
     this.Controls.Add(this.pnlSeperator);
     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            = "ThemeSelector";
     this.Text            = "Palette Theme Selector";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.ThemeSelector_FormClosing);
     this.Load           += new System.EventHandler(this.ThemeSelector_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).EndInit();
     this.kpnlButtons.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kpnlContent)).EndInit();
     this.kpnlContent.ResumeLayout(false);
     this.kpnlContent.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbPaletteTheme)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 17
0
 private void InitializeComponent()
 {
     this.kryptonPanel1      = new Krypton.Toolkit.KryptonPanel();
     this.kbtnCancel         = new Krypton.Toolkit.KryptonButton();
     this.kbtnOk             = new Krypton.Toolkit.KryptonButton();
     this.kgbSelected        = new Krypton.Toolkit.KryptonGroupBox();
     this.klbSelected        = new Krypton.Toolkit.KryptonListBox();
     this.kbtnAddAll         = new Krypton.Toolkit.KryptonButton();
     this.kbtnRemoveSelected = new Krypton.Toolkit.KryptonButton();
     this.kbtnRemoveAll      = new Krypton.Toolkit.KryptonButton();
     this.kbtnAddSelected    = new Krypton.Toolkit.KryptonButton();
     this.kgbAvailable       = new Krypton.Toolkit.KryptonGroupBox();
     this.klblAvailable      = new Krypton.Toolkit.KryptonListBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kgbSelected)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kgbSelected.Panel)).BeginInit();
     this.kgbSelected.Panel.SuspendLayout();
     this.kgbSelected.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kgbAvailable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kgbAvailable.Panel)).BeginInit();
     this.kgbAvailable.Panel.SuspendLayout();
     this.kgbAvailable.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnCancel);
     this.kryptonPanel1.Controls.Add(this.kbtnOk);
     this.kryptonPanel1.Controls.Add(this.kgbSelected);
     this.kryptonPanel1.Controls.Add(this.kbtnAddAll);
     this.kryptonPanel1.Controls.Add(this.kbtnRemoveSelected);
     this.kryptonPanel1.Controls.Add(this.kbtnRemoveAll);
     this.kryptonPanel1.Controls.Add(this.kbtnAddSelected);
     this.kryptonPanel1.Controls.Add(this.kgbAvailable);
     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(493, 236);
     this.kryptonPanel1.TabIndex = 2;
     //
     // kbtnCancel
     //
     this.kbtnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(396, 81);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(85, 25);
     this.kbtnCancel.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex    = 7;
     this.kbtnCancel.Values.Text = "&Cancel";
     //
     // kbtnOk
     //
     this.kbtnOk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Location     = new System.Drawing.Point(396, 33);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(85, 25);
     this.kbtnOk.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.TabIndex    = 6;
     this.kbtnOk.Values.Text = "O&k";
     //
     // kgbSelected
     //
     this.kgbSelected.Location = new System.Drawing.Point(226, 12);
     this.kgbSelected.Name     = "kgbSelected";
     //
     // kgbSelected.Panel
     //
     this.kgbSelected.Panel.Controls.Add(this.klbSelected);
     this.kgbSelected.Size = new System.Drawing.Size(164, 212);
     this.kgbSelected.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kgbSelected.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kgbSelected.TabIndex       = 2;
     this.kgbSelected.Values.Heading = "Selected";
     //
     // klbSelected
     //
     this.klbSelected.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.klbSelected.Location = new System.Drawing.Point(0, 0);
     this.klbSelected.Name     = "klbSelected";
     this.klbSelected.Size     = new System.Drawing.Size(160, 189);
     this.klbSelected.StateCommon.Item.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klbSelected.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klbSelected.TabIndex              = 1;
     this.klbSelected.SelectedIndexChanged += new System.EventHandler(this.KlbSelected_SelectedIndexChanged);
     //
     // kbtnAddAll
     //
     this.kbtnAddAll.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnAddAll.Location     = new System.Drawing.Point(182, 90);
     this.kbtnAddAll.Name         = "kbtnAddAll";
     this.kbtnAddAll.Size         = new System.Drawing.Size(38, 25);
     this.kbtnAddAll.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAddAll.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAddAll.TabIndex    = 5;
     this.kbtnAddAll.Values.Text = ">>";
     this.kbtnAddAll.Click      += new System.EventHandler(this.KbtnAddAll_Click);
     //
     // kbtnRemoveSelected
     //
     this.kbtnRemoveSelected.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnRemoveSelected.Enabled      = false;
     this.kbtnRemoveSelected.Location     = new System.Drawing.Point(182, 121);
     this.kbtnRemoveSelected.Name         = "kbtnRemoveSelected";
     this.kbtnRemoveSelected.Size         = new System.Drawing.Size(38, 25);
     this.kbtnRemoveSelected.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnRemoveSelected.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnRemoveSelected.TabIndex    = 4;
     this.kbtnRemoveSelected.Values.Text = "<";
     this.kbtnRemoveSelected.Click      += new System.EventHandler(this.KbtnRemoveSelected_Click);
     //
     // kbtnRemoveAll
     //
     this.kbtnRemoveAll.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnRemoveAll.Location     = new System.Drawing.Point(182, 152);
     this.kbtnRemoveAll.Name         = "kbtnRemoveAll";
     this.kbtnRemoveAll.Size         = new System.Drawing.Size(38, 25);
     this.kbtnRemoveAll.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnRemoveAll.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnRemoveAll.TabIndex    = 3;
     this.kbtnRemoveAll.Values.Text = "<<";
     this.kbtnRemoveAll.Click      += new System.EventHandler(this.KbtnRemoveAll_Click);
     //
     // kbtnAddSelected
     //
     this.kbtnAddSelected.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnAddSelected.Enabled      = false;
     this.kbtnAddSelected.Location     = new System.Drawing.Point(182, 59);
     this.kbtnAddSelected.Name         = "kbtnAddSelected";
     this.kbtnAddSelected.Size         = new System.Drawing.Size(38, 25);
     this.kbtnAddSelected.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAddSelected.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAddSelected.TabIndex    = 2;
     this.kbtnAddSelected.Values.Text = ">";
     this.kbtnAddSelected.Click      += new System.EventHandler(this.KbtnAddSelected_Click);
     //
     // kgbAvailable
     //
     this.kgbAvailable.Location = new System.Drawing.Point(12, 12);
     this.kgbAvailable.Name     = "kgbAvailable";
     //
     // kgbAvailable.Panel
     //
     this.kgbAvailable.Panel.Controls.Add(this.klblAvailable);
     this.kgbAvailable.Size = new System.Drawing.Size(164, 212);
     this.kgbAvailable.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kgbAvailable.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kgbAvailable.TabIndex       = 1;
     this.kgbAvailable.Values.Heading = "Available";
     //
     // klblAvailable
     //
     this.klblAvailable.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.klblAvailable.Location = new System.Drawing.Point(0, 0);
     this.klblAvailable.Name     = "klblAvailable";
     this.klblAvailable.Size     = new System.Drawing.Size(160, 189);
     this.klblAvailable.StateCommon.Item.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblAvailable.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblAvailable.TabIndex              = 1;
     this.klblAvailable.SelectedIndexChanged += new System.EventHandler(this.KlblAvailable_SelectedIndexChanged);
     //
     // ToolStripExistingComponentChooser
     //
     this.ClientSize = new System.Drawing.Size(493, 236);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ToolStripExistingComponentChooser";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kgbSelected.Panel)).EndInit();
     this.kgbSelected.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kgbSelected)).EndInit();
     this.kgbSelected.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kgbAvailable.Panel)).EndInit();
     this.kgbAvailable.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kgbAvailable)).EndInit();
     this.kgbAvailable.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 18
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ColourWheelColourPickerDialog));
     this.kryptonPanel1      = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.knumAlpha          = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumRed            = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumGreen          = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumBlue           = 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.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.klblBrightness     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblSaturation     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblHue            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kptxtHexColour     = new ExtendedControls.ExtendedToolkit.Controls.KryptonPromptTextBox();
     this.kryptonCueTextBox1 = new KryptonExtendedToolkit.ExtendedToolkit.Controls.KryptonCueTextBox();
     this.cbSelectedColour   = new ExtendedControls.ExtendedToolkit.Controls.CircularPictureBox();
     this.cwColourSelector   = new ExtendedControls.ExtendedToolkit.Controls.Colours.Controls.ColourWheel();
     this.kbtnOk             = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCancel         = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.panel1             = new System.Windows.Forms.Panel();
     this.kryptonPanel2      = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbSelectedColour)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.knumAlpha);
     this.kryptonPanel1.Controls.Add(this.knumRed);
     this.kryptonPanel1.Controls.Add(this.knumGreen);
     this.kryptonPanel1.Controls.Add(this.knumBlue);
     this.kryptonPanel1.Controls.Add(this.knumBrightness);
     this.kryptonPanel1.Controls.Add(this.knumSaturation);
     this.kryptonPanel1.Controls.Add(this.knumHue);
     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.klblBrightness);
     this.kryptonPanel1.Controls.Add(this.klblSaturation);
     this.kryptonPanel1.Controls.Add(this.klblHue);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Controls.Add(this.kptxtHexColour);
     this.kryptonPanel1.Controls.Add(this.kryptonCueTextBox1);
     this.kryptonPanel1.Controls.Add(this.cbSelectedColour);
     this.kryptonPanel1.Controls.Add(this.cwColourSelector);
     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(525, 357);
     this.kryptonPanel1.TabIndex = 1;
     //
     // knumAlpha
     //
     this.knumAlpha.Location = new System.Drawing.Point(436, 171);
     this.knumAlpha.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumAlpha.Name = "knumAlpha";
     this.knumAlpha.Size = new System.Drawing.Size(74, 28);
     this.knumAlpha.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumAlpha.TabIndex  = 22;
     this.knumAlpha.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.knumAlpha.Value     = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     //
     // knumRed
     //
     this.knumRed.Location = new System.Drawing.Point(436, 228);
     this.knumRed.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumRed.Name = "knumRed";
     this.knumRed.Size = new System.Drawing.Size(74, 28);
     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", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumRed.TabIndex  = 21;
     this.knumRed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumGreen
     //
     this.knumGreen.Location = new System.Drawing.Point(436, 274);
     this.knumGreen.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumGreen.Name = "knumGreen";
     this.knumGreen.Size = new System.Drawing.Size(74, 28);
     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", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumGreen.TabIndex  = 20;
     this.knumGreen.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumBlue
     //
     this.knumBlue.Location = new System.Drawing.Point(436, 322);
     this.knumBlue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBlue.Name = "knumBlue";
     this.knumBlue.Size = new System.Drawing.Size(74, 28);
     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", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumBlue.TabIndex  = 19;
     this.knumBlue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumBrightness
     //
     this.knumBrightness.Location = new System.Drawing.Point(284, 322);
     this.knumBrightness.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBrightness.Name = "knumBrightness";
     this.knumBrightness.Size = new System.Drawing.Size(74, 28);
     this.knumBrightness.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumBrightness.TabIndex  = 18;
     this.knumBrightness.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumSaturation
     //
     this.knumSaturation.Location = new System.Drawing.Point(284, 274);
     this.knumSaturation.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumSaturation.Name = "knumSaturation";
     this.knumSaturation.Size = new System.Drawing.Size(74, 28);
     this.knumSaturation.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumSaturation.TabIndex  = 17;
     this.knumSaturation.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // knumHue
     //
     this.knumHue.Location = new System.Drawing.Point(284, 228);
     this.knumHue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumHue.Name = "knumHue";
     this.knumHue.Size = new System.Drawing.Size(74, 28);
     this.knumHue.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumHue.TabIndex  = 16;
     this.knumHue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // kryptonLabel9
     //
     this.kryptonLabel9.Location = new System.Drawing.Point(375, 324);
     this.kryptonLabel9.Name     = "kryptonLabel9";
     this.kryptonLabel9.Size     = new System.Drawing.Size(50, 26);
     this.kryptonLabel9.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel9.TabIndex    = 15;
     this.kryptonLabel9.Values.Text = "Blue:";
     //
     // kryptonLabel8
     //
     this.kryptonLabel8.Location = new System.Drawing.Point(363, 274);
     this.kryptonLabel8.Name     = "kryptonLabel8";
     this.kryptonLabel8.Size     = new System.Drawing.Size(62, 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    = 14;
     this.kryptonLabel8.Values.Text = "Green:";
     //
     // kryptonLabel7
     //
     this.kryptonLabel7.Location = new System.Drawing.Point(379, 228);
     this.kryptonLabel7.Name     = "kryptonLabel7";
     this.kryptonLabel7.Size     = new System.Drawing.Size(46, 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    = 13;
     this.kryptonLabel7.Values.Text = "Red:";
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.Location = new System.Drawing.Point(363, 173);
     this.kryptonLabel6.Name     = "kryptonLabel6";
     this.kryptonLabel6.Size     = new System.Drawing.Size(62, 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    = 12;
     this.kryptonLabel6.Values.Text = "Alpha:";
     //
     // klblBrightness
     //
     this.klblBrightness.Location = new System.Drawing.Point(180, 324);
     this.klblBrightness.Name     = "klblBrightness";
     this.klblBrightness.Size     = new System.Drawing.Size(98, 26);
     this.klblBrightness.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblBrightness.TabIndex    = 11;
     this.klblBrightness.Values.Text = "Brightness:";
     //
     // klblSaturation
     //
     this.klblSaturation.Location = new System.Drawing.Point(181, 274);
     this.klblSaturation.Name     = "klblSaturation";
     this.klblSaturation.Size     = new System.Drawing.Size(97, 26);
     this.klblSaturation.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblSaturation.TabIndex    = 10;
     this.klblSaturation.Values.Text = "Saturation:";
     //
     // klblHue
     //
     this.klblHue.Location = new System.Drawing.Point(230, 228);
     this.klblHue.Name     = "klblHue";
     this.klblHue.Size     = new System.Drawing.Size(48, 26);
     this.klblHue.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblHue.TabIndex    = 9;
     this.klblHue.Values.Text = "Hue:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(232, 104);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(164, 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    = 8;
     this.kryptonLabel2.Values.Text = "Hexadecimal Value: ";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(302, 33);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(138, 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    = 7;
     this.kryptonLabel1.Values.Text = "Selected Colour:";
     //
     // kptxtHexColour
     //
     this.kptxtHexColour.DrawPrompt       = true;
     this.kptxtHexColour.FocusSelect      = true;
     this.kptxtHexColour.Font             = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtHexColour.Location         = new System.Drawing.Point(402, 101);
     this.kptxtHexColour.MaxLength        = 7;
     this.kptxtHexColour.Name             = "kptxtHexColour";
     this.kptxtHexColour.PromptForeColour = System.Drawing.SystemColors.GrayText;
     this.kptxtHexColour.PromptText       = "#000000";
     this.kptxtHexColour.PromptTypeface   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtHexColour.Size             = new System.Drawing.Size(108, 29);
     this.kptxtHexColour.TabIndex         = 5;
     this.kptxtHexColour.TextAlign        = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // kryptonCueTextBox1
     //
     this.kryptonCueTextBox1.CueText   = "000000";
     this.kryptonCueTextBox1.Location  = new System.Drawing.Point(410, 101);
     this.kryptonCueTextBox1.MaxLength = 6;
     this.kryptonCueTextBox1.Name      = "kryptonCueTextBox1";
     this.kryptonCueTextBox1.Size      = new System.Drawing.Size(100, 29);
     this.kryptonCueTextBox1.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonCueTextBox1.TabIndex  = 2;
     this.kryptonCueTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // cbSelectedColour
     //
     this.cbSelectedColour.BackColor         = System.Drawing.Color.White;
     this.cbSelectedColour.Location          = new System.Drawing.Point(446, 12);
     this.cbSelectedColour.Name              = "cbSelectedColour";
     this.cbSelectedColour.Size              = new System.Drawing.Size(64, 64);
     this.cbSelectedColour.TabIndex          = 1;
     this.cbSelectedColour.TabStop           = false;
     this.cbSelectedColour.BackColorChanged += new System.EventHandler(this.cbSelectedColour_BackColorChanged);
     //
     // cwColourSelector
     //
     this.cwColourSelector.BackColor      = System.Drawing.Color.Transparent;
     this.cwColourSelector.Location       = new System.Drawing.Point(12, 12);
     this.cwColourSelector.Name           = "cwColourSelector";
     this.cwColourSelector.Size           = new System.Drawing.Size(202, 195);
     this.cwColourSelector.TabIndex       = 0;
     this.cwColourSelector.ColourChanged += new System.EventHandler(this.cwColourSelector_ColourChanged);
     //
     // 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(412, 12);
     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    = 23;
     this.kbtnOk.Values.Text = "O&k";
     this.kbtnOk.Click      += new System.EventHandler(this.kbtnOk_Click);
     //
     // kbtnCancel
     //
     this.kbtnCancel.AutoSize     = true;
     this.kbtnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(450, 12);
     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    = 6;
     this.kbtnCancel.Values.Text = "C&ancel";
     this.kbtnCancel.Click      += new System.EventHandler(this.kbtnCancel_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.Top;
     this.panel1.Location  = new System.Drawing.Point(0, 357);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(525, 2);
     this.panel1.TabIndex  = 3;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnOk);
     this.kryptonPanel2.Controls.Add(this.kbtnCancel);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 359);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(525, 54);
     this.kryptonPanel2.TabIndex = 4;
     //
     // ColourWheelColourPickerDialog
     //
     this.AcceptButton = this.kbtnOk;
     this.CancelButton = this.kbtnCancel;
     this.ClientSize   = new System.Drawing.Size(525, 413);
     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            = "ColourWheelColourPickerDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Select {0}";
     this.Load           += new System.EventHandler(this.ColourWheelColourPickerDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbSelectedColour)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 19
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StatusStripControls));
     this.kryptonPanel1         = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.ss                    = new System.Windows.Forms.StatusStrip();
     this.knudtsiTest           = new ExtendedControls.ExtendedToolkit.ToolstripControls.KryptonNumericUpDownToolStripItem();
     this.o07cptsiTest          = new ExtendedControls.ExtendedToolkit.Controls.Drawing.Controls.Office2007ColorPickerToolStripMenuItem();
     this.kcbtsmiTest           = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonColourButtonToolStripMenuItem();
     this.ktbtsmiTest           = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonTrackBarToolStripMenuItem();
     this.kvbTest               = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonViewBar();
     this.ksbTest               = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.ToolbarItems.KryptonSliderBar();
     this.tsmiuacsTest          = new KryptonExtendedToolkit.ExtendedToolkit.ToolstripControls.ToolStripMenuItemUACSheld();
     this.etslTest              = new ExtendedControls.ExtendedToolkit.ToolstripControls.ExtendedToolStripStatusLabel();
     this.tspbTest              = new System.Windows.Forms.ToolStripProgressBar();
     this.kpgStatusStripItems   = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonPropertyGrid();
     this.kcbtnBackwardDiagonal = new ComponentFactory.Krypton.Toolkit.KryptonCheckButton();
     this.kcbtnForwardDiagonal  = new ComponentFactory.Krypton.Toolkit.KryptonCheckButton();
     this.kcbtnVertical         = new ComponentFactory.Krypton.Toolkit.KryptonCheckButton();
     this.kcbtnHorizontal       = new ComponentFactory.Krypton.Toolkit.KryptonCheckButton();
     this.kcbtnTextColour       = new ComponentFactory.Krypton.Toolkit.KryptonColorButton();
     this.kcbtnGradientColour2  = new ComponentFactory.Krypton.Toolkit.KryptonColorButton();
     this.kcbtnGradientColour1  = new ComponentFactory.Krypton.Toolkit.KryptonColorButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.ss.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.ss);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 646);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1207, 22);
     this.kryptonPanel1.TabIndex = 0;
     //
     // ss
     //
     this.ss.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.ss.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.knudtsiTest,
         this.o07cptsiTest,
         this.kcbtsmiTest,
         this.ktbtsmiTest,
         this.kvbTest,
         this.ksbTest,
         this.tsmiuacsTest,
         this.etslTest,
         this.tspbTest
     });
     this.ss.Location   = new System.Drawing.Point(0, -3);
     this.ss.Name       = "ss";
     this.ss.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.ss.Size       = new System.Drawing.Size(1207, 25);
     this.ss.TabIndex   = 0;
     this.ss.Text       = "statusStrip1";
     //
     // knudtsiTest
     //
     this.knudtsiTest.AutoSize = false;
     this.knudtsiTest.Name     = "knudtsiTest";
     this.knudtsiTest.Size     = new System.Drawing.Size(50, 23);
     this.knudtsiTest.Text     = "0";
     this.knudtsiTest.Value    = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.knudtsiTest.Click += new System.EventHandler(this.KnudtsiTest_Click);
     //
     // o07cptsiTest
     //
     this.o07cptsiTest.Name = "o07cptsiTest";
     //
     // o07cptsiTest
     //
     this.o07cptsiTest.Office2007ColourPickerControl.AccessibleName = "o07cptsiTest";
     this.o07cptsiTest.Office2007ColourPickerControl.DrawMode       = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.o07cptsiTest.Office2007ColourPickerControl.DropDownStyle  = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.o07cptsiTest.Office2007ColourPickerControl.Items.AddRange(new object[] {
         "Color"
     });
     this.o07cptsiTest.Office2007ColourPickerControl.Location       = new System.Drawing.Point(51, 2);
     this.o07cptsiTest.Office2007ColourPickerControl.Name           = "o07cptsiTest";
     this.o07cptsiTest.Office2007ColourPickerControl.SelectedColour = System.Drawing.Color.Black;
     this.o07cptsiTest.Office2007ColourPickerControl.Size           = new System.Drawing.Size(121, 24);
     this.o07cptsiTest.Office2007ColourPickerControl.TabIndex       = 2;
     this.o07cptsiTest.Size = new System.Drawing.Size(121, 23);
     this.o07cptsiTest.Text = "Color";
     //
     // kcbtsmiTest
     //
     this.kcbtsmiTest.AutoSize = false;
     //
     // kcbtsmiTest
     //
     this.kcbtsmiTest.KryptonColorButtonControl.AccessibleName = "kcbtsmiTest";
     this.kcbtsmiTest.KryptonColorButtonControl.Location       = new System.Drawing.Point(172, 2);
     this.kcbtsmiTest.KryptonColorButtonControl.Name           = "kcbtsmiTest";
     this.kcbtsmiTest.KryptonColorButtonControl.Size           = new System.Drawing.Size(90, 23);
     this.kcbtsmiTest.KryptonColorButtonControl.TabIndex       = 3;
     this.kcbtsmiTest.Name = "kcbtsmiTest";
     this.kcbtsmiTest.Size = new System.Drawing.Size(90, 23);
     this.kcbtsmiTest.Text = "Color";
     //
     // ktbtsmiTest
     //
     this.ktbtsmiTest.AutoSize = false;
     //
     // ktbtsmiTest
     //
     this.ktbtsmiTest.KryptonTrackBarControl.AccessibleName = "ktbtsmiTest";
     this.ktbtsmiTest.KryptonTrackBarControl.DrawBackground = true;
     this.ktbtsmiTest.KryptonTrackBarControl.Location       = new System.Drawing.Point(262, 2);
     this.ktbtsmiTest.KryptonTrackBarControl.Name           = "ktbtsmiTest";
     this.ktbtsmiTest.KryptonTrackBarControl.Size           = new System.Drawing.Size(150, 23);
     this.ktbtsmiTest.KryptonTrackBarControl.TabIndex       = 4;
     this.ktbtsmiTest.LargeChange   = 5;
     this.ktbtsmiTest.Maximum       = 10;
     this.ktbtsmiTest.Minimum       = 0;
     this.ktbtsmiTest.Name          = "ktbtsmiTest";
     this.ktbtsmiTest.Orientation   = System.Windows.Forms.Orientation.Horizontal;
     this.ktbtsmiTest.Size          = new System.Drawing.Size(150, 23);
     this.ktbtsmiTest.SmallChange   = 1;
     this.ktbtsmiTest.Text          = "kryptonTrackBarToolStripMenuItem1";
     this.ktbtsmiTest.TickFrequency = 1;
     this.ktbtsmiTest.TickStyle     = System.Windows.Forms.TickStyle.BottomRight;
     this.ktbtsmiTest.TrackBarSize  = ComponentFactory.Krypton.Toolkit.PaletteTrackBarSize.Medium;
     this.ktbtsmiTest.Value         = 0;
     this.ktbtsmiTest.VolumeControl = false;
     //
     // kvbTest
     //
     this.kvbTest.BackColor   = System.Drawing.Color.Transparent;
     this.kvbTest.Font        = new System.Drawing.Font("Segoe UI", 8.25F);
     this.kvbTest.Name        = "kvbTest";
     this.kvbTest.Size        = new System.Drawing.Size(117, 23);
     this.kvbTest.Text        = "kryptonViewBar1";
     this.kvbTest.ViewBarSize = new System.Drawing.Size(117, 23);
     //
     // ksbTest
     //
     this.ksbTest.BackColor   = System.Drawing.Color.Transparent;
     this.ksbTest.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ksbTest.Name        = "ksbTest";
     this.ksbTest.Size        = new System.Drawing.Size(140, 23);
     this.ksbTest.Steps       = 2;
     this.ksbTest.Text        = "kryptonSliderBar1";
     this.ksbTest.TrackerSize = new System.Drawing.Size(140, 23);
     //
     // tsmiuacsTest
     //
     this.tsmiuacsTest.Image = ((System.Drawing.Image)(resources.GetObject("tsmiuacsTest.Image")));
     this.tsmiuacsTest.Name  = "tsmiuacsTest";
     this.tsmiuacsTest.Size  = new System.Drawing.Size(194, 25);
     this.tsmiuacsTest.Text  = "toolStripMenuItemUACSheld1";
     //
     // etslTest
     //
     this.etslTest.BackColor         = System.Drawing.Color.Empty;
     this.etslTest.BkClr             = false;
     this.etslTest.BlinkDuration     = ((long)(10));
     this.etslTest.BlinkState        = ExtendedControls.Base.Enumerations.BlinkState.NormalBlink;
     this.etslTest.CycleInterval     = ((short)(2000));
     this.etslTest.EnableBlinking    = true;
     this.etslTest.ForeColor         = System.Drawing.SystemColors.ControlText;
     this.etslTest.GradientColourOne = System.Drawing.Color.Empty;
     this.etslTest.GradientColourTwo = System.Drawing.Color.Empty;
     this.etslTest.Name   = "etslTest";
     this.etslTest.Size   = new System.Drawing.Size(75, 20);
     this.etslTest.Text   = "Gradient Test";
     this.etslTest.Click += new System.EventHandler(this.EtslTest_Click);
     //
     // tspbTest
     //
     this.tspbTest.Name  = "tspbTest";
     this.tspbTest.Size  = new System.Drawing.Size(100, 19);
     this.tspbTest.Value = 50;
     //
     // kpgStatusStripItems
     //
     this.kpgStatusStripItems.CategoryForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kpgStatusStripItems.HelpBackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kpgStatusStripItems.HelpForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kpgStatusStripItems.LineColor         = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(196)))), ((int)(((byte)(216)))));
     this.kpgStatusStripItems.Location          = new System.Drawing.Point(12, 12);
     this.kpgStatusStripItems.Name     = "kpgStatusStripItems";
     this.kpgStatusStripItems.Size     = new System.Drawing.Size(349, 612);
     this.kpgStatusStripItems.TabIndex = 1;
     //
     // kcbtnBackwardDiagonal
     //
     this.kcbtnBackwardDiagonal.Location    = new System.Drawing.Point(403, 92);
     this.kcbtnBackwardDiagonal.Name        = "kcbtnBackwardDiagonal";
     this.kcbtnBackwardDiagonal.Size        = new System.Drawing.Size(150, 25);
     this.kcbtnBackwardDiagonal.TabIndex    = 23;
     this.kcbtnBackwardDiagonal.Values.Text = "&Backward Diagonal";
     this.kcbtnBackwardDiagonal.Click      += new System.EventHandler(this.KcbtnBackwardDiagonal_Click);
     //
     // kcbtnForwardDiagonal
     //
     this.kcbtnForwardDiagonal.Checked     = true;
     this.kcbtnForwardDiagonal.Location    = new System.Drawing.Point(402, 252);
     this.kcbtnForwardDiagonal.Name        = "kcbtnForwardDiagonal";
     this.kcbtnForwardDiagonal.Size        = new System.Drawing.Size(150, 25);
     this.kcbtnForwardDiagonal.TabIndex    = 22;
     this.kcbtnForwardDiagonal.Values.Text = "&Forward Diagonal";
     this.kcbtnForwardDiagonal.Click      += new System.EventHandler(this.KcbtnForwardDiagonal_Click);
     //
     // kcbtnVertical
     //
     this.kcbtnVertical.Location    = new System.Drawing.Point(403, 172);
     this.kcbtnVertical.Name        = "kcbtnVertical";
     this.kcbtnVertical.Size        = new System.Drawing.Size(150, 25);
     this.kcbtnVertical.TabIndex    = 21;
     this.kcbtnVertical.Values.Text = "Ver&tical";
     this.kcbtnVertical.Click      += new System.EventHandler(this.KcbtnVertical_Click);
     //
     // kcbtnHorizontal
     //
     this.kcbtnHorizontal.Location    = new System.Drawing.Point(402, 12);
     this.kcbtnHorizontal.Name        = "kcbtnHorizontal";
     this.kcbtnHorizontal.Size        = new System.Drawing.Size(150, 25);
     this.kcbtnHorizontal.TabIndex    = 20;
     this.kcbtnHorizontal.Values.Text = "&Horizontal";
     this.kcbtnHorizontal.Click      += new System.EventHandler(this.KcbtnHorizontal_Click);
     //
     // kcbtnTextColour
     //
     this.kcbtnTextColour.AutoSize              = true;
     this.kcbtnTextColour.Location              = new System.Drawing.Point(402, 488);
     this.kcbtnTextColour.Name                  = "kcbtnTextColour";
     this.kcbtnTextColour.Size                  = new System.Drawing.Size(136, 25);
     this.kcbtnTextColour.TabIndex              = 26;
     this.kcbtnTextColour.Values.Text           = "Text Colour";
     this.kcbtnTextColour.SelectedColorChanged += new System.EventHandler <ComponentFactory.Krypton.Toolkit.ColorEventArgs>(this.KcbtnTextColour_SelectedColorChanged);
     //
     // kcbtnGradientColour2
     //
     this.kcbtnGradientColour2.AutoSize              = true;
     this.kcbtnGradientColour2.Location              = new System.Drawing.Point(403, 401);
     this.kcbtnGradientColour2.Name                  = "kcbtnGradientColour2";
     this.kcbtnGradientColour2.Size                  = new System.Drawing.Size(136, 25);
     this.kcbtnGradientColour2.TabIndex              = 25;
     this.kcbtnGradientColour2.Values.Text           = "Gradient Colour 2";
     this.kcbtnGradientColour2.SelectedColorChanged += new System.EventHandler <ComponentFactory.Krypton.Toolkit.ColorEventArgs>(this.KcbtnGradientColour2_SelectedColorChanged);
     //
     // kcbtnGradientColour1
     //
     this.kcbtnGradientColour1.AutoSize              = true;
     this.kcbtnGradientColour1.Location              = new System.Drawing.Point(403, 314);
     this.kcbtnGradientColour1.Name                  = "kcbtnGradientColour1";
     this.kcbtnGradientColour1.Size                  = new System.Drawing.Size(136, 25);
     this.kcbtnGradientColour1.TabIndex              = 24;
     this.kcbtnGradientColour1.Values.Text           = "Gradient Colour 1";
     this.kcbtnGradientColour1.SelectedColorChanged += new System.EventHandler <ComponentFactory.Krypton.Toolkit.ColorEventArgs>(this.KcbtnGradientColour1_SelectedColorChanged);
     //
     // StatusStripControls
     //
     this.ClientSize = new System.Drawing.Size(1207, 668);
     this.Controls.Add(this.kcbtnTextColour);
     this.Controls.Add(this.kcbtnGradientColour2);
     this.Controls.Add(this.kcbtnGradientColour1);
     this.Controls.Add(this.kcbtnBackwardDiagonal);
     this.Controls.Add(this.kcbtnForwardDiagonal);
     this.Controls.Add(this.kcbtnVertical);
     this.Controls.Add(this.kcbtnHorizontal);
     this.Controls.Add(this.kpgStatusStripItems);
     this.Controls.Add(this.kryptonPanel1);
     this.Name   = "StatusStripControls";
     this.Load  += new System.EventHandler(this.StatusStripControls_Load);
     this.Click += new System.EventHandler(this.StatusStripControls_Click);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ss.ResumeLayout(false);
     this.ss.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 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);
 }
Esempio n. 21
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);
 }
Esempio n. 22
0
        private void InitializeComponent()
        {
            DataGridViewCellStyle    dataGridViewCellStyle    = new DataGridViewCellStyle();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(frmResumeEducation));
            DataGridViewCellStyle    dataGridViewCellStyle2   = new DataGridViewCellStyle();
            DataGridViewCellStyle    dataGridViewCellStyle3   = new DataGridViewCellStyle();

            this.buttonSpecAny1           = new ButtonSpecAny();
            this.dataGridViewImageColumn1 = new DataGridViewImageColumn();
            this.dataGridViewImageColumn2 = new DataGridViewImageColumn();
            this.buttonSpecAny2           = new ButtonSpecAny();
            this.tableLayoutPanel8        = new TableLayoutPanel();
            this.tableLayoutPanel1        = new TableLayoutPanel();
            this.btnnext         = new KryptonButton();
            this.btnsave         = new KryptonButton();
            this.kryptonPanel12  = new KryptonPanel();
            this.kryptonLabel63  = new KryptonLabel();
            this.deducation      = new KryptonDataGridViewEx();
            this.gridEducationNo = new DataGridViewTextBoxColumn();
            this.startdate       = new CalendarColumnYM();
            this.enddate         = new CalendarColumnYM();
            this.school          = new KryptonDataGridViewTextBoxColumn();
            this.major           = new KryptonDataGridViewTextBoxColumn();
            this.degree          = new KryptonDataGridViewComboBoxColumn();
            this.cEducationOrder = new KryptonDataGridViewTextBoxColumn();
            this.up     = new DataGridViewImageColumn();
            this.down   = new DataGridViewImageColumn();
            this.delete = new DataGridViewImageColumn();
            this.tableLayoutPanel8.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            ((ISupportInitialize)this.kryptonPanel12).BeginInit();
            this.kryptonPanel12.SuspendLayout();
            ((ISupportInitialize)this.deducation).BeginInit();
            base.SuspendLayout();
            this.buttonSpecAny1.Checked     = ButtonCheckState.Checked;
            this.buttonSpecAny1.UniqueName  = "B0FAED16E99144A6DFA183F6DCF8CE59";
            dataGridViewCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle.NullValue = componentResourceManager.GetObject("dataGridViewCellStyle1.NullValue");
            dataGridViewCellStyle.WrapMode  = DataGridViewTriState.True;
            this.dataGridViewImageColumn1.DefaultCellStyle = dataGridViewCellStyle;
            this.dataGridViewImageColumn1.HeaderText       = "上移";
            this.dataGridViewImageColumn1.Image            = (Image)componentResourceManager.GetObject("dataGridViewImageColumn1.Image");
            this.dataGridViewImageColumn1.ImageLayout      = DataGridViewImageCellLayout.Zoom;
            this.dataGridViewImageColumn1.Name             = "dataGridViewImageColumn1";
            this.dataGridViewImageColumn1.Resizable        = DataGridViewTriState.True;
            this.dataGridViewImageColumn1.Width            = 40;
            this.dataGridViewImageColumn2.HeaderText       = "下移";
            this.dataGridViewImageColumn2.Image            = global::Properties.Resource.DOWN_16;
            this.dataGridViewImageColumn2.Name             = "dataGridViewImageColumn2";
            this.dataGridViewImageColumn2.Resizable        = DataGridViewTriState.True;
            this.dataGridViewImageColumn2.Width            = 40;
            this.buttonSpecAny2.Checked        = ButtonCheckState.Checked;
            this.buttonSpecAny2.Image          = (Image)componentResourceManager.GetObject("buttonSpecAny2.Image");
            this.buttonSpecAny2.UniqueName     = "2B39AF5966CA492620ACC03F8654CCBE";
            this.tableLayoutPanel8.ColumnCount = 3;
            this.tableLayoutPanel8.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 50f));
            this.tableLayoutPanel8.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100f));
            this.tableLayoutPanel8.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 50f));
            this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanel1, 1, 3);
            this.tableLayoutPanel8.Controls.Add(this.kryptonPanel12, 1, 1);
            this.tableLayoutPanel8.Controls.Add(this.deducation, 1, 2);
            this.tableLayoutPanel8.Dock     = DockStyle.Fill;
            this.tableLayoutPanel8.Location = new Point(0, 0);
            this.tableLayoutPanel8.Name     = "tableLayoutPanel8";
            this.tableLayoutPanel8.RowCount = 5;
            this.tableLayoutPanel8.RowStyles.Add(new RowStyle(SizeType.Absolute, 20f));
            this.tableLayoutPanel8.RowStyles.Add(new RowStyle(SizeType.Absolute, 40f));
            this.tableLayoutPanel8.RowStyles.Add(new RowStyle(SizeType.Percent, 100f));
            this.tableLayoutPanel8.RowStyles.Add(new RowStyle(SizeType.Absolute, 40f));
            this.tableLayoutPanel8.RowStyles.Add(new RowStyle(SizeType.Absolute, 20f));
            this.tableLayoutPanel8.Size        = new Size(1008, 553);
            this.tableLayoutPanel8.TabIndex    = 1;
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100f));
            this.tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 103f));
            this.tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100f));
            this.tableLayoutPanel1.Controls.Add(this.btnnext, 2, 0);
            this.tableLayoutPanel1.Controls.Add(this.btnsave, 1, 0);
            this.tableLayoutPanel1.Dock     = DockStyle.Fill;
            this.tableLayoutPanel1.Location = new Point(53, 496);
            this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100f));
            this.tableLayoutPanel1.Size     = new Size(902, 34);
            this.tableLayoutPanel1.TabIndex = 3;
            this.btnnext.Location           = new Point(805, 3);
            this.btnnext.Name        = "btnnext";
            this.btnnext.Size        = new Size(90, 25);
            this.btnnext.TabIndex    = 1;
            this.btnnext.Values.Text = "下一页";
            this.btnnext.Click      += new EventHandler(this.btnnext_Click);
            this.btnsave.Location    = new Point(702, 3);
            this.btnsave.Name        = "btnsave";
            this.btnsave.Size        = new Size(90, 25);
            this.btnsave.TabIndex    = 0;
            this.btnsave.Values.Text = "保存";
            this.btnsave.Click      += new EventHandler(this.btnsave_Click);
            this.kryptonPanel12.Controls.Add(this.kryptonLabel63);
            this.kryptonPanel12.Dock     = DockStyle.Fill;
            this.kryptonPanel12.Location = new Point(50, 20);
            this.kryptonPanel12.Margin   = new Padding(0);
            this.kryptonPanel12.Name     = "kryptonPanel12";
            this.kryptonPanel12.Size     = new Size(908, 40);
            this.kryptonPanel12.TabIndex = 0;
            this.kryptonLabel63.Location = new Point(0, 10);
            this.kryptonLabel63.Name     = "kryptonLabel63";
            this.kryptonLabel63.Size     = new Size(417, 27);
            this.kryptonLabel63.StateCommon.LongText.Font  = new Font("KaiTi_GB2312", 12f, FontStyle.Regular, GraphicsUnit.Point, 134);
            this.kryptonLabel63.StateCommon.ShortText.Font = new Font("SimHei", 14.25f, FontStyle.Regular, GraphicsUnit.Point, 134);
            this.kryptonLabel63.TabIndex                = 0;
            this.kryptonLabel63.Values.ExtraText        = "(从大学教育填起,按时间倒序填写)";
            this.kryptonLabel63.Values.Text             = "一、教育经历";
            this.deducation.AllowUserToResizeRows       = false;
            this.deducation.AutoSizeRowsMode            = DataGridViewAutoSizeRowsMode.DisplayedCellsExceptHeaders;
            this.deducation.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.deducation.Columns.AddRange(new DataGridViewColumn[]
            {
                this.gridEducationNo,
                this.startdate,
                this.enddate,
                this.school,
                this.major,
                this.degree,
                this.cEducationOrder,
                this.up,
                this.down,
                this.delete
            });
            this.deducation.Dock                                   = DockStyle.Fill;
            this.deducation.Location                               = new Point(53, 63);
            this.deducation.MultiSelect                            = false;
            this.deducation.Name                                   = "deducation";
            dataGridViewCellStyle2.Font                            = new Font("FangSong_GB2312", 12f, FontStyle.Regular, GraphicsUnit.Point, 134);
            dataGridViewCellStyle2.WrapMode                        = DataGridViewTriState.True;
            this.deducation.RowsDefaultCellStyle                   = dataGridViewCellStyle2;
            this.deducation.RowTemplate.Height                     = 28;
            this.deducation.RowTemplate.Resizable                  = DataGridViewTriState.False;
            this.deducation.Size                                   = new Size(902, 427);
            this.deducation.StateCommon.Background.Color1          = Color.White;
            this.deducation.StateCommon.BackStyle                  = PaletteBackStyle.GridBackgroundList;
            this.deducation.StateCommon.HeaderColumn.Content.Font  = new Font("SimHei", 12f, FontStyle.Regular, GraphicsUnit.Point, 134);
            this.deducation.StateCommon.HeaderColumn.Content.TextH = PaletteRelativeAlign.Center;
            this.deducation.TabIndex                               = 1;
            this.deducation.CellContentClick                      += new DataGridViewCellEventHandler(this.deducation_CellContentClick);
            this.deducation.RowsAdded                             += new DataGridViewRowsAddedEventHandler(this.deducation_RowsAdded);
            this.gridEducationNo.HeaderText                        = "";
            this.gridEducationNo.Name                              = "gridEducationNo";
            this.gridEducationNo.Visible                           = false;
            this.startdate.HeaderText                              = "开始年月";
            this.startdate.Name       = "startdate";
            this.startdate.Width      = 120;
            this.enddate.HeaderText   = "结束年月";
            this.enddate.Name         = "enddate";
            this.enddate.Width        = 120;
            this.school.AutoSizeMode  = DataGridViewAutoSizeColumnMode.Fill;
            this.school.HeaderText    = "校(院)及系名称";
            this.school.MinimumWidth  = 156;
            this.school.Name          = "school";
            this.school.Resizable     = DataGridViewTriState.True;
            this.school.SortMode      = DataGridViewColumnSortMode.NotSortable;
            this.school.Width         = 156;
            this.major.HeaderText     = "专业";
            this.major.Name           = "major";
            this.major.Resizable      = DataGridViewTriState.True;
            this.major.SortMode       = DataGridViewColumnSortMode.NotSortable;
            this.major.Width          = 180;
            this.degree.DropDownStyle = ComboBoxStyle.DropDownList;
            this.degree.DropDownWidth = 121;
            this.degree.HeaderText    = "学位";
            this.degree.Items.AddRange(new string[]
            {
                "博士",
                "硕士",
                "学士",
                "无学位"
            });
            this.degree.Name                 = "degree";
            this.degree.Resizable            = DataGridViewTriState.True;
            this.degree.Width                = 150;
            this.cEducationOrder.HeaderText  = "排序";
            this.cEducationOrder.Name        = "cEducationOrder";
            this.cEducationOrder.SortMode    = DataGridViewColumnSortMode.NotSortable;
            this.cEducationOrder.Visible     = false;
            this.cEducationOrder.Width       = 100;
            dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle3.NullValue = componentResourceManager.GetObject("dataGridViewCellStyle2.NullValue");
            dataGridViewCellStyle3.WrapMode  = DataGridViewTriState.True;
            this.up.DefaultCellStyle         = dataGridViewCellStyle3;
            this.up.HeaderText               = "上移";
            this.up.Image            = global::Properties.Resource.UP_16;
            this.up.Name             = "up";
            this.up.Resizable        = DataGridViewTriState.True;
            this.up.Width            = 45;
            this.down.HeaderText     = "下移";
            this.down.Image          = global::Properties.Resource.DOWN_16;
            this.down.Name           = "down";
            this.down.Resizable      = DataGridViewTriState.True;
            this.down.Width          = 45;
            this.delete.HeaderText   = "删除";
            this.delete.Image        = global::Properties.Resource.DELETE_16;
            this.delete.Name         = "delete";
            this.delete.Resizable    = DataGridViewTriState.True;
            this.delete.Width        = 45;
            base.AutoScaleDimensions = new SizeF(6f, 12f);
            //base.AutoScaleMode = AutoScaleMode.Font;
            base.Controls.Add(this.tableLayoutPanel8);
            base.Name   = "frmresume_education";
            base.Size   = new Size(1008, 553);
            base.Leave += new EventHandler(this.frmresume_education_Leave);
            this.tableLayoutPanel8.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            ((ISupportInitialize)this.kryptonPanel12).EndInit();
            this.kryptonPanel12.ResumeLayout(false);
            this.kryptonPanel12.PerformLayout();
            ((ISupportInitialize)this.deducation).EndInit();
            base.ResumeLayout(false);
        }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsCopier));
     this.kryptonPanel1  = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.listBox1       = new System.Windows.Forms.ListBox();
     this.listBox2       = new System.Windows.Forms.ListBox();
     this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonButton2 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonButton3 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonButton4 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonButton4);
     this.kryptonPanel1.Controls.Add(this.kryptonButton3);
     this.kryptonPanel1.Controls.Add(this.kryptonButton2);
     this.kryptonPanel1.Controls.Add(this.kryptonButton1);
     this.kryptonPanel1.Controls.Add(this.listBox2);
     this.kryptonPanel1.Controls.Add(this.listBox1);
     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(1032, 879);
     this.kryptonPanel1.TabIndex = 0;
     //
     // listBox1
     //
     this.listBox1.FormattingEnabled = true;
     this.listBox1.Location          = new System.Drawing.Point(12, 12);
     this.listBox1.MultiColumn       = true;
     this.listBox1.Name     = "listBox1";
     this.listBox1.Size     = new System.Drawing.Size(413, 758);
     this.listBox1.TabIndex = 0;
     //
     // listBox2
     //
     this.listBox2.FormattingEnabled = true;
     this.listBox2.Location          = new System.Drawing.Point(607, 12);
     this.listBox2.Name     = "listBox2";
     this.listBox2.Size     = new System.Drawing.Size(413, 758);
     this.listBox2.TabIndex = 1;
     //
     // 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(471, 129);
     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    = 5;
     this.kryptonButton1.Values.Text = ">>";
     //
     // 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(471, 335);
     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    = 6;
     this.kryptonButton2.Values.Text = "<<";
     //
     // kryptonButton3
     //
     this.kryptonButton3.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonButton3.AutoSize     = true;
     this.kryptonButton3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kryptonButton3.Location     = new System.Drawing.Point(168, 786);
     this.kryptonButton3.Name         = "kryptonButton3";
     this.kryptonButton3.Size         = new System.Drawing.Size(89, 30);
     this.kryptonButton3.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton3.TabIndex    = 7;
     this.kryptonButton3.Values.Text = "G&et Values";
     //
     // kryptonButton4
     //
     this.kryptonButton4.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonButton4.AutoSize     = true;
     this.kryptonButton4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kryptonButton4.Location     = new System.Drawing.Point(783, 786);
     this.kryptonButton4.Name         = "kryptonButton4";
     this.kryptonButton4.Size         = new System.Drawing.Size(89, 30);
     this.kryptonButton4.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton4.TabIndex    = 8;
     this.kryptonButton4.Values.Text = "G&et Values";
     //
     // SettingsCopier
     //
     this.ClientSize = new System.Drawing.Size(1032, 879);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.HelpButton      = true;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SettingsCopier";
     this.Text            = "Settings Copier";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 24
0
 private void InitializeComponent()
 {
     this.kpnlMain = new Krypton.Toolkit.KryptonPanel();
     this.kbtnSaveColourPalette = new Krypton.Toolkit.KryptonButton();
     this.kbtnLoadColourPalette = new Krypton.Toolkit.KryptonButton();
     this.ceColour        = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ColourEditorUserControl();
     this.ceEditor        = new Cyotek.Windows.Forms.ColorEditor();
     this.kbtnCancel      = new Krypton.Toolkit.KryptonButton();
     this.kbtnOk          = new Krypton.Toolkit.KryptonButton();
     this.cwColourPicker  = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ColourWheelControl();
     this.cgColourPalette = new ColourGridControl();
     this.cem             = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ColourEditorManager();
     this.cbColourPreview = new Krypton.Toolkit.Suite.Extended.Base.CircularPictureBox();
     this.scpPicker       = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ScreenColourPickerControl();
     ((System.ComponentModel.ISupportInitialize)(this.kpnlMain)).BeginInit();
     this.kpnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbColourPreview)).BeginInit();
     this.SuspendLayout();
     //
     // kpnlMain
     //
     this.kpnlMain.Controls.Add(this.scpPicker);
     this.kpnlMain.Controls.Add(this.kbtnSaveColourPalette);
     this.kpnlMain.Controls.Add(this.kbtnLoadColourPalette);
     this.kpnlMain.Controls.Add(this.ceColour);
     this.kpnlMain.Controls.Add(this.ceEditor);
     this.kpnlMain.Controls.Add(this.kbtnCancel);
     this.kpnlMain.Controls.Add(this.kbtnOk);
     this.kpnlMain.Controls.Add(this.cbColourPreview);
     this.kpnlMain.Controls.Add(this.cwColourPicker);
     this.kpnlMain.Controls.Add(this.cgColourPalette);
     this.kpnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kpnlMain.Location = new System.Drawing.Point(0, 0);
     this.kpnlMain.Name     = "kpnlMain";
     this.kpnlMain.Size     = new System.Drawing.Size(643, 483);
     this.kpnlMain.TabIndex = 0;
     //
     // kbtnSaveColourPalette
     //
     this.kbtnSaveColourPalette.Location     = new System.Drawing.Point(41, 300);
     this.kbtnSaveColourPalette.Name         = "kbtnSaveColourPalette";
     this.kbtnSaveColourPalette.Size         = new System.Drawing.Size(23, 23);
     this.kbtnSaveColourPalette.TabIndex     = 5;
     this.kbtnSaveColourPalette.Values.Image = LibraryResources.palette_save;
     this.kbtnSaveColourPalette.Values.Text  = "";
     this.kbtnSaveColourPalette.Click       += new System.EventHandler(this.KbtnSaveColourPalette_Click);
     //
     // kbtnLoadColourPalette
     //
     this.kbtnLoadColourPalette.Location     = new System.Drawing.Point(12, 300);
     this.kbtnLoadColourPalette.Name         = "kbtnLoadColourPalette";
     this.kbtnLoadColourPalette.Size         = new System.Drawing.Size(23, 23);
     this.kbtnLoadColourPalette.TabIndex     = 1;
     this.kbtnLoadColourPalette.Values.Image = LibraryResources.palette_load;
     this.kbtnLoadColourPalette.Values.Text  = "";
     this.kbtnLoadColourPalette.Click       += new System.EventHandler(this.KbtnLoadColourPalette_Click);
     //
     // ceColour
     //
     this.ceColour.BackColor = System.Drawing.Color.Transparent;
     this.ceColour.Location  = new System.Drawing.Point(249, 20);
     this.ceColour.Name      = "ceColour";
     this.ceColour.Size      = new System.Drawing.Size(246, 371);
     this.ceColour.TabIndex  = 1;
     //
     // ceEditor
     //
     this.ceEditor.BackColor = System.Drawing.Color.Transparent;
     this.ceEditor.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ceEditor.Location  = new System.Drawing.Point(249, 20);
     this.ceEditor.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ceEditor.Name      = "ceEditor";
     this.ceEditor.Size      = new System.Drawing.Size(246, 371);
     this.ceEditor.TabIndex  = 1;
     this.ceEditor.Visible   = false;
     //
     // kbtnCancel
     //
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(501, 64);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(130, 38);
     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    = 4;
     this.kbtnCancel.Values.Text = "C&ancel";
     this.kbtnCancel.Click      += new System.EventHandler(this.KbtnCancel_Click);
     //
     // kbtnOk
     //
     this.kbtnOk.Location = new System.Drawing.Point(501, 20);
     this.kbtnOk.Name     = "kbtnOk";
     this.kbtnOk.Size     = new System.Drawing.Size(130, 38);
     this.kbtnOk.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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    = 3;
     this.kbtnOk.Values.Text = "&Ok";
     this.kbtnOk.Click      += new System.EventHandler(this.KbtnOk_Click);
     //
     // cwColourPicker
     //
     this.cwColourPicker.BackColor = System.Drawing.Color.Transparent;
     this.cwColourPicker.Location  = new System.Drawing.Point(12, 20);
     this.cwColourPicker.Name      = "cwColourPicker";
     this.cwColourPicker.Size      = new System.Drawing.Size(231, 212);
     this.cwColourPicker.TabIndex  = 1;
     //
     // cgColourPalette
     //
     this.cgColourPalette.AutoAddColours    = false;
     this.cgColourPalette.BackColor         = System.Drawing.Color.Transparent;
     this.cgColourPalette.CellSize          = new System.Drawing.Size(11, 12);
     this.cgColourPalette.EditMode          = ColourEditingMode.Both;
     this.cgColourPalette.Location          = new System.Drawing.Point(12, 329);
     this.cgColourPalette.Name              = "cgColourPalette";
     this.cgColourPalette.SelectedCellStyle = ColourGridSelectedCellStyle.Standard;
     this.cgColourPalette.ShowCustomColours = false;
     this.cgColourPalette.Size              = new System.Drawing.Size(231, 142);
     this.cgColourPalette.TabIndex          = 1;
     this.cgColourPalette.EditingColour    += new EventHandler <EditColourCancelEventArgs>(CgColourPalette_EditingColour);
     //
     // cem
     //
     this.cem.Color          = System.Drawing.Color.Empty;
     this.cem.ColourWheel    = this.cwColourPicker;
     this.cem.ColorChanged  += new System.EventHandler(this.Cem_ColorChanged);
     this.cem.ColourChanged += new System.EventHandler(this.Cem_ColourChanged);
     //
     // cbColourPreview
     //
     this.cbColourPreview.BackColor     = System.Drawing.SystemColors.Control;
     this.cbColourPreview.Location      = new System.Drawing.Point(501, 341);
     this.cbColourPreview.Name          = "cbColourPreview";
     this.cbColourPreview.Size          = new System.Drawing.Size(130, 130);
     this.cbColourPreview.TabIndex      = 2;
     this.cbColourPreview.TabStop       = false;
     this.cbColourPreview.ToolTipValues = null;
     this.cbColourPreview.Paint        += new System.Windows.Forms.PaintEventHandler(this.CbColourPreview_Paint);
     //
     // scpPicker
     //
     this.scpPicker.Colour   = System.Drawing.Color.Empty;
     this.scpPicker.Image    = global::Krypton.Toolkit.Suite.Extended.Drawing.Suite.Properties.Resources.eyedropper;
     this.scpPicker.Location = new System.Drawing.Point(501, 108);
     this.scpPicker.Name     = "scpPicker";
     this.scpPicker.Size     = new System.Drawing.Size(130, 100);
     //
     // ColourPickerDialog
     //
     this.AcceptButton = this.kbtnOk;
     this.CancelButton = this.kbtnCancel;
     this.ClientSize   = new System.Drawing.Size(643, 483);
     this.Controls.Add(this.kpnlMain);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ColourPickerDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Colour Picker";
     this.Load           += new System.EventHandler(this.ColourPickerDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kpnlMain)).EndInit();
     this.kpnlMain.ResumeLayout(false);
     this.kpnlMain.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbColourPreview)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.kryptonPanel1      = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.txtKey             = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.label5             = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.txtColour          = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.tentativeCheckBox  = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.descriptionTextBox = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.addItem            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.endMinute          = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.endHour            = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.startMinute        = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.startHour          = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.label1             = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.label2             = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lblDescription     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.datePicker         = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
     this.lblDate            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.endMinute)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.startMinute)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.txtKey);
     this.kryptonPanel1.Controls.Add(this.label5);
     this.kryptonPanel1.Controls.Add(this.txtColour);
     this.kryptonPanel1.Controls.Add(this.tentativeCheckBox);
     this.kryptonPanel1.Controls.Add(this.descriptionTextBox);
     this.kryptonPanel1.Controls.Add(this.addItem);
     this.kryptonPanel1.Controls.Add(this.endMinute);
     this.kryptonPanel1.Controls.Add(this.endHour);
     this.kryptonPanel1.Controls.Add(this.startMinute);
     this.kryptonPanel1.Controls.Add(this.startHour);
     this.kryptonPanel1.Controls.Add(this.label1);
     this.kryptonPanel1.Controls.Add(this.label2);
     this.kryptonPanel1.Controls.Add(this.lblDescription);
     this.kryptonPanel1.Controls.Add(this.datePicker);
     this.kryptonPanel1.Controls.Add(this.lblDate);
     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(776, 150);
     this.kryptonPanel1.TabIndex = 0;
     //
     // txtKey
     //
     this.txtKey.Location = new System.Drawing.Point(456, 109);
     this.txtKey.Name     = "txtKey";
     this.txtKey.Size     = new System.Drawing.Size(189, 29);
     this.txtKey.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtKey.TabIndex = 51;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(405, 112);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(45, 26);
     this.label5.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.TabIndex    = 50;
     this.label5.Values.Text = "Key:";
     //
     // txtColour
     //
     this.txtColour.Location = new System.Drawing.Point(197, 109);
     this.txtColour.Name     = "txtColour";
     this.txtColour.Size     = new System.Drawing.Size(202, 29);
     this.txtColour.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtColour.TabIndex = 49;
     //
     // tentativeCheckBox
     //
     this.tentativeCheckBox.Location = new System.Drawing.Point(12, 112);
     this.tentativeCheckBox.Name     = "tentativeCheckBox";
     this.tentativeCheckBox.Size     = new System.Drawing.Size(99, 26);
     this.tentativeCheckBox.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tentativeCheckBox.TabIndex    = 35;
     this.tentativeCheckBox.Values.Text = "Tentative?";
     //
     // descriptionTextBox
     //
     this.descriptionTextBox.Location = new System.Drawing.Point(123, 65);
     this.descriptionTextBox.Name     = "descriptionTextBox";
     this.descriptionTextBox.Size     = new System.Drawing.Size(522, 29);
     this.descriptionTextBox.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.descriptionTextBox.TabIndex = 48;
     //
     // addItem
     //
     this.addItem.Location = new System.Drawing.Point(651, 12);
     this.addItem.Name     = "addItem";
     this.addItem.Size     = new System.Drawing.Size(113, 126);
     this.addItem.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.addItem.TabIndex    = 30;
     this.addItem.Values.Text = "Add Item";
     this.addItem.Click      += new System.EventHandler(this.addItem_Click);
     //
     // endMinute
     //
     this.endMinute.DropDownWidth     = 40;
     this.endMinute.FormattingEnabled = true;
     this.endMinute.Items.AddRange(new object[] {
         "00",
         "30"
     });
     this.endMinute.Location = new System.Drawing.Point(586, 12);
     this.endMinute.Name     = "endMinute";
     this.endMinute.Size     = new System.Drawing.Size(59, 27);
     this.endMinute.StateCommon.ComboBox.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.endMinute.TabIndex = 47;
     this.endMinute.Text     = "00";
     //
     // endHour
     //
     this.endHour.Location = new System.Drawing.Point(534, 12);
     this.endHour.Maximum  = new decimal(new int[] {
         23,
         0,
         0,
         0
     });
     this.endHour.Name = "endHour";
     this.endHour.Size = new System.Drawing.Size(46, 28);
     this.endHour.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.endHour.TabIndex = 46;
     //
     // startMinute
     //
     this.startMinute.DropDownWidth     = 40;
     this.startMinute.FormattingEnabled = true;
     this.startMinute.Items.AddRange(new object[] {
         "00",
         "30"
     });
     this.startMinute.Location = new System.Drawing.Point(375, 12);
     this.startMinute.Name     = "startMinute";
     this.startMinute.Size     = new System.Drawing.Size(59, 27);
     this.startMinute.StateCommon.ComboBox.Content.Font       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.startMinute.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.startMinute.TabIndex     = 45;
     this.startMinute.Text         = "00";
     this.startMinute.TextChanged += new System.EventHandler(this.startMinute_TextChanged);
     //
     // startHour
     //
     this.startHour.Location = new System.Drawing.Point(323, 12);
     this.startHour.Maximum  = new decimal(new int[] {
         23,
         0,
         0,
         0
     });
     this.startHour.Name = "startHour";
     this.startHour.Size = new System.Drawing.Size(46, 28);
     this.startHour.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.startHour.TabIndex      = 31;
     this.startHour.ValueChanged += new System.EventHandler(this.startHour_ValueChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(220, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(97, 26);
     this.label1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.TabIndex    = 44;
     this.label1.Values.Text = "Start Time:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(440, 12);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 26);
     this.label2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.TabIndex    = 43;
     this.label2.Values.Text = "End Time:";
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(12, 65);
     this.lblDescription.Name     = "lblDescription";
     this.lblDescription.Size     = new System.Drawing.Size(105, 26);
     this.lblDescription.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDescription.TabIndex    = 42;
     this.lblDescription.Values.Text = "Description:";
     //
     // datePicker
     //
     this.datePicker.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.datePicker.Location = new System.Drawing.Point(71, 12);
     this.datePicker.Name     = "datePicker";
     this.datePicker.Size     = new System.Drawing.Size(143, 27);
     this.datePicker.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.datePicker.TabIndex = 41;
     //
     // lblDate
     //
     this.lblDate.Location = new System.Drawing.Point(12, 12);
     this.lblDate.Name     = "lblDate";
     this.lblDate.Size     = new System.Drawing.Size(53, 26);
     this.lblDate.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDate.TabIndex    = 40;
     this.lblDate.Values.Text = "Date:";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(123, 112);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(68, 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    = 38;
     this.kryptonLabel1.Values.Text = "Colour:";
     //
     // AddAppointment
     //
     this.ClientSize = new System.Drawing.Size(776, 150);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AddAppointment";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add New Appointment";
     this.Load           += new System.EventHandler(this.AddAppointment_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.endMinute)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.startMinute)).EndInit();
     this.ResumeLayout(false);
 }
 public KryptonPanelProxy(KryptonPanel panel)
 {
     _panel = panel;
 }
Esempio n. 27
0
 private void InitializeComponent()
 {
     this.components     = new System.ComponentModel.Container();
     this.kryptonPanel1  = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.txtFilePath    = new System.Windows.Forms.TextBox();
     this.ktxtFilePath   = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.tvFileList     = new System.Windows.Forms.TreeView();
     this.ktvFileList    = new ComponentFactory.Krypton.Toolkit.KryptonTreeView();
     this.panel1         = new System.Windows.Forms.Panel();
     this.kryptonPanel2  = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnNewFolder  = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnOk         = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCancel     = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ilSystemImages = new System.Windows.Forms.ImageList(this.components);
     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.txtFilePath);
     this.kryptonPanel1.Controls.Add(this.kptxtFilePath);
     this.kryptonPanel1.Controls.Add(this.ktxtFilePath);
     this.kryptonPanel1.Controls.Add(this.tvFileList);
     this.kryptonPanel1.Controls.Add(this.ktvFileList);
     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(491, 517);
     this.kryptonPanel1.TabIndex = 0;
     //
     // txtFilePath
     //
     this.txtFilePath.Font     = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFilePath.Location = new System.Drawing.Point(12, 13);
     this.txtFilePath.Name     = "txtFilePath";
     this.txtFilePath.Size     = new System.Drawing.Size(466, 27);
     this.txtFilePath.TabIndex = 3;
     //
     // ktxtFilePath
     //
     this.ktxtFilePath.Location = new System.Drawing.Point(12, 13);
     this.ktxtFilePath.Name     = "ktxtFilePath";
     this.ktxtFilePath.Size     = new System.Drawing.Size(466, 27);
     this.ktxtFilePath.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktxtFilePath.TabIndex = 4;
     //
     // tvFileList
     //
     this.tvFileList.Font         = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tvFileList.Location     = new System.Drawing.Point(11, 50);
     this.tvFileList.Name         = "tvFileList";
     this.tvFileList.Size         = new System.Drawing.Size(467, 450);
     this.tvFileList.TabIndex     = 3;
     this.tvFileList.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvFileList_AfterSelect);
     //
     // ktvFileList
     //
     this.ktvFileList.Location = new System.Drawing.Point(12, 50);
     this.ktvFileList.Name     = "ktvFileList";
     this.ktvFileList.Size     = new System.Drawing.Size(467, 450);
     this.ktvFileList.StateNormal.Node.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktvFileList.StateNormal.Node.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktvFileList.TabIndex     = 0;
     this.ktvFileList.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.ktvFileList_AfterSelect);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location  = new System.Drawing.Point(0, 517);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(491, 3);
     this.panel1.TabIndex  = 1;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnNewFolder);
     this.kryptonPanel2.Controls.Add(this.kbtnOk);
     this.kryptonPanel2.Controls.Add(this.kbtnCancel);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 520);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(491, 47);
     this.kryptonPanel2.TabIndex = 2;
     //
     // kbtnNewFolder
     //
     this.kbtnNewFolder.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnNewFolder.Location     = new System.Drawing.Point(12, 7);
     this.kbtnNewFolder.Name         = "kbtnNewFolder";
     this.kbtnNewFolder.Size         = new System.Drawing.Size(118, 28);
     this.kbtnNewFolder.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnNewFolder.TabIndex    = 2;
     this.kbtnNewFolder.Values.Text = "New &Folder";
     this.kbtnNewFolder.Click      += new System.EventHandler(this.kbtnNewFolder_Click);
     //
     // kbtnOk
     //
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Location     = new System.Drawing.Point(292, 7);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(90, 28);
     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    = 1;
     this.kbtnOk.Values.Text = "&Ok";
     this.kbtnOk.Click      += new System.EventHandler(this.kbtnOk_Click);
     //
     // kbtnCancel
     //
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(388, 7);
     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    = 0;
     this.kbtnCancel.Values.Text = "&Cancel";
     this.kbtnCancel.Click      += new System.EventHandler(this.kbtnCancel_Click);
     //
     // ilSystemImages
     //
     this.ilSystemImages.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.ilSystemImages.ImageSize        = new System.Drawing.Size(16, 16);
     this.ilSystemImages.TransparentColor = System.Drawing.Color.Transparent;
     //
     // kptxtFilePath
     //
     this.kptxtFilePath.DrawPrompt       = true;
     this.kptxtFilePath.FocusSelect      = true;
     this.kptxtFilePath.Font             = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtFilePath.Location         = new System.Drawing.Point(12, 13);
     this.kptxtFilePath.Name             = "kptxtFilePath";
     this.kptxtFilePath.PromptForeColour = System.Drawing.SystemColors.GrayText;
     this.kptxtFilePath.PromptText       = "Enter directory path...";
     this.kptxtFilePath.PromptTypeface   = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtFilePath.Size             = new System.Drawing.Size(466, 27);
     this.kptxtFilePath.TabIndex         = 2;
     //
     // KryptonFileBrowser
     //
     this.ClientSize = new System.Drawing.Size(491, 567);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.Font            = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonFileBrowser";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "File Browser";
     this.TextExtra       = "(Beta)";
     this.Load           += new System.EventHandler(this.KryptonFileBrowser_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.ResumeLayout(false);
 }
Esempio n. 28
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.kbtnApply                = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCancel               = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnReset                = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.klblPaletteStyle         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnBrowse               = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kptxtPaletteExplorerPath = 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.kptxtPaletteExplorerPath);
     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(824, 67);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnReset);
     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, 68);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(824, 57);
     this.kryptonPanel2.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.AutoSize  = true;
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location  = new System.Drawing.Point(0, 67);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(824, 58);
     this.panel1.TabIndex  = 0;
     //
     // 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(572, 16);
     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    = 14;
     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(695, 16);
     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    = 13;
     this.kbtnCancel.Values.Text = "&Cancel";
     //
     // kbtnReset
     //
     this.kbtnReset.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.kbtnReset.Enabled  = false;
     this.kbtnReset.Location = new System.Drawing.Point(12, 16);
     this.kbtnReset.Name     = "kbtnReset";
     this.kbtnReset.Size     = new System.Drawing.Size(117, 29);
     this.kbtnReset.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnReset.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnReset.TabIndex    = 15;
     this.kbtnReset.Values.Text = "&Reset";
     //
     // klblPaletteStyle
     //
     this.klblPaletteStyle.Location = new System.Drawing.Point(12, 23);
     this.klblPaletteStyle.Name     = "klblPaletteStyle";
     this.klblPaletteStyle.Size     = new System.Drawing.Size(198, 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    = 5;
     this.klblPaletteStyle.Values.Text = "Palette Explorer Location:";
     //
     // kbtnBrowse
     //
     this.kbtnBrowse.Location = new System.Drawing.Point(781, 23);
     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    = 14;
     this.kbtnBrowse.Values.Text = ".&..";
     this.kbtnBrowse.Click      += new System.EventHandler(this.kbtnBrowse_Click);
     //
     // kptxtPaletteExplorerPath
     //
     this.kptxtPaletteExplorerPath.DrawPrompt       = true;
     this.kptxtPaletteExplorerPath.FocusSelect      = true;
     this.kptxtPaletteExplorerPath.Font             = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtPaletteExplorerPath.Location         = new System.Drawing.Point(216, 23);
     this.kptxtPaletteExplorerPath.Name             = "kptxtPaletteExplorerPath";
     this.kptxtPaletteExplorerPath.PromptForeColour = System.Drawing.SystemColors.GrayText;
     this.kptxtPaletteExplorerPath.PromptText       = "Enter palette explorer path here...";
     this.kptxtPaletteExplorerPath.PromptTypeface   = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtPaletteExplorerPath.Size             = new System.Drawing.Size(559, 27);
     this.kptxtPaletteExplorerPath.TabIndex         = 13;
     //
     // PaletteExplorerLocator
     //
     this.ClientSize = new System.Drawing.Size(824, 125);
     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            = "PaletteExplorerLocator";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Locate Palette Explorer";
     ((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);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UACExample));
     this.kryptonPanel1           = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnBrowse              = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ktbFilePath             = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel1           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kuacElevateSelectedFile = new KryptonExtendedToolkit.ExtendedToolkit.Controls.KryptonUACElevatedButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kuacElevateSelectedFile);
     this.kryptonPanel1.Controls.Add(this.kbtnBrowse);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Controls.Add(this.ktbFilePath);
     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(745, 85);
     this.kryptonPanel1.TabIndex = 0;
     //
     // 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(697, 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    = 19;
     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(590, 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 = 18;
     //
     // 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    = 17;
     this.kryptonLabel1.Values.Text = "File Path:";
     //
     // kuacElevateSelectedFile
     //
     this.kuacElevateSelectedFile.AutoSize = true;
     this.kuacElevateSelectedFile.Location = new System.Drawing.Point(547, 45);
     this.kuacElevateSelectedFile.Name     = "kuacElevateSelectedFile";
     this.kuacElevateSelectedFile.Size     = new System.Drawing.Size(186, 30);
     this.kuacElevateSelectedFile.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kuacElevateSelectedFile.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kuacElevateSelectedFile.TabIndex     = 20;
     this.kuacElevateSelectedFile.Values.Image = ((System.Drawing.Image)(resources.GetObject("kryptonUACElevatedButton1.Values.Image")));
     this.kuacElevateSelectedFile.Values.Text  = "Elevate Selected File...";
     this.kuacElevateSelectedFile.Click       += new System.EventHandler(this.KuacElevateSelectedFile_Click);
     //
     // UACExample
     //
     this.ClientSize = new System.Drawing.Size(745, 85);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Name            = "UACExample";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 30
0
 private void InitializeComponent()
 {
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kpbProgress   = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonProgressBar();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.pictureBox1);
     this.kryptonPanel1.Controls.Add(this.kpbProgress);
     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(571, 589);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kpbProgress
     //
     this.kpbProgress.BackColor   = System.Drawing.Color.Transparent;
     this.kpbProgress.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.kpbProgress.EndColour   = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(22)))), ((int)(((byte)(131)))));
     this.kpbProgress.Font        = new System.Drawing.Font("Segoe UI", 9F);
     this.kpbProgress.ForeColour  = System.Drawing.Color.Empty;
     this.kpbProgress.Location    = new System.Drawing.Point(0, 557);
     this.kpbProgress.Name        = "kpbProgress";
     this.kpbProgress.Size        = new System.Drawing.Size(571, 32);
     this.kpbProgress.StartColour = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(22)))), ((int)(((byte)(131)))));
     this.kpbProgress.TabIndex    = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image     = global::PaletteExplorer.Properties.Resources.PE_Icon_512_x_512;
     this.pictureBox1.Location  = new System.Drawing.Point(31, 25);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(512, 512);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex  = 1;
     this.pictureBox1.TabStop   = false;
     //
     // SplashScreen
     //
     this.ClientSize = new System.Drawing.Size(571, 589);
     this.ControlBox = false;
     this.Controls.Add(this.kryptonPanel1);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Name            = "SplashScreen";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }