private void InitializeComponent()
 {
     this.kryptonPanel1 = new Krypton.Toolkit.KryptonPanel();
     this.krtbApplicationDescription = new Krypton.Toolkit.KryptonRichTextBox();
     this.klblCompanyName            = new Krypton.Toolkit.KryptonLabel();
     this.klblCopyright            = new Krypton.Toolkit.KryptonLabel();
     this.klblApplicationBuildDate = new Krypton.Toolkit.KryptonLabel();
     this.klblApplicationVersion   = new Krypton.Toolkit.KryptonLabel();
     this.klblApplicationName      = new Krypton.Toolkit.KryptonLabel();
     this.pbxApplicationIcon       = new System.Windows.Forms.PictureBox();
     this.kryptonPanel2            = new Krypton.Toolkit.KryptonPanel();
     this.kbtnTechnicalDetails     = new Krypton.Toolkit.KryptonButton();
     this.kdbOk  = new Krypton.Toolkit.Suite.Extended.Dialogs.KryptonOKDialogButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.kbtnCheckForUpdates = new Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxApplicationIcon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.krtbApplicationDescription);
     this.kryptonPanel1.Controls.Add(this.klblCompanyName);
     this.kryptonPanel1.Controls.Add(this.klblCopyright);
     this.kryptonPanel1.Controls.Add(this.klblApplicationBuildDate);
     this.kryptonPanel1.Controls.Add(this.klblApplicationVersion);
     this.kryptonPanel1.Controls.Add(this.klblApplicationName);
     this.kryptonPanel1.Controls.Add(this.pbxApplicationIcon);
     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(557, 313);
     this.kryptonPanel1.TabIndex = 0;
     //
     // krtbApplicationDescription
     //
     this.krtbApplicationDescription.Location   = new System.Drawing.Point(83, 143);
     this.krtbApplicationDescription.Name       = "krtbApplicationDescription";
     this.krtbApplicationDescription.ReadOnly   = true;
     this.krtbApplicationDescription.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedHorizontal;
     this.krtbApplicationDescription.Size       = new System.Drawing.Size(462, 117);
     this.krtbApplicationDescription.TabIndex   = 6;
     this.krtbApplicationDescription.Text       = "kryptonRichTextBox1";
     //
     // klblCompanyName
     //
     this.klblCompanyName.Location    = new System.Drawing.Point(83, 117);
     this.klblCompanyName.Name        = "klblCompanyName";
     this.klblCompanyName.Size        = new System.Drawing.Size(146, 20);
     this.klblCompanyName.TabIndex    = 5;
     this.klblCompanyName.Values.Text = "<##Company-Name##>";
     //
     // klblCopyright
     //
     this.klblCopyright.Location    = new System.Drawing.Point(83, 91);
     this.klblCopyright.Name        = "klblCopyright";
     this.klblCopyright.Size        = new System.Drawing.Size(111, 20);
     this.klblCopyright.TabIndex    = 4;
     this.klblCopyright.Values.Text = "<##Copyright##>";
     //
     // klblApplicationBuildDate
     //
     this.klblApplicationBuildDate.Location    = new System.Drawing.Point(83, 65);
     this.klblApplicationBuildDate.Name        = "klblApplicationBuildDate";
     this.klblApplicationBuildDate.Size        = new System.Drawing.Size(102, 20);
     this.klblApplicationBuildDate.TabIndex    = 3;
     this.klblApplicationBuildDate.Values.Text = "<##Built-On##>";
     //
     // klblApplicationVersion
     //
     this.klblApplicationVersion.Location    = new System.Drawing.Point(83, 39);
     this.klblApplicationVersion.Name        = "klblApplicationVersion";
     this.klblApplicationVersion.Size        = new System.Drawing.Size(98, 20);
     this.klblApplicationVersion.TabIndex    = 2;
     this.klblApplicationVersion.Values.Text = "<##Version##>";
     //
     // klblApplicationName
     //
     this.klblApplicationName.Location    = new System.Drawing.Point(83, 13);
     this.klblApplicationName.Name        = "klblApplicationName";
     this.klblApplicationName.Size        = new System.Drawing.Size(156, 20);
     this.klblApplicationName.TabIndex    = 1;
     this.klblApplicationName.Values.Text = "<##Application-Name##>";
     //
     // pbxApplicationIcon
     //
     this.pbxApplicationIcon.BackColor = System.Drawing.Color.Transparent;
     this.pbxApplicationIcon.Location  = new System.Drawing.Point(12, 12);
     this.pbxApplicationIcon.Name      = "pbxApplicationIcon";
     this.pbxApplicationIcon.Size      = new System.Drawing.Size(64, 64);
     this.pbxApplicationIcon.TabIndex  = 0;
     this.pbxApplicationIcon.TabStop   = false;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnCheckForUpdates);
     this.kryptonPanel2.Controls.Add(this.kbtnTechnicalDetails);
     this.kryptonPanel2.Controls.Add(this.kdbOk);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 269);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(557, 44);
     this.kryptonPanel2.TabIndex = 0;
     //
     // kbtnTechnicalDetails
     //
     this.kbtnTechnicalDetails.Location    = new System.Drawing.Point(319, 7);
     this.kbtnTechnicalDetails.Name        = "kbtnTechnicalDetails";
     this.kbtnTechnicalDetails.Size        = new System.Drawing.Size(130, 25);
     this.kbtnTechnicalDetails.TabIndex    = 3;
     this.kbtnTechnicalDetails.Values.Text = "&Technical Details...";
     this.kbtnTechnicalDetails.Click      += new System.EventHandler(this.kbtnTechnicalDetails_Click);
     //
     // kdbOk
     //
     this.kdbOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kdbOk.Location     = new System.Drawing.Point(455, 7);
     this.kdbOk.Name         = "kdbOk";
     this.kdbOk.ParentWindow = this;
     this.kdbOk.Size         = new System.Drawing.Size(90, 25);
     this.kdbOk.TabIndex     = 2;
     this.kdbOk.Values.Text  = "&OK";
     this.kdbOk.Click       += new System.EventHandler(this.kdbOk_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, 266);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(557, 3);
     this.panel1.TabIndex  = 1;
     //
     // kbtnCheckForUpdates
     //
     this.kbtnCheckForUpdates.Location    = new System.Drawing.Point(12, 7);
     this.kbtnCheckForUpdates.Name        = "kbtnCheckForUpdates";
     this.kbtnCheckForUpdates.Size        = new System.Drawing.Size(130, 25);
     this.kbtnCheckForUpdates.TabIndex    = 4;
     this.kbtnCheckForUpdates.Values.Text = "Check for &Updates";
     this.kbtnCheckForUpdates.Click      += new System.EventHandler(this.kbtnCheckForUpdates_Click);
     //
     // KryptonAboutDialog
     //
     this.AcceptButton = this.kdbOk;
     this.ClientSize   = new System.Drawing.Size(557, 313);
     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            = "KryptonAboutDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Load           += new System.EventHandler(this.KryptonAboutDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxApplicationIcon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonBasicColourDialog));
     this.kpnlButtons             = new Krypton.Toolkit.KryptonPanel();
     this.txtHexColour            = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ColourHexadecimalTextBox();
     this.kryptonAlphaValueLabel1 = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonAlphaValueLabel();
     this.kbtnOk                  = new Krypton.Toolkit.Suite.Extended.Dialogs.KryptonOKDialogButton();
     this.kbtnCancel              = new Krypton.Toolkit.Suite.Extended.Dialogs.KryptonCancelDialogButton();
     this.kryptonPanel1           = new Krypton.Toolkit.KryptonPanel();
     this.klblBlueValue           = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonBlueValueLabel();
     this.klblRedValue            = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonRedValueLabel();
     this.cpbxColourPreview       = new Krypton.Toolkit.Suite.Extended.Base.CircularPictureBox();
     this.cwColourPicker          = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ColourWheelControl();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.kryptonGreenValueLabel1 = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonGreenValueLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).BeginInit();
     this.kpnlButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbxColourPreview)).BeginInit();
     this.SuspendLayout();
     //
     // kpnlButtons
     //
     this.kpnlButtons.Controls.Add(this.txtHexColour);
     this.kpnlButtons.Controls.Add(this.kryptonAlphaValueLabel1);
     this.kpnlButtons.Controls.Add(this.kbtnOk);
     this.kpnlButtons.Controls.Add(this.kbtnCancel);
     this.kpnlButtons.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kpnlButtons.Location = new System.Drawing.Point(0, 200);
     this.kpnlButtons.Name     = "kpnlButtons";
     this.kpnlButtons.Size     = new System.Drawing.Size(506, 44);
     this.kpnlButtons.TabIndex = 0;
     //
     // txtHexColour
     //
     this.txtHexColour.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtHexColour.Colour    = System.Drawing.Color.Empty;
     this.txtHexColour.Hint      = "000000";
     this.txtHexColour.Location  = new System.Drawing.Point(172, 9);
     this.txtHexColour.MaxLength = 6;
     this.txtHexColour.Name      = "txtHexColour";
     this.txtHexColour.Size      = new System.Drawing.Size(100, 23);
     this.txtHexColour.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.txtHexColour.TabIndex     = 3;
     this.txtHexColour.TextChanged += new System.EventHandler(this.txtHexColour_TextChanged);
     //
     // kryptonAlphaValueLabel1
     //
     this.kryptonAlphaValueLabel1.AlphaValue                 = 255;
     this.kryptonAlphaValueLabel1.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.kryptonAlphaValueLabel1.ExtraText                  = "Alpha Value";
     this.kryptonAlphaValueLabel1.Location                   = new System.Drawing.Point(12, 4);
     this.kryptonAlphaValueLabel1.Name                       = "kryptonAlphaValueLabel1";
     this.kryptonAlphaValueLabel1.ShowColon                  = false;
     this.kryptonAlphaValueLabel1.ShowCurrentColourValue     = false;
     this.kryptonAlphaValueLabel1.Size                       = new System.Drawing.Size(110, 26);
     this.kryptonAlphaValueLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.TabIndex                   = 3;
     this.kryptonAlphaValueLabel1.Typeface                   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.Values.Text                = "Alpha Value:";
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Location     = new System.Drawing.Point(308, 7);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.Size = new System.Drawing.Size(90, 25);
     this.kbtnOk.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.TabIndex    = 2;
     this.kbtnOk.Values.Text = "&OK";
     this.kbtnOk.Click      += new System.EventHandler(this.kbtnOk_Click);
     //
     // kbtnCancel
     //
     this.kbtnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(404, 7);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.Size = new System.Drawing.Size(90, 25);
     this.kbtnCancel.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.TabIndex    = 2;
     this.kbtnCancel.Values.Text = "C&ancel";
     this.kbtnCancel.Click      += new System.EventHandler(this.kbtnCancel_Click);
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonGreenValueLabel1);
     this.kryptonPanel1.Controls.Add(this.klblBlueValue);
     this.kryptonPanel1.Controls.Add(this.klblRedValue);
     this.kryptonPanel1.Controls.Add(this.cpbxColourPreview);
     this.kryptonPanel1.Controls.Add(this.cwColourPicker);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(506, 200);
     this.kryptonPanel1.TabIndex = 1;
     //
     // klblBlueValue
     //
     this.klblBlueValue.BlueValue = 255;
     this.klblBlueValue.ExtraText = "Blue";
     this.klblBlueValue.Location  = new System.Drawing.Point(212, 111);
     this.klblBlueValue.Name      = "klblBlueValue";
     this.klblBlueValue.ShowColon = false;
     this.klblBlueValue.ShowCurrentColourValue = true;
     this.klblBlueValue.Size = new System.Drawing.Size(79, 21);
     this.klblBlueValue.StateCommon.LongText.Color1  = System.Drawing.Color.Blue;
     this.klblBlueValue.StateCommon.LongText.Color2  = System.Drawing.Color.Blue;
     this.klblBlueValue.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblBlueValue.StateCommon.ShortText.Color1 = System.Drawing.Color.Blue;
     this.klblBlueValue.StateCommon.ShortText.Color2 = System.Drawing.Color.Blue;
     this.klblBlueValue.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblBlueValue.TabIndex        = 3;
     this.klblBlueValue.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblBlueValue.UseAccessibleUI = false;
     this.klblBlueValue.Values.Text     = "Blue: 255";
     //
     // klblRedValue
     //
     this.klblRedValue.ExtraText = "Red";
     this.klblRedValue.Location  = new System.Drawing.Point(212, 49);
     this.klblRedValue.Name      = "klblRedValue";
     this.klblRedValue.RedValue  = 255;
     this.klblRedValue.ShowColon = false;
     this.klblRedValue.ShowCurrentColourValue = true;
     this.klblRedValue.Size = new System.Drawing.Size(76, 21);
     this.klblRedValue.StateCommon.LongText.Color1  = System.Drawing.Color.Red;
     this.klblRedValue.StateCommon.LongText.Color2  = System.Drawing.Color.Red;
     this.klblRedValue.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblRedValue.StateCommon.ShortText.Color1 = System.Drawing.Color.Red;
     this.klblRedValue.StateCommon.ShortText.Color2 = System.Drawing.Color.Red;
     this.klblRedValue.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblRedValue.TabIndex        = 2;
     this.klblRedValue.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblRedValue.UseAccessibleUI = false;
     this.klblRedValue.Values.Text     = "Red: 255";
     //
     // cpbxColourPreview
     //
     this.cpbxColourPreview.BackColor     = System.Drawing.Color.Transparent;
     this.cpbxColourPreview.Location      = new System.Drawing.Point(331, 12);
     this.cpbxColourPreview.Name          = "cpbxColourPreview";
     this.cpbxColourPreview.Size          = new System.Drawing.Size(163, 163);
     this.cpbxColourPreview.TabIndex      = 1;
     this.cpbxColourPreview.TabStop       = false;
     this.cpbxColourPreview.ToolTipValues = null;
     //
     // cwColourPicker
     //
     this.cwColourPicker.BackColor      = System.Drawing.Color.Transparent;
     this.cwColourPicker.Location       = new System.Drawing.Point(12, 12);
     this.cwColourPicker.Name           = "cwColourPicker";
     this.cwColourPicker.Size           = new System.Drawing.Size(163, 163);
     this.cwColourPicker.TabIndex       = 0;
     this.cwColourPicker.ColourChanged += new System.EventHandler(this.cwColourPicker_ColourChanged);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 197);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(506, 3);
     this.panel1.TabIndex  = 2;
     //
     // kryptonGreenValueLabel1
     //
     this.kryptonGreenValueLabel1.ExtraText                    = "Green";
     this.kryptonGreenValueLabel1.GreenValue                   = 0;
     this.kryptonGreenValueLabel1.Location                     = new System.Drawing.Point(212, 80);
     this.kryptonGreenValueLabel1.Name                         = "kryptonGreenValueLabel1";
     this.kryptonGreenValueLabel1.ShowColon                    = false;
     this.kryptonGreenValueLabel1.ShowCurrentColourValue       = true;
     this.kryptonGreenValueLabel1.Size                         = new System.Drawing.Size(74, 21);
     this.kryptonGreenValueLabel1.StateCommon.LongText.Color1  = System.Drawing.Color.Green;
     this.kryptonGreenValueLabel1.StateCommon.LongText.Color2  = System.Drawing.Color.Green;
     this.kryptonGreenValueLabel1.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonGreenValueLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Green;
     this.kryptonGreenValueLabel1.StateCommon.ShortText.Color2 = System.Drawing.Color.Green;
     this.kryptonGreenValueLabel1.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonGreenValueLabel1.TabIndex                     = 3;
     this.kryptonGreenValueLabel1.Typeface                     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonGreenValueLabel1.UseAccessibleUI              = false;
     this.kryptonGreenValueLabel1.Values.Text                  = "Green: 0";
     //
     // KryptonBasicColourDialog
     //
     this.AcceptButton = this.kbtnOk;
     this.CancelButton = this.kbtnCancel;
     this.ClientSize   = new System.Drawing.Size(506, 244);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.kpnlButtons);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonBasicColourDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Colour Dialog";
     this.Load           += new System.EventHandler(this.KryptonBasicColourDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).EndInit();
     this.kpnlButtons.ResumeLayout(false);
     this.kpnlButtons.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbxColourPreview)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonColourPickerDialog));
     this.kryptonPanel1              = new Krypton.Toolkit.KryptonPanel();
     this.kbtnSavePalette            = new Krypton.Toolkit.KryptonButton();
     this.kbtnLoadPalette            = new Krypton.Toolkit.KryptonButton();
     this.cgColours                  = new Cyotek.Windows.Forms.ColorGrid();
     this.cpbColourPreview           = new Krypton.Toolkit.Suite.Extended.Base.CircularPictureBox();
     this.kryptonPanel2              = new Krypton.Toolkit.KryptonPanel();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.kryptonCancelDialogButton1 = new Krypton.Toolkit.Suite.Extended.Dialogs.KryptonCancelDialogButton();
     this.kryptonOKDialogButton1     = new Krypton.Toolkit.Suite.Extended.Dialogs.KryptonOKDialogButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbColourPreview)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnSavePalette);
     this.kryptonPanel1.Controls.Add(this.kbtnLoadPalette);
     this.kryptonPanel1.Controls.Add(this.cgColours);
     this.kryptonPanel1.Controls.Add(this.cpbColourPreview);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(574, 491);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnSavePalette
     //
     this.kbtnSavePalette.AutoSize     = true;
     this.kbtnSavePalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnSavePalette.Location     = new System.Drawing.Point(40, 252);
     this.kbtnSavePalette.Name         = "kbtnSavePalette";
     this.kbtnSavePalette.Size         = new System.Drawing.Size(22, 22);
     this.kbtnSavePalette.TabIndex     = 4;
     this.kbtnSavePalette.ToolTipValues.Description = "Save current custom palette for futre use.";
     this.kbtnSavePalette.Values.Image = global::Krypton.Toolkit.Suite.Extended.Dialogs.Properties.Resources.palette_save;
     this.kbtnSavePalette.Values.Text  = "";
     this.kbtnSavePalette.Click       += new System.EventHandler(this.kbtnSavePalette_Click);
     //
     // kbtnLoadPalette
     //
     this.kbtnLoadPalette.AutoSize     = true;
     this.kbtnLoadPalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnLoadPalette.Location     = new System.Drawing.Point(12, 252);
     this.kbtnLoadPalette.Name         = "kbtnLoadPalette";
     this.kbtnLoadPalette.Size         = new System.Drawing.Size(22, 22);
     this.kbtnLoadPalette.TabIndex     = 1;
     this.kbtnLoadPalette.ToolTipValues.Description = "Load a custom palette.";
     this.kbtnLoadPalette.ToolTipValues.Heading     = "Load Custom Palette";
     this.kbtnLoadPalette.ToolTipValues.Image       = global::Krypton.Toolkit.Suite.Extended.Dialogs.Properties.Resources.palette_load;
     this.kbtnLoadPalette.Values.Image = global::Krypton.Toolkit.Suite.Extended.Dialogs.Properties.Resources.palette_load;
     this.kbtnLoadPalette.Values.Text  = "";
     this.kbtnLoadPalette.Click       += new System.EventHandler(this.kbtnLoadPalette_Click);
     //
     // cgColours
     //
     this.cgColours.BackColor     = System.Drawing.Color.Transparent;
     this.cgColours.Location      = new System.Drawing.Point(12, 280);
     this.cgColours.Name          = "cgColours";
     this.cgColours.Size          = new System.Drawing.Size(247, 165);
     this.cgColours.TabIndex      = 3;
     this.cgColours.EditingColor += new System.EventHandler <Cyotek.Windows.Forms.EditColorCancelEventArgs>(this.cgColours_EditingColor);
     //
     // cpbColourPreview
     //
     this.cpbColourPreview.BackColor     = System.Drawing.SystemColors.Control;
     this.cpbColourPreview.Location      = new System.Drawing.Point(443, 252);
     this.cpbColourPreview.Name          = "cpbColourPreview";
     this.cpbColourPreview.Size          = new System.Drawing.Size(119, 119);
     this.cpbColourPreview.TabIndex      = 2;
     this.cpbColourPreview.TabStop       = false;
     this.cpbColourPreview.ToolTipValues = null;
     this.cpbColourPreview.Paint        += new System.Windows.Forms.PaintEventHandler(this.cpbColourPreview_Paint);
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kryptonOKDialogButton1);
     this.kryptonPanel2.Controls.Add(this.kryptonCancelDialogButton1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 454);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(574, 37);
     this.kryptonPanel2.TabIndex = 1;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 451);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(574, 3);
     this.panel1.TabIndex  = 2;
     //
     // kryptonCancelDialogButton1
     //
     this.kryptonCancelDialogButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kryptonCancelDialogButton1.Location     = new System.Drawing.Point(472, 6);
     this.kryptonCancelDialogButton1.Name         = "kryptonCancelDialogButton1";
     this.kryptonCancelDialogButton1.ParentWindow = this;
     this.kryptonCancelDialogButton1.Size         = new System.Drawing.Size(90, 25);
     this.kryptonCancelDialogButton1.TabIndex     = 0;
     this.kryptonCancelDialogButton1.Values.Text  = "C&ancel";
     //
     // kryptonOKDialogButton1
     //
     this.kryptonOKDialogButton1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kryptonOKDialogButton1.Location     = new System.Drawing.Point(376, 6);
     this.kryptonOKDialogButton1.Name         = "kryptonOKDialogButton1";
     this.kryptonOKDialogButton1.ParentWindow = this;
     this.kryptonOKDialogButton1.Size         = new System.Drawing.Size(90, 25);
     this.kryptonOKDialogButton1.TabIndex     = 3;
     this.kryptonOKDialogButton1.Values.Text  = "&OK";
     //
     // KryptonColourPickerDialog
     //
     this.ClientSize = new System.Drawing.Size(574, 491);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonColourPickerDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Colour Picker";
     this.Load           += new System.EventHandler(this.KryptonColourPickerDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbColourPreview)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 4
0
 private void InitializeComponent()
 {
     this.kryptonPanelExtended1      = new Krypton.Toolkit.Suite.Extended.Standard.Controls.KryptonPanelExtended();
     this.kryptonOKDialogButton1     = new Krypton.Toolkit.Suite.Extended.Dialogs.KryptonOKDialogButton();
     this.kryptonCancelDialogButton1 = new Krypton.Toolkit.Suite.Extended.Dialogs.KryptonCancelDialogButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.kryptonPanelExtended2   = new Krypton.Toolkit.Suite.Extended.Standard.Controls.KryptonPanelExtended();
     this.kryptonTypefaceExample1 = new Krypton.Toolkit.Suite.Extended.Base.KryptonTypefaceExample();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelExtended1)).BeginInit();
     this.kryptonPanelExtended1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelExtended2)).BeginInit();
     this.kryptonPanelExtended2.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanelExtended1
     //
     this.kryptonPanelExtended1.Controls.Add(this.kryptonOKDialogButton1);
     this.kryptonPanelExtended1.Controls.Add(this.kryptonCancelDialogButton1);
     this.kryptonPanelExtended1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanelExtended1.Image    = null;
     this.kryptonPanelExtended1.Location = new System.Drawing.Point(0, 373);
     this.kryptonPanelExtended1.Name     = "kryptonPanelExtended1";
     this.kryptonPanelExtended1.Size     = new System.Drawing.Size(551, 46);
     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 = 0;
     //
     // kryptonOKDialogButton1
     //
     this.kryptonOKDialogButton1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kryptonOKDialogButton1.Location     = new System.Drawing.Point(353, 9);
     this.kryptonOKDialogButton1.Name         = "kryptonOKDialogButton1";
     this.kryptonOKDialogButton1.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonOKDialogButton1.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonOKDialogButton1.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonOKDialogButton1.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonOKDialogButton1.Size = new System.Drawing.Size(90, 25);
     this.kryptonOKDialogButton1.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonOKDialogButton1.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonOKDialogButton1.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonOKDialogButton1.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonOKDialogButton1.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonOKDialogButton1.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonOKDialogButton1.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonOKDialogButton1.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonOKDialogButton1.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonOKDialogButton1.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonOKDialogButton1.TabIndex    = 1;
     this.kryptonOKDialogButton1.Values.Text = "&OK";
     //
     // kryptonCancelDialogButton1
     //
     this.kryptonCancelDialogButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kryptonCancelDialogButton1.Location     = new System.Drawing.Point(449, 9);
     this.kryptonCancelDialogButton1.Name         = "kryptonCancelDialogButton1";
     this.kryptonCancelDialogButton1.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonCancelDialogButton1.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonCancelDialogButton1.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonCancelDialogButton1.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonCancelDialogButton1.Size = new System.Drawing.Size(90, 25);
     this.kryptonCancelDialogButton1.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonCancelDialogButton1.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonCancelDialogButton1.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonCancelDialogButton1.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonCancelDialogButton1.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonCancelDialogButton1.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonCancelDialogButton1.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonCancelDialogButton1.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonCancelDialogButton1.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kryptonCancelDialogButton1.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     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, 370);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(551, 3);
     this.panel1.TabIndex  = 1;
     //
     // kryptonPanelExtended2
     //
     this.kryptonPanelExtended2.Controls.Add(this.kryptonTypefaceExample1);
     this.kryptonPanelExtended2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanelExtended2.Image    = null;
     this.kryptonPanelExtended2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanelExtended2.Name     = "kryptonPanelExtended2";
     this.kryptonPanelExtended2.Size     = new System.Drawing.Size(551, 370);
     this.kryptonPanelExtended2.StateCommonBackGroundColourOne   = System.Drawing.Color.Empty;
     this.kryptonPanelExtended2.StateCommonBackGroundColourTwo   = System.Drawing.Color.Empty;
     this.kryptonPanelExtended2.StateDisabledBackGroundColourOne = System.Drawing.Color.Empty;
     this.kryptonPanelExtended2.StateDisabledBackGroundColourTwo = System.Drawing.Color.Empty;
     this.kryptonPanelExtended2.StateNormalBackGroundColourOne   = System.Drawing.Color.Empty;
     this.kryptonPanelExtended2.StateNormalBackGroundColourTwo   = System.Drawing.Color.Empty;
     this.kryptonPanelExtended2.TabIndex = 2;
     //
     // kryptonTypefaceExample1
     //
     this.kryptonTypefaceExample1.BackColor  = System.Drawing.Color.Transparent;
     this.kryptonTypefaceExample1.HeaderText = "Sample Typeface";
     this.kryptonTypefaceExample1.Location   = new System.Drawing.Point(280, 196);
     this.kryptonTypefaceExample1.Name       = "kryptonTypefaceExample1";
     this.kryptonTypefaceExample1.SampleText = "AaBbCc123#+*-";
     this.kryptonTypefaceExample1.Size       = new System.Drawing.Size(259, 168);
     this.kryptonTypefaceExample1.TabIndex   = 3;
     //
     // KryptonTypefaceDialog
     //
     this.AcceptButton = this.kryptonOKDialogButton1;
     this.CancelButton = this.kryptonCancelDialogButton1;
     this.ClientSize   = new System.Drawing.Size(551, 419);
     this.Controls.Add(this.kryptonPanelExtended2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanelExtended1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonTypefaceDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Typeface";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelExtended1)).EndInit();
     this.kryptonPanelExtended1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelExtended2)).EndInit();
     this.kryptonPanelExtended2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonPaletteColourMixerBasic));
     this.kpnlButtons      = new Krypton.Toolkit.KryptonPanel();
     this.panel1           = new System.Windows.Forms.Panel();
     this.kryptonPanel1    = new Krypton.Toolkit.KryptonPanel();
     this.cpbColourPreview = new Krypton.Toolkit.Suite.Extended.Base.CircularPictureBox();
     this.kbtnOk           = new Krypton.Toolkit.Suite.Extended.Dialogs.KryptonOKDialogButton();
     this.kbtnCancel       = new Krypton.Toolkit.Suite.Extended.Dialogs.KryptonCancelDialogButton();
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).BeginInit();
     this.kpnlButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbColourPreview)).BeginInit();
     this.SuspendLayout();
     //
     // kpnlButtons
     //
     this.kpnlButtons.Controls.Add(this.kbtnOk);
     this.kpnlButtons.Controls.Add(this.kbtnCancel);
     this.kpnlButtons.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kpnlButtons.Location = new System.Drawing.Point(0, 217);
     this.kpnlButtons.Name     = "kpnlButtons";
     this.kpnlButtons.Size     = new System.Drawing.Size(629, 44);
     this.kpnlButtons.TabIndex = 4;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 214);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(629, 3);
     this.panel1.TabIndex  = 6;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.cpbColourPreview);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(629, 214);
     this.kryptonPanel1.TabIndex = 7;
     //
     // cpbColourPreview
     //
     this.cpbColourPreview.BackColor     = System.Drawing.SystemColors.Control;
     this.cpbColourPreview.Location      = new System.Drawing.Point(12, 12);
     this.cpbColourPreview.Name          = "cpbColourPreview";
     this.cpbColourPreview.Size          = new System.Drawing.Size(196, 196);
     this.cpbColourPreview.TabIndex      = 8;
     this.cpbColourPreview.TabStop       = false;
     this.cpbColourPreview.ToolTipValues = null;
     //
     // 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(431, 7);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, 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("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.TabIndex    = 2;
     this.kbtnOk.Values.Text = "&OK";
     //
     // kbtnCancel
     //
     this.kbtnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(527, 7);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, 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("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex    = 2;
     this.kbtnCancel.Values.Text = "C&ancel";
     //
     // KryptonPaletteColourMixerBasic
     //
     this.ClientSize = new System.Drawing.Size(629, 261);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kpnlButtons);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonPaletteColourMixerBasic";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Basic Colour Mixer";
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).EndInit();
     this.kpnlButtons.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cpbColourPreview)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonColourDetailsDialog));
     this.kpnlButtons                  = new Krypton.Toolkit.KryptonPanel();
     this.kbtnOk                       = new Krypton.Toolkit.Suite.Extended.Dialogs.KryptonOKDialogButton();
     this.kbtnCancel                   = new Krypton.Toolkit.Suite.Extended.Dialogs.KryptonCancelDialogButton();
     this.panel1                       = new System.Windows.Forms.Panel();
     this.kryptonPanel1                = new Krypton.Toolkit.KryptonPanel();
     this.txtHexColour                 = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ColourHexadecimalTextBox();
     this.kryptonLabel7                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonAlphaValueLabel1      = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonAlphaValueLabel();
     this.kryptonBlueValueNumericBox2  = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonBlueValueNumericBox();
     this.kryptonLabel8                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel9                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonRedValueNumericBox2   = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonRedValueNumericBox();
     this.kryptonGreenValueNumericBox2 = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonGreenValueNumericBox();
     this.kryptonLabel10               = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel11               = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel6                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonBlueValueNumericBox1  = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonBlueValueNumericBox();
     this.kryptonLabel5                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel4                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonRedValueNumericBox1   = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonRedValueNumericBox();
     this.kryptonGreenValueNumericBox1 = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonGreenValueNumericBox();
     this.kryptonLabel3                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonAlphaValueNumericBox1 = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.KryptonAlphaValueNumericBox();
     this.kryptonLabel2                = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1                = new Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).BeginInit();
     this.kpnlButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // kpnlButtons
     //
     this.kpnlButtons.Controls.Add(this.kbtnOk);
     this.kpnlButtons.Controls.Add(this.kbtnCancel);
     this.kpnlButtons.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kpnlButtons.Location = new System.Drawing.Point(0, 128);
     this.kpnlButtons.Name     = "kpnlButtons";
     this.kpnlButtons.Size     = new System.Drawing.Size(518, 44);
     this.kpnlButtons.TabIndex = 1;
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Location     = new System.Drawing.Point(320, 7);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.Size = new System.Drawing.Size(90, 25);
     this.kbtnOk.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnOk.TabIndex    = 2;
     this.kbtnOk.Values.Text = "&OK";
     //
     // kbtnCancel
     //
     this.kbtnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(416, 7);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.OverrideDefault.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideDefault.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideFocus.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.OverrideFocus.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.Size = new System.Drawing.Size(90, 25);
     this.kbtnCancel.StateCommon.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateCommon.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateDisabled.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateDisabled.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateNormal.Content.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateNormal.Content.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StatePressed.Content.LongText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StatePressed.Content.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateTracking.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.StateTracking.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.kbtnCancel.TabIndex    = 2;
     this.kbtnCancel.Values.Text = "C&ancel";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 125);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(518, 3);
     this.panel1.TabIndex  = 3;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.txtHexColour);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel7);
     this.kryptonPanel1.Controls.Add(this.kryptonAlphaValueLabel1);
     this.kryptonPanel1.Controls.Add(this.kryptonBlueValueNumericBox2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel8);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel9);
     this.kryptonPanel1.Controls.Add(this.kryptonRedValueNumericBox2);
     this.kryptonPanel1.Controls.Add(this.kryptonGreenValueNumericBox2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel10);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel11);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel6);
     this.kryptonPanel1.Controls.Add(this.kryptonBlueValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel5);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel4);
     this.kryptonPanel1.Controls.Add(this.kryptonRedValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonGreenValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel1.Controls.Add(this.kryptonAlphaValueNumericBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(518, 125);
     this.kryptonPanel1.TabIndex = 4;
     //
     // txtHexColour
     //
     this.txtHexColour.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtHexColour.Colour    = System.Drawing.Color.Empty;
     this.txtHexColour.Hint      = "000000";
     this.txtHexColour.Location  = new System.Drawing.Point(173, 88);
     this.txtHexColour.MaxLength = 6;
     this.txtHexColour.Name      = "txtHexColour";
     this.txtHexColour.Size      = new System.Drawing.Size(100, 24);
     this.txtHexColour.StateCommon.Content.Font  = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHexColour.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.txtHexColour.TabIndex = 5;
     //
     // kryptonLabel7
     //
     this.kryptonLabel7.Location = new System.Drawing.Point(387, 52);
     this.kryptonLabel7.Name     = "kryptonLabel7";
     this.kryptonLabel7.Size     = new System.Drawing.Size(17, 21);
     this.kryptonLabel7.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel7.TabIndex    = 17;
     this.kryptonLabel7.Values.Text = ")";
     //
     // kryptonAlphaValueLabel1
     //
     this.kryptonAlphaValueLabel1.AlphaValue                 = 255;
     this.kryptonAlphaValueLabel1.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.kryptonAlphaValueLabel1.ExtraText                  = "Alpha Value";
     this.kryptonAlphaValueLabel1.Location                   = new System.Drawing.Point(13, 83);
     this.kryptonAlphaValueLabel1.Name                       = "kryptonAlphaValueLabel1";
     this.kryptonAlphaValueLabel1.ShowColon                  = false;
     this.kryptonAlphaValueLabel1.ShowCurrentColourValue     = false;
     this.kryptonAlphaValueLabel1.Size                       = new System.Drawing.Size(110, 26);
     this.kryptonAlphaValueLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.TabIndex                   = 6;
     this.kryptonAlphaValueLabel1.Typeface                   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.kryptonAlphaValueLabel1.Values.Text                = "Alpha Value:";
     //
     // kryptonBlueValueNumericBox2
     //
     this.kryptonBlueValueNumericBox2.Location = new System.Drawing.Point(307, 52);
     this.kryptonBlueValueNumericBox2.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonBlueValueNumericBox2.Name = "kryptonBlueValueNumericBox2";
     this.kryptonBlueValueNumericBox2.Size = new System.Drawing.Size(74, 22);
     this.kryptonBlueValueNumericBox2.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.kryptonBlueValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonBlueValueNumericBox2.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonBlueValueNumericBox2.TabIndex        = 16;
     this.kryptonBlueValueNumericBox2.Typeface        = null;
     this.kryptonBlueValueNumericBox2.UseAccessibleUI = false;
     //
     // kryptonLabel8
     //
     this.kryptonLabel8.Location = new System.Drawing.Point(285, 52);
     this.kryptonLabel8.Name     = "kryptonLabel8";
     this.kryptonLabel8.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel8.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel8.TabIndex    = 15;
     this.kryptonLabel8.Values.Text = ",";
     //
     // kryptonLabel9
     //
     this.kryptonLabel9.Location = new System.Drawing.Point(183, 52);
     this.kryptonLabel9.Name     = "kryptonLabel9";
     this.kryptonLabel9.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel9.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel9.TabIndex    = 14;
     this.kryptonLabel9.Values.Text = ",";
     //
     // kryptonRedValueNumericBox2
     //
     this.kryptonRedValueNumericBox2.Location = new System.Drawing.Point(103, 52);
     this.kryptonRedValueNumericBox2.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonRedValueNumericBox2.Name = "kryptonRedValueNumericBox2";
     this.kryptonRedValueNumericBox2.Size = new System.Drawing.Size(74, 22);
     this.kryptonRedValueNumericBox2.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.kryptonRedValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonRedValueNumericBox2.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonRedValueNumericBox2.TabIndex        = 13;
     this.kryptonRedValueNumericBox2.Typeface        = null;
     this.kryptonRedValueNumericBox2.UseAccessibleUI = false;
     //
     // kryptonGreenValueNumericBox2
     //
     this.kryptonGreenValueNumericBox2.Location = new System.Drawing.Point(205, 52);
     this.kryptonGreenValueNumericBox2.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonGreenValueNumericBox2.Name = "kryptonGreenValueNumericBox2";
     this.kryptonGreenValueNumericBox2.Size = new System.Drawing.Size(74, 22);
     this.kryptonGreenValueNumericBox2.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.kryptonGreenValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonGreenValueNumericBox2.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonGreenValueNumericBox2.TabIndex        = 12;
     this.kryptonGreenValueNumericBox2.Typeface        = null;
     this.kryptonGreenValueNumericBox2.UseAccessibleUI = false;
     //
     // kryptonLabel10
     //
     this.kryptonLabel10.Location = new System.Drawing.Point(80, 52);
     this.kryptonLabel10.Name     = "kryptonLabel10";
     this.kryptonLabel10.Size     = new System.Drawing.Size(17, 21);
     this.kryptonLabel10.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel10.TabIndex    = 11;
     this.kryptonLabel10.Values.Text = "(";
     //
     // kryptonLabel11
     //
     this.kryptonLabel11.Location = new System.Drawing.Point(23, 52);
     this.kryptonLabel11.Name     = "kryptonLabel11";
     this.kryptonLabel11.Size     = new System.Drawing.Size(51, 21);
     this.kryptonLabel11.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel11.TabIndex    = 10;
     this.kryptonLabel11.Values.Text = "RGB:";
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.Location = new System.Drawing.Point(489, 13);
     this.kryptonLabel6.Name     = "kryptonLabel6";
     this.kryptonLabel6.Size     = new System.Drawing.Size(17, 21);
     this.kryptonLabel6.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel6.TabIndex    = 9;
     this.kryptonLabel6.Values.Text = ")";
     //
     // kryptonBlueValueNumericBox1
     //
     this.kryptonBlueValueNumericBox1.Location = new System.Drawing.Point(409, 13);
     this.kryptonBlueValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonBlueValueNumericBox1.Name = "kryptonBlueValueNumericBox1";
     this.kryptonBlueValueNumericBox1.Size = new System.Drawing.Size(74, 22);
     this.kryptonBlueValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.kryptonBlueValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonBlueValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonBlueValueNumericBox1.TabIndex        = 8;
     this.kryptonBlueValueNumericBox1.Typeface        = null;
     this.kryptonBlueValueNumericBox1.UseAccessibleUI = false;
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.Location = new System.Drawing.Point(387, 13);
     this.kryptonLabel5.Name     = "kryptonLabel5";
     this.kryptonLabel5.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel5.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel5.TabIndex    = 7;
     this.kryptonLabel5.Values.Text = ",";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(285, 13);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex    = 6;
     this.kryptonLabel4.Values.Text = ",";
     //
     // kryptonRedValueNumericBox1
     //
     this.kryptonRedValueNumericBox1.Location = new System.Drawing.Point(205, 13);
     this.kryptonRedValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonRedValueNumericBox1.Name = "kryptonRedValueNumericBox1";
     this.kryptonRedValueNumericBox1.Size = new System.Drawing.Size(74, 22);
     this.kryptonRedValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.kryptonRedValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonRedValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonRedValueNumericBox1.TabIndex        = 5;
     this.kryptonRedValueNumericBox1.Typeface        = null;
     this.kryptonRedValueNumericBox1.UseAccessibleUI = false;
     //
     // kryptonGreenValueNumericBox1
     //
     this.kryptonGreenValueNumericBox1.Location = new System.Drawing.Point(307, 13);
     this.kryptonGreenValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonGreenValueNumericBox1.Name = "kryptonGreenValueNumericBox1";
     this.kryptonGreenValueNumericBox1.Size = new System.Drawing.Size(74, 22);
     this.kryptonGreenValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.kryptonGreenValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonGreenValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonGreenValueNumericBox1.TabIndex        = 4;
     this.kryptonGreenValueNumericBox1.Typeface        = null;
     this.kryptonGreenValueNumericBox1.UseAccessibleUI = false;
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(183, 13);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(16, 21);
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 3;
     this.kryptonLabel3.Values.Text = ",";
     //
     // kryptonAlphaValueNumericBox1
     //
     this.kryptonAlphaValueNumericBox1.Location = new System.Drawing.Point(103, 13);
     this.kryptonAlphaValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonAlphaValueNumericBox1.Name = "kryptonAlphaValueNumericBox1";
     this.kryptonAlphaValueNumericBox1.Size = new System.Drawing.Size(74, 22);
     this.kryptonAlphaValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.White;
     this.kryptonAlphaValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.Black;
     this.kryptonAlphaValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonAlphaValueNumericBox1.TabIndex = 2;
     this.kryptonAlphaValueNumericBox1.Typeface = null;
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(80, 13);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(17, 21);
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 1;
     this.kryptonLabel2.Values.Text = "(";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(13, 13);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(61, 21);
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 0;
     this.kryptonLabel1.Values.Text = "ARGB:";
     //
     // KryptonColourDetailsDialog
     //
     this.ClientSize = new System.Drawing.Size(518, 172);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kpnlButtons);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonColourDetailsDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Colour Details";
     this.Load           += new System.EventHandler(this.KryptonColourDetailsDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kpnlButtons)).EndInit();
     this.kpnlButtons.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
 }