Example #1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonColourPickerDialog));
     this.kryptonPanel1              = new Krypton.Toolkit.KryptonPanel();
     this.kbtnSavePalette            = new Krypton.Toolkit.KryptonButton();
     this.kbtnLoadPalette            = new Krypton.Toolkit.KryptonButton();
     this.cgColours                  = new Cyotek.Windows.Forms.ColorGrid();
     this.cpbColourPreview           = new Krypton.Toolkit.Extended.Core.CircularPictureBox();
     this.kryptonPanel2              = new Krypton.Toolkit.KryptonPanel();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.kryptonCancelDialogButton1 = new Krypton.Toolkit.Extended.Dialogs.KryptonCancelDialogButton();
     this.kryptonOKDialogButton1     = new Krypton.Toolkit.Extended.Dialogs.KryptonOKDialogButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbColourPreview)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnSavePalette);
     this.kryptonPanel1.Controls.Add(this.kbtnLoadPalette);
     this.kryptonPanel1.Controls.Add(this.cgColours);
     this.kryptonPanel1.Controls.Add(this.cpbColourPreview);
     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(574, 491);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnSavePalette
     //
     this.kbtnSavePalette.AutoSize     = true;
     this.kbtnSavePalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnSavePalette.Location     = new System.Drawing.Point(40, 252);
     this.kbtnSavePalette.Name         = "kbtnSavePalette";
     this.kbtnSavePalette.Size         = new System.Drawing.Size(22, 22);
     this.kbtnSavePalette.TabIndex     = 4;
     this.kbtnSavePalette.ToolTipValues.Description = "Save current custom palette for futre use.";
     this.kbtnSavePalette.Values.Image = global::Krypton.Toolkit.Extended.Dialogs.Properties.Resources.palette_save;
     this.kbtnSavePalette.Values.Text  = "";
     this.kbtnSavePalette.Click       += new System.EventHandler(this.kbtnSavePalette_Click);
     //
     // kbtnLoadPalette
     //
     this.kbtnLoadPalette.AutoSize     = true;
     this.kbtnLoadPalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnLoadPalette.Location     = new System.Drawing.Point(12, 252);
     this.kbtnLoadPalette.Name         = "kbtnLoadPalette";
     this.kbtnLoadPalette.Size         = new System.Drawing.Size(22, 22);
     this.kbtnLoadPalette.TabIndex     = 1;
     this.kbtnLoadPalette.ToolTipValues.Description = "Load a custom palette.";
     this.kbtnLoadPalette.ToolTipValues.Heading     = "Load Custom Palette";
     this.kbtnLoadPalette.ToolTipValues.Image       = global::Krypton.Toolkit.Extended.Dialogs.Properties.Resources.palette_load;
     this.kbtnLoadPalette.Values.Image = global::Krypton.Toolkit.Extended.Dialogs.Properties.Resources.palette_load;
     this.kbtnLoadPalette.Values.Text  = "";
     this.kbtnLoadPalette.Click       += new System.EventHandler(this.kbtnLoadPalette_Click);
     //
     // cgColours
     //
     this.cgColours.BackColor     = System.Drawing.Color.Transparent;
     this.cgColours.Location      = new System.Drawing.Point(12, 280);
     this.cgColours.Name          = "cgColours";
     this.cgColours.Size          = new System.Drawing.Size(247, 165);
     this.cgColours.TabIndex      = 3;
     this.cgColours.EditingColor += new System.EventHandler <Cyotek.Windows.Forms.EditColorCancelEventArgs>(this.cgColours_EditingColor);
     //
     // cpbColourPreview
     //
     this.cpbColourPreview.BackColor     = System.Drawing.SystemColors.Control;
     this.cpbColourPreview.Location      = new System.Drawing.Point(443, 252);
     this.cpbColourPreview.Name          = "cpbColourPreview";
     this.cpbColourPreview.Size          = new System.Drawing.Size(119, 119);
     this.cpbColourPreview.TabIndex      = 2;
     this.cpbColourPreview.TabStop       = false;
     this.cpbColourPreview.ToolTipValues = null;
     this.cpbColourPreview.Paint        += new System.Windows.Forms.PaintEventHandler(this.cpbColourPreview_Paint);
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kryptonOKDialogButton1);
     this.kryptonPanel2.Controls.Add(this.kryptonCancelDialogButton1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 454);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(574, 37);
     this.kryptonPanel2.TabIndex = 1;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 451);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(574, 3);
     this.panel1.TabIndex  = 2;
     //
     // kryptonCancelDialogButton1
     //
     this.kryptonCancelDialogButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kryptonCancelDialogButton1.Location     = new System.Drawing.Point(472, 6);
     this.kryptonCancelDialogButton1.Name         = "kryptonCancelDialogButton1";
     this.kryptonCancelDialogButton1.ParentWindow = this;
     this.kryptonCancelDialogButton1.Size         = new System.Drawing.Size(90, 25);
     this.kryptonCancelDialogButton1.TabIndex     = 0;
     this.kryptonCancelDialogButton1.Values.Text  = "C&ancel";
     //
     // kryptonOKDialogButton1
     //
     this.kryptonOKDialogButton1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kryptonOKDialogButton1.Location     = new System.Drawing.Point(376, 6);
     this.kryptonOKDialogButton1.Name         = "kryptonOKDialogButton1";
     this.kryptonOKDialogButton1.ParentWindow = this;
     this.kryptonOKDialogButton1.Size         = new System.Drawing.Size(90, 25);
     this.kryptonOKDialogButton1.TabIndex     = 3;
     this.kryptonOKDialogButton1.Values.Text  = "&OK";
     //
     // KryptonColourPickerDialog
     //
     this.ClientSize = new System.Drawing.Size(574, 491);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonColourPickerDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Colour Picker";
     this.Load           += new System.EventHandler(this.KryptonColourPickerDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbColourPreview)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 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);
 }