private void InitializeComponent() { this.kpnlMain = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.kbtnSaveColourPalette = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.kbtnLoadColourPalette = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.scpPicker = new ExtendedColourControls.ScreenColourPicker(); this.ceColour = new ExtendedColourControls.ColourEditor(); this.ceEditor = new Cyotek.Windows.Forms.ColorEditor(); this.kbtnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.kbtnOk = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.cbColourPreview = new KryptonToolkitSuiteExtendedCore.CircularPictureBox(); this.cwColourPicker = new ExtendedColourControls.ColourWheel(); this.cgColourPalette = new Cyotek.Windows.Forms.ColorGrid(); this.cem = new ExtendedColourControls.ColourEditorManager(); ((System.ComponentModel.ISupportInitialize)(this.kpnlMain)).BeginInit(); this.kpnlMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cbColourPreview)).BeginInit(); this.SuspendLayout(); // // kpnlMain // this.kpnlMain.Controls.Add(this.kbtnSaveColourPalette); this.kpnlMain.Controls.Add(this.kbtnLoadColourPalette); this.kpnlMain.Controls.Add(this.scpPicker); this.kpnlMain.Controls.Add(this.ceColour); this.kpnlMain.Controls.Add(this.ceEditor); this.kpnlMain.Controls.Add(this.kbtnCancel); this.kpnlMain.Controls.Add(this.kbtnOk); this.kpnlMain.Controls.Add(this.cbColourPreview); this.kpnlMain.Controls.Add(this.cwColourPicker); this.kpnlMain.Controls.Add(this.cgColourPalette); this.kpnlMain.Dock = System.Windows.Forms.DockStyle.Fill; this.kpnlMain.Location = new System.Drawing.Point(0, 0); this.kpnlMain.Name = "kpnlMain"; this.kpnlMain.Size = new System.Drawing.Size(643, 483); this.kpnlMain.TabIndex = 0; // // kbtnSaveColourPalette // this.kbtnSaveColourPalette.Location = new System.Drawing.Point(41, 300); this.kbtnSaveColourPalette.Name = "kbtnSaveColourPalette"; this.kbtnSaveColourPalette.Size = new System.Drawing.Size(23, 23); this.kbtnSaveColourPalette.TabIndex = 5; this.kbtnSaveColourPalette.Values.Image = global::ExtendedColourControls.Properties.Resources.palette_save; this.kbtnSaveColourPalette.Values.Text = ""; this.kbtnSaveColourPalette.Click += new System.EventHandler(this.KbtnSaveColourPalette_Click); // // kbtnLoadColourPalette // this.kbtnLoadColourPalette.Location = new System.Drawing.Point(12, 300); this.kbtnLoadColourPalette.Name = "kbtnLoadColourPalette"; this.kbtnLoadColourPalette.Size = new System.Drawing.Size(23, 23); this.kbtnLoadColourPalette.TabIndex = 1; this.kbtnLoadColourPalette.Values.Image = global::ExtendedColourControls.Properties.Resources.palette_load; this.kbtnLoadColourPalette.Values.Text = ""; this.kbtnLoadColourPalette.Click += new System.EventHandler(this.KbtnLoadColourPalette_Click); // // scpPicker // this.scpPicker.Colour = System.Drawing.Color.Empty; this.scpPicker.Image = global::ExtendedColourControls.Properties.Resources.eyedropper1; this.scpPicker.Location = new System.Drawing.Point(501, 164); this.scpPicker.Name = "scpPicker"; this.scpPicker.Size = new System.Drawing.Size(130, 129); // // ceColour // this.ceColour.BackColor = System.Drawing.Color.Transparent; this.ceColour.Location = new System.Drawing.Point(249, 20); this.ceColour.Name = "ceColour"; this.ceColour.Size = new System.Drawing.Size(246, 371); this.ceColour.TabIndex = 1; // // ceEditor // this.ceEditor.BackColor = System.Drawing.Color.Transparent; this.ceEditor.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ceEditor.Location = new System.Drawing.Point(249, 20); this.ceEditor.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.ceEditor.Name = "ceEditor"; this.ceEditor.Size = new System.Drawing.Size(246, 371); this.ceEditor.TabIndex = 1; this.ceEditor.Visible = false; // // kbtnCancel // this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.kbtnCancel.Location = new System.Drawing.Point(501, 64); this.kbtnCancel.Name = "kbtnCancel"; this.kbtnCancel.Size = new System.Drawing.Size(130, 38); this.kbtnCancel.StateCommon.Content.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kbtnCancel.TabIndex = 4; this.kbtnCancel.Values.Text = "C&ancel"; this.kbtnCancel.Click += new System.EventHandler(this.KbtnCancel_Click); // // kbtnOk // this.kbtnOk.Location = new System.Drawing.Point(501, 20); this.kbtnOk.Name = "kbtnOk"; this.kbtnOk.Size = new System.Drawing.Size(130, 38); this.kbtnOk.StateCommon.Content.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kbtnOk.TabIndex = 3; this.kbtnOk.Values.Text = "&Ok"; this.kbtnOk.Click += new System.EventHandler(this.KbtnOk_Click); // // cbColourPreview // this.cbColourPreview.BackColor = System.Drawing.SystemColors.Control; this.cbColourPreview.Location = new System.Drawing.Point(501, 341); this.cbColourPreview.Name = "cbColourPreview"; this.cbColourPreview.Size = new System.Drawing.Size(130, 130); this.cbColourPreview.TabIndex = 2; this.cbColourPreview.TabStop = false; this.cbColourPreview.Paint += new System.Windows.Forms.PaintEventHandler(this.CbColourPreview_Paint); // // cwColourPicker // this.cwColourPicker.BackColor = System.Drawing.Color.Transparent; this.cwColourPicker.Location = new System.Drawing.Point(12, 20); this.cwColourPicker.Name = "cwColourPicker"; this.cwColourPicker.Size = new System.Drawing.Size(231, 212); this.cwColourPicker.TabIndex = 1; // // cgColourPalette // this.cgColourPalette.AutoAddColors = false; this.cgColourPalette.BackColor = System.Drawing.Color.Transparent; this.cgColourPalette.CellSize = new System.Drawing.Size(11, 12); this.cgColourPalette.EditMode = Cyotek.Windows.Forms.ColorEditingMode.Both; this.cgColourPalette.Location = new System.Drawing.Point(12, 329); this.cgColourPalette.Name = "cgColourPalette"; this.cgColourPalette.SelectedCellStyle = Cyotek.Windows.Forms.ColorGridSelectedCellStyle.Standard; this.cgColourPalette.ShowCustomColors = false; this.cgColourPalette.Size = new System.Drawing.Size(231, 142); this.cgColourPalette.TabIndex = 1; this.cgColourPalette.EditingColor += new System.EventHandler <Cyotek.Windows.Forms.EditColorCancelEventArgs>(this.CgColourPalette_EditingColor); // // cem // this.cem.Color = System.Drawing.Color.Empty; this.cem.ColourEditor = this.ceColour; this.cem.ColourGrid = this.cgColourPalette; this.cem.ColourWheel = this.cwColourPicker; this.cem.ScreenColourPicker = this.scpPicker; this.cem.ColorChanged += new System.EventHandler(this.Cem_ColorChanged); this.cem.ColourChanged += new System.EventHandler(this.Cem_ColourChanged); // // ColourPickerDialog // this.AcceptButton = this.kbtnOk; this.CancelButton = this.kbtnCancel; this.ClientSize = new System.Drawing.Size(643, 483); this.Controls.Add(this.kpnlMain); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ColourPickerDialog"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Colour Picker"; this.Load += new System.EventHandler(this.ColourPickerDialog_Load); ((System.ComponentModel.ISupportInitialize)(this.kpnlMain)).EndInit(); this.kpnlMain.ResumeLayout(false); this.kpnlMain.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cbColourPreview)).EndInit(); this.ResumeLayout(false); }
private void InitializeComponent() { this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.kbtnOk = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.kbtnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.panel1 = new System.Windows.Forms.Panel(); this.kryptonPanel2 = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.kbtnSaveColourPalette = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.kbtnLoadColourPalette = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.knumBlue = new ExtendedColourControls.KryptonBlueValueNumericBox(); this.knumGreen = new ExtendedColourControls.KryptonGreenValueNumericBox(); this.knumNormalGreen = new ExtendedColourControls.KryptonAlphaValueNumericBox(); this.knumNormalBlue = new ExtendedColourControls.KryptonAlphaValueNumericBox(); this.knumRed = new ExtendedColourControls.KryptonRedValueNumericBox(); this.knumNormalRed = new ExtendedColourControls.KryptonAlphaValueNumericBox(); this.kryptonBlueValueLabel1 = new ExtendedColourControls.Controls.Labels.KryptonBlueValueLabel(); this.kryptonGreenValueLabel1 = new ExtendedColourControls.Controls.Labels.KryptonGreenValueLabel(); this.kryptonRedValueLabel1 = new ExtendedColourControls.Controls.Labels.KryptonRedValueLabel(); this.klblNormalBlue = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.klblNormalGreen = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.klblNormalRed = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.knumBrightness = new ExtendedColourControls.KryptonAlphaValueNumericBox(); this.knumHue = new ExtendedColourControls.KryptonAlphaValueNumericBox(); this.knumSaturation = new ExtendedColourControls.KryptonAlphaValueNumericBox(); this.knumAlpha = new ExtendedColourControls.KryptonAlphaValueNumericBox(); this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.ktbHexadecimalColourValue = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.cpbSelectedColour = new KryptonToolkitSuiteExtendedCore.CircularPictureBox(); this.cwColours = new ExtendedColourControls.ColourWheel(); this.kbtnCustomColours = new ComponentFactory.Krypton.Toolkit.KryptonButton(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit(); this.kryptonPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit(); this.kryptonPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cpbSelectedColour)).BeginInit(); this.SuspendLayout(); // // kryptonPanel1 // this.kryptonPanel1.Controls.Add(this.kbtnOk); this.kryptonPanel1.Controls.Add(this.kbtnCancel); this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.kryptonPanel1.Location = new System.Drawing.Point(0, 452); this.kryptonPanel1.Name = "kryptonPanel1"; this.kryptonPanel1.Size = new System.Drawing.Size(611, 48); this.kryptonPanel1.TabIndex = 1; // // kbtnOk // this.kbtnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.kbtnOk.Location = new System.Drawing.Point(405, 8); this.kbtnOk.Name = "kbtnOk"; this.kbtnOk.Size = new System.Drawing.Size(94, 28); this.kbtnOk.StateCommon.Content.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kbtnOk.TabIndex = 1; this.kbtnOk.Values.Text = "&Ok"; this.kbtnOk.Click += new System.EventHandler(this.KbtnOk_Click); // // kbtnCancel // this.kbtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.kbtnCancel.Location = new System.Drawing.Point(505, 8); this.kbtnCancel.Name = "kbtnCancel"; this.kbtnCancel.Size = new System.Drawing.Size(94, 28); this.kbtnCancel.StateCommon.Content.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kbtnCancel.TabIndex = 0; this.kbtnCancel.Values.Text = "C&ancel"; this.kbtnCancel.Click += new System.EventHandler(this.KbtnCancel_Click); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 449); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(611, 3); this.panel1.TabIndex = 3; // // kryptonPanel2 // this.kryptonPanel2.Controls.Add(this.kbtnCustomColours); this.kryptonPanel2.Controls.Add(this.kbtnSaveColourPalette); this.kryptonPanel2.Controls.Add(this.kbtnLoadColourPalette); this.kryptonPanel2.Controls.Add(this.knumBlue); this.kryptonPanel2.Controls.Add(this.knumGreen); this.kryptonPanel2.Controls.Add(this.knumNormalGreen); this.kryptonPanel2.Controls.Add(this.knumNormalBlue); this.kryptonPanel2.Controls.Add(this.knumRed); this.kryptonPanel2.Controls.Add(this.knumNormalRed); this.kryptonPanel2.Controls.Add(this.kryptonBlueValueLabel1); this.kryptonPanel2.Controls.Add(this.kryptonGreenValueLabel1); this.kryptonPanel2.Controls.Add(this.kryptonRedValueLabel1); this.kryptonPanel2.Controls.Add(this.klblNormalBlue); this.kryptonPanel2.Controls.Add(this.klblNormalGreen); this.kryptonPanel2.Controls.Add(this.klblNormalRed); this.kryptonPanel2.Controls.Add(this.kryptonLabel6); this.kryptonPanel2.Controls.Add(this.kryptonLabel5); this.kryptonPanel2.Controls.Add(this.kryptonLabel4); this.kryptonPanel2.Controls.Add(this.kryptonLabel3); this.kryptonPanel2.Controls.Add(this.knumBrightness); this.kryptonPanel2.Controls.Add(this.knumHue); this.kryptonPanel2.Controls.Add(this.knumSaturation); this.kryptonPanel2.Controls.Add(this.knumAlpha); this.kryptonPanel2.Controls.Add(this.kryptonLabel2); this.kryptonPanel2.Controls.Add(this.ktbHexadecimalColourValue); this.kryptonPanel2.Controls.Add(this.kryptonLabel1); this.kryptonPanel2.Controls.Add(this.cpbSelectedColour); this.kryptonPanel2.Controls.Add(this.cwColours); this.kryptonPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonPanel2.Location = new System.Drawing.Point(0, 0); this.kryptonPanel2.Name = "kryptonPanel2"; this.kryptonPanel2.Size = new System.Drawing.Size(611, 449); this.kryptonPanel2.TabIndex = 4; // // kbtnSaveColourPalette // this.kbtnSaveColourPalette.Location = new System.Drawing.Point(41, 231); this.kbtnSaveColourPalette.Name = "kbtnSaveColourPalette"; this.kbtnSaveColourPalette.Size = new System.Drawing.Size(23, 23); this.kbtnSaveColourPalette.TabIndex = 105; this.kbtnSaveColourPalette.Values.Image = global::ExtendedColourControls.Properties.Resources.palette_save; this.kbtnSaveColourPalette.Values.Text = ""; this.kbtnSaveColourPalette.Click += new System.EventHandler(this.KbtnSaveColourPalette_Click); // // kbtnLoadColourPalette // this.kbtnLoadColourPalette.Location = new System.Drawing.Point(12, 231); this.kbtnLoadColourPalette.Name = "kbtnLoadColourPalette"; this.kbtnLoadColourPalette.Size = new System.Drawing.Size(23, 23); this.kbtnLoadColourPalette.TabIndex = 104; this.kbtnLoadColourPalette.Values.Image = global::ExtendedColourControls.Properties.Resources.palette_load; this.kbtnLoadColourPalette.Values.Text = ""; this.kbtnLoadColourPalette.Click += new System.EventHandler(this.KbtnLoadColourPalette_Click); // // knumBlue // this.knumBlue.Location = new System.Drawing.Point(505, 399); this.knumBlue.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.knumBlue.Name = "knumBlue"; this.knumBlue.Size = new System.Drawing.Size(94, 26); this.knumBlue.StateCommon.Back.Color1 = System.Drawing.Color.Blue; this.knumBlue.StateCommon.Content.Color1 = System.Drawing.Color.White; this.knumBlue.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.knumBlue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumBlue.TabIndex = 5; this.knumBlue.ValueChanged += new System.EventHandler(this.KnumBlue_ValueChanged); // // knumGreen // this.knumGreen.Location = new System.Drawing.Point(505, 336); this.knumGreen.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.knumGreen.Name = "knumGreen"; this.knumGreen.Size = new System.Drawing.Size(94, 26); this.knumGreen.StateCommon.Back.Color1 = System.Drawing.Color.Green; this.knumGreen.StateCommon.Content.Color1 = System.Drawing.Color.White; this.knumGreen.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.knumGreen.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumGreen.TabIndex = 90; this.knumGreen.ValueChanged += new System.EventHandler(this.KnumGreen_ValueChanged); // // knumNormalGreen // this.knumNormalGreen.Location = new System.Drawing.Point(505, 336); this.knumNormalGreen.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.knumNormalGreen.Name = "knumNormalGreen"; this.knumNormalGreen.Size = new System.Drawing.Size(94, 26); this.knumNormalGreen.StateCommon.Back.Color1 = System.Drawing.Color.White; this.knumNormalGreen.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.knumNormalGreen.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.knumNormalGreen.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumNormalGreen.TabIndex = 103; this.knumNormalGreen.ValueChanged += new System.EventHandler(this.KnumNormalGreen_ValueChanged); // // knumNormalBlue // this.knumNormalBlue.Location = new System.Drawing.Point(505, 399); this.knumNormalBlue.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.knumNormalBlue.Name = "knumNormalBlue"; this.knumNormalBlue.Size = new System.Drawing.Size(94, 26); this.knumNormalBlue.StateCommon.Back.Color1 = System.Drawing.Color.White; this.knumNormalBlue.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.knumNormalBlue.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.knumNormalBlue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumNormalBlue.TabIndex = 102; this.knumNormalBlue.ValueChanged += new System.EventHandler(this.KnumNormalBlue_ValueChanged); // // knumRed // this.knumRed.Location = new System.Drawing.Point(505, 283); this.knumRed.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.knumRed.Name = "knumRed"; this.knumRed.Size = new System.Drawing.Size(94, 26); this.knumRed.StateCommon.Back.Color1 = System.Drawing.Color.Red; this.knumRed.StateCommon.Content.Color1 = System.Drawing.Color.White; this.knumRed.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.knumRed.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumRed.TabIndex = 89; this.knumRed.ValueChanged += new System.EventHandler(this.KnumRed_ValueChanged); // // knumNormalRed // this.knumNormalRed.Location = new System.Drawing.Point(505, 283); this.knumNormalRed.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.knumNormalRed.Name = "knumNormalRed"; this.knumNormalRed.Size = new System.Drawing.Size(94, 26); this.knumNormalRed.StateCommon.Back.Color1 = System.Drawing.Color.White; this.knumNormalRed.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.knumNormalRed.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.knumNormalRed.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumNormalRed.TabIndex = 101; this.knumNormalRed.ValueChanged += new System.EventHandler(this.KnumNormalRed_ValueChanged); // // kryptonBlueValueLabel1 // this.kryptonBlueValueLabel1.Location = new System.Drawing.Point(449, 399); this.kryptonBlueValueLabel1.Name = "kryptonBlueValueLabel1"; this.kryptonBlueValueLabel1.RedValue = 255; this.kryptonBlueValueLabel1.Size = new System.Drawing.Size(50, 26); this.kryptonBlueValueLabel1.StateCommon.LongText.Color1 = System.Drawing.Color.Blue; this.kryptonBlueValueLabel1.StateCommon.LongText.Color2 = System.Drawing.Color.Blue; this.kryptonBlueValueLabel1.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonBlueValueLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Blue; this.kryptonBlueValueLabel1.StateCommon.ShortText.Color2 = System.Drawing.Color.Blue; this.kryptonBlueValueLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonBlueValueLabel1.TabIndex = 5; this.kryptonBlueValueLabel1.TextSize = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonBlueValueLabel1.Values.Text = "Blue:"; // // kryptonGreenValueLabel1 // this.kryptonGreenValueLabel1.Location = new System.Drawing.Point(437, 336); this.kryptonGreenValueLabel1.Name = "kryptonGreenValueLabel1"; this.kryptonGreenValueLabel1.RedValue = 255; this.kryptonGreenValueLabel1.Size = new System.Drawing.Size(62, 26); this.kryptonGreenValueLabel1.StateCommon.LongText.Color1 = System.Drawing.Color.Green; this.kryptonGreenValueLabel1.StateCommon.LongText.Color2 = System.Drawing.Color.Green; this.kryptonGreenValueLabel1.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonGreenValueLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Green; this.kryptonGreenValueLabel1.StateCommon.ShortText.Color2 = System.Drawing.Color.Green; this.kryptonGreenValueLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonGreenValueLabel1.TabIndex = 5; this.kryptonGreenValueLabel1.TextSize = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonGreenValueLabel1.Values.Text = "Green:"; // // kryptonRedValueLabel1 // this.kryptonRedValueLabel1.Location = new System.Drawing.Point(453, 283); this.kryptonRedValueLabel1.Name = "kryptonRedValueLabel1"; this.kryptonRedValueLabel1.RedValue = 255; this.kryptonRedValueLabel1.Size = new System.Drawing.Size(46, 26); this.kryptonRedValueLabel1.StateCommon.LongText.Color1 = System.Drawing.Color.Red; this.kryptonRedValueLabel1.StateCommon.LongText.Color2 = System.Drawing.Color.Red; this.kryptonRedValueLabel1.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonRedValueLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Red; this.kryptonRedValueLabel1.StateCommon.ShortText.Color2 = System.Drawing.Color.Red; this.kryptonRedValueLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonRedValueLabel1.TabIndex = 5; this.kryptonRedValueLabel1.TextSize = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonRedValueLabel1.Values.Text = "Red:"; // // klblNormalBlue // this.klblNormalBlue.Location = new System.Drawing.Point(449, 399); this.klblNormalBlue.Name = "klblNormalBlue"; this.klblNormalBlue.Size = new System.Drawing.Size(50, 26); this.klblNormalBlue.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.klblNormalBlue.TabIndex = 100; this.klblNormalBlue.Values.Text = "Blue:"; // // klblNormalGreen // this.klblNormalGreen.Location = new System.Drawing.Point(437, 336); this.klblNormalGreen.Name = "klblNormalGreen"; this.klblNormalGreen.Size = new System.Drawing.Size(62, 26); this.klblNormalGreen.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.klblNormalGreen.TabIndex = 99; this.klblNormalGreen.Values.Text = "Green:"; // // klblNormalRed // this.klblNormalRed.Location = new System.Drawing.Point(449, 283); this.klblNormalRed.Name = "klblNormalRed"; this.klblNormalRed.Size = new System.Drawing.Size(46, 26); this.klblNormalRed.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.klblNormalRed.TabIndex = 98; this.klblNormalRed.Values.Text = "Red:"; // // kryptonLabel6 // this.kryptonLabel6.Location = new System.Drawing.Point(437, 231); this.kryptonLabel6.Name = "kryptonLabel6"; this.kryptonLabel6.Size = new System.Drawing.Size(62, 26); this.kryptonLabel6.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kryptonLabel6.TabIndex = 97; this.kryptonLabel6.Values.Text = "Alpha:"; // // kryptonLabel5 // this.kryptonLabel5.Location = new System.Drawing.Point(306, 399); this.kryptonLabel5.Name = "kryptonLabel5"; this.kryptonLabel5.Size = new System.Drawing.Size(27, 26); this.kryptonLabel5.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kryptonLabel5.TabIndex = 96; this.kryptonLabel5.Values.Text = "B:"; // // kryptonLabel4 // this.kryptonLabel4.Location = new System.Drawing.Point(306, 336); this.kryptonLabel4.Name = "kryptonLabel4"; this.kryptonLabel4.Size = new System.Drawing.Size(26, 26); this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kryptonLabel4.TabIndex = 95; this.kryptonLabel4.Values.Text = "S:"; // // kryptonLabel3 // this.kryptonLabel3.Location = new System.Drawing.Point(306, 283); this.kryptonLabel3.Name = "kryptonLabel3"; this.kryptonLabel3.Size = new System.Drawing.Size(29, 26); this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kryptonLabel3.TabIndex = 94; this.kryptonLabel3.Values.Text = "H:"; // // knumBrightness // this.knumBrightness.Location = new System.Drawing.Point(341, 399); this.knumBrightness.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.knumBrightness.Name = "knumBrightness"; this.knumBrightness.Size = new System.Drawing.Size(91, 26); this.knumBrightness.StateCommon.Back.Color1 = System.Drawing.Color.White; this.knumBrightness.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.knumBrightness.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.knumBrightness.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumBrightness.TabIndex = 93; this.knumBrightness.ValueChanged += new System.EventHandler(this.KnumBrightness_ValueChanged); // // knumHue // this.knumHue.Location = new System.Drawing.Point(341, 283); this.knumHue.Maximum = new decimal(new int[] { 360, 0, 0, 0 }); this.knumHue.Name = "knumHue"; this.knumHue.Size = new System.Drawing.Size(91, 26); this.knumHue.StateCommon.Back.Color1 = System.Drawing.Color.White; this.knumHue.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.knumHue.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.knumHue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumHue.TabIndex = 91; this.knumHue.ValueChanged += new System.EventHandler(this.KnumHue_ValueChanged); // // knumSaturation // this.knumSaturation.Location = new System.Drawing.Point(341, 336); this.knumSaturation.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.knumSaturation.Name = "knumSaturation"; this.knumSaturation.Size = new System.Drawing.Size(91, 26); this.knumSaturation.StateCommon.Back.Color1 = System.Drawing.Color.White; this.knumSaturation.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.knumSaturation.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.knumSaturation.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumSaturation.TabIndex = 92; this.knumSaturation.ValueChanged += new System.EventHandler(this.KnumSaturation_ValueChanged); // // knumAlpha // this.knumAlpha.Location = new System.Drawing.Point(505, 231); this.knumAlpha.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.knumAlpha.Name = "knumAlpha"; this.knumAlpha.Size = new System.Drawing.Size(94, 26); this.knumAlpha.StateCommon.Back.Color1 = System.Drawing.Color.White; this.knumAlpha.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.knumAlpha.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.knumAlpha.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumAlpha.TabIndex = 5; this.knumAlpha.ValueChanged += new System.EventHandler(this.KnumAlpha_ValueChanged); // // kryptonLabel2 // this.kryptonLabel2.Location = new System.Drawing.Point(341, 56); this.kryptonLabel2.Name = "kryptonLabel2"; this.kryptonLabel2.Size = new System.Drawing.Size(138, 26); this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kryptonLabel2.TabIndex = 88; this.kryptonLabel2.Values.Text = "Selected Colour:"; // // ktbHexadecimalColourValue // this.ktbHexadecimalColourValue.Hint = "#000000"; this.ktbHexadecimalColourValue.Location = new System.Drawing.Point(423, 152); this.ktbHexadecimalColourValue.MaxLength = 7; this.ktbHexadecimalColourValue.Name = "ktbHexadecimalColourValue"; this.ktbHexadecimalColourValue.Size = new System.Drawing.Size(176, 29); this.ktbHexadecimalColourValue.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ktbHexadecimalColourValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.ktbHexadecimalColourValue.TabIndex = 87; this.ktbHexadecimalColourValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.ktbHexadecimalColourValue.TextChanged += new System.EventHandler(this.KtbHexadecimalColourValue_TextChanged); // // kryptonLabel1 // this.kryptonLabel1.Location = new System.Drawing.Point(245, 154); this.kryptonLabel1.Name = "kryptonLabel1"; this.kryptonLabel1.Size = new System.Drawing.Size(172, 26); this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kryptonLabel1.TabIndex = 86; this.kryptonLabel1.Values.Text = "Hexadecimal Colour:"; // // cpbSelectedColour // this.cpbSelectedColour.BackColor = System.Drawing.Color.Transparent; this.cpbSelectedColour.Location = new System.Drawing.Point(485, 12); this.cpbSelectedColour.Name = "cpbSelectedColour"; this.cpbSelectedColour.Size = new System.Drawing.Size(114, 114); this.cpbSelectedColour.TabIndex = 5; this.cpbSelectedColour.TabStop = false; this.cpbSelectedColour.BackColorChanged += new System.EventHandler(this.CpbSelectedColour_BackColorChanged); // // cwColours // this.cwColours.BackColor = System.Drawing.Color.Transparent; this.cwColours.Location = new System.Drawing.Point(12, 12); this.cwColours.Name = "cwColours"; this.cwColours.Size = new System.Drawing.Size(247, 190); this.cwColours.TabIndex = 5; this.cwColours.ColourChanged += new System.EventHandler(this.CwColours_ColourChanged); // // kbtnCustomColours // this.kbtnCustomColours.Location = new System.Drawing.Point(12, 272); this.kbtnCustomColours.Name = "kbtnCustomColours"; this.kbtnCustomColours.Size = new System.Drawing.Size(190, 28); this.kbtnCustomColours.StateCommon.Content.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kbtnCustomColours.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kbtnCustomColours.TabIndex = 106; this.kbtnCustomColours.Values.Text = "C&stom Colours..."; this.kbtnCustomColours.Click += new System.EventHandler(this.KbtnCustomColours_Click); // // KryptonColourButtonCustomColourDialog // this.ClientSize = new System.Drawing.Size(611, 500); this.Controls.Add(this.kryptonPanel2); this.Controls.Add(this.panel1); this.Controls.Add(this.kryptonPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "KryptonColourButtonCustomColourDialog"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.KryptonColourButtonCustomColourDialog_Load); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit(); this.kryptonPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit(); this.kryptonPanel2.ResumeLayout(false); this.kryptonPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cpbSelectedColour)).EndInit(); this.ResumeLayout(false); }