private void InitializeComponent()
 {
     this.controlContainer1   = new Utilities.Components.ControlContainer();
     this.circularPictureBox1 = new KryptonToolkitSuiteExtendedCore.CircularPictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // controlContainer1
     //
     this.controlContainer1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.controlContainer1.Font                 = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.controlContainer1.InstructionsText     = "To view the properties of a control, just click on the desired control.";
     this.controlContainer1.Location             = new System.Drawing.Point(0, 0);
     this.controlContainer1.Name                 = "controlContainer1";
     this.controlContainer1.SelectedControl      = null;
     this.controlContainer1.ShowInstructionsPane = true;
     this.controlContainer1.Size                 = new System.Drawing.Size(1108, 722);
     this.controlContainer1.TabIndex             = 0;
     //
     // circularPictureBox1
     //
     this.circularPictureBox1.BackColor = System.Drawing.SystemColors.Control;
     this.circularPictureBox1.Location  = new System.Drawing.Point(384, 145);
     this.circularPictureBox1.Name      = "circularPictureBox1";
     this.circularPictureBox1.Size      = new System.Drawing.Size(413, 390);
     this.circularPictureBox1.TabIndex  = 1;
     this.circularPictureBox1.TabStop   = false;
     this.circularPictureBox1.Click    += new System.EventHandler(this.circularPictureBox1_Click);
     //
     // CircularPictureBoxExample
     //
     this.BracketType = ComponentFactory.Krypton.Toolkit.BracketType.CURVEDBRACKET;
     this.ClientSize  = new System.Drawing.Size(1108, 722);
     this.Controls.Add(this.circularPictureBox1);
     this.Controls.Add(this.controlContainer1);
     this.Name = "CircularPictureBoxExample";
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #2
0
 private void InitializeComponent()
 {
     this.kryptonPanel2          = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnOptions            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kcbBaseColour          = new ComponentFactory.Krypton.Toolkit.KryptonColorButton();
     this.kbtnDefineOtherColours = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnOk = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnUtiliseAsBaseColour = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnGenerateColour      = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnGenerate            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.panel1                       = new System.Windows.Forms.Panel();
     this.kryptonPanel1                = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonAlphaTrackBar1        = new ExtendedColourControls.KryptonAlphaTrackBar();
     this.kryptonRedTrackBar1          = new ExtendedColourControls.KryptonRedTrackBar();
     this.kryptonGreenTrackBar1        = new ExtendedColourControls.KryptonGreenTrackBar();
     this.kryptonBlueTrackBar1         = new ExtendedColourControls.KryptonBlueTrackBar();
     this.alphaValueNumericBox1        = new ExtendedColourControls.KryptonAlphaValueNumericBox();
     this.kryptonAlphaValueLabel1      = new ExtendedColourControls.Controls.Labels.KryptonAlphaValueLabel();
     this.kryptonBlueValueLabel1       = new ExtendedColourControls.Controls.Labels.KryptonBlueValueLabel();
     this.kryptonGreenValueLabel1      = new ExtendedColourControls.Controls.Labels.KryptonGreenValueLabel();
     this.kryptonRedValueLabel1        = new ExtendedColourControls.Controls.Labels.KryptonRedValueLabel();
     this.kryptonRedValueNumericBox1   = new ExtendedColourControls.KryptonRedValueNumericBox();
     this.kryptonGreenValueNumericBox1 = new ExtendedColourControls.KryptonGreenValueNumericBox();
     this.kryptonBlueValueNumericBox1  = new ExtendedColourControls.KryptonBlueValueNumericBox();
     this.circularPictureBox1          = new KryptonToolkitSuiteExtendedCore.CircularPictureBox();
     this.kbtnGenerateBlueValue        = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnGenerateGreenValue       = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnGenerateRedValue         = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnOptions);
     this.kryptonPanel2.Controls.Add(this.kcbBaseColour);
     this.kryptonPanel2.Controls.Add(this.kbtnDefineOtherColours);
     this.kryptonPanel2.Controls.Add(this.kbtnOk);
     this.kryptonPanel2.Controls.Add(this.kbtnUtiliseAsBaseColour);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateColour);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerate);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 223);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(1208, 45);
     this.kryptonPanel2.TabIndex = 2;
     //
     // kbtnOptions
     //
     this.kbtnOptions.AutoSize     = true;
     this.kbtnOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnOptions.Location     = new System.Drawing.Point(711, 6);
     this.kbtnOptions.Name         = "kbtnOptions";
     this.kbtnOptions.Size         = new System.Drawing.Size(69, 30);
     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    = 77;
     this.kbtnOptions.Values.Text = "&Options";
     //
     // kcbBaseColour
     //
     this.kcbBaseColour.AutoSize     = true;
     this.kcbBaseColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kcbBaseColour.Location     = new System.Drawing.Point(506, 6);
     this.kcbBaseColour.Name         = "kcbBaseColour";
     this.kcbBaseColour.Size         = new System.Drawing.Size(199, 30);
     this.kcbBaseColour.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbBaseColour.TabIndex    = 76;
     this.kcbBaseColour.Values.Text = "&Choose a Base Colour";
     //
     // kbtnDefineOtherColours
     //
     this.kbtnDefineOtherColours.AutoSize     = true;
     this.kbtnDefineOtherColours.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnDefineOtherColours.Location     = new System.Drawing.Point(335, 6);
     this.kbtnDefineOtherColours.Name         = "kbtnDefineOtherColours";
     this.kbtnDefineOtherColours.Size         = new System.Drawing.Size(165, 30);
     this.kbtnDefineOtherColours.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnDefineOtherColours.TabIndex    = 63;
     this.kbtnDefineOtherColours.Values.Text = "Define Other &Colours";
     //
     // kbtnOk
     //
     this.kbtnOk.AutoSize     = true;
     this.kbtnOk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnOk.Location     = new System.Drawing.Point(1160, 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    = 60;
     this.kbtnOk.Values.Text = "O&k";
     //
     // kbtnUtiliseAsBaseColour
     //
     this.kbtnUtiliseAsBaseColour.AutoSize     = true;
     this.kbtnUtiliseAsBaseColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnUtiliseAsBaseColour.Location     = new System.Drawing.Point(12, 6);
     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    = 15;
     this.kbtnUtiliseAsBaseColour.Values.Text = "Utilise as Base &Colour";
     //
     // kbtnGenerateColour
     //
     this.kbtnGenerateColour.AutoSize     = true;
     this.kbtnGenerateColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateColour.Location     = new System.Drawing.Point(506, 6);
     this.kbtnGenerateColour.Name         = "kbtnGenerateColour";
     this.kbtnGenerateColour.Size         = new System.Drawing.Size(197, 30);
     this.kbtnGenerateColour.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateColour.TabIndex    = 29;
     this.kbtnGenerateColour.Values.Text = "Generate Random &Colour";
     this.kbtnGenerateColour.Visible     = false;
     //
     // kbtnGenerate
     //
     this.kbtnGenerate.AutoSize     = true;
     this.kbtnGenerate.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerate.Location     = new System.Drawing.Point(185, 6);
     this.kbtnGenerate.Name         = "kbtnGenerate";
     this.kbtnGenerate.Size         = new System.Drawing.Size(144, 30);
     this.kbtnGenerate.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerate.TabIndex    = 16;
     this.kbtnGenerate.Values.Text = "Gener&ate a Colour";
     //
     // 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, 221);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(1208, 2);
     this.panel1.TabIndex  = 3;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnGenerateBlueValue);
     this.kryptonPanel1.Controls.Add(this.kbtnGenerateGreenValue);
     this.kryptonPanel1.Controls.Add(this.kryptonBlueValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kbtnGenerateRedValue);
     this.kryptonPanel1.Controls.Add(this.kryptonGreenValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonRedValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonAlphaTrackBar1);
     this.kryptonPanel1.Controls.Add(this.kryptonRedTrackBar1);
     this.kryptonPanel1.Controls.Add(this.kryptonGreenTrackBar1);
     this.kryptonPanel1.Controls.Add(this.kryptonBlueTrackBar1);
     this.kryptonPanel1.Controls.Add(this.alphaValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonAlphaValueLabel1);
     this.kryptonPanel1.Controls.Add(this.circularPictureBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonBlueValueLabel1);
     this.kryptonPanel1.Controls.Add(this.kryptonGreenValueLabel1);
     this.kryptonPanel1.Controls.Add(this.kryptonRedValueLabel1);
     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(1208, 221);
     this.kryptonPanel1.TabIndex = 4;
     //
     // kryptonAlphaTrackBar1
     //
     this.kryptonAlphaTrackBar1.DrawBackground = true;
     this.kryptonAlphaTrackBar1.Location       = new System.Drawing.Point(420, 15);
     this.kryptonAlphaTrackBar1.Maximum        = 255;
     this.kryptonAlphaTrackBar1.Name           = "kryptonAlphaTrackBar1";
     this.kryptonAlphaTrackBar1.Size           = new System.Drawing.Size(635, 21);
     this.kryptonAlphaTrackBar1.TabIndex       = 8;
     this.kryptonAlphaTrackBar1.TickStyle      = System.Windows.Forms.TickStyle.None;
     //
     // kryptonRedTrackBar1
     //
     this.kryptonRedTrackBar1.DrawBackground           = true;
     this.kryptonRedTrackBar1.Location                 = new System.Drawing.Point(420, 70);
     this.kryptonRedTrackBar1.Maximum                  = 255;
     this.kryptonRedTrackBar1.Name                     = "kryptonRedTrackBar1";
     this.kryptonRedTrackBar1.Size                     = new System.Drawing.Size(635, 21);
     this.kryptonRedTrackBar1.StateCommon.Tick.Color1  = System.Drawing.Color.Red;
     this.kryptonRedTrackBar1.StateCommon.Track.Color1 = System.Drawing.Color.Red;
     this.kryptonRedTrackBar1.StateCommon.Track.Color2 = System.Drawing.Color.Red;
     this.kryptonRedTrackBar1.StateCommon.Track.Color3 = System.Drawing.Color.Red;
     this.kryptonRedTrackBar1.StateCommon.Track.Color4 = System.Drawing.Color.Red;
     this.kryptonRedTrackBar1.StateCommon.Track.Color5 = System.Drawing.Color.Red;
     this.kryptonRedTrackBar1.TabIndex                 = 9;
     this.kryptonRedTrackBar1.TickStyle                = System.Windows.Forms.TickStyle.None;
     //
     // kryptonGreenTrackBar1
     //
     this.kryptonGreenTrackBar1.DrawBackground           = true;
     this.kryptonGreenTrackBar1.Location                 = new System.Drawing.Point(420, 127);
     this.kryptonGreenTrackBar1.Maximum                  = 255;
     this.kryptonGreenTrackBar1.Name                     = "kryptonGreenTrackBar1";
     this.kryptonGreenTrackBar1.Size                     = new System.Drawing.Size(635, 21);
     this.kryptonGreenTrackBar1.StateCommon.Tick.Color1  = System.Drawing.Color.Green;
     this.kryptonGreenTrackBar1.StateCommon.Track.Color1 = System.Drawing.Color.Green;
     this.kryptonGreenTrackBar1.StateCommon.Track.Color2 = System.Drawing.Color.Green;
     this.kryptonGreenTrackBar1.StateCommon.Track.Color3 = System.Drawing.Color.Green;
     this.kryptonGreenTrackBar1.StateCommon.Track.Color4 = System.Drawing.Color.Green;
     this.kryptonGreenTrackBar1.StateCommon.Track.Color5 = System.Drawing.Color.Green;
     this.kryptonGreenTrackBar1.TabIndex                 = 10;
     this.kryptonGreenTrackBar1.TickStyle                = System.Windows.Forms.TickStyle.None;
     //
     // kryptonBlueTrackBar1
     //
     this.kryptonBlueTrackBar1.DrawBackground           = true;
     this.kryptonBlueTrackBar1.Location                 = new System.Drawing.Point(420, 184);
     this.kryptonBlueTrackBar1.Maximum                  = 255;
     this.kryptonBlueTrackBar1.Name                     = "kryptonBlueTrackBar1";
     this.kryptonBlueTrackBar1.Size                     = new System.Drawing.Size(635, 21);
     this.kryptonBlueTrackBar1.StateCommon.Tick.Color1  = System.Drawing.Color.Blue;
     this.kryptonBlueTrackBar1.StateCommon.Track.Color1 = System.Drawing.Color.Blue;
     this.kryptonBlueTrackBar1.StateCommon.Track.Color2 = System.Drawing.Color.Blue;
     this.kryptonBlueTrackBar1.StateCommon.Track.Color3 = System.Drawing.Color.Blue;
     this.kryptonBlueTrackBar1.StateCommon.Track.Color4 = System.Drawing.Color.Blue;
     this.kryptonBlueTrackBar1.StateCommon.Track.Color5 = System.Drawing.Color.Blue;
     this.kryptonBlueTrackBar1.TabIndex                 = 11;
     this.kryptonBlueTrackBar1.TickStyle                = System.Windows.Forms.TickStyle.None;
     //
     // alphaValueNumericBox1
     //
     this.alphaValueNumericBox1.Location = new System.Drawing.Point(335, 12);
     this.alphaValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.alphaValueNumericBox1.Name = "alphaValueNumericBox1";
     this.alphaValueNumericBox1.Size = new System.Drawing.Size(79, 26);
     this.alphaValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.White;
     this.alphaValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.Black;
     this.alphaValueNumericBox1.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.alphaValueNumericBox1.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.alphaValueNumericBox1.TabIndex = 5;
     //
     // kryptonAlphaValueLabel1
     //
     this.kryptonAlphaValueLabel1.AlphaValue = 255;
     this.kryptonAlphaValueLabel1.Location   = new System.Drawing.Point(267, 12);
     this.kryptonAlphaValueLabel1.Name       = "kryptonAlphaValueLabel1";
     this.kryptonAlphaValueLabel1.Size       = new System.Drawing.Size(62, 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.TextSize    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.Values.Text = "Alpha:";
     //
     // kryptonBlueValueLabel1
     //
     this.kryptonBlueValueLabel1.Location = new System.Drawing.Point(279, 180);
     this.kryptonBlueValueLabel1.Name     = "kryptonBlueValueLabel1";
     this.kryptonBlueValueLabel1.RedValue = 255;
     this.kryptonBlueValueLabel1.Size     = new System.Drawing.Size(50, 26);
     this.kryptonBlueValueLabel1.StateCommon.LongText.Color1  = System.Drawing.Color.Blue;
     this.kryptonBlueValueLabel1.StateCommon.LongText.Color2  = System.Drawing.Color.Blue;
     this.kryptonBlueValueLabel1.StateCommon.LongText.Font    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonBlueValueLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Blue;
     this.kryptonBlueValueLabel1.StateCommon.ShortText.Color2 = System.Drawing.Color.Blue;
     this.kryptonBlueValueLabel1.StateCommon.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonBlueValueLabel1.TabIndex    = 7;
     this.kryptonBlueValueLabel1.TextSize    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonBlueValueLabel1.Values.Text = "Blue:";
     //
     // kryptonGreenValueLabel1
     //
     this.kryptonGreenValueLabel1.Location = new System.Drawing.Point(267, 124);
     this.kryptonGreenValueLabel1.Name     = "kryptonGreenValueLabel1";
     this.kryptonGreenValueLabel1.RedValue = 255;
     this.kryptonGreenValueLabel1.Size     = new System.Drawing.Size(62, 26);
     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("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     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("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonGreenValueLabel1.TabIndex    = 6;
     this.kryptonGreenValueLabel1.TextSize    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonGreenValueLabel1.Values.Text = "Green:";
     //
     // kryptonRedValueLabel1
     //
     this.kryptonRedValueLabel1.Location = new System.Drawing.Point(283, 68);
     this.kryptonRedValueLabel1.Name     = "kryptonRedValueLabel1";
     this.kryptonRedValueLabel1.RedValue = 255;
     this.kryptonRedValueLabel1.Size     = new System.Drawing.Size(46, 26);
     this.kryptonRedValueLabel1.StateCommon.LongText.Color1  = System.Drawing.Color.Red;
     this.kryptonRedValueLabel1.StateCommon.LongText.Color2  = System.Drawing.Color.Red;
     this.kryptonRedValueLabel1.StateCommon.LongText.Font    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonRedValueLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Red;
     this.kryptonRedValueLabel1.StateCommon.ShortText.Color2 = System.Drawing.Color.Red;
     this.kryptonRedValueLabel1.StateCommon.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonRedValueLabel1.TabIndex    = 5;
     this.kryptonRedValueLabel1.TextSize    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonRedValueLabel1.Values.Text = "Red:";
     //
     // kryptonRedValueNumericBox1
     //
     this.kryptonRedValueNumericBox1.Location = new System.Drawing.Point(335, 68);
     this.kryptonRedValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonRedValueNumericBox1.Name = "kryptonRedValueNumericBox1";
     this.kryptonRedValueNumericBox1.Size = new System.Drawing.Size(79, 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  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonRedValueNumericBox1.TabIndex = 5;
     //
     // kryptonGreenValueNumericBox1
     //
     this.kryptonGreenValueNumericBox1.Location = new System.Drawing.Point(335, 124);
     this.kryptonGreenValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonGreenValueNumericBox1.Name = "kryptonGreenValueNumericBox1";
     this.kryptonGreenValueNumericBox1.Size = new System.Drawing.Size(79, 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  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonGreenValueNumericBox1.TabIndex = 5;
     //
     // kryptonBlueValueNumericBox1
     //
     this.kryptonBlueValueNumericBox1.Location = new System.Drawing.Point(335, 180);
     this.kryptonBlueValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonBlueValueNumericBox1.Name = "kryptonBlueValueNumericBox1";
     this.kryptonBlueValueNumericBox1.Size = new System.Drawing.Size(79, 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  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonBlueValueNumericBox1.TabIndex = 5;
     //
     // circularPictureBox1
     //
     this.circularPictureBox1.BackColor = System.Drawing.SystemColors.Control;
     this.circularPictureBox1.Location  = new System.Drawing.Point(12, 12);
     this.circularPictureBox1.Name      = "circularPictureBox1";
     this.circularPictureBox1.Size      = new System.Drawing.Size(206, 195);
     this.circularPictureBox1.TabIndex  = 5;
     this.circularPictureBox1.TabStop   = false;
     //
     // kbtnGenerateBlueValue
     //
     this.kbtnGenerateBlueValue.AutoSize = true;
     this.kbtnGenerateBlueValue.Location = new System.Drawing.Point(1070, 180);
     this.kbtnGenerateBlueValue.Name     = "kbtnGenerateBlueValue";
     this.kbtnGenerateBlueValue.Size     = new System.Drawing.Size(126, 30);
     this.kbtnGenerateBlueValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateBlueValue.TabIndex    = 31;
     this.kbtnGenerateBlueValue.Values.Text = "Generate &Blue";
     //
     // kbtnGenerateGreenValue
     //
     this.kbtnGenerateGreenValue.AutoSize     = true;
     this.kbtnGenerateGreenValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateGreenValue.Location     = new System.Drawing.Point(1070, 120);
     this.kbtnGenerateGreenValue.Name         = "kbtnGenerateGreenValue";
     this.kbtnGenerateGreenValue.Size         = new System.Drawing.Size(126, 30);
     this.kbtnGenerateGreenValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateGreenValue.TabIndex    = 30;
     this.kbtnGenerateGreenValue.Values.Text = "Generate &Green";
     //
     // kbtnGenerateRedValue
     //
     this.kbtnGenerateRedValue.AutoSize = true;
     this.kbtnGenerateRedValue.Location = new System.Drawing.Point(1070, 64);
     this.kbtnGenerateRedValue.Name     = "kbtnGenerateRedValue";
     this.kbtnGenerateRedValue.Size     = new System.Drawing.Size(126, 30);
     this.kbtnGenerateRedValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateRedValue.TabIndex    = 29;
     this.kbtnGenerateRedValue.Values.Text = "Generate &Red";
     //
     // KryptonPaletteColourMixerBasic
     //
     this.ClientSize = new System.Drawing.Size(1208, 268);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonPaletteColourMixerBasic";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #3
0
 private void InitializeComponent()
 {
     this.kryptonPanel1                    = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kchkKeepOpacityValues            = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kchkAutomateColourContrastValues = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kbtnOk                          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.panel1                          = new System.Windows.Forms.Panel();
     this.kryptonPanel2                   = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnUtiliseContrastColour       = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnUtiliseBaseColour           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnContrastColourGenerateBlue  = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnContrastColourGenerateGreen = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnContrastColourGenerateRed   = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnGenerateBaseAlphaValue      = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnInvertColours               = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnGenerateComplementaryColour = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnGenerateBlueValue           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnGenerateGreenValue          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnGenerateRedValue            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.knumContrastAlphaChannelValue   = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel5                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.knumContrastBlueChannelValue    = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumContrastGreenChannelValue   = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumContrastRedChannelValue     = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel6                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel7                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel8                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.knumBaseAlphaChannelValue       = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel10                  = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.knumBaseBlueChannelValue        = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumBaseGreenChannelValue       = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumBaseRedChannelValue         = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel4                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1                   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel12                  = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.cpbBaseColour                   = new KryptonToolkitSuiteExtendedCore.CircularPictureBox();
     this.cpbContrastColour               = new KryptonToolkitSuiteExtendedCore.CircularPictureBox();
     this.kbtnContrastColourGenerateAlpha = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbBaseColour)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cpbContrastColour)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kchkKeepOpacityValues);
     this.kryptonPanel1.Controls.Add(this.kchkAutomateColourContrastValues);
     this.kryptonPanel1.Controls.Add(this.kbtnOk);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 564);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(883, 52);
     this.kryptonPanel1.TabIndex = 1;
     //
     // kchkKeepOpacityValues
     //
     this.kchkKeepOpacityValues.Location = new System.Drawing.Point(286, 14);
     this.kchkKeepOpacityValues.Name     = "kchkKeepOpacityValues";
     this.kchkKeepOpacityValues.Size     = new System.Drawing.Size(174, 26);
     this.kchkKeepOpacityValues.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkKeepOpacityValues.TabIndex        = 94;
     this.kchkKeepOpacityValues.Values.Text     = "Keep &Opacity Values";
     this.kchkKeepOpacityValues.CheckedChanged += new System.EventHandler(this.KchkKeepOpacityValues_CheckedChanged);
     //
     // kchkAutomateColourContrastValues
     //
     this.kchkAutomateColourContrastValues.Location = new System.Drawing.Point(12, 14);
     this.kchkAutomateColourContrastValues.Name     = "kchkAutomateColourContrastValues";
     this.kchkAutomateColourContrastValues.Size     = new System.Drawing.Size(268, 26);
     this.kchkAutomateColourContrastValues.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkAutomateColourContrastValues.TabIndex        = 93;
     this.kchkAutomateColourContrastValues.Values.Text     = "&Automate Colour Contrast Values";
     this.kchkAutomateColourContrastValues.CheckedChanged += new System.EventHandler(this.KchkAutomateColourContrastValues_CheckedChanged);
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.AutoSize     = true;
     this.kbtnOk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Location     = new System.Drawing.Point(839, 10);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(32, 30);
     this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.TabIndex    = 92;
     this.kbtnOk.Values.Text = "&Ok";
     this.kbtnOk.Click      += new System.EventHandler(this.KbtnOk_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 561);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(883, 3);
     this.panel1.TabIndex  = 2;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnContrastColourGenerateAlpha);
     this.kryptonPanel2.Controls.Add(this.cpbContrastColour);
     this.kryptonPanel2.Controls.Add(this.cpbBaseColour);
     this.kryptonPanel2.Controls.Add(this.kbtnUtiliseContrastColour);
     this.kryptonPanel2.Controls.Add(this.kbtnUtiliseBaseColour);
     this.kryptonPanel2.Controls.Add(this.kbtnContrastColourGenerateBlue);
     this.kryptonPanel2.Controls.Add(this.kbtnContrastColourGenerateGreen);
     this.kryptonPanel2.Controls.Add(this.kbtnContrastColourGenerateRed);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateBaseAlphaValue);
     this.kryptonPanel2.Controls.Add(this.kbtnInvertColours);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateComplementaryColour);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateBlueValue);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateGreenValue);
     this.kryptonPanel2.Controls.Add(this.kbtnGenerateRedValue);
     this.kryptonPanel2.Controls.Add(this.knumContrastAlphaChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel5);
     this.kryptonPanel2.Controls.Add(this.knumContrastBlueChannelValue);
     this.kryptonPanel2.Controls.Add(this.knumContrastGreenChannelValue);
     this.kryptonPanel2.Controls.Add(this.knumContrastRedChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel6);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel7);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel8);
     this.kryptonPanel2.Controls.Add(this.knumBaseAlphaChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel10);
     this.kryptonPanel2.Controls.Add(this.knumBaseBlueChannelValue);
     this.kryptonPanel2.Controls.Add(this.knumBaseGreenChannelValue);
     this.kryptonPanel2.Controls.Add(this.knumBaseRedChannelValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel4);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel12);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(883, 561);
     this.kryptonPanel2.TabIndex = 3;
     //
     // kbtnUtiliseContrastColour
     //
     this.kbtnUtiliseContrastColour.AutoSize     = true;
     this.kbtnUtiliseContrastColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnUtiliseContrastColour.Location     = new System.Drawing.Point(580, 516);
     this.kbtnUtiliseContrastColour.Name         = "kbtnUtiliseContrastColour";
     this.kbtnUtiliseContrastColour.Size         = new System.Drawing.Size(255, 30);
     this.kbtnUtiliseContrastColour.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnUtiliseContrastColour.TabIndex    = 93;
     this.kbtnUtiliseContrastColour.Values.Text = "Utilise &Contrast Colour for Palette";
     this.kbtnUtiliseContrastColour.Click      += new System.EventHandler(this.KbtnUtiliseContrastColour_Click);
     //
     // kbtnUtiliseBaseColour
     //
     this.kbtnUtiliseBaseColour.AutoSize     = true;
     this.kbtnUtiliseBaseColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnUtiliseBaseColour.Location     = new System.Drawing.Point(57, 516);
     this.kbtnUtiliseBaseColour.Name         = "kbtnUtiliseBaseColour";
     this.kbtnUtiliseBaseColour.Size         = new System.Drawing.Size(227, 30);
     this.kbtnUtiliseBaseColour.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnUtiliseBaseColour.TabIndex    = 92;
     this.kbtnUtiliseBaseColour.Values.Text = "Utilise &Base Colour for Palette";
     this.kbtnUtiliseBaseColour.Click      += new System.EventHandler(this.KbtnUtiliseBaseColour_Click);
     //
     // kbtnContrastColourGenerateBlue
     //
     this.kbtnContrastColourGenerateBlue.AutoSize     = true;
     this.kbtnContrastColourGenerateBlue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnContrastColourGenerateBlue.Location     = new System.Drawing.Point(740, 480);
     this.kbtnContrastColourGenerateBlue.Name         = "kbtnContrastColourGenerateBlue";
     this.kbtnContrastColourGenerateBlue.Size         = new System.Drawing.Size(114, 30);
     this.kbtnContrastColourGenerateBlue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnContrastColourGenerateBlue.TabIndex    = 91;
     this.kbtnContrastColourGenerateBlue.Values.Text = "Generate &Blue";
     this.kbtnContrastColourGenerateBlue.Click      += new System.EventHandler(this.KbtnContrastColourGenerateBlue_Click);
     //
     // kbtnContrastColourGenerateGreen
     //
     this.kbtnContrastColourGenerateGreen.AutoSize     = true;
     this.kbtnContrastColourGenerateGreen.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnContrastColourGenerateGreen.Location     = new System.Drawing.Point(740, 437);
     this.kbtnContrastColourGenerateGreen.Name         = "kbtnContrastColourGenerateGreen";
     this.kbtnContrastColourGenerateGreen.Size         = new System.Drawing.Size(126, 30);
     this.kbtnContrastColourGenerateGreen.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnContrastColourGenerateGreen.TabIndex    = 90;
     this.kbtnContrastColourGenerateGreen.Values.Text = "Generate &Green";
     this.kbtnContrastColourGenerateGreen.Click      += new System.EventHandler(this.KbtnContrastColourGenerateGreen_Click);
     //
     // kbtnContrastColourGenerateRed
     //
     this.kbtnContrastColourGenerateRed.AutoSize     = true;
     this.kbtnContrastColourGenerateRed.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnContrastColourGenerateRed.Location     = new System.Drawing.Point(740, 393);
     this.kbtnContrastColourGenerateRed.Name         = "kbtnContrastColourGenerateRed";
     this.kbtnContrastColourGenerateRed.Size         = new System.Drawing.Size(111, 30);
     this.kbtnContrastColourGenerateRed.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnContrastColourGenerateRed.TabIndex    = 89;
     this.kbtnContrastColourGenerateRed.Values.Text = "Generate &Red";
     this.kbtnContrastColourGenerateRed.Click      += new System.EventHandler(this.KbtnContrastColourGenerateRed_Click);
     //
     // kbtnGenerateBaseAlphaValue
     //
     this.kbtnGenerateBaseAlphaValue.AutoSize     = true;
     this.kbtnGenerateBaseAlphaValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateBaseAlphaValue.Location     = new System.Drawing.Point(222, 348);
     this.kbtnGenerateBaseAlphaValue.Name         = "kbtnGenerateBaseAlphaValue";
     this.kbtnGenerateBaseAlphaValue.Size         = new System.Drawing.Size(125, 30);
     this.kbtnGenerateBaseAlphaValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateBaseAlphaValue.TabIndex    = 88;
     this.kbtnGenerateBaseAlphaValue.Values.Text = "Generate &Alpha";
     this.kbtnGenerateBaseAlphaValue.Click      += new System.EventHandler(this.KbtnGenerateBaseAlphaValue_Click);
     //
     // kbtnInvertColours
     //
     this.kbtnInvertColours.AutoSize     = true;
     this.kbtnInvertColours.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnInvertColours.Location     = new System.Drawing.Point(430, 173);
     this.kbtnInvertColours.Name         = "kbtnInvertColours";
     this.kbtnInvertColours.Size         = new System.Drawing.Size(36, 30);
     this.kbtnInvertColours.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnInvertColours.TabIndex    = 87;
     this.kbtnInvertColours.Values.Text = "<&--";
     this.kbtnInvertColours.Click      += new System.EventHandler(this.KbtnInvertColours_Click);
     //
     // kbtnGenerateComplementaryColour
     //
     this.kbtnGenerateComplementaryColour.AutoSize     = true;
     this.kbtnGenerateComplementaryColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateComplementaryColour.Location     = new System.Drawing.Point(430, 109);
     this.kbtnGenerateComplementaryColour.Name         = "kbtnGenerateComplementaryColour";
     this.kbtnGenerateComplementaryColour.Size         = new System.Drawing.Size(36, 30);
     this.kbtnGenerateComplementaryColour.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateComplementaryColour.TabIndex    = 86;
     this.kbtnGenerateComplementaryColour.Values.Text = "--&>";
     this.kbtnGenerateComplementaryColour.Click      += new System.EventHandler(this.KbtnGenerateComplementaryColour_Click);
     //
     // kbtnGenerateBlueValue
     //
     this.kbtnGenerateBlueValue.AutoSize     = true;
     this.kbtnGenerateBlueValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateBlueValue.Location     = new System.Drawing.Point(222, 480);
     this.kbtnGenerateBlueValue.Name         = "kbtnGenerateBlueValue";
     this.kbtnGenerateBlueValue.Size         = new System.Drawing.Size(114, 30);
     this.kbtnGenerateBlueValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateBlueValue.TabIndex    = 85;
     this.kbtnGenerateBlueValue.Values.Text = "Generate &Blue";
     this.kbtnGenerateBlueValue.Click      += new System.EventHandler(this.KbtnGenerateBlueValue_Click);
     //
     // kbtnGenerateGreenValue
     //
     this.kbtnGenerateGreenValue.AutoSize     = true;
     this.kbtnGenerateGreenValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateGreenValue.Location     = new System.Drawing.Point(222, 437);
     this.kbtnGenerateGreenValue.Name         = "kbtnGenerateGreenValue";
     this.kbtnGenerateGreenValue.Size         = new System.Drawing.Size(126, 30);
     this.kbtnGenerateGreenValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateGreenValue.TabIndex    = 84;
     this.kbtnGenerateGreenValue.Values.Text = "Generate &Green";
     this.kbtnGenerateGreenValue.Click      += new System.EventHandler(this.KbtnGenerateGreenValue_Click);
     //
     // kbtnGenerateRedValue
     //
     this.kbtnGenerateRedValue.AutoSize     = true;
     this.kbtnGenerateRedValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnGenerateRedValue.Location     = new System.Drawing.Point(222, 393);
     this.kbtnGenerateRedValue.Name         = "kbtnGenerateRedValue";
     this.kbtnGenerateRedValue.Size         = new System.Drawing.Size(111, 30);
     this.kbtnGenerateRedValue.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateRedValue.TabIndex    = 83;
     this.kbtnGenerateRedValue.Values.Text = "Generate &Red";
     this.kbtnGenerateRedValue.Click      += new System.EventHandler(this.KbtnGenerateRedValue_Click);
     //
     // knumContrastAlphaChannelValue
     //
     this.knumContrastAlphaChannelValue.Location = new System.Drawing.Point(614, 348);
     this.knumContrastAlphaChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumContrastAlphaChannelValue.Name = "knumContrastAlphaChannelValue";
     this.knumContrastAlphaChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumContrastAlphaChannelValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumContrastAlphaChannelValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumContrastAlphaChannelValue.TabIndex = 82;
     this.knumContrastAlphaChannelValue.Value    = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.Location = new System.Drawing.Point(546, 348);
     this.kryptonLabel5.Name     = "kryptonLabel5";
     this.kryptonLabel5.Size     = new System.Drawing.Size(62, 26);
     this.kryptonLabel5.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel5.TabIndex    = 81;
     this.kryptonLabel5.Values.Text = "Alpha:";
     //
     // knumContrastBlueChannelValue
     //
     this.knumContrastBlueChannelValue.Location = new System.Drawing.Point(614, 480);
     this.knumContrastBlueChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumContrastBlueChannelValue.Name = "knumContrastBlueChannelValue";
     this.knumContrastBlueChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumContrastBlueChannelValue.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.knumContrastBlueChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumContrastBlueChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumContrastBlueChannelValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumContrastBlueChannelValue.TabIndex = 80;
     //
     // knumContrastGreenChannelValue
     //
     this.knumContrastGreenChannelValue.Location = new System.Drawing.Point(614, 437);
     this.knumContrastGreenChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumContrastGreenChannelValue.Name = "knumContrastGreenChannelValue";
     this.knumContrastGreenChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumContrastGreenChannelValue.StateCommon.Back.Color1   = System.Drawing.Color.Lime;
     this.knumContrastGreenChannelValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumContrastGreenChannelValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumContrastGreenChannelValue.TabIndex = 79;
     //
     // knumContrastRedChannelValue
     //
     this.knumContrastRedChannelValue.Location = new System.Drawing.Point(614, 393);
     this.knumContrastRedChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumContrastRedChannelValue.Name = "knumContrastRedChannelValue";
     this.knumContrastRedChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumContrastRedChannelValue.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.knumContrastRedChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumContrastRedChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumContrastRedChannelValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumContrastRedChannelValue.TabIndex = 78;
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.Location = new System.Drawing.Point(546, 482);
     this.kryptonLabel6.Name     = "kryptonLabel6";
     this.kryptonLabel6.Size     = new System.Drawing.Size(50, 26);
     this.kryptonLabel6.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel6.TabIndex    = 77;
     this.kryptonLabel6.Values.Text = "Blue:";
     //
     // kryptonLabel7
     //
     this.kryptonLabel7.Location = new System.Drawing.Point(546, 437);
     this.kryptonLabel7.Name     = "kryptonLabel7";
     this.kryptonLabel7.Size     = new System.Drawing.Size(62, 26);
     this.kryptonLabel7.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel7.TabIndex    = 76;
     this.kryptonLabel7.Values.Text = "Green:";
     //
     // kryptonLabel8
     //
     this.kryptonLabel8.Location = new System.Drawing.Point(546, 395);
     this.kryptonLabel8.Name     = "kryptonLabel8";
     this.kryptonLabel8.Size     = new System.Drawing.Size(46, 26);
     this.kryptonLabel8.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel8.TabIndex    = 75;
     this.kryptonLabel8.Values.Text = "Red:";
     //
     // knumBaseAlphaChannelValue
     //
     this.knumBaseAlphaChannelValue.Location = new System.Drawing.Point(96, 346);
     this.knumBaseAlphaChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBaseAlphaChannelValue.Name = "knumBaseAlphaChannelValue";
     this.knumBaseAlphaChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumBaseAlphaChannelValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumBaseAlphaChannelValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumBaseAlphaChannelValue.TabIndex = 74;
     this.knumBaseAlphaChannelValue.Value    = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     //
     // kryptonLabel10
     //
     this.kryptonLabel10.Location = new System.Drawing.Point(28, 346);
     this.kryptonLabel10.Name     = "kryptonLabel10";
     this.kryptonLabel10.Size     = new System.Drawing.Size(62, 26);
     this.kryptonLabel10.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel10.TabIndex    = 73;
     this.kryptonLabel10.Values.Text = "Alpha:";
     //
     // knumBaseBlueChannelValue
     //
     this.knumBaseBlueChannelValue.Location = new System.Drawing.Point(96, 478);
     this.knumBaseBlueChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBaseBlueChannelValue.Name = "knumBaseBlueChannelValue";
     this.knumBaseBlueChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumBaseBlueChannelValue.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.knumBaseBlueChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumBaseBlueChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumBaseBlueChannelValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumBaseBlueChannelValue.TabIndex = 72;
     //
     // knumBaseGreenChannelValue
     //
     this.knumBaseGreenChannelValue.Location = new System.Drawing.Point(96, 435);
     this.knumBaseGreenChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBaseGreenChannelValue.Name = "knumBaseGreenChannelValue";
     this.knumBaseGreenChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumBaseGreenChannelValue.StateCommon.Back.Color1   = System.Drawing.Color.Lime;
     this.knumBaseGreenChannelValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumBaseGreenChannelValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumBaseGreenChannelValue.TabIndex = 71;
     //
     // knumBaseRedChannelValue
     //
     this.knumBaseRedChannelValue.Location = new System.Drawing.Point(96, 391);
     this.knumBaseRedChannelValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBaseRedChannelValue.Name = "knumBaseRedChannelValue";
     this.knumBaseRedChannelValue.Size = new System.Drawing.Size(120, 28);
     this.knumBaseRedChannelValue.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.knumBaseRedChannelValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knumBaseRedChannelValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumBaseRedChannelValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumBaseRedChannelValue.TabIndex = 70;
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(28, 480);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(50, 26);
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex    = 69;
     this.kryptonLabel4.Values.Text = "Blue:";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(28, 435);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(62, 26);
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 68;
     this.kryptonLabel3.Values.Text = "Green:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(28, 393);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(46, 26);
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 67;
     this.kryptonLabel2.Values.Text = "Red:";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(633, 21);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(174, 33);
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 66;
     this.kryptonLabel1.Values.Text = "Contrast Colour";
     //
     // kryptonLabel12
     //
     this.kryptonLabel12.Location = new System.Drawing.Point(96, 21);
     this.kryptonLabel12.Name     = "kryptonLabel12";
     this.kryptonLabel12.Size     = new System.Drawing.Size(134, 33);
     this.kryptonLabel12.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel12.TabIndex    = 64;
     this.kryptonLabel12.Values.Text = "Base Colour";
     //
     // cpbBaseColour
     //
     this.cpbBaseColour.BackColor = System.Drawing.SystemColors.Control;
     this.cpbBaseColour.Location  = new System.Drawing.Point(28, 60);
     this.cpbBaseColour.Name      = "cpbBaseColour";
     this.cpbBaseColour.Size      = new System.Drawing.Size(285, 280);
     this.cpbBaseColour.TabIndex  = 4;
     this.cpbBaseColour.TabStop   = false;
     //
     // cpbContrastColour
     //
     this.cpbContrastColour.BackColor = System.Drawing.SystemColors.Control;
     this.cpbContrastColour.Location  = new System.Drawing.Point(580, 60);
     this.cpbContrastColour.Name      = "cpbContrastColour";
     this.cpbContrastColour.Size      = new System.Drawing.Size(285, 280);
     this.cpbContrastColour.TabIndex  = 5;
     this.cpbContrastColour.TabStop   = false;
     //
     // kbtnContrastColourGenerateAlpha
     //
     this.kbtnContrastColourGenerateAlpha.AutoSize     = true;
     this.kbtnContrastColourGenerateAlpha.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnContrastColourGenerateAlpha.Location     = new System.Drawing.Point(740, 348);
     this.kbtnContrastColourGenerateAlpha.Name         = "kbtnContrastColourGenerateAlpha";
     this.kbtnContrastColourGenerateAlpha.Size         = new System.Drawing.Size(125, 30);
     this.kbtnContrastColourGenerateAlpha.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnContrastColourGenerateAlpha.TabIndex    = 94;
     this.kbtnContrastColourGenerateAlpha.Values.Text = "Generate &Alpha";
     this.kbtnContrastColourGenerateAlpha.Click      += new System.EventHandler(this.KbtnContrastColourGenerateAlpha_Click);
     //
     // KryptonContrastColourGeneratorDialog
     //
     this.AcceptButton = this.kbtnOk;
     this.ClientSize   = new System.Drawing.Size(883, 616);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonContrastColourGeneratorDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Load           += new System.EventHandler(this.KryptonContrastColourGeneratorDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbBaseColour)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cpbContrastColour)).EndInit();
     this.ResumeLayout(false);
 }
Пример #4
0
 private void InitializeComponent()
 {
     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.panel1            = new System.Windows.Forms.Panel();
     this.cwColourSelector  = new ExtendedColourControls.ColourWheel();
     this.krvlRed           = new ExtendedColourControls.Controls.Labels.KryptonRedValueLabel();
     this.kgvlGreen         = new ExtendedColourControls.Controls.Labels.KryptonGreenValueLabel();
     this.kbvlBlue          = new ExtendedColourControls.Controls.Labels.KryptonBlueValueLabel();
     this.cpbSelectedColour = new KryptonToolkitSuiteExtendedCore.CircularPictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbSelectedColour)).BeginInit();
     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, 433);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(767, 48);
     this.kryptonPanel1.TabIndex = 0;
     //
     // 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(561, 8);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(94, 28);
     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    = 1;
     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(661, 8);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(94, 28);
     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    = 0;
     this.kbtnCancel.Values.Text = "C&ancel";
     this.kbtnCancel.Click      += new System.EventHandler(this.KbtnCancel_Click);
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.cpbSelectedColour);
     this.kryptonPanel2.Controls.Add(this.kbvlBlue);
     this.kryptonPanel2.Controls.Add(this.kgvlGreen);
     this.kryptonPanel2.Controls.Add(this.krvlRed);
     this.kryptonPanel2.Controls.Add(this.cwColourSelector);
     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(767, 433);
     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, 430);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(767, 3);
     this.panel1.TabIndex  = 2;
     //
     // 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(337, 352);
     this.cwColourSelector.TabIndex       = 3;
     this.cwColourSelector.ColourChanged += new System.EventHandler(this.CwColourSelector_ColourChanged);
     //
     // krvlRed
     //
     this.krvlRed.Location = new System.Drawing.Point(150, 384);
     this.krvlRed.Name     = "krvlRed";
     this.krvlRed.RedValue = 255;
     this.krvlRed.Size     = new System.Drawing.Size(94, 26);
     this.krvlRed.StateCommon.LongText.Color1  = System.Drawing.Color.Red;
     this.krvlRed.StateCommon.LongText.Color2  = System.Drawing.Color.Red;
     this.krvlRed.StateCommon.LongText.Font    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.krvlRed.StateCommon.ShortText.Color1 = System.Drawing.Color.Red;
     this.krvlRed.StateCommon.ShortText.Color2 = System.Drawing.Color.Red;
     this.krvlRed.StateCommon.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.krvlRed.TabIndex    = 3;
     this.krvlRed.TextSize    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.krvlRed.Values.Text = "Red Value: ";
     //
     // kgvlGreen
     //
     this.kgvlGreen.Location = new System.Drawing.Point(319, 384);
     this.kgvlGreen.Name     = "kgvlGreen";
     this.kgvlGreen.RedValue = 255;
     this.kgvlGreen.Size     = new System.Drawing.Size(110, 26);
     this.kgvlGreen.StateCommon.LongText.Color1  = System.Drawing.Color.Green;
     this.kgvlGreen.StateCommon.LongText.Color2  = System.Drawing.Color.Green;
     this.kgvlGreen.StateCommon.LongText.Font    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kgvlGreen.StateCommon.ShortText.Color1 = System.Drawing.Color.Green;
     this.kgvlGreen.StateCommon.ShortText.Color2 = System.Drawing.Color.Green;
     this.kgvlGreen.StateCommon.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kgvlGreen.TabIndex    = 4;
     this.kgvlGreen.TextSize    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kgvlGreen.Values.Text = "Green Value: ";
     //
     // kbvlBlue
     //
     this.kbvlBlue.Location = new System.Drawing.Point(504, 384);
     this.kbvlBlue.Name     = "kbvlBlue";
     this.kbvlBlue.RedValue = 255;
     this.kbvlBlue.Size     = new System.Drawing.Size(98, 26);
     this.kbvlBlue.StateCommon.LongText.Color1  = System.Drawing.Color.Blue;
     this.kbvlBlue.StateCommon.LongText.Color2  = System.Drawing.Color.Blue;
     this.kbvlBlue.StateCommon.LongText.Font    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kbvlBlue.StateCommon.ShortText.Color1 = System.Drawing.Color.Blue;
     this.kbvlBlue.StateCommon.ShortText.Color2 = System.Drawing.Color.Blue;
     this.kbvlBlue.StateCommon.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kbvlBlue.TabIndex    = 3;
     this.kbvlBlue.TextSize    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kbvlBlue.Values.Text = "Blue Value: ";
     //
     // cpbSelectedColour
     //
     this.cpbSelectedColour.BackColor   = System.Drawing.SystemColors.Control;
     this.cpbSelectedColour.Location    = new System.Drawing.Point(410, 12);
     this.cpbSelectedColour.Name        = "cpbSelectedColour";
     this.cpbSelectedColour.Size        = new System.Drawing.Size(337, 352);
     this.cpbSelectedColour.TabIndex    = 5;
     this.cpbSelectedColour.TabStop     = false;
     this.cpbSelectedColour.MouseEnter += new System.EventHandler(this.CpbSelectedColour_MouseEnter);
     //
     // KryptonBasicColourDialog
     //
     this.ClientSize = new System.Drawing.Size(767, 481);
     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            = "KryptonBasicColourDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Load           += new System.EventHandler(this.KryptonBasicColourDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbSelectedColour)).EndInit();
     this.ResumeLayout(false);
 }
Пример #5
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScreenColourPickerWindow));
     this.kryptonPanelExtended1 = new ExtendedStandardControls.KryptonPanelExtended();
     this.kbtnOk                  = new ExtendedStandardControls.KryptonButtonExtended();
     this.kbtnCancel              = new ExtendedStandardControls.KryptonButtonExtended();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.kryptonSplitContainer1  = new ComponentFactory.Krypton.Toolkit.KryptonSplitContainer();
     this.klblHexValue            = new ExtendedStandardControls.KryptonLabelExtended();
     this.scpColour               = new Cyotek.Windows.Forms.ScreenColorPicker();
     this.cpbSelectedColour       = new KryptonToolkitSuiteExtendedCore.CircularPictureBox();
     this.kryptonPanel1           = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.knumBlue                = new ExtendedColourControls.KryptonBlueValueNumericBox();
     this.knumGreen               = new ExtendedColourControls.KryptonGreenValueNumericBox();
     this.knumRed                 = new ExtendedColourControls.KryptonRedValueNumericBox();
     this.kryptonBlueValueLabel1  = new ExtendedColourControls.Controls.Labels.KryptonBlueValueLabel();
     this.kknbBlue                = new KryptonToolkitSuiteExtendedCore.KryptonKnobControl();
     this.kknbGreen               = new KryptonToolkitSuiteExtendedCore.KryptonKnobControl();
     this.kryptonGreenValueLabel1 = new ExtendedColourControls.Controls.Labels.KryptonGreenValueLabel();
     this.kknbRed                 = new KryptonToolkitSuiteExtendedCore.KryptonKnobControl();
     this.kryptonRedValueLabel1   = new ExtendedColourControls.Controls.Labels.KryptonRedValueLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelExtended1)).BeginInit();
     this.kryptonPanelExtended1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel1)).BeginInit();
     this.kryptonSplitContainer1.Panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel2)).BeginInit();
     this.kryptonSplitContainer1.Panel2.SuspendLayout();
     this.kryptonSplitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbSelectedColour)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanelExtended1
     //
     this.kryptonPanelExtended1.Controls.Add(this.kbtnOk);
     this.kryptonPanelExtended1.Controls.Add(this.kbtnCancel);
     this.kryptonPanelExtended1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanelExtended1.Image    = null;
     this.kryptonPanelExtended1.Location = new System.Drawing.Point(0, 457);
     this.kryptonPanelExtended1.Name     = "kryptonPanelExtended1";
     this.kryptonPanelExtended1.Size     = new System.Drawing.Size(477, 50);
     this.kryptonPanelExtended1.StateCommonBackGroundColourOne   = System.Drawing.Color.Empty;
     this.kryptonPanelExtended1.StateCommonBackGroundColourTwo   = System.Drawing.Color.Empty;
     this.kryptonPanelExtended1.StateDisabledBackGroundColourOne = System.Drawing.Color.Empty;
     this.kryptonPanelExtended1.StateDisabledBackGroundColourTwo = System.Drawing.Color.Empty;
     this.kryptonPanelExtended1.StateNormalBackGroundColourOne   = System.Drawing.Color.Empty;
     this.kryptonPanelExtended1.StateNormalBackGroundColourTwo   = System.Drawing.Color.Empty;
     this.kryptonPanelExtended1.TabIndex = 2;
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.AutoSizeMode     = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnOk.DialogResult     = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Image            = null;
     this.kbtnOk.Location         = new System.Drawing.Point(279, 13);
     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.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.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, 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("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.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.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.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.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.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    = 1;
     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.AutoSizeMode     = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnCancel.DialogResult     = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Image            = null;
     this.kbtnCancel.Location         = new System.Drawing.Point(375, 13);
     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.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.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, 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("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.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.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.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.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.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    = 0;
     this.kbtnCancel.Values.Text = "C&ancel";
     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, 454);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(477, 3);
     this.panel1.TabIndex  = 3;
     //
     // kryptonSplitContainer1
     //
     this.kryptonSplitContainer1.Cursor   = System.Windows.Forms.Cursors.Default;
     this.kryptonSplitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonSplitContainer1.Location = new System.Drawing.Point(0, 0);
     this.kryptonSplitContainer1.Name     = "kryptonSplitContainer1";
     //
     // kryptonSplitContainer1.Panel1
     //
     this.kryptonSplitContainer1.Panel1.Controls.Add(this.klblHexValue);
     this.kryptonSplitContainer1.Panel1.Controls.Add(this.scpColour);
     this.kryptonSplitContainer1.Panel1.Controls.Add(this.cpbSelectedColour);
     //
     // kryptonSplitContainer1.Panel2
     //
     this.kryptonSplitContainer1.Panel2.Controls.Add(this.kryptonPanel1);
     this.kryptonSplitContainer1.Size             = new System.Drawing.Size(477, 454);
     this.kryptonSplitContainer1.SplitterDistance = 172;
     this.kryptonSplitContainer1.TabIndex         = 4;
     //
     // klblHexValue
     //
     this.klblHexValue.Image                        = null;
     this.klblHexValue.Location                     = new System.Drawing.Point(18, 272);
     this.klblHexValue.LongTextTypeface             = null;
     this.klblHexValue.Name                         = "klblHexValue";
     this.klblHexValue.ShortTextTypeface            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblHexValue.Size                         = new System.Drawing.Size(78, 26);
     this.klblHexValue.StateCommon.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblHexValue.StateCommonTextColourOne     = System.Drawing.Color.Empty;
     this.klblHexValue.StateCommonTextColourTwo     = System.Drawing.Color.Empty;
     this.klblHexValue.StateDisabled.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblHexValue.StateDisabledTextColourOne   = System.Drawing.Color.Empty;
     this.klblHexValue.StateDisabledTextColourTwo   = System.Drawing.Color.Empty;
     this.klblHexValue.StateNormal.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblHexValue.StateNormalTextColourOne     = System.Drawing.Color.Empty;
     this.klblHexValue.StateNormalTextColourTwo     = System.Drawing.Color.Empty;
     this.klblHexValue.TabIndex                     = 1;
     this.klblHexValue.Values.Text                  = "#000000";
     //
     // scpColour
     //
     this.scpColour.Color                = System.Drawing.Color.Empty;
     this.scpColour.Image                = global::ExtendedColourControls.Properties.Resources.dropper;
     this.scpColour.Location             = new System.Drawing.Point(18, 154);
     this.scpColour.Name                 = "scpColour";
     this.scpColour.ShowGrid             = false;
     this.scpColour.ShowTextWithSnapshot = true;
     this.scpColour.Size                 = new System.Drawing.Size(115, 112);
     this.scpColour.ColorChanged        += new System.EventHandler(this.scpColour_ColorChanged);
     //
     // cpbSelectedColour
     //
     this.cpbSelectedColour.BackColor         = System.Drawing.SystemColors.Control;
     this.cpbSelectedColour.Location          = new System.Drawing.Point(18, 14);
     this.cpbSelectedColour.Name              = "cpbSelectedColour";
     this.cpbSelectedColour.Size              = new System.Drawing.Size(115, 115);
     this.cpbSelectedColour.TabIndex          = 0;
     this.cpbSelectedColour.TabStop           = false;
     this.cpbSelectedColour.ToolTipValues     = null;
     this.cpbSelectedColour.BackColorChanged += new System.EventHandler(this.cpbSelectedColour_BackColorChanged);
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.knumBlue);
     this.kryptonPanel1.Controls.Add(this.knumGreen);
     this.kryptonPanel1.Controls.Add(this.knumRed);
     this.kryptonPanel1.Controls.Add(this.kryptonBlueValueLabel1);
     this.kryptonPanel1.Controls.Add(this.kknbBlue);
     this.kryptonPanel1.Controls.Add(this.kknbGreen);
     this.kryptonPanel1.Controls.Add(this.kryptonGreenValueLabel1);
     this.kryptonPanel1.Controls.Add(this.kknbRed);
     this.kryptonPanel1.Controls.Add(this.kryptonRedValueLabel1);
     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(300, 454);
     this.kryptonPanel1.TabIndex = 0;
     //
     // knumBlue
     //
     this.knumBlue.Location = new System.Drawing.Point(224, 366);
     this.knumBlue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBlue.Name = "knumBlue";
     this.knumBlue.Size = new System.Drawing.Size(64, 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", 11F);
     this.knumBlue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumBlue.TabIndex      = 31;
     this.knumBlue.ValueChanged += new System.EventHandler(this.knumBlue_ValueChanged);
     //
     // knumGreen
     //
     this.knumGreen.Location = new System.Drawing.Point(224, 211);
     this.knumGreen.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumGreen.Name = "knumGreen";
     this.knumGreen.Size = new System.Drawing.Size(64, 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", 11F);
     this.knumGreen.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumGreen.TabIndex      = 30;
     this.knumGreen.ValueChanged += new System.EventHandler(this.knumGreen_ValueChanged);
     //
     // knumRed
     //
     this.knumRed.Location = new System.Drawing.Point(224, 62);
     this.knumRed.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumRed.Name = "knumRed";
     this.knumRed.Size = new System.Drawing.Size(64, 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", 11F);
     this.knumRed.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumRed.TabIndex      = 29;
     this.knumRed.ValueChanged += new System.EventHandler(this.knumRed_ValueChanged);
     //
     // kryptonBlueValueLabel1
     //
     this.kryptonBlueValueLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonBlueValueLabel1.Location = new System.Drawing.Point(42, 366);
     this.kryptonBlueValueLabel1.Name     = "kryptonBlueValueLabel1";
     this.kryptonBlueValueLabel1.RedValue = 255;
     this.kryptonBlueValueLabel1.Size     = new System.Drawing.Size(46, 26);
     this.kryptonBlueValueLabel1.StateCommon.LongText.Color1  = System.Drawing.Color.Blue;
     this.kryptonBlueValueLabel1.StateCommon.LongText.Color2  = System.Drawing.Color.Blue;
     this.kryptonBlueValueLabel1.StateCommon.LongText.Font    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonBlueValueLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Blue;
     this.kryptonBlueValueLabel1.StateCommon.ShortText.Color2 = System.Drawing.Color.Blue;
     this.kryptonBlueValueLabel1.StateCommon.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonBlueValueLabel1.TabIndex    = 27;
     this.kryptonBlueValueLabel1.TextSize    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonBlueValueLabel1.Values.Text = "Blue";
     //
     // kknbBlue
     //
     this.kknbBlue.BackColor            = System.Drawing.Color.Transparent;
     this.kknbBlue.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kknbBlue.ImeMode              = System.Windows.Forms.ImeMode.On;
     this.kknbBlue.LargeChange          = 20;
     this.kknbBlue.Location             = new System.Drawing.Point(103, 324);
     this.kknbBlue.Maximum              = 255;
     this.kknbBlue.Minimum              = 0;
     this.kknbBlue.Name                 = "kknbBlue";
     this.kknbBlue.ShowLargeScale       = true;
     this.kknbBlue.ShowSmallScale       = false;
     this.kknbBlue.Size                 = new System.Drawing.Size(110, 110);
     this.kknbBlue.SizeLargeScaleMarker = 6;
     this.kknbBlue.SizeSmallScaleMarker = 3;
     this.kknbBlue.SmallChange          = 5;
     this.kknbBlue.TabIndex             = 22;
     this.kknbBlue.Value                = 0;
     this.kknbBlue.ValueChanged        += new KryptonToolkitSuiteExtendedCore.ValueChangedEventHandler(this.kknbBlue_ValueChanged);
     //
     // kknbGreen
     //
     this.kknbGreen.BackColor            = System.Drawing.Color.Transparent;
     this.kknbGreen.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kknbGreen.ImeMode              = System.Windows.Forms.ImeMode.On;
     this.kknbGreen.LargeChange          = 20;
     this.kknbGreen.Location             = new System.Drawing.Point(103, 171);
     this.kknbGreen.Maximum              = 255;
     this.kknbGreen.Minimum              = 0;
     this.kknbGreen.Name                 = "kknbGreen";
     this.kknbGreen.ShowLargeScale       = true;
     this.kknbGreen.ShowSmallScale       = false;
     this.kknbGreen.Size                 = new System.Drawing.Size(110, 110);
     this.kknbGreen.SizeLargeScaleMarker = 6;
     this.kknbGreen.SizeSmallScaleMarker = 3;
     this.kknbGreen.SmallChange          = 5;
     this.kknbGreen.TabIndex             = 21;
     this.kknbGreen.Value                = 0;
     this.kknbGreen.ValueChanged        += new KryptonToolkitSuiteExtendedCore.ValueChangedEventHandler(this.kknbGreen_ValueChanged);
     //
     // kryptonGreenValueLabel1
     //
     this.kryptonGreenValueLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonGreenValueLabel1.Location = new System.Drawing.Point(30, 211);
     this.kryptonGreenValueLabel1.Name     = "kryptonGreenValueLabel1";
     this.kryptonGreenValueLabel1.RedValue = 255;
     this.kryptonGreenValueLabel1.Size     = new System.Drawing.Size(58, 26);
     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("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     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("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonGreenValueLabel1.TabIndex    = 25;
     this.kryptonGreenValueLabel1.TextSize    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonGreenValueLabel1.Values.Text = "Green";
     //
     // kknbRed
     //
     this.kknbRed.BackColor            = System.Drawing.Color.Transparent;
     this.kknbRed.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kknbRed.ImeMode              = System.Windows.Forms.ImeMode.On;
     this.kknbRed.LargeChange          = 20;
     this.kknbRed.Location             = new System.Drawing.Point(103, 18);
     this.kknbRed.Maximum              = 255;
     this.kknbRed.Minimum              = 0;
     this.kknbRed.Name                 = "kknbRed";
     this.kknbRed.ShowLargeScale       = true;
     this.kknbRed.ShowSmallScale       = false;
     this.kknbRed.Size                 = new System.Drawing.Size(110, 110);
     this.kknbRed.SizeLargeScaleMarker = 6;
     this.kknbRed.SizeSmallScaleMarker = 3;
     this.kknbRed.SmallChange          = 5;
     this.kknbRed.TabIndex             = 20;
     this.kknbRed.Value                = 0;
     this.kknbRed.ValueChanged        += new KryptonToolkitSuiteExtendedCore.ValueChangedEventHandler(this.kknbRed_ValueChanged);
     //
     // kryptonRedValueLabel1
     //
     this.kryptonRedValueLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonRedValueLabel1.Location = new System.Drawing.Point(46, 62);
     this.kryptonRedValueLabel1.Name     = "kryptonRedValueLabel1";
     this.kryptonRedValueLabel1.RedValue = 255;
     this.kryptonRedValueLabel1.Size     = new System.Drawing.Size(42, 26);
     this.kryptonRedValueLabel1.StateCommon.LongText.Color1  = System.Drawing.Color.Red;
     this.kryptonRedValueLabel1.StateCommon.LongText.Color2  = System.Drawing.Color.Red;
     this.kryptonRedValueLabel1.StateCommon.LongText.Font    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonRedValueLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Red;
     this.kryptonRedValueLabel1.StateCommon.ShortText.Color2 = System.Drawing.Color.Red;
     this.kryptonRedValueLabel1.StateCommon.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonRedValueLabel1.TabIndex    = 23;
     this.kryptonRedValueLabel1.TextSize    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonRedValueLabel1.Values.Text = "Red";
     //
     // ScreenColourPickerWindow
     //
     this.ClientSize = new System.Drawing.Size(477, 507);
     this.Controls.Add(this.kryptonSplitContainer1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanelExtended1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ScreenColourPickerWindow";
     this.Text            = "Screen Colour Picker";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelExtended1)).EndInit();
     this.kryptonPanelExtended1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel1)).EndInit();
     this.kryptonSplitContainer1.Panel1.ResumeLayout(false);
     this.kryptonSplitContainer1.Panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1.Panel2)).EndInit();
     this.kryptonSplitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonSplitContainer1)).EndInit();
     this.kryptonSplitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cpbSelectedColour)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.kryptonPanel1             = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     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();
     this.kbtnSaveColourPalette     = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnLoadColourPalette     = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.knumBlue                  = new ExtendedColourControls.KryptonBlueValueNumericBox();
     this.knumGreen                 = new ExtendedColourControls.KryptonGreenValueNumericBox();
     this.knumNormalGreen           = new ExtendedColourControls.KryptonAlphaValueNumericBox();
     this.knumNormalBlue            = new ExtendedColourControls.KryptonAlphaValueNumericBox();
     this.knumRed                   = new ExtendedColourControls.KryptonRedValueNumericBox();
     this.knumNormalRed             = new ExtendedColourControls.KryptonAlphaValueNumericBox();
     this.kryptonBlueValueLabel1    = new ExtendedColourControls.Controls.Labels.KryptonBlueValueLabel();
     this.kryptonGreenValueLabel1   = new ExtendedColourControls.Controls.Labels.KryptonGreenValueLabel();
     this.kryptonRedValueLabel1     = new ExtendedColourControls.Controls.Labels.KryptonRedValueLabel();
     this.klblNormalBlue            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblNormalGreen           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblNormalRed             = 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.knumBrightness            = new ExtendedColourControls.KryptonAlphaValueNumericBox();
     this.knumHue                   = new ExtendedColourControls.KryptonAlphaValueNumericBox();
     this.knumSaturation            = new ExtendedColourControls.KryptonAlphaValueNumericBox();
     this.knumAlpha                 = new ExtendedColourControls.KryptonAlphaValueNumericBox();
     this.kryptonLabel2             = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.ktbHexadecimalColourValue = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel1             = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.cpbSelectedColour         = new KryptonToolkitSuiteExtendedCore.CircularPictureBox();
     this.cwColours                 = new ExtendedColourControls.ColourWheel();
     this.kbtnCustomColours         = 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.cpbSelectedColour)).BeginInit();
     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, 452);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(611, 48);
     this.kryptonPanel1.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(405, 8);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(94, 28);
     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    = 1;
     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(505, 8);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(94, 28);
     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    = 0;
     this.kbtnCancel.Values.Text = "C&ancel";
     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, 449);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(611, 3);
     this.panel1.TabIndex  = 3;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnCustomColours);
     this.kryptonPanel2.Controls.Add(this.kbtnSaveColourPalette);
     this.kryptonPanel2.Controls.Add(this.kbtnLoadColourPalette);
     this.kryptonPanel2.Controls.Add(this.knumBlue);
     this.kryptonPanel2.Controls.Add(this.knumGreen);
     this.kryptonPanel2.Controls.Add(this.knumNormalGreen);
     this.kryptonPanel2.Controls.Add(this.knumNormalBlue);
     this.kryptonPanel2.Controls.Add(this.knumRed);
     this.kryptonPanel2.Controls.Add(this.knumNormalRed);
     this.kryptonPanel2.Controls.Add(this.kryptonBlueValueLabel1);
     this.kryptonPanel2.Controls.Add(this.kryptonGreenValueLabel1);
     this.kryptonPanel2.Controls.Add(this.kryptonRedValueLabel1);
     this.kryptonPanel2.Controls.Add(this.klblNormalBlue);
     this.kryptonPanel2.Controls.Add(this.klblNormalGreen);
     this.kryptonPanel2.Controls.Add(this.klblNormalRed);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel6);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel5);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel4);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel2.Controls.Add(this.knumBrightness);
     this.kryptonPanel2.Controls.Add(this.knumHue);
     this.kryptonPanel2.Controls.Add(this.knumSaturation);
     this.kryptonPanel2.Controls.Add(this.knumAlpha);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel2.Controls.Add(this.ktbHexadecimalColourValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel2.Controls.Add(this.cpbSelectedColour);
     this.kryptonPanel2.Controls.Add(this.cwColours);
     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(611, 449);
     this.kryptonPanel2.TabIndex = 4;
     //
     // kbtnSaveColourPalette
     //
     this.kbtnSaveColourPalette.Location     = new System.Drawing.Point(41, 231);
     this.kbtnSaveColourPalette.Name         = "kbtnSaveColourPalette";
     this.kbtnSaveColourPalette.Size         = new System.Drawing.Size(23, 23);
     this.kbtnSaveColourPalette.TabIndex     = 105;
     this.kbtnSaveColourPalette.Values.Image = global::ExtendedColourControls.Properties.Resources.palette_save;
     this.kbtnSaveColourPalette.Values.Text  = "";
     this.kbtnSaveColourPalette.Click       += new System.EventHandler(this.KbtnSaveColourPalette_Click);
     //
     // kbtnLoadColourPalette
     //
     this.kbtnLoadColourPalette.Location     = new System.Drawing.Point(12, 231);
     this.kbtnLoadColourPalette.Name         = "kbtnLoadColourPalette";
     this.kbtnLoadColourPalette.Size         = new System.Drawing.Size(23, 23);
     this.kbtnLoadColourPalette.TabIndex     = 104;
     this.kbtnLoadColourPalette.Values.Image = global::ExtendedColourControls.Properties.Resources.palette_load;
     this.kbtnLoadColourPalette.Values.Text  = "";
     this.kbtnLoadColourPalette.Click       += new System.EventHandler(this.KbtnLoadColourPalette_Click);
     //
     // knumBlue
     //
     this.knumBlue.Location = new System.Drawing.Point(505, 399);
     this.knumBlue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBlue.Name = "knumBlue";
     this.knumBlue.Size = new System.Drawing.Size(94, 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", 11F);
     this.knumBlue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumBlue.TabIndex      = 5;
     this.knumBlue.ValueChanged += new System.EventHandler(this.KnumBlue_ValueChanged);
     //
     // knumGreen
     //
     this.knumGreen.Location = new System.Drawing.Point(505, 336);
     this.knumGreen.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumGreen.Name = "knumGreen";
     this.knumGreen.Size = new System.Drawing.Size(94, 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", 11F);
     this.knumGreen.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumGreen.TabIndex      = 90;
     this.knumGreen.ValueChanged += new System.EventHandler(this.KnumGreen_ValueChanged);
     //
     // knumNormalGreen
     //
     this.knumNormalGreen.Location = new System.Drawing.Point(505, 336);
     this.knumNormalGreen.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumNormalGreen.Name = "knumNormalGreen";
     this.knumNormalGreen.Size = new System.Drawing.Size(94, 26);
     this.knumNormalGreen.StateCommon.Back.Color1    = System.Drawing.Color.White;
     this.knumNormalGreen.StateCommon.Content.Color1 = System.Drawing.Color.Black;
     this.knumNormalGreen.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.knumNormalGreen.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumNormalGreen.TabIndex      = 103;
     this.knumNormalGreen.ValueChanged += new System.EventHandler(this.KnumNormalGreen_ValueChanged);
     //
     // knumNormalBlue
     //
     this.knumNormalBlue.Location = new System.Drawing.Point(505, 399);
     this.knumNormalBlue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumNormalBlue.Name = "knumNormalBlue";
     this.knumNormalBlue.Size = new System.Drawing.Size(94, 26);
     this.knumNormalBlue.StateCommon.Back.Color1    = System.Drawing.Color.White;
     this.knumNormalBlue.StateCommon.Content.Color1 = System.Drawing.Color.Black;
     this.knumNormalBlue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.knumNormalBlue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumNormalBlue.TabIndex      = 102;
     this.knumNormalBlue.ValueChanged += new System.EventHandler(this.KnumNormalBlue_ValueChanged);
     //
     // knumRed
     //
     this.knumRed.Location = new System.Drawing.Point(505, 283);
     this.knumRed.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumRed.Name = "knumRed";
     this.knumRed.Size = new System.Drawing.Size(94, 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", 11F);
     this.knumRed.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumRed.TabIndex      = 89;
     this.knumRed.ValueChanged += new System.EventHandler(this.KnumRed_ValueChanged);
     //
     // knumNormalRed
     //
     this.knumNormalRed.Location = new System.Drawing.Point(505, 283);
     this.knumNormalRed.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumNormalRed.Name = "knumNormalRed";
     this.knumNormalRed.Size = new System.Drawing.Size(94, 26);
     this.knumNormalRed.StateCommon.Back.Color1    = System.Drawing.Color.White;
     this.knumNormalRed.StateCommon.Content.Color1 = System.Drawing.Color.Black;
     this.knumNormalRed.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.knumNormalRed.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumNormalRed.TabIndex      = 101;
     this.knumNormalRed.ValueChanged += new System.EventHandler(this.KnumNormalRed_ValueChanged);
     //
     // kryptonBlueValueLabel1
     //
     this.kryptonBlueValueLabel1.Location = new System.Drawing.Point(449, 399);
     this.kryptonBlueValueLabel1.Name     = "kryptonBlueValueLabel1";
     this.kryptonBlueValueLabel1.RedValue = 255;
     this.kryptonBlueValueLabel1.Size     = new System.Drawing.Size(50, 26);
     this.kryptonBlueValueLabel1.StateCommon.LongText.Color1  = System.Drawing.Color.Blue;
     this.kryptonBlueValueLabel1.StateCommon.LongText.Color2  = System.Drawing.Color.Blue;
     this.kryptonBlueValueLabel1.StateCommon.LongText.Font    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonBlueValueLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Blue;
     this.kryptonBlueValueLabel1.StateCommon.ShortText.Color2 = System.Drawing.Color.Blue;
     this.kryptonBlueValueLabel1.StateCommon.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonBlueValueLabel1.TabIndex    = 5;
     this.kryptonBlueValueLabel1.TextSize    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonBlueValueLabel1.Values.Text = "Blue:";
     //
     // kryptonGreenValueLabel1
     //
     this.kryptonGreenValueLabel1.Location = new System.Drawing.Point(437, 336);
     this.kryptonGreenValueLabel1.Name     = "kryptonGreenValueLabel1";
     this.kryptonGreenValueLabel1.RedValue = 255;
     this.kryptonGreenValueLabel1.Size     = new System.Drawing.Size(62, 26);
     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("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     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("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonGreenValueLabel1.TabIndex    = 5;
     this.kryptonGreenValueLabel1.TextSize    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonGreenValueLabel1.Values.Text = "Green:";
     //
     // kryptonRedValueLabel1
     //
     this.kryptonRedValueLabel1.Location = new System.Drawing.Point(453, 283);
     this.kryptonRedValueLabel1.Name     = "kryptonRedValueLabel1";
     this.kryptonRedValueLabel1.RedValue = 255;
     this.kryptonRedValueLabel1.Size     = new System.Drawing.Size(46, 26);
     this.kryptonRedValueLabel1.StateCommon.LongText.Color1  = System.Drawing.Color.Red;
     this.kryptonRedValueLabel1.StateCommon.LongText.Color2  = System.Drawing.Color.Red;
     this.kryptonRedValueLabel1.StateCommon.LongText.Font    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonRedValueLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Red;
     this.kryptonRedValueLabel1.StateCommon.ShortText.Color2 = System.Drawing.Color.Red;
     this.kryptonRedValueLabel1.StateCommon.ShortText.Font   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonRedValueLabel1.TabIndex    = 5;
     this.kryptonRedValueLabel1.TextSize    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonRedValueLabel1.Values.Text = "Red:";
     //
     // klblNormalBlue
     //
     this.klblNormalBlue.Location = new System.Drawing.Point(449, 399);
     this.klblNormalBlue.Name     = "klblNormalBlue";
     this.klblNormalBlue.Size     = new System.Drawing.Size(50, 26);
     this.klblNormalBlue.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblNormalBlue.TabIndex    = 100;
     this.klblNormalBlue.Values.Text = "Blue:";
     //
     // klblNormalGreen
     //
     this.klblNormalGreen.Location = new System.Drawing.Point(437, 336);
     this.klblNormalGreen.Name     = "klblNormalGreen";
     this.klblNormalGreen.Size     = new System.Drawing.Size(62, 26);
     this.klblNormalGreen.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblNormalGreen.TabIndex    = 99;
     this.klblNormalGreen.Values.Text = "Green:";
     //
     // klblNormalRed
     //
     this.klblNormalRed.Location = new System.Drawing.Point(449, 283);
     this.klblNormalRed.Name     = "klblNormalRed";
     this.klblNormalRed.Size     = new System.Drawing.Size(46, 26);
     this.klblNormalRed.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblNormalRed.TabIndex    = 98;
     this.klblNormalRed.Values.Text = "Red:";
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.Location = new System.Drawing.Point(437, 231);
     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    = 97;
     this.kryptonLabel6.Values.Text = "Alpha:";
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.Location = new System.Drawing.Point(306, 399);
     this.kryptonLabel5.Name     = "kryptonLabel5";
     this.kryptonLabel5.Size     = new System.Drawing.Size(27, 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    = 96;
     this.kryptonLabel5.Values.Text = "B:";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(306, 336);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(26, 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    = 95;
     this.kryptonLabel4.Values.Text = "S:";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(306, 283);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(29, 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    = 94;
     this.kryptonLabel3.Values.Text = "H:";
     //
     // knumBrightness
     //
     this.knumBrightness.Location = new System.Drawing.Point(341, 399);
     this.knumBrightness.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumBrightness.Name = "knumBrightness";
     this.knumBrightness.Size = new System.Drawing.Size(91, 26);
     this.knumBrightness.StateCommon.Back.Color1    = System.Drawing.Color.White;
     this.knumBrightness.StateCommon.Content.Color1 = System.Drawing.Color.Black;
     this.knumBrightness.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.knumBrightness.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumBrightness.TabIndex      = 93;
     this.knumBrightness.ValueChanged += new System.EventHandler(this.KnumBrightness_ValueChanged);
     //
     // knumHue
     //
     this.knumHue.Location = new System.Drawing.Point(341, 283);
     this.knumHue.Maximum  = new decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.knumHue.Name = "knumHue";
     this.knumHue.Size = new System.Drawing.Size(91, 26);
     this.knumHue.StateCommon.Back.Color1    = System.Drawing.Color.White;
     this.knumHue.StateCommon.Content.Color1 = System.Drawing.Color.Black;
     this.knumHue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.knumHue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumHue.TabIndex      = 91;
     this.knumHue.ValueChanged += new System.EventHandler(this.KnumHue_ValueChanged);
     //
     // knumSaturation
     //
     this.knumSaturation.Location = new System.Drawing.Point(341, 336);
     this.knumSaturation.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumSaturation.Name = "knumSaturation";
     this.knumSaturation.Size = new System.Drawing.Size(91, 26);
     this.knumSaturation.StateCommon.Back.Color1    = System.Drawing.Color.White;
     this.knumSaturation.StateCommon.Content.Color1 = System.Drawing.Color.Black;
     this.knumSaturation.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.knumSaturation.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumSaturation.TabIndex      = 92;
     this.knumSaturation.ValueChanged += new System.EventHandler(this.KnumSaturation_ValueChanged);
     //
     // knumAlpha
     //
     this.knumAlpha.Location = new System.Drawing.Point(505, 231);
     this.knumAlpha.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumAlpha.Name = "knumAlpha";
     this.knumAlpha.Size = new System.Drawing.Size(94, 26);
     this.knumAlpha.StateCommon.Back.Color1    = System.Drawing.Color.White;
     this.knumAlpha.StateCommon.Content.Color1 = System.Drawing.Color.Black;
     this.knumAlpha.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.knumAlpha.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knumAlpha.TabIndex      = 5;
     this.knumAlpha.ValueChanged += new System.EventHandler(this.KnumAlpha_ValueChanged);
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(341, 56);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(138, 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    = 88;
     this.kryptonLabel2.Values.Text = "Selected Colour:";
     //
     // ktbHexadecimalColourValue
     //
     this.ktbHexadecimalColourValue.Hint      = "#000000";
     this.ktbHexadecimalColourValue.Location  = new System.Drawing.Point(423, 152);
     this.ktbHexadecimalColourValue.MaxLength = 7;
     this.ktbHexadecimalColourValue.Name      = "ktbHexadecimalColourValue";
     this.ktbHexadecimalColourValue.Size      = new System.Drawing.Size(176, 29);
     this.ktbHexadecimalColourValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktbHexadecimalColourValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.ktbHexadecimalColourValue.TabIndex     = 87;
     this.ktbHexadecimalColourValue.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.ktbHexadecimalColourValue.TextChanged += new System.EventHandler(this.KtbHexadecimalColourValue_TextChanged);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(245, 154);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(172, 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    = 86;
     this.kryptonLabel1.Values.Text = "Hexadecimal Colour:";
     //
     // cpbSelectedColour
     //
     this.cpbSelectedColour.BackColor         = System.Drawing.Color.Transparent;
     this.cpbSelectedColour.Location          = new System.Drawing.Point(485, 12);
     this.cpbSelectedColour.Name              = "cpbSelectedColour";
     this.cpbSelectedColour.Size              = new System.Drawing.Size(114, 114);
     this.cpbSelectedColour.TabIndex          = 5;
     this.cpbSelectedColour.TabStop           = false;
     this.cpbSelectedColour.BackColorChanged += new System.EventHandler(this.CpbSelectedColour_BackColorChanged);
     //
     // cwColours
     //
     this.cwColours.BackColor      = System.Drawing.Color.Transparent;
     this.cwColours.Location       = new System.Drawing.Point(12, 12);
     this.cwColours.Name           = "cwColours";
     this.cwColours.Size           = new System.Drawing.Size(247, 190);
     this.cwColours.TabIndex       = 5;
     this.cwColours.ColourChanged += new System.EventHandler(this.CwColours_ColourChanged);
     //
     // kbtnCustomColours
     //
     this.kbtnCustomColours.Location = new System.Drawing.Point(12, 272);
     this.kbtnCustomColours.Name     = "kbtnCustomColours";
     this.kbtnCustomColours.Size     = new System.Drawing.Size(190, 28);
     this.kbtnCustomColours.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCustomColours.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCustomColours.TabIndex    = 106;
     this.kbtnCustomColours.Values.Text = "C&stom Colours...";
     this.kbtnCustomColours.Click      += new System.EventHandler(this.KbtnCustomColours_Click);
     //
     // KryptonColourButtonCustomColourDialog
     //
     this.ClientSize = new System.Drawing.Size(611, 500);
     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            = "KryptonColourButtonCustomColourDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.KryptonColourButtonCustomColourDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbSelectedColour)).EndInit();
     this.ResumeLayout(false);
 }