Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     KellyControls.CommonClasses.HSL hsl1 = new KellyControls.CommonClasses.HSL();
     this.lblOriginalColor = new System.Windows.Forms.Label();
     this.txtBlue          = new System.Windows.Forms.TextBox();
     this.txtGreen         = new System.Windows.Forms.TextBox();
     this.txtRed           = new System.Windows.Forms.TextBox();
     this.txtLuminance     = new System.Windows.Forms.TextBox();
     this.txtSat           = new System.Windows.Forms.TextBox();
     this.txtHue           = new System.Windows.Forms.TextBox();
     this._txtRed          = new System.Windows.Forms.Label();
     this._txtGreen        = new System.Windows.Forms.Label();
     this._txtBlue         = new System.Windows.Forms.Label();
     this._txtLuminance    = new System.Windows.Forms.Label();
     this._txtSaturation   = new System.Windows.Forms.Label();
     this._txtHue          = new System.Windows.Forms.Label();
     this.txtHex           = new System.Windows.Forms.TextBox();
     this._txtHex          = new System.Windows.Forms.Label();
     this._txtName         = new System.Windows.Forms.Label();
     this.txtName          = new System.Windows.Forms.TextBox();
     this.toolTip1         = new System.Windows.Forms.ToolTip(this.components);
     this.pnlPendingColor  = new KellyControls.ColorPanel();
     this._lblDegree       = new System.Windows.Forms.Label();
     this.lblPercent1      = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.colorWheel1      = new KellyControls.ColorWheel();
     this.SuspendLayout();
     //
     // lblOriginalColor
     //
     this.lblOriginalColor.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.lblOriginalColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblOriginalColor.Location    = new System.Drawing.Point(178, 16);
     this.lblOriginalColor.Name        = "lblOriginalColor";
     this.lblOriginalColor.Size        = new System.Drawing.Size(25, 25);
     this.lblOriginalColor.TabIndex    = 2;
     this.toolTip1.SetToolTip(this.lblOriginalColor, "Original Color");
     //
     // txtBlue
     //
     this.txtBlue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtBlue.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBlue.Location    = new System.Drawing.Point(169, 243);
     this.txtBlue.MaxLength   = 3;
     this.txtBlue.Multiline   = true;
     this.txtBlue.Name        = "txtBlue";
     this.txtBlue.Size        = new System.Drawing.Size(30, 18);
     this.txtBlue.TabIndex    = 14;
     this.txtBlue.Tag         = "255";
     this.txtBlue.Text        = "255";
     this.txtBlue.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolTip1.SetToolTip(this.txtBlue, "Amount of Blue that makes up this color.");
     this.txtBlue.TextChanged += new System.EventHandler(this.ValueRangeCheck_TextChanged);
     this.txtBlue.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.NumberOnly_KeyPress);
     this.txtBlue.Leave       += new System.EventHandler(this.txtBlue_Leave);
     //
     // txtGreen
     //
     this.txtGreen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGreen.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGreen.Location    = new System.Drawing.Point(169, 219);
     this.txtGreen.MaxLength   = 3;
     this.txtGreen.Multiline   = true;
     this.txtGreen.Name        = "txtGreen";
     this.txtGreen.Size        = new System.Drawing.Size(30, 18);
     this.txtGreen.TabIndex    = 12;
     this.txtGreen.Tag         = "255";
     this.txtGreen.Text        = "255";
     this.txtGreen.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolTip1.SetToolTip(this.txtGreen, "Amount of Green that makes up this color.");
     this.txtGreen.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberOnly_KeyPress);
     this.txtGreen.Leave    += new System.EventHandler(this.txtGreen_Leave);
     //
     // txtRed
     //
     this.txtRed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtRed.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRed.Location    = new System.Drawing.Point(169, 195);
     this.txtRed.MaxLength   = 3;
     this.txtRed.Multiline   = true;
     this.txtRed.Name        = "txtRed";
     this.txtRed.Size        = new System.Drawing.Size(30, 18);
     this.txtRed.TabIndex    = 10;
     this.txtRed.Tag         = "255";
     this.txtRed.Text        = "255";
     this.txtRed.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolTip1.SetToolTip(this.txtRed, "Amount of Red that makes up this color.");
     this.txtRed.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberOnly_KeyPress);
     this.txtRed.Leave    += new System.EventHandler(this.txtRed_Leave);
     //
     // txtLuminance
     //
     this.txtLuminance.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtLuminance.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLuminance.Location    = new System.Drawing.Point(78, 243);
     this.txtLuminance.MaxLength   = 3;
     this.txtLuminance.Multiline   = true;
     this.txtLuminance.Name        = "txtLuminance";
     this.txtLuminance.Size        = new System.Drawing.Size(30, 18);
     this.txtLuminance.TabIndex    = 8;
     this.txtLuminance.Tag         = "100";
     this.txtLuminance.Text        = "100";
     this.txtLuminance.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolTip1.SetToolTip(this.txtLuminance, "Brightness of the color. Represented as percent away from Black.");
     this.txtLuminance.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberOnly_KeyPress);
     this.txtLuminance.Leave    += new System.EventHandler(this.txtLuminance_Leave);
     //
     // txtSat
     //
     this.txtSat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSat.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSat.Location    = new System.Drawing.Point(78, 219);
     this.txtSat.MaxLength   = 3;
     this.txtSat.Multiline   = true;
     this.txtSat.Name        = "txtSat";
     this.txtSat.Size        = new System.Drawing.Size(30, 18);
     this.txtSat.TabIndex    = 6;
     this.txtSat.Tag         = "100";
     this.txtSat.Text        = "100";
     this.txtSat.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolTip1.SetToolTip(this.txtSat, "Saturation of the color. Represented as percent away from Gray.");
     this.txtSat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberOnly_KeyPress);
     this.txtSat.Leave    += new System.EventHandler(this.txtSat_Leave);
     //
     // txtHue
     //
     this.txtHue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtHue.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHue.Location    = new System.Drawing.Point(78, 195);
     this.txtHue.MaxLength   = 3;
     this.txtHue.Multiline   = true;
     this.txtHue.Name        = "txtHue";
     this.txtHue.Size        = new System.Drawing.Size(30, 18);
     this.txtHue.TabIndex    = 4;
     this.txtHue.Tag         = "360";
     this.txtHue.Text        = "360";
     this.txtHue.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolTip1.SetToolTip(this.txtHue, "Hue of this color. Represented in degrees about a circle.");
     this.txtHue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberOnly_KeyPress);
     this.txtHue.Leave    += new System.EventHandler(this.txtHue_Leave);
     //
     // _txtRed
     //
     this._txtRed.AutoSize = true;
     this._txtRed.Location = new System.Drawing.Point(133, 198);
     this._txtRed.Name     = "_txtRed";
     this._txtRed.Size     = new System.Drawing.Size(30, 15);
     this._txtRed.TabIndex = 9;
     this._txtRed.Text     = "Red:";
     //
     // _txtGreen
     //
     this._txtGreen.AutoSize = true;
     this._txtGreen.Location = new System.Drawing.Point(122, 220);
     this._txtGreen.Name     = "_txtGreen";
     this._txtGreen.Size     = new System.Drawing.Size(41, 15);
     this._txtGreen.TabIndex = 11;
     this._txtGreen.Text     = "Green:";
     //
     // _txtBlue
     //
     this._txtBlue.AutoSize = true;
     this._txtBlue.Location = new System.Drawing.Point(130, 244);
     this._txtBlue.Name     = "_txtBlue";
     this._txtBlue.Size     = new System.Drawing.Size(33, 15);
     this._txtBlue.TabIndex = 13;
     this._txtBlue.Text     = "Blue:";
     //
     // _txtLuminance
     //
     this._txtLuminance.AutoSize = true;
     this._txtLuminance.Location = new System.Drawing.Point(3, 244);
     this._txtLuminance.Name     = "_txtLuminance";
     this._txtLuminance.Size     = new System.Drawing.Size(69, 15);
     this._txtLuminance.TabIndex = 7;
     this._txtLuminance.Text     = "Luminance:";
     //
     // _txtSaturation
     //
     this._txtSaturation.AutoSize = true;
     this._txtSaturation.Location = new System.Drawing.Point(8, 220);
     this._txtSaturation.Name     = "_txtSaturation";
     this._txtSaturation.Size     = new System.Drawing.Size(64, 15);
     this._txtSaturation.TabIndex = 5;
     this._txtSaturation.Text     = "Saturation:";
     //
     // _txtHue
     //
     this._txtHue.AutoSize = true;
     this._txtHue.Location = new System.Drawing.Point(40, 196);
     this._txtHue.Name     = "_txtHue";
     this._txtHue.Size     = new System.Drawing.Size(32, 15);
     this._txtHue.TabIndex = 3;
     this._txtHue.Text     = "Hue:";
     //
     // txtHex
     //
     this.txtHex.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtHex.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
     this.txtHex.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHex.Location        = new System.Drawing.Point(78, 267);
     this.txtHex.MaxLength       = 7;
     this.txtHex.Multiline       = true;
     this.txtHex.Name            = "txtHex";
     this.txtHex.Size            = new System.Drawing.Size(56, 18);
     this.txtHex.TabIndex        = 16;
     this.txtHex.Text            = "#888888";
     this.txtHex.TextAlign       = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolTip1.SetToolTip(this.txtHex, "Hexidecimal value of the color");
     this.txtHex.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HexOnly_KeyPress);
     this.txtHex.Leave    += new System.EventHandler(this.txtHex_Leave);
     //
     // _txtHex
     //
     this._txtHex.AutoSize = true;
     this._txtHex.Location = new System.Drawing.Point(42, 268);
     this._txtHex.Name     = "_txtHex";
     this._txtHex.Size     = new System.Drawing.Size(30, 15);
     this._txtHex.TabIndex = 15;
     this._txtHex.Text     = "Hex:";
     //
     // _txtName
     //
     this._txtName.AutoSize = true;
     this._txtName.Location = new System.Drawing.Point(30, 294);
     this._txtName.Name     = "_txtName";
     this._txtName.Size     = new System.Drawing.Size(42, 15);
     this._txtName.TabIndex = 17;
     this._txtName.Text     = "Name:";
     //
     // txtName
     //
     this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtName.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtName.Location    = new System.Drawing.Point(78, 291);
     this.txtName.Multiline   = true;
     this.txtName.Name        = "txtName";
     this.txtName.Size        = new System.Drawing.Size(121, 18);
     this.txtName.TabIndex    = 18;
     this.toolTip1.SetToolTip(this.txtName, "Name assigned to this color");
     //
     // pnlPendingColor
     //
     this.pnlPendingColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlPendingColor.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.pnlPendingColor.Location    = new System.Drawing.Point(169, 4);
     this.pnlPendingColor.Name        = "pnlPendingColor";
     this.pnlPendingColor.PaintColor  = true;
     this.pnlPendingColor.Size        = new System.Drawing.Size(25, 25);
     this.pnlPendingColor.TabIndex    = 1;
     this.toolTip1.SetToolTip(this.pnlPendingColor, "New Color");
     //
     // _lblDegree
     //
     this._lblDegree.AutoSize = true;
     this._lblDegree.Location = new System.Drawing.Point(106, 196);
     this._lblDegree.Name     = "_lblDegree";
     this._lblDegree.Size     = new System.Drawing.Size(12, 15);
     this._lblDegree.TabIndex = 19;
     this._lblDegree.Text     = "°";
     //
     // lblPercent1
     //
     this.lblPercent1.AutoSize = true;
     this.lblPercent1.Font     = new System.Drawing.Font("Segoe UI", 7F);
     this.lblPercent1.Location = new System.Drawing.Point(108, 223);
     this.lblPercent1.Name     = "lblPercent1";
     this.lblPercent1.Size     = new System.Drawing.Size(13, 12);
     this.lblPercent1.TabIndex = 20;
     this.lblPercent1.Text     = "%";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 7F);
     this.label1.Location = new System.Drawing.Point(108, 246);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(13, 12);
     this.label1.TabIndex = 21;
     this.label1.Text     = "%";
     //
     // colorWheel1
     //
     this.colorWheel1.Blue  = ((byte)(0));
     this.colorWheel1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     hsl1.Alpha             = 1D;
     hsl1.H                         = 0D;
     hsl1.Hue                       = 0D;
     hsl1.L                         = 1D;
     hsl1.Luminance                 = 1D;
     hsl1.S                         = 1D;
     hsl1.Saturation                = 1D;
     this.colorWheel1.HSL           = hsl1;
     this.colorWheel1.Hue           = 0D;
     this.colorWheel1.Location      = new System.Drawing.Point(4, 4);
     this.colorWheel1.Luminance     = 1D;
     this.colorWheel1.MarkerSize    = ((uint)(10u));
     this.colorWheel1.Name          = "colorWheel1";
     this.colorWheel1.RedOffset     = -90D;
     this.colorWheel1.Saturation    = 1D;
     this.colorWheel1.Size          = new System.Drawing.Size(187, 179);
     this.colorWheel1.TabIndex      = 0;
     this.colorWheel1.ColorChanged += new System.EventHandler(this.colorWheel1_ColorChanged);
     //
     // ColorPicker
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.txtName);
     this.Controls.Add(this._txtName);
     this.Controls.Add(this._txtHex);
     this.Controls.Add(this.txtHex);
     this.Controls.Add(this._txtLuminance);
     this.Controls.Add(this._txtSaturation);
     this.Controls.Add(this._txtHue);
     this.Controls.Add(this._txtBlue);
     this.Controls.Add(this._txtGreen);
     this.Controls.Add(this._txtRed);
     this.Controls.Add(this.pnlPendingColor);
     this.Controls.Add(this.txtBlue);
     this.Controls.Add(this.txtGreen);
     this.Controls.Add(this.txtRed);
     this.Controls.Add(this.txtLuminance);
     this.Controls.Add(this.txtSat);
     this.Controls.Add(this.txtHue);
     this.Controls.Add(this.lblOriginalColor);
     this.Controls.Add(this.colorWheel1);
     this.Controls.Add(this._lblDegree);
     this.Controls.Add(this.lblPercent1);
     this.Controls.Add(this.label1);
     this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "ColorPicker";
     this.Size = new System.Drawing.Size(210, 320);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     KellyControls.CommonClasses.HSL hsl4 = new KellyControls.CommonClasses.HSL();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Testing));
     KellyControls.CommonClasses.HSL hsl5 = new KellyControls.CommonClasses.HSL();
     KellyControls.CommonClasses.HSL hsl6 = new KellyControls.CommonClasses.HSL();
     this.ghostedTextBox1       = new KellyControls.GhostedTextBox();
     this.imageDropDown1        = new KellyControls.ImageDropDown();
     this.imageListBox1         = new KellyControls.ImageListBox();
     this.hslSlider1            = new KellyControls.HSLSlider();
     this.colorPanel1           = new KellyControls.ColorPanel();
     this.colorBox1             = new KellyControls.ColorBox();
     this.colorPicker1          = new KellyControls.ColorPicker();
     this.colorSelector1        = new KellyControls.ColorSelector();
     this.colorWheel1           = new KellyControls.ColorWheel();
     this.selectColorDialog1    = new KellyControls.SelectColorDlg.SelectColorDialog(this.components);
     this.treeViewScroll1       = new KellyControls.TreeViewScroll();
     this.richTextBoxPrintCtrl1 = new KellyControls.RichTextBoxPrintCtrl();
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.label7           = new System.Windows.Forms.Label();
     this.label8           = new System.Windows.Forms.Label();
     this.label9           = new System.Windows.Forms.Label();
     this.label10          = new System.Windows.Forms.Label();
     this.label11          = new System.Windows.Forms.Label();
     this.colorGrid1       = new KellyControls.ColorGrid();
     this.label12          = new System.Windows.Forms.Label();
     this.dropDownControl1 = new KellyControls.DropDownControl();
     this.label13          = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // ghostedTextBox1
     //
     this.ghostedTextBox1.GhostedText = "Test";
     this.ghostedTextBox1.Location    = new System.Drawing.Point(12, 28);
     this.ghostedTextBox1.Name        = "ghostedTextBox1";
     this.ghostedTextBox1.Size        = new System.Drawing.Size(174, 20);
     this.ghostedTextBox1.TabIndex    = 0;
     //
     // imageDropDown1
     //
     this.imageDropDown1.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.imageDropDown1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.imageDropDown1.FormattingEnabled = true;
     this.imageDropDown1.Location          = new System.Drawing.Point(12, 127);
     this.imageDropDown1.Name     = "imageDropDown1";
     this.imageDropDown1.Size     = new System.Drawing.Size(174, 21);
     this.imageDropDown1.TabIndex = 1;
     //
     // imageListBox1
     //
     this.imageListBox1.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.imageListBox1.FormattingEnabled = true;
     this.imageListBox1.Location          = new System.Drawing.Point(211, 28);
     this.imageListBox1.Name     = "imageListBox1";
     this.imageListBox1.Size     = new System.Drawing.Size(160, 122);
     this.imageListBox1.TabIndex = 2;
     //
     // hslSlider1
     //
     this.hslSlider1.BackColor = System.Drawing.Color.Transparent;
     this.hslSlider1.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     hsl4.Alpha                     = 1D;
     hsl4.H                         = 0.66666666666666663D;
     hsl4.Hue                       = 0.66666666666666663D;
     hsl4.L                         = 1D;
     hsl4.Luminance                 = 1D;
     hsl4.S                         = 1D;
     hsl4.Saturation                = 1D;
     this.hslSlider1.HSL            = hsl4;
     this.hslSlider1.IndicatorMarks = ((System.Collections.Generic.List <double>)(resources.GetObject("hslSlider1.IndicatorMarks")));
     this.hslSlider1.Location       = new System.Drawing.Point(12, 169);
     this.hslSlider1.Name           = "hslSlider1";
     this.hslSlider1.Size           = new System.Drawing.Size(174, 30);
     this.hslSlider1.TabIndex       = 4;
     //
     // colorPanel1
     //
     this.colorPanel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.colorPanel1.Color       = System.Drawing.Color.Blue;
     this.colorPanel1.Location    = new System.Drawing.Point(12, 75);
     this.colorPanel1.Name        = "colorPanel1";
     this.colorPanel1.PaintColor  = true;
     this.colorPanel1.Size        = new System.Drawing.Size(174, 23);
     this.colorPanel1.TabIndex    = 5;
     this.colorPanel1.Text        = "colorPanel1";
     //
     // colorBox1
     //
     this.colorBox1.DrawStyle = KellyControls.ColorBox.eDrawStyle.Hue;
     hsl5.Alpha              = 1D;
     hsl5.H                  = 0.66666666666666663D;
     hsl5.Hue                = 0.66666666666666663D;
     hsl5.L                  = 1D;
     hsl5.Luminance          = 1D;
     hsl5.S                  = 1D;
     hsl5.Saturation         = 1D;
     this.colorBox1.HSL      = hsl5;
     this.colorBox1.Location = new System.Drawing.Point(211, 169);
     this.colorBox1.Name     = "colorBox1";
     this.colorBox1.RGB      = System.Drawing.Color.Blue;
     this.colorBox1.Size     = new System.Drawing.Size(160, 112);
     this.colorBox1.TabIndex = 6;
     //
     // colorPicker1
     //
     this.colorPicker1.Color     = System.Drawing.Color.Blue;
     this.colorPicker1.ColorName = "Blue";
     this.colorPicker1.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.colorPicker1.Location  = new System.Drawing.Point(572, 28);
     this.colorPicker1.Name      = "colorPicker1";
     this.colorPicker1.RedOffset = -90D;
     this.colorPicker1.Size      = new System.Drawing.Size(210, 320);
     this.colorPicker1.TabIndex  = 7;
     //
     // colorSelector1
     //
     this.colorSelector1.AnchorSize  = new System.Drawing.Size(174, 21);
     this.colorSelector1.BackColor   = System.Drawing.Color.Transparent;
     this.colorSelector1.Color       = System.Drawing.Color.Blue;
     this.colorSelector1.Font        = new System.Drawing.Font("Segoe UI", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.colorSelector1.Location    = new System.Drawing.Point(12, 229);
     this.colorSelector1.Margin      = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.colorSelector1.Name        = "colorSelector1";
     this.colorSelector1.ShowNoColor = false;
     this.colorSelector1.Size        = new System.Drawing.Size(174, 21);
     this.colorSelector1.TabIndex    = 8;
     //
     // colorWheel1
     //
     this.colorWheel1.Color = System.Drawing.Color.Blue;
     hsl6.Alpha             = 1D;
     hsl6.H                      = 0.66666666666666663D;
     hsl6.Hue                    = 0.66666666666666663D;
     hsl6.L                      = 1D;
     hsl6.Luminance              = 1D;
     hsl6.S                      = 1D;
     hsl6.Saturation             = 1D;
     this.colorWheel1.HSL        = hsl6;
     this.colorWheel1.Hue        = 0.66666666666666663D;
     this.colorWheel1.Location   = new System.Drawing.Point(398, 28);
     this.colorWheel1.Luminance  = 1D;
     this.colorWheel1.MarkerSize = ((uint)(10u));
     this.colorWheel1.Name       = "colorWheel1";
     this.colorWheel1.Red        = ((byte)(0));
     this.colorWheel1.RedOffset  = -90D;
     this.colorWheel1.Saturation = 1D;
     this.colorWheel1.Size       = new System.Drawing.Size(150, 150);
     this.colorWheel1.TabIndex   = 9;
     //
     // selectColorDialog1
     //
     this.selectColorDialog1.CancelButton_Image = null;
     this.selectColorDialog1.Color          = System.Drawing.Color.Empty;
     this.selectColorDialog1.ColorName      = null;
     this.selectColorDialog1.CustomColors   = null;
     this.selectColorDialog1.OKButton_Image = null;
     this.selectColorDialog1.ShowPalette    = false;
     this.selectColorDialog1.Title          = null;
     //
     // treeViewScroll1
     //
     this.treeViewScroll1.Location = new System.Drawing.Point(12, 310);
     this.treeViewScroll1.Name     = "treeViewScroll1";
     this.treeViewScroll1.Size     = new System.Drawing.Size(174, 117);
     this.treeViewScroll1.TabIndex = 10;
     //
     // richTextBoxPrintCtrl1
     //
     this.richTextBoxPrintCtrl1.Location = new System.Drawing.Point(211, 311);
     this.richTextBoxPrintCtrl1.Name     = "richTextBoxPrintCtrl1";
     this.richTextBoxPrintCtrl1.Size     = new System.Drawing.Size(160, 116);
     this.richTextBoxPrintCtrl1.TabIndex = 11;
     this.richTextBoxPrintCtrl1.Text     = "";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(92, 13);
     this.label1.TabIndex = 12;
     this.label1.Text     = "Ghosted Text Box";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(9, 62);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(61, 13);
     this.label2.TabIndex = 13;
     this.label2.Text     = "Color Panel";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(9, 111);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(88, 13);
     this.label3.TabIndex = 14;
     this.label3.Text     = "Image Dropdown";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 153);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(57, 13);
     this.label4.TabIndex = 15;
     this.label4.Text     = "HSL Slider";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(208, 12);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(73, 13);
     this.label5.TabIndex = 16;
     this.label5.Text     = "Image ListBox";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(208, 153);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(52, 13);
     this.label6.TabIndex = 17;
     this.label6.Text     = "Color Box";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(9, 213);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(73, 13);
     this.label7.TabIndex = 18;
     this.label7.Text     = "Color Selector";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(395, 12);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(65, 13);
     this.label8.TabIndex = 19;
     this.label8.Text     = "Color Wheel";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(569, 12);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(64, 13);
     this.label9.TabIndex = 20;
     this.label9.Text     = "Color Picker";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(12, 294);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(78, 13);
     this.label10.TabIndex = 21;
     this.label10.Text     = "TreeViewScroll";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(208, 294);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(104, 13);
     this.label11.TabIndex = 22;
     this.label11.Text     = "RichTextBoxPrintCtrl";
     //
     // colorGrid1
     //
     this.colorGrid1.CancelButtonImage = null;
     this.colorGrid1.Color             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.colorGrid1.Location          = new System.Drawing.Point(398, 213);
     this.colorGrid1.Name              = "colorGrid1";
     this.colorGrid1.OKButtonImage     = null;
     this.colorGrid1.ParentUserControl = null;
     this.colorGrid1.SelectedIndex     = 8;
     this.colorGrid1.Size              = new System.Drawing.Size(150, 168);
     this.colorGrid1.TabIndex          = 23;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(395, 197);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(53, 13);
     this.label12.TabIndex = 24;
     this.label12.Text     = "Color Grid";
     //
     // dropDownControl1
     //
     this.dropDownControl1.BackColor = System.Drawing.Color.White;
     this.dropDownControl1.Location  = new System.Drawing.Point(398, 400);
     this.dropDownControl1.Name      = "dropDownControl1";
     this.dropDownControl1.Size      = new System.Drawing.Size(150, 150);
     this.dropDownControl1.TabIndex  = 25;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(395, 384);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(91, 13);
     this.label13.TabIndex = 26;
     this.label13.Text     = "DropDownControl";
     //
     // Testing
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(875, 621);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.dropDownControl1);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.colorGrid1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.richTextBoxPrintCtrl1);
     this.Controls.Add(this.treeViewScroll1);
     this.Controls.Add(this.colorWheel1);
     this.Controls.Add(this.colorSelector1);
     this.Controls.Add(this.colorPicker1);
     this.Controls.Add(this.colorBox1);
     this.Controls.Add(this.colorPanel1);
     this.Controls.Add(this.hslSlider1);
     this.Controls.Add(this.imageListBox1);
     this.Controls.Add(this.imageDropDown1);
     this.Controls.Add(this.ghostedTextBox1);
     this.Name = "Testing";
     this.Text = "Form1";
     this.ResumeLayout(false);
     this.PerformLayout();
 }