private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonColourPickerDialog)); this.kryptonPanel1 = new Krypton.Toolkit.KryptonPanel(); this.kdbtnOk = new Krypton.Toolkit.Suite.Extended.Base.KryptonOKDialogButton(); this.kdbtnCancel = new Krypton.Toolkit.Suite.Extended.Base.KryptonCancelDialogButton(); this.kryptonPanel2 = new Krypton.Toolkit.KryptonPanel(); this.kbtnSavePalette = new Krypton.Toolkit.KryptonButton(); this.kbtnLoadPalette = new Krypton.Toolkit.KryptonButton(); this.cpbColour = new Krypton.Toolkit.Suite.Extended.Base.CircularPictureBox(); this.cgColour = new Cyotek.Windows.Forms.ColorGrid(); this.scpColour = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ScreenColourPickerControl(); this.ceColour = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ColourEditor(); this.cwColour = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ColourWheelControl(); this.panel1 = new System.Windows.Forms.Panel(); this.cem = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ColourEditorManager(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit(); this.kryptonPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit(); this.kryptonPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cpbColour)).BeginInit(); this.SuspendLayout(); // // kryptonPanel1 // this.kryptonPanel1.Controls.Add(this.kdbtnOk); this.kryptonPanel1.Controls.Add(this.kdbtnCancel); this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.kryptonPanel1.Location = new System.Drawing.Point(0, 411); this.kryptonPanel1.Name = "kryptonPanel1"; this.kryptonPanel1.Size = new System.Drawing.Size(644, 43); this.kryptonPanel1.TabIndex = 0; // // kdbtnOk // this.kdbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.kdbtnOk.Location = new System.Drawing.Point(446, 6); this.kdbtnOk.Name = "kdbtnOk"; this.kdbtnOk.ParentWindow = null; this.kdbtnOk.Size = new System.Drawing.Size(90, 25); this.kdbtnOk.TabIndex = 3; this.kdbtnOk.Values.Text = "&OK"; this.kdbtnOk.Click += new System.EventHandler(this.kdbtnOk_Click); // // kdbtnCancel // this.kdbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.kdbtnCancel.Location = new System.Drawing.Point(542, 6); this.kdbtnCancel.Name = "kdbtnCancel"; this.kdbtnCancel.ParentWindow = null; this.kdbtnCancel.Size = new System.Drawing.Size(90, 25); this.kdbtnCancel.TabIndex = 3; this.kdbtnCancel.Values.Text = "C&ancel"; this.kdbtnCancel.Click += new System.EventHandler(this.kdbtnCancel_Click); // // kryptonPanel2 // this.kryptonPanel2.Controls.Add(this.kbtnSavePalette); this.kryptonPanel2.Controls.Add(this.kbtnLoadPalette); this.kryptonPanel2.Controls.Add(this.cpbColour); this.kryptonPanel2.Controls.Add(this.cgColour); this.kryptonPanel2.Controls.Add(this.scpColour); this.kryptonPanel2.Controls.Add(this.ceColour); this.kryptonPanel2.Controls.Add(this.cwColour); 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(644, 411); this.kryptonPanel2.TabIndex = 1; // // kbtnSavePalette // this.kbtnSavePalette.AutoSize = true; this.kbtnSavePalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.kbtnSavePalette.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.kbtnSavePalette.Location = new System.Drawing.Point(40, 203); this.kbtnSavePalette.Name = "kbtnSavePalette"; this.kbtnSavePalette.Size = new System.Drawing.Size(22, 22); this.kbtnSavePalette.TabIndex = 4; this.kbtnSavePalette.ToolTipValues.Description = "Save a custom palette."; this.kbtnSavePalette.ToolTipValues.EnableToolTips = true; this.kbtnSavePalette.ToolTipValues.Heading = "Save Palette"; this.kbtnSavePalette.ToolTipValues.Image = global::Krypton.Toolkit.Suite.Extended.Drawing.Suite.Properties.Resources.palette_save; this.kbtnSavePalette.Values.Image = global::Krypton.Toolkit.Suite.Extended.Drawing.Suite.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.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.kbtnLoadPalette.Location = new System.Drawing.Point(12, 203); this.kbtnLoadPalette.Name = "kbtnLoadPalette"; this.kbtnLoadPalette.Size = new System.Drawing.Size(22, 22); this.kbtnLoadPalette.TabIndex = 3; this.kbtnLoadPalette.ToolTipValues.Description = "Load a custom palette."; this.kbtnLoadPalette.ToolTipValues.EnableToolTips = true; this.kbtnLoadPalette.ToolTipValues.Heading = "Load Palette"; this.kbtnLoadPalette.ToolTipValues.Image = global::Krypton.Toolkit.Suite.Extended.Drawing.Suite.Properties.Resources.palette_load; this.kbtnLoadPalette.Values.Image = global::Krypton.Toolkit.Suite.Extended.Drawing.Suite.Properties.Resources.palette_load; this.kbtnLoadPalette.Values.Text = ""; this.kbtnLoadPalette.Click += new System.EventHandler(this.kbtnLoadPalette_Click); // // cpbColour // this.cpbColour.BackColor = System.Drawing.Color.Transparent; this.cpbColour.Location = new System.Drawing.Point(458, 12); this.cpbColour.Name = "cpbColour"; this.cpbColour.Size = new System.Drawing.Size(174, 167); this.cpbColour.TabIndex = 3; this.cpbColour.TabStop = false; this.cpbColour.ToolTipValues = null; // // cgColour // this.cgColour.BackColor = System.Drawing.Color.Transparent; this.cgColour.Location = new System.Drawing.Point(12, 231); this.cgColour.Name = "cgColour"; this.cgColour.Size = new System.Drawing.Size(247, 165); this.cgColour.TabIndex = 3; this.cgColour.EditingColor += new System.EventHandler <Cyotek.Windows.Forms.EditColorCancelEventArgs>(this.cgColour_EditingColor); this.cgColour.ColorChanged += new System.EventHandler(this.cgColour_ColorChanged); // // scpColour // this.scpColour.Colour = System.Drawing.Color.Empty; this.scpColour.Image = global::Krypton.Toolkit.Suite.Extended.Drawing.Suite.Properties.Resources.eyedropper; this.scpColour.Location = new System.Drawing.Point(267, 261); this.scpColour.Name = "scpColour"; this.scpColour.Size = new System.Drawing.Size(185, 135); // // ceColour // this.ceColour.BackColor = System.Drawing.Color.Transparent; this.ceColour.Location = new System.Drawing.Point(267, 12); this.ceColour.Name = "ceColour"; this.ceColour.Size = new System.Drawing.Size(185, 243); this.ceColour.TabIndex = 3; // // cwColour // this.cwColour.BackColor = System.Drawing.Color.Transparent; this.cwColour.Location = new System.Drawing.Point(12, 12); this.cwColour.Name = "cwColour"; this.cwColour.Size = new System.Drawing.Size(249, 183); this.cwColour.TabIndex = 0; this.cwColour.ColourChanged += new System.EventHandler(this.cwColour_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, 408); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(644, 3); this.panel1.TabIndex = 2; // // cem // this.cem.Color = System.Drawing.Color.Empty; this.cem.ColourEditor = this.ceColour; this.cem.ColourWheel = this.cwColour; this.cem.ColorChanged += new System.EventHandler(this.cem_ColorChanged); this.cem.ColourChanged += new System.EventHandler(this.cem_ColourChanged); // // KryptonColourPickerDialog // this.AcceptButton = this.kdbtnOk; this.CancelButton = this.kdbtnCancel; this.ClientSize = new System.Drawing.Size(644, 454); 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.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.cpbColour)).EndInit(); this.ResumeLayout(false); }
private void InitializeComponent() { this.kryptonPanel1 = new Krypton.Toolkit.KryptonPanel(); this.kryptonOKDialogButton1 = new Krypton.Toolkit.Suite.Extended.Base.KryptonOKDialogButton(); this.kryptonCancelDialogButton1 = new Krypton.Toolkit.Suite.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.Suite.Extended.Base.KryptonKnobControl(); this.kkcGreen = new Krypton.Toolkit.Suite.Extended.Base.KryptonKnobControl(); this.kkcRed = new Krypton.Toolkit.Suite.Extended.Base.KryptonKnobControl(); this.cpbSelectedColour = new Krypton.Toolkit.Suite.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.Suite.Extended.Drawing.Suite.ColourWheelControl(); this.scp = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ScreenColourPickerControl(); this.klblGreen = new Krypton.Toolkit.KryptonLabel(); this.klblBlue = new Krypton.Toolkit.KryptonLabel(); this.klblRed = new Krypton.Toolkit.KryptonLabel(); this.cem = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.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.Suite.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.Suite.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.Suite.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.Suite.Extended.Drawing.Suite.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); }