private void InitializeComponent() { this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.rvnbValue = new ExtendedColourControls.KryptonRedValueNumericBox(); this.gvnbValue = new ExtendedColourControls.KryptonGreenValueNumericBox(); this.bvnbValue = new ExtendedColourControls.KryptonBlueValueNumericBox(); this.avnbValue = new ExtendedColourControls.KryptonAlphaValueNumericBox(); this.SuspendLayout(); // // kryptonLabel1 // this.kryptonLabel1.Location = new System.Drawing.Point(8, 5); this.kryptonLabel1.Name = "kryptonLabel1"; this.kryptonLabel1.Size = new System.Drawing.Size(58, 24); this.kryptonLabel1.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kryptonLabel1.TabIndex = 4; this.kryptonLabel1.Values.Text = "Alpha:"; // // kryptonLabel2 // this.kryptonLabel2.Location = new System.Drawing.Point(8, 71); this.kryptonLabel2.Name = "kryptonLabel2"; this.kryptonLabel2.Size = new System.Drawing.Size(59, 24); this.kryptonLabel2.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kryptonLabel2.TabIndex = 5; this.kryptonLabel2.Values.Text = "Green:"; // // kryptonLabel3 // this.kryptonLabel3.Location = new System.Drawing.Point(8, 100); this.kryptonLabel3.Name = "kryptonLabel3"; this.kryptonLabel3.Size = new System.Drawing.Size(48, 24); this.kryptonLabel3.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kryptonLabel3.TabIndex = 6; this.kryptonLabel3.Values.Text = "Blue:"; // // kryptonLabel4 // this.kryptonLabel4.Location = new System.Drawing.Point(8, 38); this.kryptonLabel4.Name = "kryptonLabel4"; this.kryptonLabel4.Size = new System.Drawing.Size(44, 24); this.kryptonLabel4.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kryptonLabel4.TabIndex = 7; this.kryptonLabel4.Values.Text = "Red:"; // // rvnbValue // this.rvnbValue.DecimalPlaces = 99; this.rvnbValue.Location = new System.Drawing.Point(71, 37); this.rvnbValue.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.rvnbValue.Name = "rvnbValue"; this.rvnbValue.Size = new System.Drawing.Size(120, 26); this.rvnbValue.StateCommon.Back.Color1 = System.Drawing.Color.Red; this.rvnbValue.StateCommon.Content.Color1 = System.Drawing.Color.White; this.rvnbValue.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.rvnbValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.rvnbValue.TabIndex = 3; // // gvnbValue // this.gvnbValue.DecimalPlaces = 99; this.gvnbValue.Location = new System.Drawing.Point(71, 69); this.gvnbValue.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.gvnbValue.Name = "gvnbValue"; this.gvnbValue.Size = new System.Drawing.Size(120, 26); this.gvnbValue.StateCommon.Back.Color1 = System.Drawing.Color.Green; this.gvnbValue.StateCommon.Content.Color1 = System.Drawing.Color.White; this.gvnbValue.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.gvnbValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.gvnbValue.TabIndex = 2; // // bvnbValue // this.bvnbValue.DecimalPlaces = 99; this.bvnbValue.Location = new System.Drawing.Point(71, 101); this.bvnbValue.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.bvnbValue.Name = "bvnbValue"; this.bvnbValue.Size = new System.Drawing.Size(120, 26); this.bvnbValue.StateCommon.Back.Color1 = System.Drawing.Color.Blue; this.bvnbValue.StateCommon.Content.Color1 = System.Drawing.Color.White; this.bvnbValue.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.bvnbValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.bvnbValue.TabIndex = 1; // // avnbValue // this.avnbValue.DecimalPlaces = 99; this.avnbValue.Location = new System.Drawing.Point(71, 5); this.avnbValue.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.avnbValue.Name = "avnbValue"; this.avnbValue.Size = new System.Drawing.Size(120, 26); this.avnbValue.StateCommon.Back.Color1 = System.Drawing.Color.White; this.avnbValue.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.avnbValue.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.avnbValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.avnbValue.TabIndex = 0; // // ARGBUserControl // this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.kryptonLabel4); this.Controls.Add(this.kryptonLabel3); this.Controls.Add(this.kryptonLabel2); this.Controls.Add(this.kryptonLabel1); this.Controls.Add(this.rvnbValue); this.Controls.Add(this.gvnbValue); this.Controls.Add(this.bvnbValue); this.Controls.Add(this.avnbValue); this.Name = "ARGBUserControl"; this.Size = new System.Drawing.Size(198, 128); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { this.kryptonPanel1 = new Krypton.Toolkit.KryptonPanel(); this.kbtnOk = new Krypton.Toolkit.KryptonButton(); this.kbtnCancel = new Krypton.Toolkit.KryptonButton(); this.panel1 = new System.Windows.Forms.Panel(); this.kryptonPanel2 = new Krypton.Toolkit.KryptonPanel(); this.kbtnCustomColours = new Krypton.Toolkit.KryptonButton(); this.kbtnSaveColourPalette = new Krypton.Toolkit.KryptonButton(); this.kbtnLoadColourPalette = new Krypton.Toolkit.KryptonButton(); this.knumBlue = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueValueNumericBox(); this.knumGreen = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenValueNumericBox(); this.knumNormalGreen = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaValueNumericBox(); this.knumNormalBlue = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaValueNumericBox(); this.knumRed = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedValueNumericBox(); this.knumNormalRed = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaValueNumericBox(); this.kryptonBlueValueLabel1 = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueValueLabel(); this.kryptonRedValueLabel1 = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedValueLabel(); this.klblNormalBlue = new Krypton.Toolkit.KryptonLabel(); this.klblNormalRed = new Krypton.Toolkit.KryptonLabel(); this.kryptonLabel6 = new Krypton.Toolkit.KryptonLabel(); this.kryptonLabel5 = new Krypton.Toolkit.KryptonLabel(); this.kryptonLabel4 = new Krypton.Toolkit.KryptonLabel(); this.kryptonLabel3 = new Krypton.Toolkit.KryptonLabel(); this.knumBrightness = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaValueNumericBox(); this.knumHue = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaValueNumericBox(); this.knumSaturation = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaValueNumericBox(); this.knumAlpha = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaValueNumericBox(); this.kryptonLabel2 = new Krypton.Toolkit.KryptonLabel(); this.ktbHexadecimalColourValue = new Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel1 = new Krypton.Toolkit.KryptonLabel(); this.cwColours = new Krypton.Toolkit.Extended.Colour.Controls.ColourWheelControl(); this.cpbSelectedColour = new Krypton.Toolkit.Extended.Base.CircularPictureBox(); this.kryptonGreenValueLabel1 = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenValueLabel(); ((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.kryptonGreenValueLabel1); 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.kryptonRedValueLabel1); this.kryptonPanel2.Controls.Add(this.klblNormalBlue); 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; // // 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); // // 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 = LibraryResources.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 = LibraryResources.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, 22); this.knumBlue.StateCommon.Back.Color1 = System.Drawing.Color.Blue; this.knumBlue.StateCommon.Content.Color1 = System.Drawing.Color.White; this.knumBlue.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumBlue.TabIndex = 5; this.knumBlue.Typeface = null; this.knumBlue.UseAccessibleUI = false; 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, 22); this.knumGreen.StateCommon.Back.Color1 = System.Drawing.Color.Green; this.knumGreen.StateCommon.Content.Color1 = System.Drawing.Color.White; this.knumGreen.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumGreen.TabIndex = 90; this.knumGreen.Typeface = null; this.knumGreen.UseAccessibleUI = false; 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, 22); this.knumNormalGreen.StateCommon.Back.Color1 = System.Drawing.Color.White; this.knumNormalGreen.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.knumNormalGreen.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumNormalGreen.TabIndex = 103; this.knumNormalGreen.Typeface = null; 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, 22); this.knumNormalBlue.StateCommon.Back.Color1 = System.Drawing.Color.White; this.knumNormalBlue.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.knumNormalBlue.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumNormalBlue.TabIndex = 102; this.knumNormalBlue.Typeface = null; 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, 22); this.knumRed.StateCommon.Back.Color1 = System.Drawing.Color.Red; this.knumRed.StateCommon.Content.Color1 = System.Drawing.Color.White; this.knumRed.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumRed.TabIndex = 89; this.knumRed.Typeface = null; this.knumRed.UseAccessibleUI = false; 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, 22); this.knumNormalRed.StateCommon.Back.Color1 = System.Drawing.Color.White; this.knumNormalRed.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.knumNormalRed.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumNormalRed.TabIndex = 101; this.knumNormalRed.Typeface = null; this.knumNormalRed.ValueChanged += new System.EventHandler(this.KnumNormalRed_ValueChanged); // // kryptonBlueValueLabel1 // this.kryptonBlueValueLabel1.BlueValue = 255; this.kryptonBlueValueLabel1.ExtraText = "Blue"; this.kryptonBlueValueLabel1.Location = new System.Drawing.Point(449, 399); this.kryptonBlueValueLabel1.Name = "kryptonBlueValueLabel1"; this.kryptonBlueValueLabel1.ShowColon = false; this.kryptonBlueValueLabel1.ShowCurrentColourValue = false; 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.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonBlueValueLabel1.UseAccessibleUI = false; this.kryptonBlueValueLabel1.Values.Text = "Blue:"; // // kryptonRedValueLabel1 // this.kryptonRedValueLabel1.ExtraText = "Red"; this.kryptonRedValueLabel1.Location = new System.Drawing.Point(453, 283); this.kryptonRedValueLabel1.Name = "kryptonRedValueLabel1"; this.kryptonRedValueLabel1.RedValue = 255; this.kryptonRedValueLabel1.ShowColon = false; this.kryptonRedValueLabel1.ShowCurrentColourValue = false; 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.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonRedValueLabel1.UseAccessibleUI = false; 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:"; // // 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, 22); this.knumBrightness.StateCommon.Back.Color1 = System.Drawing.Color.White; this.knumBrightness.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.knumBrightness.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumBrightness.TabIndex = 93; this.knumBrightness.Typeface = null; 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, 22); this.knumHue.StateCommon.Back.Color1 = System.Drawing.Color.White; this.knumHue.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.knumHue.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumHue.TabIndex = 91; this.knumHue.Typeface = null; 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, 22); this.knumSaturation.StateCommon.Back.Color1 = System.Drawing.Color.White; this.knumSaturation.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.knumSaturation.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumSaturation.TabIndex = 92; this.knumSaturation.Typeface = null; 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, 22); this.knumAlpha.StateCommon.Back.Color1 = System.Drawing.Color.White; this.knumAlpha.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.knumAlpha.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.knumAlpha.TabIndex = 5; this.knumAlpha.Typeface = null; 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 = 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:"; // // 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); // // 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.ToolTipValues = null; this.cpbSelectedColour.BackColorChanged += new System.EventHandler(this.CpbSelectedColour_BackColorChanged); // // kryptonGreenValueLabel1 // this.kryptonGreenValueLabel1.ExtraText = "Green"; this.kryptonGreenValueLabel1.GreenValue = 0; this.kryptonGreenValueLabel1.Location = new System.Drawing.Point(437, 336); this.kryptonGreenValueLabel1.Name = "kryptonGreenValueLabel1"; this.kryptonGreenValueLabel1.ShowColon = false; this.kryptonGreenValueLabel1.ShowCurrentColourValue = false; 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 = 107; this.kryptonGreenValueLabel1.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonGreenValueLabel1.UseAccessibleUI = false; this.kryptonGreenValueLabel1.Values.Text = "Green:"; // // 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); }
private void InitializeComponent() { this.kryptonAlphaValueLabel1 = new ExtendedColourControls.Controls.Labels.KryptonAlphaValueLabel(); this.kryptonRedValueLabel1 = new ExtendedColourControls.Controls.Labels.KryptonRedValueLabel(); this.kryptonGreenValueLabel1 = new ExtendedColourControls.Controls.Labels.KryptonGreenValueLabel(); this.kryptonBlueValueLabel1 = new ExtendedColourControls.Controls.Labels.KryptonBlueValueLabel(); this.kryptonAlphaValueNumericBox1 = new ExtendedColourControls.KryptonAlphaValueNumericBox(); this.kryptonRedValueNumericBox1 = new ExtendedColourControls.KryptonRedValueNumericBox(); this.kryptonGreenValueNumericBox1 = new ExtendedColourControls.KryptonGreenValueNumericBox(); this.kryptonBlueValueNumericBox1 = new ExtendedColourControls.KryptonBlueValueNumericBox(); this.kryptonAlphaTrackBar1 = new ExtendedColourControls.KryptonAlphaTrackBar(); this.kryptonRedTrackBar1 = new ExtendedColourControls.KryptonRedTrackBar(); this.kryptonGreenTrackBar1 = new ExtendedColourControls.KryptonGreenTrackBar(); this.kryptonBlueTrackBar1 = new ExtendedColourControls.KryptonBlueTrackBar(); this.SuspendLayout(); // // kryptonAlphaValueLabel1 // this.kryptonAlphaValueLabel1.AlphaValue = 255; this.kryptonAlphaValueLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonAlphaValueLabel1.Location = new System.Drawing.Point(13, 14); this.kryptonAlphaValueLabel1.Name = "kryptonAlphaValueLabel1"; this.kryptonAlphaValueLabel1.Size = new System.Drawing.Size(57, 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 = 0; this.kryptonAlphaValueLabel1.TextSize = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel1.Values.Text = "Alpha"; // // kryptonRedValueLabel1 // this.kryptonRedValueLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonRedValueLabel1.Location = new System.Drawing.Point(125, 14); this.kryptonRedValueLabel1.Name = "kryptonRedValueLabel1"; this.kryptonRedValueLabel1.RedValue = 255; this.kryptonRedValueLabel1.Size = new System.Drawing.Size(42, 26); this.kryptonRedValueLabel1.StateCommon.LongText.Color1 = System.Drawing.Color.Red; this.kryptonRedValueLabel1.StateCommon.LongText.Color2 = System.Drawing.Color.Red; this.kryptonRedValueLabel1.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonRedValueLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Red; this.kryptonRedValueLabel1.StateCommon.ShortText.Color2 = System.Drawing.Color.Red; this.kryptonRedValueLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonRedValueLabel1.TabIndex = 1; this.kryptonRedValueLabel1.TextSize = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonRedValueLabel1.Values.Text = "Red"; // // kryptonGreenValueLabel1 // this.kryptonGreenValueLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonGreenValueLabel1.Location = new System.Drawing.Point(222, 14); this.kryptonGreenValueLabel1.Name = "kryptonGreenValueLabel1"; this.kryptonGreenValueLabel1.RedValue = 255; this.kryptonGreenValueLabel1.Size = new System.Drawing.Size(58, 26); this.kryptonGreenValueLabel1.StateCommon.LongText.Color1 = System.Drawing.Color.Green; this.kryptonGreenValueLabel1.StateCommon.LongText.Color2 = System.Drawing.Color.Green; this.kryptonGreenValueLabel1.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonGreenValueLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Green; this.kryptonGreenValueLabel1.StateCommon.ShortText.Color2 = System.Drawing.Color.Green; this.kryptonGreenValueLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonGreenValueLabel1.TabIndex = 2; this.kryptonGreenValueLabel1.TextSize = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonGreenValueLabel1.Values.Text = "Green"; // // kryptonBlueValueLabel1 // this.kryptonBlueValueLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonBlueValueLabel1.Location = new System.Drawing.Point(335, 14); this.kryptonBlueValueLabel1.Name = "kryptonBlueValueLabel1"; this.kryptonBlueValueLabel1.RedValue = 255; this.kryptonBlueValueLabel1.Size = new System.Drawing.Size(46, 26); this.kryptonBlueValueLabel1.StateCommon.LongText.Color1 = System.Drawing.Color.Blue; this.kryptonBlueValueLabel1.StateCommon.LongText.Color2 = System.Drawing.Color.Blue; this.kryptonBlueValueLabel1.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonBlueValueLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Blue; this.kryptonBlueValueLabel1.StateCommon.ShortText.Color2 = System.Drawing.Color.Blue; this.kryptonBlueValueLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonBlueValueLabel1.TabIndex = 3; this.kryptonBlueValueLabel1.TextSize = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonBlueValueLabel1.Values.Text = "Blue"; // // kryptonAlphaValueNumericBox1 // this.kryptonAlphaValueNumericBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonAlphaValueNumericBox1.Location = new System.Drawing.Point(13, 443); this.kryptonAlphaValueNumericBox1.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.kryptonAlphaValueNumericBox1.Name = "kryptonAlphaValueNumericBox1"; this.kryptonAlphaValueNumericBox1.Size = new System.Drawing.Size(64, 26); this.kryptonAlphaValueNumericBox1.StateCommon.Back.Color1 = System.Drawing.Color.White; this.kryptonAlphaValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.kryptonAlphaValueNumericBox1.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.kryptonAlphaValueNumericBox1.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.kryptonAlphaValueNumericBox1.TabIndex = 4; // // kryptonRedValueNumericBox1 // this.kryptonRedValueNumericBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonRedValueNumericBox1.Location = new System.Drawing.Point(114, 443); this.kryptonRedValueNumericBox1.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.kryptonRedValueNumericBox1.Name = "kryptonRedValueNumericBox1"; this.kryptonRedValueNumericBox1.Size = new System.Drawing.Size(64, 26); this.kryptonRedValueNumericBox1.StateCommon.Back.Color1 = System.Drawing.Color.Red; this.kryptonRedValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White; this.kryptonRedValueNumericBox1.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.kryptonRedValueNumericBox1.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.kryptonRedValueNumericBox1.TabIndex = 5; // // kryptonGreenValueNumericBox1 // this.kryptonGreenValueNumericBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonGreenValueNumericBox1.Location = new System.Drawing.Point(215, 443); this.kryptonGreenValueNumericBox1.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.kryptonGreenValueNumericBox1.Name = "kryptonGreenValueNumericBox1"; this.kryptonGreenValueNumericBox1.Size = new System.Drawing.Size(64, 26); this.kryptonGreenValueNumericBox1.StateCommon.Back.Color1 = System.Drawing.Color.Green; this.kryptonGreenValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White; this.kryptonGreenValueNumericBox1.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.kryptonGreenValueNumericBox1.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.kryptonGreenValueNumericBox1.TabIndex = 6; // // kryptonBlueValueNumericBox1 // this.kryptonBlueValueNumericBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonBlueValueNumericBox1.Location = new System.Drawing.Point(316, 443); this.kryptonBlueValueNumericBox1.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.kryptonBlueValueNumericBox1.Name = "kryptonBlueValueNumericBox1"; this.kryptonBlueValueNumericBox1.Size = new System.Drawing.Size(64, 26); this.kryptonBlueValueNumericBox1.StateCommon.Back.Color1 = System.Drawing.Color.Blue; this.kryptonBlueValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White; this.kryptonBlueValueNumericBox1.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.kryptonBlueValueNumericBox1.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.kryptonBlueValueNumericBox1.TabIndex = 7; // // kryptonAlphaTrackBar1 // this.kryptonAlphaTrackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonAlphaTrackBar1.DrawBackground = true; this.kryptonAlphaTrackBar1.Location = new System.Drawing.Point(28, 46); this.kryptonAlphaTrackBar1.Maximum = 255; this.kryptonAlphaTrackBar1.Name = "kryptonAlphaTrackBar1"; this.kryptonAlphaTrackBar1.Orientation = System.Windows.Forms.Orientation.Vertical; this.kryptonAlphaTrackBar1.Size = new System.Drawing.Size(21, 390); this.kryptonAlphaTrackBar1.TabIndex = 8; this.kryptonAlphaTrackBar1.TickStyle = System.Windows.Forms.TickStyle.None; this.kryptonAlphaTrackBar1.Value = 255; // // kryptonRedTrackBar1 // this.kryptonRedTrackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonRedTrackBar1.DrawBackground = true; this.kryptonRedTrackBar1.Location = new System.Drawing.Point(134, 46); this.kryptonRedTrackBar1.Maximum = 255; this.kryptonRedTrackBar1.Name = "kryptonRedTrackBar1"; this.kryptonRedTrackBar1.Orientation = System.Windows.Forms.Orientation.Vertical; this.kryptonRedTrackBar1.Size = new System.Drawing.Size(21, 390); this.kryptonRedTrackBar1.StateCommon.Tick.Color1 = System.Drawing.Color.Red; this.kryptonRedTrackBar1.StateCommon.Track.Color1 = System.Drawing.Color.Red; this.kryptonRedTrackBar1.StateCommon.Track.Color2 = System.Drawing.Color.Red; this.kryptonRedTrackBar1.StateCommon.Track.Color3 = System.Drawing.Color.Red; this.kryptonRedTrackBar1.StateCommon.Track.Color4 = System.Drawing.Color.Red; this.kryptonRedTrackBar1.StateCommon.Track.Color5 = System.Drawing.Color.Red; this.kryptonRedTrackBar1.TabIndex = 9; this.kryptonRedTrackBar1.TickStyle = System.Windows.Forms.TickStyle.None; this.kryptonRedTrackBar1.Value = 255; // // kryptonGreenTrackBar1 // this.kryptonGreenTrackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonGreenTrackBar1.DrawBackground = true; this.kryptonGreenTrackBar1.Location = new System.Drawing.Point(240, 46); this.kryptonGreenTrackBar1.Maximum = 255; this.kryptonGreenTrackBar1.Name = "kryptonGreenTrackBar1"; this.kryptonGreenTrackBar1.Orientation = System.Windows.Forms.Orientation.Vertical; this.kryptonGreenTrackBar1.Size = new System.Drawing.Size(21, 390); this.kryptonGreenTrackBar1.StateCommon.Tick.Color1 = System.Drawing.Color.Green; this.kryptonGreenTrackBar1.StateCommon.Track.Color1 = System.Drawing.Color.Green; this.kryptonGreenTrackBar1.StateCommon.Track.Color2 = System.Drawing.Color.Green; this.kryptonGreenTrackBar1.StateCommon.Track.Color3 = System.Drawing.Color.Green; this.kryptonGreenTrackBar1.StateCommon.Track.Color4 = System.Drawing.Color.Green; this.kryptonGreenTrackBar1.StateCommon.Track.Color5 = System.Drawing.Color.Green; this.kryptonGreenTrackBar1.TabIndex = 10; this.kryptonGreenTrackBar1.TickStyle = System.Windows.Forms.TickStyle.None; this.kryptonGreenTrackBar1.Value = 255; // // kryptonBlueTrackBar1 // this.kryptonBlueTrackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonBlueTrackBar1.DrawBackground = true; this.kryptonBlueTrackBar1.Location = new System.Drawing.Point(349, 46); this.kryptonBlueTrackBar1.Maximum = 255; this.kryptonBlueTrackBar1.Name = "kryptonBlueTrackBar1"; this.kryptonBlueTrackBar1.Orientation = System.Windows.Forms.Orientation.Vertical; this.kryptonBlueTrackBar1.Size = new System.Drawing.Size(21, 390); this.kryptonBlueTrackBar1.StateCommon.Tick.Color1 = System.Drawing.Color.Blue; this.kryptonBlueTrackBar1.StateCommon.Track.Color1 = System.Drawing.Color.Blue; this.kryptonBlueTrackBar1.StateCommon.Track.Color2 = System.Drawing.Color.Blue; this.kryptonBlueTrackBar1.StateCommon.Track.Color3 = System.Drawing.Color.Blue; this.kryptonBlueTrackBar1.StateCommon.Track.Color4 = System.Drawing.Color.Blue; this.kryptonBlueTrackBar1.StateCommon.Track.Color5 = System.Drawing.Color.Blue; this.kryptonBlueTrackBar1.TabIndex = 11; this.kryptonBlueTrackBar1.TickStyle = System.Windows.Forms.TickStyle.None; this.kryptonBlueTrackBar1.Value = 255; // // KryptonColourSlider // this.Controls.Add(this.kryptonBlueTrackBar1); this.Controls.Add(this.kryptonGreenTrackBar1); this.Controls.Add(this.kryptonRedTrackBar1); this.Controls.Add(this.kryptonAlphaTrackBar1); this.Controls.Add(this.kryptonBlueValueNumericBox1); this.Controls.Add(this.kryptonGreenValueNumericBox1); this.Controls.Add(this.kryptonRedValueNumericBox1); this.Controls.Add(this.kryptonAlphaValueNumericBox1); this.Controls.Add(this.kryptonBlueValueLabel1); this.Controls.Add(this.kryptonGreenValueLabel1); this.Controls.Add(this.kryptonRedValueLabel1); this.Controls.Add(this.kryptonAlphaValueLabel1); this.Name = "KryptonColourSlider"; this.Size = new System.Drawing.Size(394, 481); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { this.kryptonPanel1 = new Krypton.Toolkit.KryptonPanel(); this.kbtnOk = new Krypton.Toolkit.KryptonButton(); this.panel1 = new System.Windows.Forms.Panel(); this.kryptonPanel2 = new Krypton.Toolkit.KryptonPanel(); this.kryptonAlphaValueLabel9 = new KryptonAlphaValueLabel(); this.kryptonAlphaValueLabel10 = new KryptonAlphaValueLabel(); this.kryptonAlphaValueLabel11 = new KryptonAlphaValueLabel(); this.kryptonRedValueNumericBox2 = new KryptonRedValueNumericBox(); this.kryptonGreenValueNumericBox2 = new KryptonGreenValueNumericBox(); this.kryptonBlueValueNumericBox2 = new KryptonBlueValueNumericBox(); this.kryptonAlphaValueLabel8 = new KryptonAlphaValueLabel(); this.kryptonAlphaValueLabel7 = new KryptonAlphaValueLabel(); this.kryptonAlphaValueLabel6 = new KryptonAlphaValueLabel(); this.kryptonAlphaValueLabel5 = new KryptonAlphaValueLabel(); this.kryptonAlphaValueLabel4 = new KryptonAlphaValueLabel(); this.kryptonAlphaValueLabel3 = new KryptonAlphaValueLabel(); this.kryptonAlphaValueLabel2 = new KryptonAlphaValueLabel(); this.kryptonAlphaValueNumericBox1 = new KryptonAlphaValueNumericBox(); this.kryptonRedValueNumericBox1 = new KryptonRedValueNumericBox(); this.kryptonAlphaValueLabel1 = new KryptonAlphaValueLabel(); this.kryptonGreenValueNumericBox1 = new KryptonGreenValueNumericBox(); this.kavlNormal = new KryptonAlphaValueLabel(); this.kryptonBlueValueNumericBox1 = new KryptonBlueValueNumericBox(); this.ktxtHexValue = new Krypton.Toolkit.KryptonTextBox(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit(); this.kryptonPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit(); this.kryptonPanel2.SuspendLayout(); this.SuspendLayout(); // // kryptonPanel1 // this.kryptonPanel1.Controls.Add(this.kbtnOk); this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.kryptonPanel1.Location = new System.Drawing.Point(0, 216); this.kryptonPanel1.Name = "kryptonPanel1"; this.kryptonPanel1.Size = new System.Drawing.Size(494, 45); this.kryptonPanel1.TabIndex = 1; // // kbtnOk // this.kbtnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.kbtnOk.AutoSize = true; this.kbtnOk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.kbtnOk.Location = new System.Drawing.Point(451, 6); this.kbtnOk.Name = "kbtnOk"; this.kbtnOk.Size = new System.Drawing.Size(32, 30); this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kbtnOk.TabIndex = 102; this.kbtnOk.Values.Text = "&Ok"; this.kbtnOk.Click += new System.EventHandler(this.KbtnOk_Click); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 213); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(494, 3); this.panel1.TabIndex = 2; // // kryptonPanel2 // this.kryptonPanel2.Controls.Add(this.ktxtHexValue); this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel9); this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel10); this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel11); this.kryptonPanel2.Controls.Add(this.kryptonRedValueNumericBox2); this.kryptonPanel2.Controls.Add(this.kryptonGreenValueNumericBox2); this.kryptonPanel2.Controls.Add(this.kryptonBlueValueNumericBox2); this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel8); this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel7); this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel6); this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel5); this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel4); this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel3); this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel2); this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueNumericBox1); this.kryptonPanel2.Controls.Add(this.kryptonRedValueNumericBox1); this.kryptonPanel2.Controls.Add(this.kryptonAlphaValueLabel1); this.kryptonPanel2.Controls.Add(this.kryptonGreenValueNumericBox1); this.kryptonPanel2.Controls.Add(this.kavlNormal); this.kryptonPanel2.Controls.Add(this.kryptonBlueValueNumericBox1); 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(494, 213); this.kryptonPanel2.TabIndex = 3; // // kryptonAlphaValueLabel9 // this.kryptonAlphaValueLabel9.AlphaValue = 255; this.kryptonAlphaValueLabel9.Location = new System.Drawing.Point(367, 95); this.kryptonAlphaValueLabel9.Name = "kryptonAlphaValueLabel9"; this.kryptonAlphaValueLabel9.Size = new System.Drawing.Size(18, 26); this.kryptonAlphaValueLabel9.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel9.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel9.TabIndex = 32; this.kryptonAlphaValueLabel9.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel9.Values.Text = ")"; // // kryptonAlphaValueLabel10 // this.kryptonAlphaValueLabel10.AlphaValue = 255; this.kryptonAlphaValueLabel10.Location = new System.Drawing.Point(277, 95); this.kryptonAlphaValueLabel10.Name = "kryptonAlphaValueLabel10"; this.kryptonAlphaValueLabel10.Size = new System.Drawing.Size(16, 26); this.kryptonAlphaValueLabel10.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel10.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel10.TabIndex = 31; this.kryptonAlphaValueLabel10.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel10.Values.Text = ","; // // kryptonAlphaValueLabel11 // this.kryptonAlphaValueLabel11.AlphaValue = 255; this.kryptonAlphaValueLabel11.Location = new System.Drawing.Point(187, 95); this.kryptonAlphaValueLabel11.Name = "kryptonAlphaValueLabel11"; this.kryptonAlphaValueLabel11.Size = new System.Drawing.Size(16, 26); this.kryptonAlphaValueLabel11.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel11.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel11.TabIndex = 30; this.kryptonAlphaValueLabel11.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel11.Values.Text = ","; // // kryptonRedValueNumericBox2 // this.kryptonRedValueNumericBox2.Location = new System.Drawing.Point(119, 95); this.kryptonRedValueNumericBox2.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.kryptonRedValueNumericBox2.Name = "kryptonRedValueNumericBox2"; this.kryptonRedValueNumericBox2.Size = new System.Drawing.Size(62, 26); this.kryptonRedValueNumericBox2.StateCommon.Back.Color1 = System.Drawing.Color.Red; this.kryptonRedValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White; this.kryptonRedValueNumericBox2.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.kryptonRedValueNumericBox2.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.kryptonRedValueNumericBox2.TabIndex = 27; // // kryptonGreenValueNumericBox2 // this.kryptonGreenValueNumericBox2.Location = new System.Drawing.Point(209, 95); this.kryptonGreenValueNumericBox2.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.kryptonGreenValueNumericBox2.Name = "kryptonGreenValueNumericBox2"; this.kryptonGreenValueNumericBox2.Size = new System.Drawing.Size(62, 26); this.kryptonGreenValueNumericBox2.StateCommon.Back.Color1 = System.Drawing.Color.Green; this.kryptonGreenValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White; this.kryptonGreenValueNumericBox2.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.kryptonGreenValueNumericBox2.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.kryptonGreenValueNumericBox2.TabIndex = 28; // // kryptonBlueValueNumericBox2 // this.kryptonBlueValueNumericBox2.Location = new System.Drawing.Point(299, 95); this.kryptonBlueValueNumericBox2.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.kryptonBlueValueNumericBox2.Name = "kryptonBlueValueNumericBox2"; this.kryptonBlueValueNumericBox2.Size = new System.Drawing.Size(62, 26); this.kryptonBlueValueNumericBox2.StateCommon.Back.Color1 = System.Drawing.Color.Blue; this.kryptonBlueValueNumericBox2.StateCommon.Content.Color1 = System.Drawing.Color.White; this.kryptonBlueValueNumericBox2.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.kryptonBlueValueNumericBox2.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.kryptonBlueValueNumericBox2.TabIndex = 29; // // kryptonAlphaValueLabel8 // this.kryptonAlphaValueLabel8.AlphaValue = 255; this.kryptonAlphaValueLabel8.Location = new System.Drawing.Point(95, 95); this.kryptonAlphaValueLabel8.Name = "kryptonAlphaValueLabel8"; this.kryptonAlphaValueLabel8.Size = new System.Drawing.Size(18, 26); this.kryptonAlphaValueLabel8.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel8.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel8.TabIndex = 26; this.kryptonAlphaValueLabel8.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel8.Values.Text = "("; // // kryptonAlphaValueLabel7 // this.kryptonAlphaValueLabel7.AlphaValue = 255; this.kryptonAlphaValueLabel7.Location = new System.Drawing.Point(28, 95); this.kryptonAlphaValueLabel7.Name = "kryptonAlphaValueLabel7"; this.kryptonAlphaValueLabel7.Size = new System.Drawing.Size(49, 26); this.kryptonAlphaValueLabel7.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel7.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel7.TabIndex = 25; this.kryptonAlphaValueLabel7.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel7.Values.Text = "RGB:"; // // kryptonAlphaValueLabel6 // this.kryptonAlphaValueLabel6.AlphaValue = 255; this.kryptonAlphaValueLabel6.Location = new System.Drawing.Point(28, 155); this.kryptonAlphaValueLabel6.Name = "kryptonAlphaValueLabel6"; this.kryptonAlphaValueLabel6.Size = new System.Drawing.Size(164, 26); this.kryptonAlphaValueLabel6.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel6.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel6.TabIndex = 24; this.kryptonAlphaValueLabel6.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel6.Values.Text = "Hexadecimal Value:"; // // kryptonAlphaValueLabel5 // this.kryptonAlphaValueLabel5.AlphaValue = 255; this.kryptonAlphaValueLabel5.Location = new System.Drawing.Point(457, 35); this.kryptonAlphaValueLabel5.Name = "kryptonAlphaValueLabel5"; this.kryptonAlphaValueLabel5.Size = new System.Drawing.Size(18, 26); this.kryptonAlphaValueLabel5.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel5.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel5.TabIndex = 23; this.kryptonAlphaValueLabel5.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel5.Values.Text = ")"; // // kryptonAlphaValueLabel4 // this.kryptonAlphaValueLabel4.AlphaValue = 255; this.kryptonAlphaValueLabel4.Location = new System.Drawing.Point(367, 35); this.kryptonAlphaValueLabel4.Name = "kryptonAlphaValueLabel4"; this.kryptonAlphaValueLabel4.Size = new System.Drawing.Size(16, 26); this.kryptonAlphaValueLabel4.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel4.TabIndex = 22; this.kryptonAlphaValueLabel4.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel4.Values.Text = ","; // // kryptonAlphaValueLabel3 // this.kryptonAlphaValueLabel3.AlphaValue = 255; this.kryptonAlphaValueLabel3.Location = new System.Drawing.Point(277, 35); this.kryptonAlphaValueLabel3.Name = "kryptonAlphaValueLabel3"; this.kryptonAlphaValueLabel3.Size = new System.Drawing.Size(16, 26); this.kryptonAlphaValueLabel3.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel3.TabIndex = 21; this.kryptonAlphaValueLabel3.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel3.Values.Text = ","; // // kryptonAlphaValueLabel2 // this.kryptonAlphaValueLabel2.AlphaValue = 255; this.kryptonAlphaValueLabel2.Location = new System.Drawing.Point(187, 35); this.kryptonAlphaValueLabel2.Name = "kryptonAlphaValueLabel2"; this.kryptonAlphaValueLabel2.Size = new System.Drawing.Size(16, 26); this.kryptonAlphaValueLabel2.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel2.TabIndex = 20; this.kryptonAlphaValueLabel2.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel2.Values.Text = ","; // // kryptonAlphaValueNumericBox1 // this.kryptonAlphaValueNumericBox1.Location = new System.Drawing.Point(119, 35); this.kryptonAlphaValueNumericBox1.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.kryptonAlphaValueNumericBox1.Name = "kryptonAlphaValueNumericBox1"; this.kryptonAlphaValueNumericBox1.Size = new System.Drawing.Size(62, 26); this.kryptonAlphaValueNumericBox1.StateCommon.Back.Color1 = System.Drawing.Color.White; this.kryptonAlphaValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.Black; this.kryptonAlphaValueNumericBox1.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.kryptonAlphaValueNumericBox1.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.kryptonAlphaValueNumericBox1.TabIndex = 16; this.kryptonAlphaValueNumericBox1.Value = new decimal(new int[] { 255, 0, 0, 0 }); // // kryptonRedValueNumericBox1 // this.kryptonRedValueNumericBox1.Location = new System.Drawing.Point(209, 35); this.kryptonRedValueNumericBox1.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.kryptonRedValueNumericBox1.Name = "kryptonRedValueNumericBox1"; this.kryptonRedValueNumericBox1.Size = new System.Drawing.Size(62, 26); this.kryptonRedValueNumericBox1.StateCommon.Back.Color1 = System.Drawing.Color.Red; this.kryptonRedValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White; this.kryptonRedValueNumericBox1.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.kryptonRedValueNumericBox1.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.kryptonRedValueNumericBox1.TabIndex = 17; // // kryptonAlphaValueLabel1 // this.kryptonAlphaValueLabel1.AlphaValue = 255; this.kryptonAlphaValueLabel1.Location = new System.Drawing.Point(95, 35); this.kryptonAlphaValueLabel1.Name = "kryptonAlphaValueLabel1"; this.kryptonAlphaValueLabel1.Size = new System.Drawing.Size(18, 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 = 5; this.kryptonAlphaValueLabel1.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kryptonAlphaValueLabel1.Values.Text = "("; // // kryptonGreenValueNumericBox1 // this.kryptonGreenValueNumericBox1.Location = new System.Drawing.Point(299, 35); this.kryptonGreenValueNumericBox1.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.kryptonGreenValueNumericBox1.Name = "kryptonGreenValueNumericBox1"; this.kryptonGreenValueNumericBox1.Size = new System.Drawing.Size(62, 26); this.kryptonGreenValueNumericBox1.StateCommon.Back.Color1 = System.Drawing.Color.Green; this.kryptonGreenValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White; this.kryptonGreenValueNumericBox1.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.kryptonGreenValueNumericBox1.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.kryptonGreenValueNumericBox1.TabIndex = 18; // // kavlNormal // this.kavlNormal.AlphaValue = 255; this.kavlNormal.Location = new System.Drawing.Point(28, 35); this.kavlNormal.Name = "kavlNormal"; this.kavlNormal.Size = new System.Drawing.Size(61, 26); this.kavlNormal.StateCommon.LongText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kavlNormal.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kavlNormal.TabIndex = 4; this.kavlNormal.Typeface = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.kavlNormal.Values.Text = "ARGB:"; // // kryptonBlueValueNumericBox1 // this.kryptonBlueValueNumericBox1.Location = new System.Drawing.Point(389, 35); this.kryptonBlueValueNumericBox1.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.kryptonBlueValueNumericBox1.Name = "kryptonBlueValueNumericBox1"; this.kryptonBlueValueNumericBox1.Size = new System.Drawing.Size(62, 26); this.kryptonBlueValueNumericBox1.StateCommon.Back.Color1 = System.Drawing.Color.Blue; this.kryptonBlueValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White; this.kryptonBlueValueNumericBox1.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11F); this.kryptonBlueValueNumericBox1.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.kryptonBlueValueNumericBox1.TabIndex = 19; // // ktxtHexValue // this.ktxtHexValue.Hint = "#000000"; this.ktxtHexValue.Location = new System.Drawing.Point(198, 152); this.ktxtHexValue.MaxLength = 7; this.ktxtHexValue.Name = "ktxtHexValue"; this.ktxtHexValue.Size = new System.Drawing.Size(100, 29); this.ktxtHexValue.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ktxtHexValue.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit; this.ktxtHexValue.TabIndex = 33; this.ktxtHexValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // KryptonColourDetailsDialog // this.ClientSize = new System.Drawing.Size(494, 261); 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 = "KryptonColourDetailsDialog"; this.ShowInTaskbar = false; this.Load += new System.EventHandler(this.KryptonColourDetailsDialog_Load); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit(); this.kryptonPanel1.ResumeLayout(false); this.kryptonPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit(); this.kryptonPanel2.ResumeLayout(false); this.kryptonPanel2.PerformLayout(); this.ResumeLayout(false); }