示例#1
0
 private void InitializeComponent()
 {
     this.kryptonPanel1              = new Krypton.Toolkit.KryptonPanel();
     this.kryptonOKDialogButton1     = new Krypton.Toolkit.Extended.Base.KryptonOKDialogButton();
     this.kryptonCancelDialogButton1 = new Krypton.Toolkit.Extended.Base.KryptonCancelDialogButton();
     this.panel1            = new System.Windows.Forms.Panel();
     this.kryptonPanel2     = new Krypton.Toolkit.KryptonPanel();
     this.ktxtHexValue      = new Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel4     = new Krypton.Toolkit.KryptonLabel();
     this.kkcBlue           = new Krypton.Toolkit.Extended.Base.KryptonKnobControl();
     this.kkcGreen          = new Krypton.Toolkit.Extended.Base.KryptonKnobControl();
     this.kkcRed            = new Krypton.Toolkit.Extended.Base.KryptonKnobControl();
     this.cpbSelectedColour = new Krypton.Toolkit.Extended.Base.CircularPictureBox();
     this.knudGreen         = new Krypton.Toolkit.KryptonNumericUpDown();
     this.knudBlue          = new Krypton.Toolkit.KryptonNumericUpDown();
     this.knudRed           = new Krypton.Toolkit.KryptonNumericUpDown();
     this.cwColour          = new Krypton.Toolkit.Extended.Colour.Controls.ColourWheelControl();
     this.scp       = new Krypton.Toolkit.Extended.Colour.Controls.ScreenColourPickerControl();
     this.klblGreen = new Krypton.Toolkit.KryptonLabel();
     this.klblBlue  = new Krypton.Toolkit.KryptonLabel();
     this.klblRed   = new Krypton.Toolkit.KryptonLabel();
     this.cem       = new Krypton.Toolkit.Extended.Colour.Controls.ColourEditorManager();
     ((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.kryptonOKDialogButton1);
     this.kryptonPanel1.Controls.Add(this.kryptonCancelDialogButton1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 318);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(577, 39);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kryptonOKDialogButton1
     //
     this.kryptonOKDialogButton1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kryptonOKDialogButton1.Location     = new System.Drawing.Point(379, 6);
     this.kryptonOKDialogButton1.Name         = "kryptonOKDialogButton1";
     this.kryptonOKDialogButton1.ParentWindow = this;
     this.kryptonOKDialogButton1.Size         = new System.Drawing.Size(90, 25);
     this.kryptonOKDialogButton1.TabIndex     = 3;
     this.kryptonOKDialogButton1.Values.Text  = "&OK";
     //
     // kryptonCancelDialogButton1
     //
     this.kryptonCancelDialogButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kryptonCancelDialogButton1.Location     = new System.Drawing.Point(475, 6);
     this.kryptonCancelDialogButton1.Name         = "kryptonCancelDialogButton1";
     this.kryptonCancelDialogButton1.ParentWindow = this;
     this.kryptonCancelDialogButton1.Size         = new System.Drawing.Size(90, 25);
     this.kryptonCancelDialogButton1.TabIndex     = 3;
     this.kryptonCancelDialogButton1.Values.Text  = "C&ancel";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 315);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(577, 3);
     this.panel1.TabIndex  = 1;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.ktxtHexValue);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel4);
     this.kryptonPanel2.Controls.Add(this.kkcBlue);
     this.kryptonPanel2.Controls.Add(this.kkcGreen);
     this.kryptonPanel2.Controls.Add(this.kkcRed);
     this.kryptonPanel2.Controls.Add(this.cpbSelectedColour);
     this.kryptonPanel2.Controls.Add(this.knudGreen);
     this.kryptonPanel2.Controls.Add(this.knudBlue);
     this.kryptonPanel2.Controls.Add(this.knudRed);
     this.kryptonPanel2.Controls.Add(this.cwColour);
     this.kryptonPanel2.Controls.Add(this.scp);
     this.kryptonPanel2.Controls.Add(this.klblGreen);
     this.kryptonPanel2.Controls.Add(this.klblBlue);
     this.kryptonPanel2.Controls.Add(this.klblRed);
     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(577, 315);
     this.kryptonPanel2.TabIndex = 2;
     //
     // ktxtHexValue
     //
     this.ktxtHexValue.Hint      = "#000000";
     this.ktxtHexValue.Location  = new System.Drawing.Point(240, 233);
     this.ktxtHexValue.MaxLength = 7;
     this.ktxtHexValue.Name      = "ktxtHexValue";
     this.ktxtHexValue.Size      = new System.Drawing.Size(100, 24);
     this.ktxtHexValue.StateCommon.Content.Font  = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktxtHexValue.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.ktxtHexValue.TabIndex     = 9;
     this.ktxtHexValue.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.ktxtHexValue.TextChanged += new System.EventHandler(this.ktxtHexValue_TextChanged);
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(210, 206);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(154, 21);
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex    = 8;
     this.kryptonLabel4.Values.Text = "Hexadecimal Value:";
     //
     // kkcBlue
     //
     this.kkcBlue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kkcBlue.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.kkcBlue.KnobIndicatorBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.kkcBlue.KnobIndicatorColourBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcBlue.KnobIndicatorColourEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcBlue.LargeChange          = 20;
     this.kkcBlue.Location             = new System.Drawing.Point(325, 39);
     this.kkcBlue.Maximum              = 255;
     this.kkcBlue.Minimum              = 0;
     this.kkcBlue.Name                 = "kkcBlue";
     this.kkcBlue.ShowLargeScale       = true;
     this.kkcBlue.ShowSmallScale       = false;
     this.kkcBlue.Size                 = new System.Drawing.Size(91, 91);
     this.kkcBlue.SizeLargeScaleMarker = 6;
     this.kkcBlue.SizeSmallScaleMarker = 3;
     this.kkcBlue.SmallChange          = 5;
     this.kkcBlue.TabIndex             = 7;
     this.kkcBlue.Value                = 0;
     this.kkcBlue.ValueChanged        += new Krypton.Toolkit.Extended.Base.ValueChangedEventHandler(this.kkcBlue_ValueChanged);
     //
     // kkcGreen
     //
     this.kkcGreen.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kkcGreen.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.kkcGreen.KnobIndicatorBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.kkcGreen.KnobIndicatorColourBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcGreen.KnobIndicatorColourEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcGreen.LargeChange          = 20;
     this.kkcGreen.Location             = new System.Drawing.Point(165, 39);
     this.kkcGreen.Maximum              = 255;
     this.kkcGreen.Minimum              = 0;
     this.kkcGreen.Name                 = "kkcGreen";
     this.kkcGreen.ShowLargeScale       = true;
     this.kkcGreen.ShowSmallScale       = false;
     this.kkcGreen.Size                 = new System.Drawing.Size(91, 91);
     this.kkcGreen.SizeLargeScaleMarker = 6;
     this.kkcGreen.SizeSmallScaleMarker = 3;
     this.kkcGreen.SmallChange          = 5;
     this.kkcGreen.TabIndex             = 6;
     this.kkcGreen.Value                = 0;
     this.kkcGreen.ValueChanged        += new Krypton.Toolkit.Extended.Base.ValueChangedEventHandler(this.kkcGreen_ValueChanged);
     //
     // kkcRed
     //
     this.kkcRed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kkcRed.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.kkcRed.KnobIndicatorBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.kkcRed.KnobIndicatorColourBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcRed.KnobIndicatorColourEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcRed.LargeChange          = 20;
     this.kkcRed.Location             = new System.Drawing.Point(12, 39);
     this.kkcRed.Maximum              = 255;
     this.kkcRed.Minimum              = 0;
     this.kkcRed.Name                 = "kkcRed";
     this.kkcRed.ShowLargeScale       = true;
     this.kkcRed.ShowSmallScale       = false;
     this.kkcRed.Size                 = new System.Drawing.Size(91, 91);
     this.kkcRed.SizeLargeScaleMarker = 6;
     this.kkcRed.SizeSmallScaleMarker = 3;
     this.kkcRed.SmallChange          = 5;
     this.kkcRed.TabIndex             = 3;
     this.kkcRed.Value                = 0;
     this.kkcRed.ValueChanged        += new Krypton.Toolkit.Extended.Base.ValueChangedEventHandler(this.kkcRed_ValueChanged);
     //
     // cpbSelectedColour
     //
     this.cpbSelectedColour.BackColor     = System.Drawing.SystemColors.Control;
     this.cpbSelectedColour.Location      = new System.Drawing.Point(435, 12);
     this.cpbSelectedColour.Name          = "cpbSelectedColour";
     this.cpbSelectedColour.Size          = new System.Drawing.Size(130, 130);
     this.cpbSelectedColour.TabIndex      = 3;
     this.cpbSelectedColour.TabStop       = false;
     this.cpbSelectedColour.ToolTipValues = null;
     //
     // knudGreen
     //
     this.knudGreen.Location = new System.Drawing.Point(165, 136);
     this.knudGreen.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudGreen.Name = "knudGreen";
     this.knudGreen.Size = new System.Drawing.Size(88, 23);
     this.knudGreen.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.knudGreen.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knudGreen.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudGreen.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudGreen.TabIndex      = 5;
     this.knudGreen.ValueChanged += new System.EventHandler(this.knudGreen_ValueChanged);
     //
     // knudBlue
     //
     this.knudBlue.Location = new System.Drawing.Point(328, 136);
     this.knudBlue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudBlue.Name = "knudBlue";
     this.knudBlue.Size = new System.Drawing.Size(88, 23);
     this.knudBlue.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.knudBlue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knudBlue.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudBlue.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudBlue.TabIndex      = 4;
     this.knudBlue.ValueChanged += new System.EventHandler(this.knudBlue_ValueChanged);
     //
     // knudRed
     //
     this.knudRed.Location = new System.Drawing.Point(12, 136);
     this.knudRed.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudRed.Name = "knudRed";
     this.knudRed.Size = new System.Drawing.Size(91, 23);
     this.knudRed.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.knudRed.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knudRed.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudRed.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudRed.TabIndex      = 3;
     this.knudRed.ValueChanged += new System.EventHandler(this.knudRed_ValueChanged);
     //
     // cwColour
     //
     this.cwColour.BackColor = System.Drawing.Color.Transparent;
     this.cwColour.Location  = new System.Drawing.Point(415, 148);
     this.cwColour.Name      = "cwColour";
     this.cwColour.Size      = new System.Drawing.Size(150, 150);
     this.cwColour.TabIndex  = 3;
     //
     // scp
     //
     this.scp.Colour   = System.Drawing.Color.Empty;
     this.scp.Image    = global::Krypton.Toolkit.Extended.Colour.Controls.Properties.Resources.eyedropper;
     this.scp.Location = new System.Drawing.Point(12, 185);
     this.scp.Name     = "scp";
     this.scp.Size     = new System.Drawing.Size(139, 113);
     //
     // klblGreen
     //
     this.klblGreen.Location = new System.Drawing.Point(165, 12);
     this.klblGreen.Name     = "klblGreen";
     this.klblGreen.Size     = new System.Drawing.Size(91, 21);
     this.klblGreen.StateCommon.ShortText.Color1 = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.ShortText.Color2 = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblGreen.TabIndex    = 2;
     this.klblGreen.Values.Text = "Green: 255";
     //
     // klblBlue
     //
     this.klblBlue.Location = new System.Drawing.Point(328, 12);
     this.klblBlue.Name     = "klblBlue";
     this.klblBlue.Size     = new System.Drawing.Size(79, 21);
     this.klblBlue.StateCommon.ShortText.Color1 = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.ShortText.Color2 = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblBlue.TabIndex    = 1;
     this.klblBlue.Values.Text = "Blue: 255";
     //
     // klblRed
     //
     this.klblRed.Location = new System.Drawing.Point(12, 12);
     this.klblRed.Name     = "klblRed";
     this.klblRed.Size     = new System.Drawing.Size(76, 21);
     this.klblRed.StateCommon.ShortText.Color1 = System.Drawing.Color.Red;
     this.klblRed.StateCommon.ShortText.Color2 = System.Drawing.Color.Red;
     this.klblRed.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblRed.TabIndex    = 0;
     this.klblRed.Values.Text = "Red: 255";
     //
     // cem
     //
     this.cem.Color              = System.Drawing.Color.Empty;
     this.cem.ColourWheel        = this.cwColour;
     this.cem.ScreenColourPicker = this.scp;
     this.cem.ColourChanged     += new System.EventHandler(this.cem_ColourChanged);
     //
     // ScreenColourPickerDialog
     //
     this.ClientSize = new System.Drawing.Size(577, 357);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ScreenColourPickerDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Select a Colour";
     ((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);
 }
 private void InitializeComponent()
 {
     this.kryptonPanel1              = new Krypton.Toolkit.KryptonPanel();
     this.kryptonOKDialogButton1     = new Krypton.Toolkit.Extended.Base.KryptonOKDialogButton();
     this.kryptonCancelDialogButton1 = new Krypton.Toolkit.Extended.Base.KryptonCancelDialogButton();
     this.panel1                = new System.Windows.Forms.Panel();
     this.kryptonPanel2         = new Krypton.Toolkit.KryptonPanel();
     this.kryptonButton3        = new Krypton.Toolkit.KryptonButton();
     this.kryptonButton2        = new Krypton.Toolkit.KryptonButton();
     this.kryptonButton1        = new Krypton.Toolkit.KryptonButton();
     this.kryptonTextBox1       = new Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel7         = new Krypton.Toolkit.KryptonLabel();
     this.colourWheelControl1   = new Krypton.Toolkit.Extended.Colour.Controls.ColourWheelControl();
     this.kryptonNumericUpDown6 = new Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonNumericUpDown5 = new Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonNumericUpDown4 = new Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonNumericUpDown3 = new Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonNumericUpDown2 = new Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonNumericUpDown1 = new Krypton.Toolkit.KryptonNumericUpDown();
     this.kryptonLabel6         = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel5         = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel4         = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3         = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2         = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1         = new Krypton.Toolkit.KryptonLabel();
     this.circularPictureBox1   = new Krypton.Toolkit.Extended.Base.CircularPictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.circularPictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonOKDialogButton1);
     this.kryptonPanel1.Controls.Add(this.kryptonCancelDialogButton1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 315);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(471, 41);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kryptonOKDialogButton1
     //
     this.kryptonOKDialogButton1.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonOKDialogButton1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kryptonOKDialogButton1.Location     = new System.Drawing.Point(273, 4);
     this.kryptonOKDialogButton1.Name         = "kryptonOKDialogButton1";
     this.kryptonOKDialogButton1.ParentWindow = this;
     this.kryptonOKDialogButton1.Size         = new System.Drawing.Size(90, 25);
     this.kryptonOKDialogButton1.TabIndex     = 1;
     this.kryptonOKDialogButton1.Values.Text  = "&OK";
     //
     // kryptonCancelDialogButton1
     //
     this.kryptonCancelDialogButton1.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonCancelDialogButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kryptonCancelDialogButton1.Location     = new System.Drawing.Point(369, 4);
     this.kryptonCancelDialogButton1.Name         = "kryptonCancelDialogButton1";
     this.kryptonCancelDialogButton1.ParentWindow = this;
     this.kryptonCancelDialogButton1.Size         = new System.Drawing.Size(90, 25);
     this.kryptonCancelDialogButton1.TabIndex     = 0;
     this.kryptonCancelDialogButton1.Values.Text  = "C&ancel";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 312);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(471, 3);
     this.panel1.TabIndex  = 1;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kryptonButton3);
     this.kryptonPanel2.Controls.Add(this.kryptonButton2);
     this.kryptonPanel2.Controls.Add(this.kryptonButton1);
     this.kryptonPanel2.Controls.Add(this.kryptonTextBox1);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel7);
     this.kryptonPanel2.Controls.Add(this.colourWheelControl1);
     this.kryptonPanel2.Controls.Add(this.circularPictureBox1);
     this.kryptonPanel2.Controls.Add(this.kryptonNumericUpDown6);
     this.kryptonPanel2.Controls.Add(this.kryptonNumericUpDown5);
     this.kryptonPanel2.Controls.Add(this.kryptonNumericUpDown4);
     this.kryptonPanel2.Controls.Add(this.kryptonNumericUpDown3);
     this.kryptonPanel2.Controls.Add(this.kryptonNumericUpDown2);
     this.kryptonPanel2.Controls.Add(this.kryptonNumericUpDown1);
     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.kryptonLabel2);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(471, 312);
     this.kryptonPanel2.TabIndex = 2;
     //
     // kryptonButton3
     //
     this.kryptonButton3.AutoSize     = true;
     this.kryptonButton3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kryptonButton3.Location     = new System.Drawing.Point(42, 221);
     this.kryptonButton3.Name         = "kryptonButton3";
     this.kryptonButton3.Size         = new System.Drawing.Size(22, 22);
     this.kryptonButton3.TabIndex     = 21;
     this.kryptonButton3.Values.Image = global::Krypton.Toolkit.Extended.Colour.Controls.Properties.Resources.palette_save;
     this.kryptonButton3.Values.Text  = "";
     //
     // kryptonButton2
     //
     this.kryptonButton2.AutoSize     = true;
     this.kryptonButton2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kryptonButton2.Location     = new System.Drawing.Point(14, 221);
     this.kryptonButton2.Name         = "kryptonButton2";
     this.kryptonButton2.Size         = new System.Drawing.Size(22, 22);
     this.kryptonButton2.TabIndex     = 20;
     this.kryptonButton2.Values.Image = global::Krypton.Toolkit.Extended.Colour.Controls.Properties.Resources.palette_load;
     this.kryptonButton2.Values.Text  = "";
     //
     // kryptonButton1
     //
     this.kryptonButton1.Location    = new System.Drawing.Point(14, 252);
     this.kryptonButton1.Name        = "kryptonButton1";
     this.kryptonButton1.Size        = new System.Drawing.Size(152, 25);
     this.kryptonButton1.TabIndex    = 19;
     this.kryptonButton1.Values.Text = "&More Colours...";
     //
     // kryptonTextBox1
     //
     this.kryptonTextBox1.Hint      = "#000000";
     this.kryptonTextBox1.Location  = new System.Drawing.Point(12, 171);
     this.kryptonTextBox1.MaxLength = 7;
     this.kryptonTextBox1.Name      = "kryptonTextBox1";
     this.kryptonTextBox1.Size      = new System.Drawing.Size(154, 24);
     this.kryptonTextBox1.StateCommon.Content.Font  = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonTextBox1.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonTextBox1.TabIndex  = 18;
     this.kryptonTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // kryptonLabel7
     //
     this.kryptonLabel7.Location = new System.Drawing.Point(12, 144);
     this.kryptonLabel7.Name     = "kryptonLabel7";
     this.kryptonLabel7.Size     = new System.Drawing.Size(154, 21);
     this.kryptonLabel7.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel7.TabIndex    = 17;
     this.kryptonLabel7.Values.Text = "Hexadecimal Value:";
     //
     // colourWheelControl1
     //
     this.colourWheelControl1.BackColor = System.Drawing.Color.Transparent;
     this.colourWheelControl1.Location  = new System.Drawing.Point(208, 121);
     this.colourWheelControl1.Name      = "colourWheelControl1";
     this.colourWheelControl1.Size      = new System.Drawing.Size(251, 185);
     this.colourWheelControl1.TabIndex  = 16;
     //
     // kryptonNumericUpDown6
     //
     this.kryptonNumericUpDown6.Location = new System.Drawing.Point(275, 92);
     this.kryptonNumericUpDown6.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonNumericUpDown6.Name = "kryptonNumericUpDown6";
     this.kryptonNumericUpDown6.Size = new System.Drawing.Size(79, 23);
     this.kryptonNumericUpDown6.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.kryptonNumericUpDown6.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonNumericUpDown6.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonNumericUpDown6.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonNumericUpDown6.TabIndex = 14;
     //
     // kryptonNumericUpDown5
     //
     this.kryptonNumericUpDown5.Location = new System.Drawing.Point(275, 52);
     this.kryptonNumericUpDown5.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonNumericUpDown5.Name = "kryptonNumericUpDown5";
     this.kryptonNumericUpDown5.Size = new System.Drawing.Size(79, 23);
     this.kryptonNumericUpDown5.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.kryptonNumericUpDown5.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonNumericUpDown5.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonNumericUpDown5.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonNumericUpDown5.TabIndex = 13;
     //
     // kryptonNumericUpDown4
     //
     this.kryptonNumericUpDown4.Location = new System.Drawing.Point(275, 12);
     this.kryptonNumericUpDown4.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonNumericUpDown4.Name = "kryptonNumericUpDown4";
     this.kryptonNumericUpDown4.Size = new System.Drawing.Size(79, 23);
     this.kryptonNumericUpDown4.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.kryptonNumericUpDown4.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonNumericUpDown4.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonNumericUpDown4.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonNumericUpDown4.TabIndex = 12;
     //
     // kryptonNumericUpDown3
     //
     this.kryptonNumericUpDown3.Location = new System.Drawing.Point(110, 92);
     this.kryptonNumericUpDown3.Maximum  = new decimal(new int[] {
         360,
         0,
         0,
         0
     });
     this.kryptonNumericUpDown3.Name = "kryptonNumericUpDown3";
     this.kryptonNumericUpDown3.Size = new System.Drawing.Size(79, 23);
     this.kryptonNumericUpDown3.StateCommon.Content.Font  = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonNumericUpDown3.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonNumericUpDown3.TabIndex = 11;
     //
     // kryptonNumericUpDown2
     //
     this.kryptonNumericUpDown2.Location = new System.Drawing.Point(110, 12);
     this.kryptonNumericUpDown2.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonNumericUpDown2.Name = "kryptonNumericUpDown2";
     this.kryptonNumericUpDown2.Size = new System.Drawing.Size(79, 23);
     this.kryptonNumericUpDown2.StateCommon.Content.Font  = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonNumericUpDown2.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonNumericUpDown2.TabIndex = 10;
     //
     // kryptonNumericUpDown1
     //
     this.kryptonNumericUpDown1.Location = new System.Drawing.Point(110, 52);
     this.kryptonNumericUpDown1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonNumericUpDown1.Name = "kryptonNumericUpDown1";
     this.kryptonNumericUpDown1.Size = new System.Drawing.Size(79, 23);
     this.kryptonNumericUpDown1.StateCommon.Content.Font  = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonNumericUpDown1.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonNumericUpDown1.TabIndex = 9;
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.Location = new System.Drawing.Point(208, 92);
     this.kryptonLabel6.Name     = "kryptonLabel6";
     this.kryptonLabel6.Size     = new System.Drawing.Size(48, 21);
     this.kryptonLabel6.StateCommon.ShortText.Color1 = System.Drawing.Color.Blue;
     this.kryptonLabel6.StateCommon.ShortText.Color2 = System.Drawing.Color.Blue;
     this.kryptonLabel6.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel6.TabIndex    = 8;
     this.kryptonLabel6.Values.Text = "Blue:";
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.Location = new System.Drawing.Point(208, 52);
     this.kryptonLabel5.Name     = "kryptonLabel5";
     this.kryptonLabel5.Size     = new System.Drawing.Size(61, 21);
     this.kryptonLabel5.StateCommon.ShortText.Color1 = System.Drawing.Color.Green;
     this.kryptonLabel5.StateCommon.ShortText.Color2 = System.Drawing.Color.Green;
     this.kryptonLabel5.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel5.TabIndex    = 7;
     this.kryptonLabel5.Values.Text = "Green:";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(208, 12);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(45, 21);
     this.kryptonLabel4.StateCommon.ShortText.Color1 = System.Drawing.Color.Red;
     this.kryptonLabel4.StateCommon.ShortText.Color2 = System.Drawing.Color.Red;
     this.kryptonLabel4.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex    = 6;
     this.kryptonLabel4.Values.Text = "Red:";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(12, 92);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(45, 21);
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 5;
     this.kryptonLabel3.Values.Text = "Hue:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(12, 52);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(92, 21);
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 4;
     this.kryptonLabel2.Values.Text = "Brightness:";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(12, 12);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(57, 21);
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 3;
     this.kryptonLabel1.Values.Text = "Alpha:";
     //
     // circularPictureBox1
     //
     this.circularPictureBox1.BackColor     = System.Drawing.SystemColors.Control;
     this.circularPictureBox1.Location      = new System.Drawing.Point(361, 12);
     this.circularPictureBox1.Name          = "circularPictureBox1";
     this.circularPictureBox1.Size          = new System.Drawing.Size(101, 101);
     this.circularPictureBox1.TabIndex      = 15;
     this.circularPictureBox1.TabStop       = false;
     this.circularPictureBox1.ToolTipValues = null;
     //
     // KryptonColourButtonCustomColourDialog
     //
     this.ClientSize = new System.Drawing.Size(471, 356);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MinimizeBox     = false;
     this.Name            = "KryptonColourButtonCustomColourDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Select Colour";
     ((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.circularPictureBox1)).EndInit();
     this.ResumeLayout(false);
 }