namespace HeuristicLab.Analysis.FitnessLandscape.BoxChart { partial class ColorValueView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.GroupBox hsvBox; System.Windows.Forms.Label hueLabel; System.Windows.Forms.Label saturationLabel; System.Windows.Forms.Label brightnessLabel; System.Windows.Forms.GroupBox pickerBox; System.Windows.Forms.GroupBox colorBox; System.Windows.Forms.GroupBox rgbBox; System.Windows.Forms.Label label1; System.Windows.Forms.Label label2; System.Windows.Forms.Label label3; this.hueScrollBar = new System.Windows.Forms.HScrollBar(); this.hueUpDown = new System.Windows.Forms.NumericUpDown(); this.saturationScrollBar = new System.Windows.Forms.HScrollBar(); this.saturationUpDown = new System.Windows.Forms.NumericUpDown(); this.brightnessScrollBar = new System.Windows.Forms.HScrollBar(); this.brightnessUpDown = new System.Windows.Forms.NumericUpDown(); this.colorWheelPanel = new System.Windows.Forms.Panel(); this.brightnessPanel = new System.Windows.Forms.Panel(); this.colorPanel = new System.Windows.Forms.Panel(); this.redScrollBar = new System.Windows.Forms.HScrollBar(); this.redUpDown = new System.Windows.Forms.NumericUpDown(); this.greenScrollBar = new System.Windows.Forms.HScrollBar(); this.greenUpDown = new System.Windows.Forms.NumericUpDown(); this.blueScrollBar = new System.Windows.Forms.HScrollBar(); this.blueUpDown = new System.Windows.Forms.NumericUpDown(); this.colorDialog = new System.Windows.Forms.ColorDialog(); this.defaultColors = new System.Windows.Forms.GroupBox(); this.panel2 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.panel7 = new System.Windows.Forms.Panel(); this.panel8 = new System.Windows.Forms.Panel(); this.panel9 = new System.Windows.Forms.Panel(); this.panel10 = new System.Windows.Forms.Panel(); this.panel11 = new System.Windows.Forms.Panel(); this.panel12 = new System.Windows.Forms.Panel(); this.panel13 = new System.Windows.Forms.Panel(); this.panel14 = new System.Windows.Forms.Panel(); this.panel15 = new System.Windows.Forms.Panel(); this.panel16 = new System.Windows.Forms.Panel(); this.panel17 = new System.Windows.Forms.Panel(); this.panel18 = new System.Windows.Forms.Panel(); this.panel19 = new System.Windows.Forms.Panel(); this.panel20 = new System.Windows.Forms.Panel(); this.panel21 = new System.Windows.Forms.Panel(); this.panel22 = new System.Windows.Forms.Panel(); this.panel23 = new System.Windows.Forms.Panel(); this.panel24 = new System.Windows.Forms.Panel(); hsvBox = new System.Windows.Forms.GroupBox(); hueLabel = new System.Windows.Forms.Label(); saturationLabel = new System.Windows.Forms.Label(); brightnessLabel = new System.Windows.Forms.Label(); pickerBox = new System.Windows.Forms.GroupBox(); colorBox = new System.Windows.Forms.GroupBox(); rgbBox = new System.Windows.Forms.GroupBox(); label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); hsvBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.hueUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.saturationUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.brightnessUpDown)).BeginInit(); pickerBox.SuspendLayout(); colorBox.SuspendLayout(); rgbBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.redUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.greenUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.blueUpDown)).BeginInit(); this.defaultColors.SuspendLayout(); this.SuspendLayout(); // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); this.nameTextBox.Size = new System.Drawing.Size(310, 20); // // infoLabel // this.infoLabel.Location = new System.Drawing.Point(374, 3); // // hsvBox // hsvBox.Controls.Add(this.hueScrollBar); hsvBox.Controls.Add(this.hueUpDown); hsvBox.Controls.Add(hueLabel); hsvBox.Controls.Add(saturationLabel); hsvBox.Controls.Add(brightnessLabel); hsvBox.Controls.Add(this.saturationScrollBar); hsvBox.Controls.Add(this.saturationUpDown); hsvBox.Controls.Add(this.brightnessScrollBar); hsvBox.Controls.Add(this.brightnessUpDown); hsvBox.Location = new System.Drawing.Point(3, 313); hsvBox.Name = "hsvBox"; hsvBox.Size = new System.Drawing.Size(378, 100); hsvBox.TabIndex = 26; hsvBox.TabStop = false; hsvBox.Text = "HSV"; // // hueScrollBar // this.hueScrollBar.Location = new System.Drawing.Point(79, 21); this.hueScrollBar.Maximum = 360; this.hueScrollBar.Name = "hueScrollBar"; this.hueScrollBar.Size = new System.Drawing.Size(244, 17); this.hueScrollBar.TabIndex = 16; this.hueScrollBar.ValueChanged += new System.EventHandler(this.hueScrollBar_ValueChanged); // // hueUpDown // this.hueUpDown.Location = new System.Drawing.Point(326, 19); this.hueUpDown.Maximum = new decimal(new int[] { 360, 0, 0, 0}); this.hueUpDown.Name = "hueUpDown"; this.hueUpDown.Size = new System.Drawing.Size(44, 20); this.hueUpDown.TabIndex = 20; this.hueUpDown.ValueChanged += new System.EventHandler(this.hueUpDown_ValueChanged); // // hueLabel // hueLabel.AutoSize = true; hueLabel.Location = new System.Drawing.Point(6, 21); hueLabel.Name = "hueLabel"; hueLabel.Size = new System.Drawing.Size(30, 13); hueLabel.TabIndex = 17; hueLabel.Text = "Hue:"; // // saturationLabel // saturationLabel.AutoSize = true; saturationLabel.Location = new System.Drawing.Point(6, 47); saturationLabel.Name = "saturationLabel"; saturationLabel.Size = new System.Drawing.Size(58, 13); saturationLabel.TabIndex = 18; saturationLabel.Text = "Saturation:"; // // brightnessLabel // brightnessLabel.AutoSize = true; brightnessLabel.Location = new System.Drawing.Point(6, 73); brightnessLabel.Name = "brightnessLabel"; brightnessLabel.Size = new System.Drawing.Size(59, 13); brightnessLabel.TabIndex = 19; brightnessLabel.Text = "Brightness:"; // // saturationScrollBar // this.saturationScrollBar.Location = new System.Drawing.Point(79, 47); this.saturationScrollBar.Name = "saturationScrollBar"; this.saturationScrollBar.Size = new System.Drawing.Size(244, 17); this.saturationScrollBar.TabIndex = 21; this.saturationScrollBar.ValueChanged += new System.EventHandler(this.saturationScrollBar_ValueChanged); // // saturationUpDown // this.saturationUpDown.Location = new System.Drawing.Point(326, 45); this.saturationUpDown.Name = "saturationUpDown"; this.saturationUpDown.Size = new System.Drawing.Size(44, 20); this.saturationUpDown.TabIndex = 22; this.saturationUpDown.ValueChanged += new System.EventHandler(this.saturationUpDown_ValueChanged); // // brightnessScrollBar // this.brightnessScrollBar.Location = new System.Drawing.Point(79, 73); this.brightnessScrollBar.Name = "brightnessScrollBar"; this.brightnessScrollBar.Size = new System.Drawing.Size(244, 17); this.brightnessScrollBar.TabIndex = 23; this.brightnessScrollBar.ValueChanged += new System.EventHandler(this.brightnessScrollBar_ValueChanged); // // brightnessUpDown // this.brightnessUpDown.Location = new System.Drawing.Point(326, 71); this.brightnessUpDown.Name = "brightnessUpDown"; this.brightnessUpDown.Size = new System.Drawing.Size(44, 20); this.brightnessUpDown.TabIndex = 24; this.brightnessUpDown.ValueChanged += new System.EventHandler(this.brightnessUpDown_ValueChanged); // // pickerBox // pickerBox.Controls.Add(this.colorWheelPanel); pickerBox.Controls.Add(this.brightnessPanel); pickerBox.Location = new System.Drawing.Point(3, 26); pickerBox.Name = "pickerBox"; pickerBox.Size = new System.Drawing.Size(294, 281); pickerBox.TabIndex = 27; pickerBox.TabStop = false; pickerBox.Text = "Color Picker"; // // colorWheelPanel // this.colorWheelPanel.Location = new System.Drawing.Point(6, 19); this.colorWheelPanel.Name = "colorWheelPanel"; this.colorWheelPanel.Size = new System.Drawing.Size(256, 256); this.colorWheelPanel.TabIndex = 3; this.colorWheelPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.colorWheelPanel_Paint); this.colorWheelPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.colorWheelPanel_MouseDown); this.colorWheelPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.colorWheelPanel_MouseMove); // // brightnessPanel // this.brightnessPanel.Location = new System.Drawing.Point(268, 19); this.brightnessPanel.Name = "brightnessPanel"; this.brightnessPanel.Size = new System.Drawing.Size(20, 256); this.brightnessPanel.TabIndex = 4; this.brightnessPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.brightnessPanel_Paint); this.brightnessPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.brightnessPanel_MouseDown); this.brightnessPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.brightnessPanel_MouseMove); // // colorBox // colorBox.Controls.Add(this.colorPanel); colorBox.Location = new System.Drawing.Point(303, 247); colorBox.Name = "colorBox"; colorBox.Size = new System.Drawing.Size(78, 60); colorBox.TabIndex = 28; colorBox.TabStop = false; colorBox.Text = "Selected"; // // colorPanel // this.colorPanel.Location = new System.Drawing.Point(6, 19); this.colorPanel.Name = "colorPanel"; this.colorPanel.Size = new System.Drawing.Size(64, 32); this.colorPanel.TabIndex = 5; this.colorPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.colorPanel_Paint); this.colorPanel.DoubleClick += new System.EventHandler(this.colorPanel_DoubleClick); // // rgbBox // rgbBox.Controls.Add(this.redScrollBar); rgbBox.Controls.Add(this.redUpDown); rgbBox.Controls.Add(label1); rgbBox.Controls.Add(label2); rgbBox.Controls.Add(label3); rgbBox.Controls.Add(this.greenScrollBar); rgbBox.Controls.Add(this.greenUpDown); rgbBox.Controls.Add(this.blueScrollBar); rgbBox.Controls.Add(this.blueUpDown); rgbBox.Location = new System.Drawing.Point(3, 419); rgbBox.Name = "rgbBox"; rgbBox.Size = new System.Drawing.Size(378, 102); rgbBox.TabIndex = 27; rgbBox.TabStop = false; rgbBox.Text = "RGB"; // // redScrollBar // this.redScrollBar.Location = new System.Drawing.Point(79, 21); this.redScrollBar.Maximum = 255; this.redScrollBar.Name = "redScrollBar"; this.redScrollBar.Size = new System.Drawing.Size(244, 17); this.redScrollBar.TabIndex = 16; this.redScrollBar.ValueChanged += new System.EventHandler(this.redScrollBar_ValueChanged); // // redUpDown // this.redUpDown.Location = new System.Drawing.Point(326, 19); this.redUpDown.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.redUpDown.Name = "redUpDown"; this.redUpDown.Size = new System.Drawing.Size(44, 20); this.redUpDown.TabIndex = 20; this.redUpDown.ValueChanged += new System.EventHandler(this.redUpDown_ValueChanged); // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(6, 21); label1.Name = "label1"; label1.Size = new System.Drawing.Size(30, 13); label1.TabIndex = 17; label1.Text = "Red:"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(6, 47); label2.Name = "label2"; label2.Size = new System.Drawing.Size(39, 13); label2.TabIndex = 18; label2.Text = "Green:"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(6, 73); label3.Name = "label3"; label3.Size = new System.Drawing.Size(31, 13); label3.TabIndex = 19; label3.Text = "Blue:"; // // greenScrollBar // this.greenScrollBar.Location = new System.Drawing.Point(79, 47); this.greenScrollBar.Maximum = 255; this.greenScrollBar.Name = "greenScrollBar"; this.greenScrollBar.Size = new System.Drawing.Size(244, 17); this.greenScrollBar.TabIndex = 21; this.greenScrollBar.ValueChanged += new System.EventHandler(this.greenScrollBar_ValueChanged); // // greenUpDown // this.greenUpDown.Location = new System.Drawing.Point(326, 45); this.greenUpDown.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.greenUpDown.Name = "greenUpDown"; this.greenUpDown.Size = new System.Drawing.Size(44, 20); this.greenUpDown.TabIndex = 22; this.greenUpDown.ValueChanged += new System.EventHandler(this.greenUpDown_ValueChanged); // // blueScrollBar // this.blueScrollBar.Location = new System.Drawing.Point(79, 73); this.blueScrollBar.Maximum = 255; this.blueScrollBar.Name = "blueScrollBar"; this.blueScrollBar.Size = new System.Drawing.Size(244, 17); this.blueScrollBar.TabIndex = 23; this.blueScrollBar.ValueChanged += new System.EventHandler(this.blueScrollBar_ValueChanged); // // blueUpDown // this.blueUpDown.Location = new System.Drawing.Point(326, 71); this.blueUpDown.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.blueUpDown.Name = "blueUpDown"; this.blueUpDown.Size = new System.Drawing.Size(44, 20); this.blueUpDown.TabIndex = 24; this.blueUpDown.ValueChanged += new System.EventHandler(this.blueUpDown_ValueChanged); // // colorDialog // this.colorDialog.AnyColor = true; // // defaultColors // this.defaultColors.Controls.Add(this.panel13); this.defaultColors.Controls.Add(this.panel7); this.defaultColors.Controls.Add(this.panel14); this.defaultColors.Controls.Add(this.panel4); this.defaultColors.Controls.Add(this.panel15); this.defaultColors.Controls.Add(this.panel8); this.defaultColors.Controls.Add(this.panel16); this.defaultColors.Controls.Add(this.panel5); this.defaultColors.Controls.Add(this.panel17); this.defaultColors.Controls.Add(this.panel9); this.defaultColors.Controls.Add(this.panel18); this.defaultColors.Controls.Add(this.panel3); this.defaultColors.Controls.Add(this.panel19); this.defaultColors.Controls.Add(this.panel10); this.defaultColors.Controls.Add(this.panel20); this.defaultColors.Controls.Add(this.panel6); this.defaultColors.Controls.Add(this.panel21); this.defaultColors.Controls.Add(this.panel11); this.defaultColors.Controls.Add(this.panel22); this.defaultColors.Controls.Add(this.panel2); this.defaultColors.Controls.Add(this.panel23); this.defaultColors.Controls.Add(this.panel12); this.defaultColors.Controls.Add(this.panel24); this.defaultColors.Controls.Add(this.panel1); this.defaultColors.Location = new System.Drawing.Point(304, 27); this.defaultColors.Name = "defaultColors"; this.defaultColors.Size = new System.Drawing.Size(77, 214); this.defaultColors.TabIndex = 29; this.defaultColors.TabStop = false; this.defaultColors.Text = "Standard"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.Silver; this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel2.Location = new System.Drawing.Point(30, 20); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(17, 17); this.panel2.TabIndex = 1; this.panel2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Location = new System.Drawing.Point(7, 20); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(17, 17); this.panel1.TabIndex = 0; this.panel1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel3 // this.panel3.BackColor = System.Drawing.Color.Black; this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel3.Location = new System.Drawing.Point(53, 20); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(17, 17); this.panel3.TabIndex = 2; this.panel3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel4 // this.panel4.BackColor = System.Drawing.Color.Maroon; this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel4.Location = new System.Drawing.Point(53, 43); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(17, 17); this.panel4.TabIndex = 5; this.panel4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel5 // this.panel5.BackColor = System.Drawing.Color.Red; this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel5.Location = new System.Drawing.Point(30, 43); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(17, 17); this.panel5.TabIndex = 4; this.panel5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel6 // this.panel6.BackColor = System.Drawing.Color.Pink; this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel6.Location = new System.Drawing.Point(7, 43); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(17, 17); this.panel6.TabIndex = 3; this.panel6.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel7 // this.panel7.BackColor = System.Drawing.Color.Olive; this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel7.Location = new System.Drawing.Point(53, 89); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(17, 17); this.panel7.TabIndex = 11; this.panel7.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel8 // this.panel8.BackColor = System.Drawing.Color.Yellow; this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel8.Location = new System.Drawing.Point(30, 89); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(17, 17); this.panel8.TabIndex = 10; this.panel8.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel9 // this.panel9.BackColor = System.Drawing.Color.Sienna; this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel9.Location = new System.Drawing.Point(53, 66); this.panel9.Name = "panel9"; this.panel9.Size = new System.Drawing.Size(17, 17); this.panel9.TabIndex = 8; this.panel9.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel10 // this.panel10.BackColor = System.Drawing.Color.LightYellow; this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel10.Location = new System.Drawing.Point(7, 89); this.panel10.Name = "panel10"; this.panel10.Size = new System.Drawing.Size(17, 17); this.panel10.TabIndex = 9; this.panel10.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel11 // this.panel11.BackColor = System.Drawing.Color.Orange; this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel11.Location = new System.Drawing.Point(30, 66); this.panel11.Name = "panel11"; this.panel11.Size = new System.Drawing.Size(17, 17); this.panel11.TabIndex = 7; this.panel11.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel12 // this.panel12.BackColor = System.Drawing.Color.PeachPuff; this.panel12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel12.Location = new System.Drawing.Point(7, 66); this.panel12.Name = "panel12"; this.panel12.Size = new System.Drawing.Size(17, 17); this.panel12.TabIndex = 6; this.panel12.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel13 // this.panel13.BackColor = System.Drawing.Color.Purple; this.panel13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel13.Location = new System.Drawing.Point(53, 181); this.panel13.Name = "panel13"; this.panel13.Size = new System.Drawing.Size(17, 17); this.panel13.TabIndex = 23; this.panel13.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel14 // this.panel14.BackColor = System.Drawing.Color.Teal; this.panel14.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel14.Location = new System.Drawing.Point(53, 135); this.panel14.Name = "panel14"; this.panel14.Size = new System.Drawing.Size(17, 17); this.panel14.TabIndex = 17; this.panel14.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel15 // this.panel15.BackColor = System.Drawing.Color.Fuchsia; this.panel15.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel15.Location = new System.Drawing.Point(30, 181); this.panel15.Name = "panel15"; this.panel15.Size = new System.Drawing.Size(17, 17); this.panel15.TabIndex = 22; this.panel15.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel16 // this.panel16.BackColor = System.Drawing.Color.Cyan; this.panel16.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel16.Location = new System.Drawing.Point(30, 135); this.panel16.Name = "panel16"; this.panel16.Size = new System.Drawing.Size(17, 17); this.panel16.TabIndex = 16; this.panel16.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel17 // this.panel17.BackColor = System.Drawing.Color.Navy; this.panel17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel17.Location = new System.Drawing.Point(53, 158); this.panel17.Name = "panel17"; this.panel17.Size = new System.Drawing.Size(17, 17); this.panel17.TabIndex = 20; this.panel17.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel18 // this.panel18.BackColor = System.Drawing.Color.Green; this.panel18.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel18.Location = new System.Drawing.Point(53, 112); this.panel18.Name = "panel18"; this.panel18.Size = new System.Drawing.Size(17, 17); this.panel18.TabIndex = 14; this.panel18.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel19 // this.panel19.BackColor = System.Drawing.Color.Violet; this.panel19.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel19.Location = new System.Drawing.Point(7, 181); this.panel19.Name = "panel19"; this.panel19.Size = new System.Drawing.Size(17, 17); this.panel19.TabIndex = 21; this.panel19.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel20 // this.panel20.BackColor = System.Drawing.Color.LightCyan; this.panel20.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel20.Location = new System.Drawing.Point(7, 135); this.panel20.Name = "panel20"; this.panel20.Size = new System.Drawing.Size(17, 17); this.panel20.TabIndex = 15; this.panel20.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel21 // this.panel21.BackColor = System.Drawing.Color.Blue; this.panel21.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel21.Location = new System.Drawing.Point(30, 158); this.panel21.Name = "panel21"; this.panel21.Size = new System.Drawing.Size(17, 17); this.panel21.TabIndex = 19; this.panel21.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel22 // this.panel22.BackColor = System.Drawing.Color.Lime; this.panel22.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel22.Location = new System.Drawing.Point(30, 112); this.panel22.Name = "panel22"; this.panel22.Size = new System.Drawing.Size(17, 17); this.panel22.TabIndex = 13; this.panel22.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel23 // this.panel23.BackColor = System.Drawing.Color.LightBlue; this.panel23.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel23.Location = new System.Drawing.Point(7, 158); this.panel23.Name = "panel23"; this.panel23.Size = new System.Drawing.Size(17, 17); this.panel23.TabIndex = 18; this.panel23.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // panel24 // this.panel24.BackColor = System.Drawing.Color.PaleGreen; this.panel24.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel24.Location = new System.Drawing.Point(7, 112); this.panel24.Name = "panel24"; this.panel24.Size = new System.Drawing.Size(17, 17); this.panel24.TabIndex = 12; this.panel24.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick); // // ColorValueView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.defaultColors); this.Controls.Add(rgbBox); this.Controls.Add(colorBox); this.Controls.Add(pickerBox); this.Controls.Add(hsvBox); this.Name = "ColorValueView"; this.Size = new System.Drawing.Size(393, 535); this.Controls.SetChildIndex(this.nameLabel, 0); this.Controls.SetChildIndex(this.nameTextBox, 0); this.Controls.SetChildIndex(this.infoLabel, 0); this.Controls.SetChildIndex(hsvBox, 0); this.Controls.SetChildIndex(pickerBox, 0); this.Controls.SetChildIndex(colorBox, 0); this.Controls.SetChildIndex(rgbBox, 0); this.Controls.SetChildIndex(this.defaultColors, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); hsvBox.ResumeLayout(false); hsvBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.hueUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.saturationUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.brightnessUpDown)).EndInit(); pickerBox.ResumeLayout(false); colorBox.ResumeLayout(false); rgbBox.ResumeLayout(false); rgbBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.redUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.greenUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.blueUpDown)).EndInit(); this.defaultColors.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel colorWheelPanel; private System.Windows.Forms.Panel brightnessPanel; private System.Windows.Forms.Panel colorPanel; private System.Windows.Forms.HScrollBar hueScrollBar; private System.Windows.Forms.NumericUpDown hueUpDown; private System.Windows.Forms.HScrollBar saturationScrollBar; private System.Windows.Forms.NumericUpDown saturationUpDown; private System.Windows.Forms.HScrollBar brightnessScrollBar; private System.Windows.Forms.NumericUpDown brightnessUpDown; private System.Windows.Forms.HScrollBar redScrollBar; private System.Windows.Forms.NumericUpDown redUpDown; private System.Windows.Forms.HScrollBar greenScrollBar; private System.Windows.Forms.NumericUpDown greenUpDown; private System.Windows.Forms.HScrollBar blueScrollBar; private System.Windows.Forms.NumericUpDown blueUpDown; private System.Windows.Forms.ColorDialog colorDialog; private System.Windows.Forms.GroupBox defaultColors; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel13; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.Panel panel14; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel15; private System.Windows.Forms.Panel panel8; private System.Windows.Forms.Panel panel16; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel panel17; private System.Windows.Forms.Panel panel9; private System.Windows.Forms.Panel panel18; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel19; private System.Windows.Forms.Panel panel10; private System.Windows.Forms.Panel panel20; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Panel panel21; private System.Windows.Forms.Panel panel11; private System.Windows.Forms.Panel panel22; private System.Windows.Forms.Panel panel23; private System.Windows.Forms.Panel panel12; private System.Windows.Forms.Panel panel24; } }