namespace TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker { partial class ColorPickerDropdownControl { /// /// 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(ColorPickerDropdownControl)); this.ddlArrowIcon_BackgroundColor = new System.Windows.Forms.Label(); this.ddlLabelSelectedColor = new System.Windows.Forms.Label(); this.panelMainContainer = new System.Windows.Forms.Panel(); this.formColorPickerDemo1 = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.MultiColorPicker(); this.panelMainContainer.SuspendLayout(); this.SuspendLayout(); // // 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(268, 1); this.ddlArrowIcon_BackgroundColor.Name = "ddlArrowIcon_BackgroundColor"; this.ddlArrowIcon_BackgroundColor.Size = new System.Drawing.Size(22, 16); this.ddlArrowIcon_BackgroundColor.TabIndex = 12; this.ddlArrowIcon_BackgroundColor.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(146, 1); this.ddlLabelSelectedColor.Name = "ddlLabelSelectedColor"; this.ddlLabelSelectedColor.Size = new System.Drawing.Size(121, 17); this.ddlLabelSelectedColor.TabIndex = 11; this.ddlLabelSelectedColor.BackColorChanged += new System.EventHandler(this.ddlLabelSelectedColor_BackColorChanged); this.ddlLabelSelectedColor.Click += new System.EventHandler(this.ddlLabelSelectedColor_Click); // // panelMainContainer // this.panelMainContainer.Controls.Add(this.ddlLabelSelectedColor); this.panelMainContainer.Controls.Add(this.ddlArrowIcon_BackgroundColor); this.panelMainContainer.Controls.Add(this.formColorPickerDemo1); this.panelMainContainer.Location = new System.Drawing.Point(-3, 0); this.panelMainContainer.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.panelMainContainer.Name = "panelMainContainer"; this.panelMainContainer.Size = new System.Drawing.Size(313, 406); this.panelMainContainer.TabIndex = 13; // // formColorPickerDemo1 // this.formColorPickerDemo1.CurrentSelectedColor = System.Drawing.Color.Empty; this.formColorPickerDemo1.LabelToSet = null; this.formColorPickerDemo1.Location = new System.Drawing.Point(-2, 31); this.formColorPickerDemo1.Name = "formColorPickerDemo1"; this.formColorPickerDemo1.PictureBoxToSet = null; this.formColorPickerDemo1.Size = new System.Drawing.Size(308, 369); this.formColorPickerDemo1.TabIndex = 0; // // ColorPickerDropdownControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panelMainContainer); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "ColorPickerDropdownControl"; this.Size = new System.Drawing.Size(306, 392); this.panelMainContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion private MultiColorPicker formColorPickerDemo1; private System.Windows.Forms.Label ddlArrowIcon_BackgroundColor; public System.Windows.Forms.Label ddlLabelSelectedColor; private System.Windows.Forms.Panel panelMainContainer; } }