using TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker;
namespace TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker
{
partial class ColorHexagonPicker
{
///
/// 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.ddlColorPicker = new System.Windows.Forms.Panel();
this.ddlArrowIcon = new System.Windows.Forms.Label();
this.ddlLabelSelectedColor = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.colorHexagon1 = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorHexagon();
this.ddlColorPicker.SuspendLayout();
this.SuspendLayout();
//
// ddlColorPicker
//
this.ddlColorPicker.Controls.Add(this.colorHexagon1);
this.ddlColorPicker.Controls.Add(this.ddlArrowIcon);
this.ddlColorPicker.Controls.Add(this.ddlLabelSelectedColor);
this.ddlColorPicker.Location = new System.Drawing.Point(12, 12);
this.ddlColorPicker.Name = "ddlColorPicker";
this.ddlColorPicker.Size = new System.Drawing.Size(265, 294);
this.ddlColorPicker.TabIndex = 8;
//
// ddlArrowIcon
//
this.ddlArrowIcon.BackColor = System.Drawing.Color.Transparent;
this.ddlArrowIcon.Image = global::TradeIdeas.TIProGUI.Properties.Resources.DropDownIcon_Small;
this.ddlArrowIcon.Location = new System.Drawing.Point(229, 5);
this.ddlArrowIcon.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ddlArrowIcon.Name = "ddlArrowIcon";
this.ddlArrowIcon.Size = new System.Drawing.Size(34, 28);
this.ddlArrowIcon.TabIndex = 10;
this.ddlArrowIcon.Click += new System.EventHandler(this.ddlArrowIcon_Click);
//
// ddlLabelSelectedColor
//
this.ddlLabelSelectedColor.BackColor = System.Drawing.Color.White;
this.ddlLabelSelectedColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ddlLabelSelectedColor.Location = new System.Drawing.Point(4, 5);
this.ddlLabelSelectedColor.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ddlLabelSelectedColor.Name = "ddlLabelSelectedColor";
this.ddlLabelSelectedColor.Size = new System.Drawing.Size(218, 28);
this.ddlLabelSelectedColor.TabIndex = 9;
this.ddlLabelSelectedColor.Click += new System.EventHandler(this.ddlLabelSelectedColor_Click);
//
// button1
//
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button1.Location = new System.Drawing.Point(299, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(103, 38);
this.button1.TabIndex = 9;
this.button1.Text = "Done";
this.button1.UseVisualStyleBackColor = true;
//
// colorHexagon1
//
this.colorHexagon1.Location = new System.Drawing.Point(3, 36);
this.colorHexagon1.Name = "colorHexagon1";
this.colorHexagon1.Size = new System.Drawing.Size(256, 254);
this.colorHexagon1.TabIndex = 11;
this.colorHexagon1.ColorChanged += new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorHexagon.ColorChangedEventHandler(this.colorHexagon1_ColorChanged);
//
// ColorHexagonPicker
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(414, 320);
this.Controls.Add(this.button1);
this.Controls.Add(this.ddlColorPicker);
this.Name = "ColorHexagonPicker";
this.Text = "Chart Background Color Selector";
this.Load += new System.EventHandler(this.ColorHexagonPicker_Load);
this.ddlColorPicker.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel ddlColorPicker;
private ColorHexagon colorHexagon1;
private System.Windows.Forms.Label ddlArrowIcon;
private System.Windows.Forms.Label ddlLabelSelectedColor;
private System.Windows.Forms.Button button1;
}
}