private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonBasicColourDialog));
     this.kpnlButtons             = new Krypton.Toolkit.KryptonPanel();
     this.txtHexColour            = new Krypton.Toolkit.Extended.Colour.Controls.ColourHexadecimalTextBox();
     this.kryptonAlphaValueLabel1 = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaValueLabel();
     this.kbtnOk                  = new Krypton.Toolkit.Extended.Dialogs.KryptonOKDialogButton();
     this.kbtnCancel              = new Krypton.Toolkit.Extended.Dialogs.KryptonCancelDialogButton();
     this.kryptonPanel1           = new Krypton.Toolkit.KryptonPanel();
     this.klblBlueValue           = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueValueLabel();
     this.klblRedValue            = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedValueLabel();
     this.cpbxColourPreview       = new Krypton.Toolkit.Extended.Core.CircularPictureBox();
     this.cwColourPicker          = new Krypton.Toolkit.Extended.Colour.Controls.ColourWheelControl();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.kryptonGreenValueLabel1 = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenValueLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).BeginInit();
     this.kpnlButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbxColourPreview)).BeginInit();
     this.SuspendLayout();
     //
     // kpnlButtons
     //
     this.kpnlButtons.Controls.Add(this.txtHexColour);
     this.kpnlButtons.Controls.Add(this.kryptonAlphaValueLabel1);
     this.kpnlButtons.Controls.Add(this.kbtnOk);
     this.kpnlButtons.Controls.Add(this.kbtnCancel);
     this.kpnlButtons.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kpnlButtons.Location = new System.Drawing.Point(0, 200);
     this.kpnlButtons.Name     = "kpnlButtons";
     this.kpnlButtons.Size     = new System.Drawing.Size(506, 44);
     this.kpnlButtons.TabIndex = 0;
     //
     // txtHexColour
     //
     this.txtHexColour.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtHexColour.Colour    = System.Drawing.Color.Empty;
     this.txtHexColour.Hint      = "000000";
     this.txtHexColour.Location  = new System.Drawing.Point(172, 9);
     this.txtHexColour.MaxLength = 6;
     this.txtHexColour.Name      = "txtHexColour";
     this.txtHexColour.Size      = new System.Drawing.Size(100, 23);
     this.txtHexColour.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.txtHexColour.TabIndex     = 3;
     this.txtHexColour.TextChanged += new System.EventHandler(this.txtHexColour_TextChanged);
     //
     // kryptonAlphaValueLabel1
     //
     this.kryptonAlphaValueLabel1.AlphaValue                 = 255;
     this.kryptonAlphaValueLabel1.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.kryptonAlphaValueLabel1.ExtraText                  = "Alpha Value";
     this.kryptonAlphaValueLabel1.Location                   = new System.Drawing.Point(12, 4);
     this.kryptonAlphaValueLabel1.Name                       = "kryptonAlphaValueLabel1";
     this.kryptonAlphaValueLabel1.ShowColon                  = false;
     this.kryptonAlphaValueLabel1.ShowCurrentColourValue     = false;
     this.kryptonAlphaValueLabel1.Size                       = new System.Drawing.Size(110, 26);
     this.kryptonAlphaValueLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.TabIndex                   = 3;
     this.kryptonAlphaValueLabel1.Typeface                   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.Values.Text                = "Alpha Value:";
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Location     = new System.Drawing.Point(308, 7);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.Size = new System.Drawing.Size(90, 25);
     this.kbtnOk.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.TabIndex    = 2;
     this.kbtnOk.Values.Text = "&OK";
     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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(404, 7);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.Size = new System.Drawing.Size(90, 25);
     this.kbtnCancel.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.TabIndex    = 2;
     this.kbtnCancel.Values.Text = "C&ancel";
     this.kbtnCancel.Click      += new System.EventHandler(this.kbtnCancel_Click);
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonGreenValueLabel1);
     this.kryptonPanel1.Controls.Add(this.klblBlueValue);
     this.kryptonPanel1.Controls.Add(this.klblRedValue);
     this.kryptonPanel1.Controls.Add(this.cpbxColourPreview);
     this.kryptonPanel1.Controls.Add(this.cwColourPicker);
     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(506, 200);
     this.kryptonPanel1.TabIndex = 1;
     //
     // klblBlueValue
     //
     this.klblBlueValue.BlueValue = 255;
     this.klblBlueValue.ExtraText = "Blue";
     this.klblBlueValue.Location  = new System.Drawing.Point(212, 111);
     this.klblBlueValue.Name      = "klblBlueValue";
     this.klblBlueValue.ShowColon = false;
     this.klblBlueValue.ShowCurrentColourValue = true;
     this.klblBlueValue.Size = new System.Drawing.Size(79, 21);
     this.klblBlueValue.StateCommon.LongText.Color1  = System.Drawing.Color.Blue;
     this.klblBlueValue.StateCommon.LongText.Color2  = System.Drawing.Color.Blue;
     this.klblBlueValue.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblBlueValue.StateCommon.ShortText.Color1 = System.Drawing.Color.Blue;
     this.klblBlueValue.StateCommon.ShortText.Color2 = System.Drawing.Color.Blue;
     this.klblBlueValue.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblBlueValue.TabIndex        = 3;
     this.klblBlueValue.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblBlueValue.UseAccessibleUI = false;
     this.klblBlueValue.Values.Text     = "Blue: 255";
     //
     // klblRedValue
     //
     this.klblRedValue.ExtraText = "Red";
     this.klblRedValue.Location  = new System.Drawing.Point(212, 49);
     this.klblRedValue.Name      = "klblRedValue";
     this.klblRedValue.RedValue  = 255;
     this.klblRedValue.ShowColon = false;
     this.klblRedValue.ShowCurrentColourValue = true;
     this.klblRedValue.Size = new System.Drawing.Size(76, 21);
     this.klblRedValue.StateCommon.LongText.Color1  = System.Drawing.Color.Red;
     this.klblRedValue.StateCommon.LongText.Color2  = System.Drawing.Color.Red;
     this.klblRedValue.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblRedValue.StateCommon.ShortText.Color1 = System.Drawing.Color.Red;
     this.klblRedValue.StateCommon.ShortText.Color2 = System.Drawing.Color.Red;
     this.klblRedValue.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblRedValue.TabIndex        = 2;
     this.klblRedValue.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblRedValue.UseAccessibleUI = false;
     this.klblRedValue.Values.Text     = "Red: 255";
     //
     // cpbxColourPreview
     //
     this.cpbxColourPreview.BackColor     = System.Drawing.Color.Transparent;
     this.cpbxColourPreview.Location      = new System.Drawing.Point(331, 12);
     this.cpbxColourPreview.Name          = "cpbxColourPreview";
     this.cpbxColourPreview.Size          = new System.Drawing.Size(163, 163);
     this.cpbxColourPreview.TabIndex      = 1;
     this.cpbxColourPreview.TabStop       = false;
     this.cpbxColourPreview.ToolTipValues = null;
     //
     // cwColourPicker
     //
     this.cwColourPicker.BackColor      = System.Drawing.Color.Transparent;
     this.cwColourPicker.Location       = new System.Drawing.Point(12, 12);
     this.cwColourPicker.Name           = "cwColourPicker";
     this.cwColourPicker.Size           = new System.Drawing.Size(163, 163);
     this.cwColourPicker.TabIndex       = 0;
     this.cwColourPicker.ColourChanged += new System.EventHandler(this.cwColourPicker_ColourChanged);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 197);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(506, 3);
     this.panel1.TabIndex  = 2;
     //
     // kryptonGreenValueLabel1
     //
     this.kryptonGreenValueLabel1.ExtraText                    = "Green";
     this.kryptonGreenValueLabel1.GreenValue                   = 0;
     this.kryptonGreenValueLabel1.Location                     = new System.Drawing.Point(212, 80);
     this.kryptonGreenValueLabel1.Name                         = "kryptonGreenValueLabel1";
     this.kryptonGreenValueLabel1.ShowColon                    = false;
     this.kryptonGreenValueLabel1.ShowCurrentColourValue       = true;
     this.kryptonGreenValueLabel1.Size                         = new System.Drawing.Size(74, 21);
     this.kryptonGreenValueLabel1.StateCommon.LongText.Color1  = System.Drawing.Color.Green;
     this.kryptonGreenValueLabel1.StateCommon.LongText.Color2  = System.Drawing.Color.Green;
     this.kryptonGreenValueLabel1.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonGreenValueLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Green;
     this.kryptonGreenValueLabel1.StateCommon.ShortText.Color2 = System.Drawing.Color.Green;
     this.kryptonGreenValueLabel1.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonGreenValueLabel1.TabIndex                     = 3;
     this.kryptonGreenValueLabel1.Typeface                     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonGreenValueLabel1.UseAccessibleUI              = false;
     this.kryptonGreenValueLabel1.Values.Text                  = "Green: 0";
     //
     // KryptonBasicColourDialog
     //
     this.AcceptButton = this.kbtnOk;
     this.CancelButton = this.kbtnCancel;
     this.ClientSize   = new System.Drawing.Size(506, 244);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     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            = "KryptonBasicColourDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Colour Dialog";
     this.Load           += new System.EventHandler(this.KryptonBasicColourDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).EndInit();
     this.kpnlButtons.ResumeLayout(false);
     this.kpnlButtons.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbxColourPreview)).EndInit();
     this.ResumeLayout(false);
 }
Example #2
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonColourDetailsDialog));
     this.kpnlButtons                  = new Krypton.Toolkit.KryptonPanel();
     this.kbtnOk                       = new Krypton.Toolkit.Extended.Dialogs.KryptonOKDialogButton();
     this.kbtnCancel                   = new Krypton.Toolkit.Extended.Dialogs.KryptonCancelDialogButton();
     this.panel1                       = new System.Windows.Forms.Panel();
     this.kryptonPanel1                = new Krypton.Toolkit.KryptonPanel();
     this.txtHexColour                 = new Krypton.Toolkit.Extended.Colour.Controls.ColourHexadecimalTextBox();
     this.kryptonLabel7                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonAlphaValueLabel1      = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaValueLabel();
     this.kryptonBlueValueNumericBox2  = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueValueNumericBox();
     this.kryptonLabel8                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel9                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonRedValueNumericBox2   = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedValueNumericBox();
     this.kryptonGreenValueNumericBox2 = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenValueNumericBox();
     this.kryptonLabel10               = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel11               = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel6                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonBlueValueNumericBox1  = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueValueNumericBox();
     this.kryptonLabel5                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel4                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonRedValueNumericBox1   = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedValueNumericBox();
     this.kryptonGreenValueNumericBox1 = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenValueNumericBox();
     this.kryptonLabel3                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonAlphaValueNumericBox1 = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaValueNumericBox();
     this.kryptonLabel2                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1                = new Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).BeginInit();
     this.kpnlButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // kpnlButtons
     //
     this.kpnlButtons.Controls.Add(this.kbtnOk);
     this.kpnlButtons.Controls.Add(this.kbtnCancel);
     this.kpnlButtons.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kpnlButtons.Location = new System.Drawing.Point(0, 128);
     this.kpnlButtons.Name     = "kpnlButtons";
     this.kpnlButtons.Size     = new System.Drawing.Size(518, 44);
     this.kpnlButtons.TabIndex = 1;
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Location     = new System.Drawing.Point(320, 7);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.Size = new System.Drawing.Size(90, 25);
     this.kbtnOk.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.TabIndex    = 2;
     this.kbtnOk.Values.Text = "&OK";
     //
     // kbtnCancel
     //
     this.kbtnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(416, 7);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.Size = new System.Drawing.Size(90, 25);
     this.kbtnCancel.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.TabIndex    = 2;
     this.kbtnCancel.Values.Text = "C&ancel";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 125);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(518, 3);
     this.panel1.TabIndex  = 3;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.txtHexColour);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel7);
     this.kryptonPanel1.Controls.Add(this.kryptonAlphaValueLabel1);
     this.kryptonPanel1.Controls.Add(this.kryptonBlueValueNumericBox2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel8);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel9);
     this.kryptonPanel1.Controls.Add(this.kryptonRedValueNumericBox2);
     this.kryptonPanel1.Controls.Add(this.kryptonGreenValueNumericBox2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel10);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel11);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel6);
     this.kryptonPanel1.Controls.Add(this.kryptonBlueValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel5);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel4);
     this.kryptonPanel1.Controls.Add(this.kryptonRedValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonGreenValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel1.Controls.Add(this.kryptonAlphaValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(518, 125);
     this.kryptonPanel1.TabIndex = 4;
     //
     // txtHexColour
     //
     this.txtHexColour.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtHexColour.Colour    = System.Drawing.Color.Empty;
     this.txtHexColour.Hint      = "000000";
     this.txtHexColour.Location  = new System.Drawing.Point(173, 88);
     this.txtHexColour.MaxLength = 6;
     this.txtHexColour.Name      = "txtHexColour";
     this.txtHexColour.Size      = new System.Drawing.Size(100, 24);
     this.txtHexColour.StateCommon.Content.Font  = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHexColour.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.txtHexColour.TabIndex = 5;
     //
     // kryptonLabel7
     //
     this.kryptonLabel7.Location = new System.Drawing.Point(387, 52);
     this.kryptonLabel7.Name     = "kryptonLabel7";
     this.kryptonLabel7.Size     = new System.Drawing.Size(17, 21);
     this.kryptonLabel7.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel7.TabIndex    = 17;
     this.kryptonLabel7.Values.Text = ")";
     //
     // kryptonAlphaValueLabel1
     //
     this.kryptonAlphaValueLabel1.AlphaValue                 = 255;
     this.kryptonAlphaValueLabel1.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.kryptonAlphaValueLabel1.ExtraText                  = "Alpha Value";
     this.kryptonAlphaValueLabel1.Location                   = new System.Drawing.Point(13, 83);
     this.kryptonAlphaValueLabel1.Name                       = "kryptonAlphaValueLabel1";
     this.kryptonAlphaValueLabel1.ShowColon                  = false;
     this.kryptonAlphaValueLabel1.ShowCurrentColourValue     = false;
     this.kryptonAlphaValueLabel1.Size                       = new System.Drawing.Size(110, 26);
     this.kryptonAlphaValueLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.TabIndex                   = 6;
     this.kryptonAlphaValueLabel1.Typeface                   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.Values.Text                = "Alpha Value:";
     //
     // kryptonBlueValueNumericBox2
     //
     this.kryptonBlueValueNumericBox2.Location = new System.Drawing.Point(307, 52);
     this.kryptonBlueValueNumericBox2.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonBlueValueNumericBox2.Name = "kryptonBlueValueNumericBox2";
     this.kryptonBlueValueNumericBox2.Size = new System.Drawing.Size(74, 22);
     this.kryptonBlueValueNumericBox2.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.kryptonBlueValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonBlueValueNumericBox2.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonBlueValueNumericBox2.TabIndex        = 16;
     this.kryptonBlueValueNumericBox2.Typeface        = null;
     this.kryptonBlueValueNumericBox2.UseAccessibleUI = false;
     //
     // kryptonLabel8
     //
     this.kryptonLabel8.Location = new System.Drawing.Point(285, 52);
     this.kryptonLabel8.Name     = "kryptonLabel8";
     this.kryptonLabel8.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel8.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel8.TabIndex    = 15;
     this.kryptonLabel8.Values.Text = ",";
     //
     // kryptonLabel9
     //
     this.kryptonLabel9.Location = new System.Drawing.Point(183, 52);
     this.kryptonLabel9.Name     = "kryptonLabel9";
     this.kryptonLabel9.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel9.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel9.TabIndex    = 14;
     this.kryptonLabel9.Values.Text = ",";
     //
     // kryptonRedValueNumericBox2
     //
     this.kryptonRedValueNumericBox2.Location = new System.Drawing.Point(103, 52);
     this.kryptonRedValueNumericBox2.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonRedValueNumericBox2.Name = "kryptonRedValueNumericBox2";
     this.kryptonRedValueNumericBox2.Size = new System.Drawing.Size(74, 22);
     this.kryptonRedValueNumericBox2.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.kryptonRedValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonRedValueNumericBox2.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonRedValueNumericBox2.TabIndex        = 13;
     this.kryptonRedValueNumericBox2.Typeface        = null;
     this.kryptonRedValueNumericBox2.UseAccessibleUI = false;
     //
     // kryptonGreenValueNumericBox2
     //
     this.kryptonGreenValueNumericBox2.Location = new System.Drawing.Point(205, 52);
     this.kryptonGreenValueNumericBox2.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonGreenValueNumericBox2.Name = "kryptonGreenValueNumericBox2";
     this.kryptonGreenValueNumericBox2.Size = new System.Drawing.Size(74, 22);
     this.kryptonGreenValueNumericBox2.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.kryptonGreenValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonGreenValueNumericBox2.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonGreenValueNumericBox2.TabIndex        = 12;
     this.kryptonGreenValueNumericBox2.Typeface        = null;
     this.kryptonGreenValueNumericBox2.UseAccessibleUI = false;
     //
     // kryptonLabel10
     //
     this.kryptonLabel10.Location = new System.Drawing.Point(80, 52);
     this.kryptonLabel10.Name     = "kryptonLabel10";
     this.kryptonLabel10.Size     = new System.Drawing.Size(17, 21);
     this.kryptonLabel10.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel10.TabIndex    = 11;
     this.kryptonLabel10.Values.Text = "(";
     //
     // kryptonLabel11
     //
     this.kryptonLabel11.Location = new System.Drawing.Point(23, 52);
     this.kryptonLabel11.Name     = "kryptonLabel11";
     this.kryptonLabel11.Size     = new System.Drawing.Size(51, 21);
     this.kryptonLabel11.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel11.TabIndex    = 10;
     this.kryptonLabel11.Values.Text = "RGB:";
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.Location = new System.Drawing.Point(489, 13);
     this.kryptonLabel6.Name     = "kryptonLabel6";
     this.kryptonLabel6.Size     = new System.Drawing.Size(17, 21);
     this.kryptonLabel6.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel6.TabIndex    = 9;
     this.kryptonLabel6.Values.Text = ")";
     //
     // kryptonBlueValueNumericBox1
     //
     this.kryptonBlueValueNumericBox1.Location = new System.Drawing.Point(409, 13);
     this.kryptonBlueValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonBlueValueNumericBox1.Name = "kryptonBlueValueNumericBox1";
     this.kryptonBlueValueNumericBox1.Size = new System.Drawing.Size(74, 22);
     this.kryptonBlueValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.kryptonBlueValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonBlueValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonBlueValueNumericBox1.TabIndex        = 8;
     this.kryptonBlueValueNumericBox1.Typeface        = null;
     this.kryptonBlueValueNumericBox1.UseAccessibleUI = false;
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.Location = new System.Drawing.Point(387, 13);
     this.kryptonLabel5.Name     = "kryptonLabel5";
     this.kryptonLabel5.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel5.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel5.TabIndex    = 7;
     this.kryptonLabel5.Values.Text = ",";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(285, 13);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex    = 6;
     this.kryptonLabel4.Values.Text = ",";
     //
     // kryptonRedValueNumericBox1
     //
     this.kryptonRedValueNumericBox1.Location = new System.Drawing.Point(205, 13);
     this.kryptonRedValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonRedValueNumericBox1.Name = "kryptonRedValueNumericBox1";
     this.kryptonRedValueNumericBox1.Size = new System.Drawing.Size(74, 22);
     this.kryptonRedValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.kryptonRedValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonRedValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonRedValueNumericBox1.TabIndex        = 5;
     this.kryptonRedValueNumericBox1.Typeface        = null;
     this.kryptonRedValueNumericBox1.UseAccessibleUI = false;
     //
     // kryptonGreenValueNumericBox1
     //
     this.kryptonGreenValueNumericBox1.Location = new System.Drawing.Point(307, 13);
     this.kryptonGreenValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonGreenValueNumericBox1.Name = "kryptonGreenValueNumericBox1";
     this.kryptonGreenValueNumericBox1.Size = new System.Drawing.Size(74, 22);
     this.kryptonGreenValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.kryptonGreenValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonGreenValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonGreenValueNumericBox1.TabIndex        = 4;
     this.kryptonGreenValueNumericBox1.Typeface        = null;
     this.kryptonGreenValueNumericBox1.UseAccessibleUI = false;
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(183, 13);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 3;
     this.kryptonLabel3.Values.Text = ",";
     //
     // kryptonAlphaValueNumericBox1
     //
     this.kryptonAlphaValueNumericBox1.Location = new System.Drawing.Point(103, 13);
     this.kryptonAlphaValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonAlphaValueNumericBox1.Name = "kryptonAlphaValueNumericBox1";
     this.kryptonAlphaValueNumericBox1.Size = new System.Drawing.Size(74, 22);
     this.kryptonAlphaValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.White;
     this.kryptonAlphaValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.Black;
     this.kryptonAlphaValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonAlphaValueNumericBox1.TabIndex = 2;
     this.kryptonAlphaValueNumericBox1.Typeface = null;
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(80, 13);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(17, 21);
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 1;
     this.kryptonLabel2.Values.Text = "(";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(13, 13);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(61, 21);
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 0;
     this.kryptonLabel1.Values.Text = "ARGB:";
     //
     // KryptonColourDetailsDialog
     //
     this.ClientSize = new System.Drawing.Size(518, 172);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kpnlButtons);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonColourDetailsDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Colour Details";
     this.Load           += new System.EventHandler(this.KryptonColourDetailsDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).EndInit();
     this.kpnlButtons.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
 }