namespace TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker
{
partial class FullColorPicker
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FullColorPicker));
this.tabControlMain = new System.Windows.Forms.TabControl();
this.tabHexagon = new System.Windows.Forms.TabPage();
this.tabWheel = new System.Windows.Forms.TabPage();
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.textboxHexColor = new System.Windows.Forms.TextBox();
this.labelHex = new System.Windows.Forms.Label();
this.labelCurrentColor = new System.Windows.Forms.Label();
this.labelCurrent = new System.Windows.Forms.Label();
this.ddlColorPicker_BackgroundColor = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.ddlArrowIcon_BackgroundColor = new System.Windows.Forms.Label();
this.ddlLabelSelectedColor_BackgroundColor = new System.Windows.Forms.Label();
this.btnApply = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.ddlColorPicker_GradientColor = new System.Windows.Forms.Panel();
this.chkGradientColor = new System.Windows.Forms.CheckBox();
this.ddlArrowIcon_GradientColor = new System.Windows.Forms.Label();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
this.radioButton5 = new System.Windows.Forms.RadioButton();
this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
this.radioButton6 = new System.Windows.Forms.RadioButton();
this.ddlLabelSelectedColor_GradientColor = new System.Windows.Forms.Label();
this.colorHexagon_GradientColor = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorHexagon();
this.colorWheel_GradientColor = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorWheel();
this.colorSlider_GradientColor = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorSliderVertical();
this.colorBox2D1 = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorBox2D();
this.colorHexagon_BackgroundColor = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorHexagon();
this.colorWheel_BackgroundColor = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorWheel();
this.colorSlider_BackgroundColor = 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.ddlColorPicker_BackgroundColor.SuspendLayout();
this.ddlColorPicker_GradientColor.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
this.SuspendLayout();
//
// tabControlMain
//
this.tabControlMain.Controls.Add(this.tabHexagon);
this.tabControlMain.Controls.Add(this.tabWheel);
this.tabControlMain.Controls.Add(this.tabColorBox);
this.tabControlMain.Location = new System.Drawing.Point(7, 53);
this.tabControlMain.Margin = new System.Windows.Forms.Padding(4);
this.tabControlMain.Name = "tabControlMain";
this.tabControlMain.SelectedIndex = 0;
this.tabControlMain.Size = new System.Drawing.Size(617, 414);
this.tabControlMain.TabIndex = 10;
//
// tabHexagon
//
this.tabHexagon.Controls.Add(this.colorHexagon_BackgroundColor);
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(609, 385);
this.tabHexagon.TabIndex = 0;
this.tabHexagon.Text = "Color Hexagon";
this.tabHexagon.UseVisualStyleBackColor = true;
//
// tabWheel
//
this.tabWheel.Controls.Add(this.colorWheel_BackgroundColor);
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(609, 385);
this.tabWheel.TabIndex = 1;
this.tabWheel.Text = "Color Wheel";
this.tabWheel.UseVisualStyleBackColor = true;
//
// tabColorBox
//
this.tabColorBox.Controls.Add(this.numLuminance);
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_BackgroundColor);
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(609, 385);
this.tabColorBox.TabIndex = 2;
this.tabColorBox.Text = "Color Box & Slider";
this.tabColorBox.UseVisualStyleBackColor = true;
//
// numLuminance
//
this.numLuminance.Location = new System.Drawing.Point(465, 203);
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});
//
// radioLuminance
//
this.radioLuminance.AutoSize = true;
this.radioLuminance.Location = new System.Drawing.Point(408, 203);
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;
//
// numSaturation
//
this.numSaturation.Location = new System.Drawing.Point(465, 171);
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});
//
// radioSaturation
//
this.radioSaturation.AutoSize = true;
this.radioSaturation.Location = new System.Drawing.Point(408, 171);
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;
//
// numHue
//
this.numHue.Location = new System.Drawing.Point(465, 139);
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;
//
// radioHue
//
this.radioHue.AutoSize = true;
this.radioHue.Checked = true;
this.radioHue.Location = new System.Drawing.Point(408, 139);
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;
//
// numBlue
//
this.numBlue.Location = new System.Drawing.Point(465, 85);
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;
//
// radioBlue
//
this.radioBlue.AutoSize = true;
this.radioBlue.Location = new System.Drawing.Point(408, 85);
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;
//
// numGreen
//
this.numGreen.Location = new System.Drawing.Point(465, 53);
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;
//
// radioGreen
//
this.radioGreen.AutoSize = true;
this.radioGreen.Location = new System.Drawing.Point(408, 53);
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;
//
// numRed
//
this.numRed.Location = new System.Drawing.Point(465, 21);
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});
//
// radioRed
//
this.radioRed.AutoSize = true;
this.radioRed.Location = new System.Drawing.Point(408, 21);
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;
//
// textboxHexColor
//
this.textboxHexColor.Location = new System.Drawing.Point(807, 140);
this.textboxHexColor.Margin = new System.Windows.Forms.Padding(4);
this.textboxHexColor.Name = "textboxHexColor";
this.textboxHexColor.ReadOnly = true;
this.textboxHexColor.Size = new System.Drawing.Size(89, 22);
this.textboxHexColor.TabIndex = 9;
this.textboxHexColor.Text = "FFFFFF";
//
// labelHex
//
this.labelHex.AutoSize = true;
this.labelHex.Location = new System.Drawing.Point(803, 121);
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 = 8;
this.labelHex.Text = "Hex";
//
// labelCurrentColor
//
this.labelCurrentColor.BackColor = System.Drawing.Color.White;
this.labelCurrentColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelCurrentColor.Location = new System.Drawing.Point(807, 48);
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 = 7;
//
// labelCurrent
//
this.labelCurrent.AutoSize = true;
this.labelCurrent.Location = new System.Drawing.Point(803, 27);
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 = 6;
this.labelCurrent.Text = "Current";
//
// ddlColorPicker_BackgroundColor
//
this.ddlColorPicker_BackgroundColor.Controls.Add(this.label1);
this.ddlColorPicker_BackgroundColor.Controls.Add(this.ddlArrowIcon_BackgroundColor);
this.ddlColorPicker_BackgroundColor.Controls.Add(this.tabControlMain);
this.ddlColorPicker_BackgroundColor.Controls.Add(this.ddlLabelSelectedColor_BackgroundColor);
this.ddlColorPicker_BackgroundColor.Location = new System.Drawing.Point(12, 12);
this.ddlColorPicker_BackgroundColor.Name = "ddlColorPicker_BackgroundColor";
this.ddlColorPicker_BackgroundColor.Size = new System.Drawing.Size(630, 48);
this.ddlColorPicker_BackgroundColor.TabIndex = 11;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(3, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(159, 20);
this.label1.TabIndex = 11;
this.label1.Text = "Background Color";
//
// ddlArrowIcon_BackgroundColor
//
this.ddlArrowIcon_BackgroundColor.BackColor = System.Drawing.Color.Transparent;
this.ddlArrowIcon_BackgroundColor.Image = ((System.Drawing.Image)(resources.GetObject("ddlArrowIcon_BackgroundColor.Image")));
this.ddlArrowIcon_BackgroundColor.Location = new System.Drawing.Point(590, 7);
this.ddlArrowIcon_BackgroundColor.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ddlArrowIcon_BackgroundColor.Name = "ddlArrowIcon_BackgroundColor";
this.ddlArrowIcon_BackgroundColor.Size = new System.Drawing.Size(34, 28);
this.ddlArrowIcon_BackgroundColor.TabIndex = 10;
this.ddlArrowIcon_BackgroundColor.Click += new System.EventHandler(this.ddlArrowIcon_BackgroundColor_Click);
//
// ddlLabelSelectedColor_BackgroundColor
//
this.ddlLabelSelectedColor_BackgroundColor.BackColor = System.Drawing.Color.White;
this.ddlLabelSelectedColor_BackgroundColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ddlLabelSelectedColor_BackgroundColor.Location = new System.Drawing.Point(191, 6);
this.ddlLabelSelectedColor_BackgroundColor.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ddlLabelSelectedColor_BackgroundColor.Name = "ddlLabelSelectedColor_BackgroundColor";
this.ddlLabelSelectedColor_BackgroundColor.Size = new System.Drawing.Size(391, 28);
this.ddlLabelSelectedColor_BackgroundColor.TabIndex = 9;
this.ddlLabelSelectedColor_BackgroundColor.Click += new System.EventHandler(this.ddlLabelSelectedColor_BackgroundColor_Click);
//
// btnApply
//
this.btnApply.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnApply.Location = new System.Drawing.Point(454, 598);
this.btnApply.Name = "btnApply";
this.btnApply.Size = new System.Drawing.Size(83, 35);
this.btnApply.TabIndex = 12;
this.btnApply.Text = "Apply";
this.btnApply.UseVisualStyleBackColor = true;
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(553, 598);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(83, 35);
this.btnCancel.TabIndex = 13;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// ddlColorPicker_GradientColor
//
this.ddlColorPicker_GradientColor.Controls.Add(this.chkGradientColor);
this.ddlColorPicker_GradientColor.Controls.Add(this.ddlArrowIcon_GradientColor);
this.ddlColorPicker_GradientColor.Controls.Add(this.tabControl1);
this.ddlColorPicker_GradientColor.Controls.Add(this.ddlLabelSelectedColor_GradientColor);
this.ddlColorPicker_GradientColor.Location = new System.Drawing.Point(12, 79);
this.ddlColorPicker_GradientColor.Name = "ddlColorPicker_GradientColor";
this.ddlColorPicker_GradientColor.Size = new System.Drawing.Size(630, 43);
this.ddlColorPicker_GradientColor.TabIndex = 12;
//
// chkGradientColor
//
this.chkGradientColor.AutoSize = true;
this.chkGradientColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkGradientColor.Location = new System.Drawing.Point(11, 10);
this.chkGradientColor.Name = "chkGradientColor";
this.chkGradientColor.Size = new System.Drawing.Size(154, 24);
this.chkGradientColor.TabIndex = 12;
this.chkGradientColor.Text = "Gradient Color";
this.chkGradientColor.UseVisualStyleBackColor = true;
this.chkGradientColor.CheckedChanged += new System.EventHandler(this.chkGradientColor_CheckedChanged);
//
// ddlArrowIcon_GradientColor
//
this.ddlArrowIcon_GradientColor.BackColor = System.Drawing.Color.Transparent;
this.ddlArrowIcon_GradientColor.Image = ((System.Drawing.Image)(resources.GetObject("ddlArrowIcon_GradientColor.Image")));
this.ddlArrowIcon_GradientColor.Location = new System.Drawing.Point(590, 7);
this.ddlArrowIcon_GradientColor.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ddlArrowIcon_GradientColor.Name = "ddlArrowIcon_GradientColor";
this.ddlArrowIcon_GradientColor.Size = new System.Drawing.Size(34, 28);
this.ddlArrowIcon_GradientColor.TabIndex = 10;
this.ddlArrowIcon_GradientColor.Click += new System.EventHandler(this.ddlArrowIcon_GradientColor_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Location = new System.Drawing.Point(7, 53);
this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(617, 414);
this.tabControl1.TabIndex = 10;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.colorHexagon_GradientColor);
this.tabPage1.Location = new System.Drawing.Point(4, 25);
this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
this.tabPage1.Size = new System.Drawing.Size(609, 385);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Color Hexagon";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.colorWheel_GradientColor);
this.tabPage2.Location = new System.Drawing.Point(4, 25);
this.tabPage2.Margin = new System.Windows.Forms.Padding(4);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(4);
this.tabPage2.Size = new System.Drawing.Size(609, 385);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Color Wheel";
this.tabPage2.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.numericUpDown1);
this.tabPage3.Controls.Add(this.radioButton1);
this.tabPage3.Controls.Add(this.numericUpDown2);
this.tabPage3.Controls.Add(this.radioButton2);
this.tabPage3.Controls.Add(this.numericUpDown3);
this.tabPage3.Controls.Add(this.radioButton3);
this.tabPage3.Controls.Add(this.numericUpDown4);
this.tabPage3.Controls.Add(this.radioButton4);
this.tabPage3.Controls.Add(this.numericUpDown5);
this.tabPage3.Controls.Add(this.radioButton5);
this.tabPage3.Controls.Add(this.numericUpDown6);
this.tabPage3.Controls.Add(this.radioButton6);
this.tabPage3.Controls.Add(this.colorSlider_GradientColor);
this.tabPage3.Controls.Add(this.colorBox2D1);
this.tabPage3.Location = new System.Drawing.Point(4, 25);
this.tabPage3.Margin = new System.Windows.Forms.Padding(4);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(4);
this.tabPage3.Size = new System.Drawing.Size(609, 385);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Color Box & Slider";
this.tabPage3.UseVisualStyleBackColor = true;
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(465, 203);
this.numericUpDown1.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(72, 22);
this.numericUpDown1.TabIndex = 13;
this.numericUpDown1.Value = new decimal(new int[] {
100,
0,
0,
0});
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(408, 203);
this.radioButton1.Margin = new System.Windows.Forms.Padding(4);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(41, 21);
this.radioButton1.TabIndex = 12;
this.radioButton1.Text = "L:";
this.radioButton1.UseVisualStyleBackColor = true;
//
// numericUpDown2
//
this.numericUpDown2.Location = new System.Drawing.Point(465, 171);
this.numericUpDown2.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(72, 22);
this.numericUpDown2.TabIndex = 11;
this.numericUpDown2.Value = new decimal(new int[] {
100,
0,
0,
0});
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(408, 171);
this.radioButton2.Margin = new System.Windows.Forms.Padding(4);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(42, 21);
this.radioButton2.TabIndex = 10;
this.radioButton2.Text = "S:";
this.radioButton2.UseVisualStyleBackColor = true;
//
// numericUpDown3
//
this.numericUpDown3.Location = new System.Drawing.Point(465, 139);
this.numericUpDown3.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown3.Maximum = new decimal(new int[] {
359,
0,
0,
0});
this.numericUpDown3.Name = "numericUpDown3";
this.numericUpDown3.Size = new System.Drawing.Size(72, 22);
this.numericUpDown3.TabIndex = 9;
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Checked = true;
this.radioButton3.Location = new System.Drawing.Point(408, 139);
this.radioButton3.Margin = new System.Windows.Forms.Padding(4);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(43, 21);
this.radioButton3.TabIndex = 8;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "H:";
this.radioButton3.UseVisualStyleBackColor = true;
//
// numericUpDown4
//
this.numericUpDown4.Location = new System.Drawing.Point(465, 85);
this.numericUpDown4.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown4.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.numericUpDown4.Name = "numericUpDown4";
this.numericUpDown4.Size = new System.Drawing.Size(72, 22);
this.numericUpDown4.TabIndex = 7;
//
// radioButton4
//
this.radioButton4.AutoSize = true;
this.radioButton4.Location = new System.Drawing.Point(408, 85);
this.radioButton4.Margin = new System.Windows.Forms.Padding(4);
this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(42, 21);
this.radioButton4.TabIndex = 6;
this.radioButton4.Text = "B:";
this.radioButton4.UseVisualStyleBackColor = true;
//
// numericUpDown5
//
this.numericUpDown5.Location = new System.Drawing.Point(465, 53);
this.numericUpDown5.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown5.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.numericUpDown5.Name = "numericUpDown5";
this.numericUpDown5.Size = new System.Drawing.Size(72, 22);
this.numericUpDown5.TabIndex = 5;
//
// radioButton5
//
this.radioButton5.AutoSize = true;
this.radioButton5.Location = new System.Drawing.Point(408, 53);
this.radioButton5.Margin = new System.Windows.Forms.Padding(4);
this.radioButton5.Name = "radioButton5";
this.radioButton5.Size = new System.Drawing.Size(44, 21);
this.radioButton5.TabIndex = 4;
this.radioButton5.Text = "G:";
this.radioButton5.UseVisualStyleBackColor = true;
//
// numericUpDown6
//
this.numericUpDown6.Location = new System.Drawing.Point(465, 21);
this.numericUpDown6.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown6.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.numericUpDown6.Name = "numericUpDown6";
this.numericUpDown6.Size = new System.Drawing.Size(72, 22);
this.numericUpDown6.TabIndex = 3;
this.numericUpDown6.Value = new decimal(new int[] {
255,
0,
0,
0});
//
// radioButton6
//
this.radioButton6.AutoSize = true;
this.radioButton6.Location = new System.Drawing.Point(408, 21);
this.radioButton6.Margin = new System.Windows.Forms.Padding(4);
this.radioButton6.Name = "radioButton6";
this.radioButton6.Size = new System.Drawing.Size(43, 21);
this.radioButton6.TabIndex = 2;
this.radioButton6.Text = "R:";
this.radioButton6.UseVisualStyleBackColor = true;
//
// ddlLabelSelectedColor_GradientColor
//
this.ddlLabelSelectedColor_GradientColor.BackColor = System.Drawing.Color.White;
this.ddlLabelSelectedColor_GradientColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ddlLabelSelectedColor_GradientColor.Location = new System.Drawing.Point(191, 6);
this.ddlLabelSelectedColor_GradientColor.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ddlLabelSelectedColor_GradientColor.Name = "ddlLabelSelectedColor_GradientColor";
this.ddlLabelSelectedColor_GradientColor.Size = new System.Drawing.Size(391, 28);
this.ddlLabelSelectedColor_GradientColor.TabIndex = 9;
this.ddlLabelSelectedColor_GradientColor.Click += new System.EventHandler(this.ddlLabelSelectedColor_GradientColor_Click);
//
// colorHexagon_GradientColor
//
this.colorHexagon_GradientColor.Dock = System.Windows.Forms.DockStyle.Fill;
this.colorHexagon_GradientColor.Location = new System.Drawing.Point(4, 4);
this.colorHexagon_GradientColor.Margin = new System.Windows.Forms.Padding(4);
this.colorHexagon_GradientColor.Name = "colorHexagon_GradientColor";
this.colorHexagon_GradientColor.Size = new System.Drawing.Size(601, 377);
this.colorHexagon_GradientColor.TabIndex = 1;
this.colorHexagon_GradientColor.ColorChanged += new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorHexagon.ColorChangedEventHandler(this.colorHexagon_GradientColor_ColorChanged);
//
// colorWheel_GradientColor
//
this.colorWheel_GradientColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.colorWheel_GradientColor.Dock = System.Windows.Forms.DockStyle.Fill;
this.colorWheel_GradientColor.Location = new System.Drawing.Point(4, 4);
this.colorWheel_GradientColor.Margin = new System.Windows.Forms.Padding(4);
this.colorWheel_GradientColor.Name = "colorWheel_GradientColor";
this.colorWheel_GradientColor.Size = new System.Drawing.Size(601, 377);
this.colorWheel_GradientColor.TabIndex = 0;
this.colorWheel_GradientColor.ColorChanged += new System.EventHandler(this.colorWheel_GradientColor_ColorChanged);
//
// colorSlider_GradientColor
//
this.colorSlider_GradientColor.ColorMode = TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorModes.Hue;
this.colorSlider_GradientColor.ColorRGB = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
this.colorSlider_GradientColor.Location = new System.Drawing.Point(345, 10);
this.colorSlider_GradientColor.Margin = new System.Windows.Forms.Padding(5);
this.colorSlider_GradientColor.Name = "colorSlider_GradientColor";
this.colorSlider_GradientColor.NubColor = System.Drawing.Color.White;
this.colorSlider_GradientColor.Position = 143;
this.colorSlider_GradientColor.Size = new System.Drawing.Size(53, 310);
this.colorSlider_GradientColor.TabIndex = 1;
//
// colorBox2D1
//
this.colorBox2D1.ColorMode = TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorModes.Hue;
this.colorBox2D1.ColorRGB = System.Drawing.Color.Red;
this.colorBox2D1.Location = new System.Drawing.Point(11, 10);
this.colorBox2D1.Margin = new System.Windows.Forms.Padding(4);
this.colorBox2D1.Name = "colorBox2D1";
this.colorBox2D1.Size = new System.Drawing.Size(327, 310);
this.colorBox2D1.TabIndex = 0;
this.colorBox2D1.ColorChanged += new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorBox2D.ColorChangedEventHandler(this.colorBox2D_GradientColor_ColorChanged);
//
// colorHexagon_BackgroundColor
//
this.colorHexagon_BackgroundColor.Dock = System.Windows.Forms.DockStyle.Fill;
this.colorHexagon_BackgroundColor.Location = new System.Drawing.Point(4, 4);
this.colorHexagon_BackgroundColor.Margin = new System.Windows.Forms.Padding(4);
this.colorHexagon_BackgroundColor.Name = "colorHexagon_BackgroundColor";
this.colorHexagon_BackgroundColor.Size = new System.Drawing.Size(601, 377);
this.colorHexagon_BackgroundColor.TabIndex = 1;
this.colorHexagon_BackgroundColor.ColorChanged += new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorHexagon.ColorChangedEventHandler(this.colorHexagon_BackgroundColor_ColorChanged);
//
// colorWheel_BackgroundColor
//
this.colorWheel_BackgroundColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.colorWheel_BackgroundColor.Dock = System.Windows.Forms.DockStyle.Fill;
this.colorWheel_BackgroundColor.Location = new System.Drawing.Point(4, 4);
this.colorWheel_BackgroundColor.Margin = new System.Windows.Forms.Padding(4);
this.colorWheel_BackgroundColor.Name = "colorWheel_BackgroundColor";
this.colorWheel_BackgroundColor.Size = new System.Drawing.Size(601, 377);
this.colorWheel_BackgroundColor.TabIndex = 0;
this.colorWheel_BackgroundColor.ColorChanged += new System.EventHandler(this.colorWheel_BackgroundColor_ColorChanged);
//
// colorSlider_BackgroundColor
//
this.colorSlider_BackgroundColor.ColorMode = TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorModes.Hue;
this.colorSlider_BackgroundColor.ColorRGB = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
this.colorSlider_BackgroundColor.Location = new System.Drawing.Point(345, 10);
this.colorSlider_BackgroundColor.Margin = new System.Windows.Forms.Padding(5);
this.colorSlider_BackgroundColor.Name = "colorSlider_BackgroundColor";
this.colorSlider_BackgroundColor.NubColor = System.Drawing.Color.White;
this.colorSlider_BackgroundColor.Position = 143;
this.colorSlider_BackgroundColor.Size = new System.Drawing.Size(53, 310);
this.colorSlider_BackgroundColor.TabIndex = 1;
//
// 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_BackgroundColor_ColorChanged);
//
// FullColorPicker
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(658, 675);
this.Controls.Add(this.ddlColorPicker_GradientColor);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnApply);
this.Controls.Add(this.ddlColorPicker_BackgroundColor);
this.Controls.Add(this.textboxHexColor);
this.Controls.Add(this.labelHex);
this.Controls.Add(this.labelCurrentColor);
this.Controls.Add(this.labelCurrent);
this.Name = "FullColorPicker";
this.Text = "FullColorPicker";
this.Load += new System.EventHandler(this.FullColorPicker_Load);
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.ddlColorPicker_BackgroundColor.ResumeLayout(false);
this.ddlColorPicker_BackgroundColor.PerformLayout();
this.ddlColorPicker_GradientColor.ResumeLayout(false);
this.ddlColorPicker_GradientColor.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabControl tabControlMain;
private System.Windows.Forms.TabPage tabHexagon;
private ColorHexagon colorHexagon_BackgroundColor;
private System.Windows.Forms.TabPage tabWheel;
private ColorWheel colorWheel_BackgroundColor;
private System.Windows.Forms.TabPage tabColorBox;
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;
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 ColorSliderVertical colorSlider_BackgroundColor;
private ColorBox2D colorBox2D;
private System.Windows.Forms.TextBox textboxHexColor;
private System.Windows.Forms.Label labelHex;
private System.Windows.Forms.Label labelCurrentColor;
private System.Windows.Forms.Label labelCurrent;
private System.Windows.Forms.Panel ddlColorPicker_BackgroundColor;
private System.Windows.Forms.Label ddlArrowIcon_BackgroundColor;
private System.Windows.Forms.Label ddlLabelSelectedColor_BackgroundColor;
private System.Windows.Forms.Button btnApply;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Panel ddlColorPicker_GradientColor;
private System.Windows.Forms.CheckBox chkGradientColor;
private System.Windows.Forms.Label ddlArrowIcon_GradientColor;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private ColorHexagon colorHexagon_GradientColor;
private System.Windows.Forms.TabPage tabPage2;
private ColorWheel colorWheel_GradientColor;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.NumericUpDown numericUpDown2;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.NumericUpDown numericUpDown3;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.NumericUpDown numericUpDown4;
private System.Windows.Forms.RadioButton radioButton4;
private System.Windows.Forms.NumericUpDown numericUpDown5;
private System.Windows.Forms.RadioButton radioButton5;
private System.Windows.Forms.NumericUpDown numericUpDown6;
private System.Windows.Forms.RadioButton radioButton6;
private ColorSliderVertical colorSlider_GradientColor;
private ColorBox2D colorBox2D1;
private System.Windows.Forms.Label ddlLabelSelectedColor_GradientColor;
}
}