using System.Drawing;
namespace TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker
{
partial class MultiColorPicker
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.labelCurrent = new System.Windows.Forms.Label();
this.labelCurrentColor = new System.Windows.Forms.Label();
this.labelHex = new System.Windows.Forms.Label();
this.textboxHexColor = new System.Windows.Forms.TextBox();
this.tabControlMain = new System.Windows.Forms.TabControl();
this.tabHexagon = new System.Windows.Forms.TabPage();
this.colorHexagon = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorHexagon();
this.tabWheel = new System.Windows.Forms.TabPage();
this.colorWheel = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorWheel();
this.tabColorBox = new System.Windows.Forms.TabPage();
this.numLuminance = new System.Windows.Forms.NumericUpDown();
this.radioLuminance = new System.Windows.Forms.RadioButton();
this.numSaturation = new System.Windows.Forms.NumericUpDown();
this.radioSaturation = new System.Windows.Forms.RadioButton();
this.numHue = new System.Windows.Forms.NumericUpDown();
this.radioHue = new System.Windows.Forms.RadioButton();
this.numBlue = new System.Windows.Forms.NumericUpDown();
this.radioBlue = new System.Windows.Forms.RadioButton();
this.numGreen = new System.Windows.Forms.NumericUpDown();
this.radioGreen = new System.Windows.Forms.RadioButton();
this.numRed = new System.Windows.Forms.NumericUpDown();
this.radioRed = new System.Windows.Forms.RadioButton();
this.colorSlider = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorSliderVertical();
this.colorBox2D = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorBox2D();
this.tabControlMain.SuspendLayout();
this.tabHexagon.SuspendLayout();
this.tabWheel.SuspendLayout();
this.tabColorBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numLuminance)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numSaturation)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numHue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numBlue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numGreen)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numRed)).BeginInit();
this.SuspendLayout();
//
// labelCurrent
//
this.labelCurrent.AutoSize = true;
this.labelCurrent.Location = new System.Drawing.Point(417, 25);
this.labelCurrent.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelCurrent.Name = "labelCurrent";
this.labelCurrent.Size = new System.Drawing.Size(55, 17);
this.labelCurrent.TabIndex = 1;
this.labelCurrent.Text = "Current";
//
// labelCurrentColor
//
this.labelCurrentColor.BackColor = System.Drawing.Color.White;
this.labelCurrentColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelCurrentColor.Location = new System.Drawing.Point(421, 46);
this.labelCurrentColor.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelCurrentColor.Name = "labelCurrentColor";
this.labelCurrentColor.Size = new System.Drawing.Size(90, 39);
this.labelCurrentColor.TabIndex = 2;
//
// labelHex
//
this.labelHex.AutoSize = true;
this.labelHex.Location = new System.Drawing.Point(300, 328);
this.labelHex.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelHex.Name = "labelHex";
this.labelHex.Size = new System.Drawing.Size(32, 17);
this.labelHex.TabIndex = 3;
this.labelHex.Text = "Hex";
//
// textboxHexColor
//
this.textboxHexColor.Location = new System.Drawing.Point(303, 349);
this.textboxHexColor.Margin = new System.Windows.Forms.Padding(4);
this.textboxHexColor.Name = "textboxHexColor";
this.textboxHexColor.Size = new System.Drawing.Size(89, 22);
this.textboxHexColor.TabIndex = 4;
this.textboxHexColor.TextChanged += new System.EventHandler(this.textboxHexColor_TextChanged);
//
// tabControlMain
//
this.tabControlMain.Controls.Add(this.tabHexagon);
this.tabControlMain.Controls.Add(this.tabWheel);
this.tabControlMain.Controls.Add(this.tabColorBox);
this.tabControlMain.Dock = System.Windows.Forms.DockStyle.Left;
this.tabControlMain.Location = new System.Drawing.Point(0, 0);
this.tabControlMain.Margin = new System.Windows.Forms.Padding(4);
this.tabControlMain.Name = "tabControlMain";
this.tabControlMain.SelectedIndex = 0;
this.tabControlMain.Size = new System.Drawing.Size(410, 450);
this.tabControlMain.TabIndex = 5;
//
// tabHexagon
//
this.tabHexagon.Controls.Add(this.colorHexagon);
this.tabHexagon.Location = new System.Drawing.Point(4, 25);
this.tabHexagon.Margin = new System.Windows.Forms.Padding(4);
this.tabHexagon.Name = "tabHexagon";
this.tabHexagon.Padding = new System.Windows.Forms.Padding(4);
this.tabHexagon.Size = new System.Drawing.Size(402, 421);
this.tabHexagon.TabIndex = 0;
this.tabHexagon.Text = "Color Hexagon";
this.tabHexagon.UseVisualStyleBackColor = true;
//
// colorHexagon
//
this.colorHexagon.Dock = System.Windows.Forms.DockStyle.Fill;
this.colorHexagon.Location = new System.Drawing.Point(4, 4);
this.colorHexagon.Margin = new System.Windows.Forms.Padding(4);
this.colorHexagon.Name = "colorHexagon";
this.colorHexagon.Size = new System.Drawing.Size(394, 413);
this.colorHexagon.TabIndex = 1;
this.colorHexagon.ColorChanged += new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorHexagon.ColorChangedEventHandler(this.colorHexagon_ColorChanged);
//
// tabWheel
//
this.tabWheel.Controls.Add(this.colorWheel);
this.tabWheel.Location = new System.Drawing.Point(4, 25);
this.tabWheel.Margin = new System.Windows.Forms.Padding(4);
this.tabWheel.Name = "tabWheel";
this.tabWheel.Padding = new System.Windows.Forms.Padding(4);
this.tabWheel.Size = new System.Drawing.Size(402, 421);
this.tabWheel.TabIndex = 1;
this.tabWheel.Text = "Color Wheel";
this.tabWheel.UseVisualStyleBackColor = true;
//
// colorWheel
//
this.colorWheel.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.colorWheel.Dock = System.Windows.Forms.DockStyle.Fill;
this.colorWheel.Location = new System.Drawing.Point(4, 4);
this.colorWheel.Margin = new System.Windows.Forms.Padding(4);
this.colorWheel.Name = "colorWheel";
this.colorWheel.Size = new System.Drawing.Size(394, 413);
this.colorWheel.TabIndex = 0;
this.colorWheel.ColorChanged += new System.EventHandler(this.colorWheel_ColorChanged);
//
// tabColorBox
//
this.tabColorBox.Controls.Add(this.numLuminance);
this.tabColorBox.Controls.Add(this.labelHex);
this.tabColorBox.Controls.Add(this.textboxHexColor);
this.tabColorBox.Controls.Add(this.radioLuminance);
this.tabColorBox.Controls.Add(this.numSaturation);
this.tabColorBox.Controls.Add(this.radioSaturation);
this.tabColorBox.Controls.Add(this.numHue);
this.tabColorBox.Controls.Add(this.radioHue);
this.tabColorBox.Controls.Add(this.numBlue);
this.tabColorBox.Controls.Add(this.radioBlue);
this.tabColorBox.Controls.Add(this.numGreen);
this.tabColorBox.Controls.Add(this.radioGreen);
this.tabColorBox.Controls.Add(this.numRed);
this.tabColorBox.Controls.Add(this.radioRed);
this.tabColorBox.Controls.Add(this.colorSlider);
this.tabColorBox.Controls.Add(this.colorBox2D);
this.tabColorBox.Location = new System.Drawing.Point(4, 25);
this.tabColorBox.Margin = new System.Windows.Forms.Padding(4);
this.tabColorBox.Name = "tabColorBox";
this.tabColorBox.Padding = new System.Windows.Forms.Padding(4);
this.tabColorBox.Size = new System.Drawing.Size(402, 421);
this.tabColorBox.TabIndex = 2;
this.tabColorBox.Text = "Color Box & Slider";
this.tabColorBox.UseVisualStyleBackColor = true;
//
// numLuminance
//
this.numLuminance.Location = new System.Drawing.Point(216, 392);
this.numLuminance.Margin = new System.Windows.Forms.Padding(4);
this.numLuminance.Name = "numLuminance";
this.numLuminance.Size = new System.Drawing.Size(72, 22);
this.numLuminance.TabIndex = 13;
this.numLuminance.Value = new decimal(new int[] {
100,
0,
0,
0});
this.numLuminance.ValueChanged += new System.EventHandler(this.numLuminance_ValueChanged);
//
// radioLuminance
//
this.radioLuminance.AutoSize = true;
this.radioLuminance.Location = new System.Drawing.Point(159, 392);
this.radioLuminance.Margin = new System.Windows.Forms.Padding(4);
this.radioLuminance.Name = "radioLuminance";
this.radioLuminance.Size = new System.Drawing.Size(41, 21);
this.radioLuminance.TabIndex = 12;
this.radioLuminance.Text = "L:";
this.radioLuminance.UseVisualStyleBackColor = true;
this.radioLuminance.CheckedChanged += new System.EventHandler(this.ColorModeChangedHandler);
//
// numSaturation
//
this.numSaturation.Location = new System.Drawing.Point(216, 360);
this.numSaturation.Margin = new System.Windows.Forms.Padding(4);
this.numSaturation.Name = "numSaturation";
this.numSaturation.Size = new System.Drawing.Size(72, 22);
this.numSaturation.TabIndex = 11;
this.numSaturation.Value = new decimal(new int[] {
100,
0,
0,
0});
this.numSaturation.ValueChanged += new System.EventHandler(this.numSaturation_ValueChanged);
//
// radioSaturation
//
this.radioSaturation.AutoSize = true;
this.radioSaturation.Location = new System.Drawing.Point(159, 360);
this.radioSaturation.Margin = new System.Windows.Forms.Padding(4);
this.radioSaturation.Name = "radioSaturation";
this.radioSaturation.Size = new System.Drawing.Size(42, 21);
this.radioSaturation.TabIndex = 10;
this.radioSaturation.Text = "S:";
this.radioSaturation.UseVisualStyleBackColor = true;
this.radioSaturation.CheckedChanged += new System.EventHandler(this.ColorModeChangedHandler);
//
// numHue
//
this.numHue.Location = new System.Drawing.Point(216, 328);
this.numHue.Margin = new System.Windows.Forms.Padding(4);
this.numHue.Maximum = new decimal(new int[] {
359,
0,
0,
0});
this.numHue.Name = "numHue";
this.numHue.Size = new System.Drawing.Size(72, 22);
this.numHue.TabIndex = 9;
this.numHue.ValueChanged += new System.EventHandler(this.numHue_ValueChanged);
//
// radioHue
//
this.radioHue.AutoSize = true;
this.radioHue.Checked = true;
this.radioHue.Location = new System.Drawing.Point(159, 328);
this.radioHue.Margin = new System.Windows.Forms.Padding(4);
this.radioHue.Name = "radioHue";
this.radioHue.Size = new System.Drawing.Size(43, 21);
this.radioHue.TabIndex = 8;
this.radioHue.TabStop = true;
this.radioHue.Text = "H:";
this.radioHue.UseVisualStyleBackColor = true;
this.radioHue.CheckedChanged += new System.EventHandler(this.ColorModeChangedHandler);
//
// numBlue
//
this.numBlue.Location = new System.Drawing.Point(68, 392);
this.numBlue.Margin = new System.Windows.Forms.Padding(4);
this.numBlue.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.numBlue.Name = "numBlue";
this.numBlue.Size = new System.Drawing.Size(72, 22);
this.numBlue.TabIndex = 7;
this.numBlue.ValueChanged += new System.EventHandler(this.numBlue_ValueChanged);
//
// radioBlue
//
this.radioBlue.AutoSize = true;
this.radioBlue.Location = new System.Drawing.Point(11, 392);
this.radioBlue.Margin = new System.Windows.Forms.Padding(4);
this.radioBlue.Name = "radioBlue";
this.radioBlue.Size = new System.Drawing.Size(42, 21);
this.radioBlue.TabIndex = 6;
this.radioBlue.Text = "B:";
this.radioBlue.UseVisualStyleBackColor = true;
this.radioBlue.CheckedChanged += new System.EventHandler(this.ColorModeChangedHandler);
//
// numGreen
//
this.numGreen.Location = new System.Drawing.Point(68, 360);
this.numGreen.Margin = new System.Windows.Forms.Padding(4);
this.numGreen.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.numGreen.Name = "numGreen";
this.numGreen.Size = new System.Drawing.Size(72, 22);
this.numGreen.TabIndex = 5;
this.numGreen.ValueChanged += new System.EventHandler(this.numGreen_ValueChanged);
//
// radioGreen
//
this.radioGreen.AutoSize = true;
this.radioGreen.Location = new System.Drawing.Point(11, 360);
this.radioGreen.Margin = new System.Windows.Forms.Padding(4);
this.radioGreen.Name = "radioGreen";
this.radioGreen.Size = new System.Drawing.Size(44, 21);
this.radioGreen.TabIndex = 4;
this.radioGreen.Text = "G:";
this.radioGreen.UseVisualStyleBackColor = true;
this.radioGreen.CheckedChanged += new System.EventHandler(this.ColorModeChangedHandler);
//
// numRed
//
this.numRed.Location = new System.Drawing.Point(68, 328);
this.numRed.Margin = new System.Windows.Forms.Padding(4);
this.numRed.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.numRed.Name = "numRed";
this.numRed.Size = new System.Drawing.Size(72, 22);
this.numRed.TabIndex = 3;
this.numRed.Value = new decimal(new int[] {
255,
0,
0,
0});
this.numRed.ValueChanged += new System.EventHandler(this.numRed_ValueChanged);
//
// radioRed
//
this.radioRed.AutoSize = true;
this.radioRed.Location = new System.Drawing.Point(11, 328);
this.radioRed.Margin = new System.Windows.Forms.Padding(4);
this.radioRed.Name = "radioRed";
this.radioRed.Size = new System.Drawing.Size(43, 21);
this.radioRed.TabIndex = 2;
this.radioRed.Text = "R:";
this.radioRed.UseVisualStyleBackColor = true;
this.radioRed.CheckedChanged += new System.EventHandler(this.ColorModeChangedHandler);
//
// colorSlider
//
this.colorSlider.ColorMode = TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorModes.Hue;
this.colorSlider.ColorRGB = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
this.colorSlider.Location = new System.Drawing.Point(345, 10);
this.colorSlider.Margin = new System.Windows.Forms.Padding(5);
this.colorSlider.Name = "colorSlider";
this.colorSlider.NubColor = System.Drawing.Color.White;
this.colorSlider.Position = 143;
this.colorSlider.Size = new System.Drawing.Size(53, 310);
this.colorSlider.TabIndex = 1;
this.colorSlider.ColorChanged += new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorSliderVertical.ColorChangedEventHandler(this.colorSlider_ColorChanged);
//
// colorBox2D
//
this.colorBox2D.ColorMode = TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorModes.Hue;
this.colorBox2D.ColorRGB = System.Drawing.Color.Red;
this.colorBox2D.Location = new System.Drawing.Point(11, 10);
this.colorBox2D.Margin = new System.Windows.Forms.Padding(4);
this.colorBox2D.Name = "colorBox2D";
this.colorBox2D.Size = new System.Drawing.Size(327, 310);
this.colorBox2D.TabIndex = 0;
this.colorBox2D.ColorChanged += new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorBox2D.ColorChangedEventHandler(this.colorBox2D_ColorChanged);
//
// MultiColorPicker
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tabControlMain);
this.Controls.Add(this.labelCurrentColor);
this.Controls.Add(this.labelCurrent);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "MultiColorPicker";
this.Size = new System.Drawing.Size(414, 450);
this.tabControlMain.ResumeLayout(false);
this.tabHexagon.ResumeLayout(false);
this.tabWheel.ResumeLayout(false);
this.tabColorBox.ResumeLayout(false);
this.tabColorBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numLuminance)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numSaturation)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numHue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numBlue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numGreen)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numRed)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label labelCurrent;
private System.Windows.Forms.Label labelCurrentColor;
private System.Windows.Forms.Label labelHex;
private System.Windows.Forms.TextBox textboxHexColor;
private System.Windows.Forms.TabControl tabControlMain;
private System.Windows.Forms.TabPage tabHexagon;
private ColorHexagon colorHexagon;
private System.Windows.Forms.TabPage tabWheel;
private ColorWheel colorWheel;
private System.Windows.Forms.TabPage tabColorBox;
private ColorBox2D colorBox2D;
private ColorSliderVertical colorSlider;
private System.Windows.Forms.NumericUpDown numBlue;
private System.Windows.Forms.RadioButton radioBlue;
private System.Windows.Forms.NumericUpDown numGreen;
private System.Windows.Forms.RadioButton radioGreen;
private System.Windows.Forms.NumericUpDown numRed;
private System.Windows.Forms.RadioButton radioRed;
private System.Windows.Forms.NumericUpDown numLuminance;
private System.Windows.Forms.RadioButton radioLuminance;
private System.Windows.Forms.NumericUpDown numSaturation;
private System.Windows.Forms.RadioButton radioSaturation;
private System.Windows.Forms.NumericUpDown numHue;
private System.Windows.Forms.RadioButton radioHue;
}
}