namespace TradeIdeas.TIProGUI { /// /// Class for the TopListColorChooser (Designer) /// partial class TopListColorChooser { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TopListColorChooser)); this.buttonFlipColors = new System.Windows.Forms.Button(); this.tableLayoutPanelChangeColors = new System.Windows.Forms.TableLayoutPanel(); this.labelChangeColors = new System.Windows.Forms.Label(); this.lblCurrentColors = new System.Windows.Forms.Label(); this.txtValue = new System.Windows.Forms.TextBox(); this.btnAbove = new System.Windows.Forms.Button(); this.btnAt = new System.Windows.Forms.Button(); this.btnBelow = new System.Windows.Forms.Button(); this.btnAdd = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.lblRecentColors = new System.Windows.Forms.Label(); this.pnlRecentColor = new System.Windows.Forms.Panel(); this.pnlCurrentColor = new System.Windows.Forms.Panel(); this.selectFilterPanel = new System.Windows.Forms.Panel(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.selectFilterMasterPanel = new System.Windows.Forms.Panel(); this.filterSearchWatermarkTextBox = new TradeIdeas.TIProGUI.WatermarkTextBox(); this.filterSearchComboBox = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.buttonDeleteAll = new System.Windows.Forms.Button(); this.panel4 = new System.Windows.Forms.Panel(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.tableLayoutPanel1.SuspendLayout(); this.selectFilterMasterPanel.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel4.SuspendLayout(); this.SuspendLayout(); // // buttonFlipColors // this.buttonFlipColors.Location = new System.Drawing.Point(72, 156); this.buttonFlipColors.Name = "buttonFlipColors"; this.buttonFlipColors.Size = new System.Drawing.Size(96, 23); this.buttonFlipColors.TabIndex = 13; this.buttonFlipColors.Text = "Flip Colors"; this.buttonFlipColors.UseVisualStyleBackColor = true; this.buttonFlipColors.Click += new System.EventHandler(this.buttonFlipColors_Click); // // tableLayoutPanelChangeColors // this.tableLayoutPanelChangeColors.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanelChangeColors.ColumnCount = 3; this.tableLayoutPanelChangeColors.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelChangeColors.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); this.tableLayoutPanelChangeColors.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); this.tableLayoutPanelChangeColors.Location = new System.Drawing.Point(6, 27); this.tableLayoutPanelChangeColors.Name = "tableLayoutPanelChangeColors"; this.tableLayoutPanelChangeColors.RowCount = 5; this.tableLayoutPanelChangeColors.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanelChangeColors.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanelChangeColors.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanelChangeColors.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanelChangeColors.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanelChangeColors.Size = new System.Drawing.Size(211, 118); this.tableLayoutPanelChangeColors.TabIndex = 12; // // labelChangeColors // this.labelChangeColors.AutoSize = true; this.labelChangeColors.Location = new System.Drawing.Point(3, 3); this.labelChangeColors.Name = "labelChangeColors"; this.labelChangeColors.Size = new System.Drawing.Size(100, 16); this.labelChangeColors.TabIndex = 11; this.labelChangeColors.Text = "Change Colors:"; // // lblCurrentColors // this.lblCurrentColors.AutoSize = true; this.lblCurrentColors.Location = new System.Drawing.Point(3, 3); this.lblCurrentColors.Name = "lblCurrentColors"; this.lblCurrentColors.Size = new System.Drawing.Size(106, 16); this.lblCurrentColors.TabIndex = 10; this.lblCurrentColors.Text = "Current Scheme:"; // // txtValue // this.txtValue.Location = new System.Drawing.Point(126, 214); this.txtValue.Name = "txtValue"; this.txtValue.Size = new System.Drawing.Size(64, 22); this.txtValue.TabIndex = 9; // // btnAbove // this.btnAbove.BackColor = System.Drawing.Color.Lime; this.btnAbove.ForeColor = System.Drawing.Color.White; this.btnAbove.Location = new System.Drawing.Point(68, 214); this.btnAbove.Name = "btnAbove"; this.btnAbove.Size = new System.Drawing.Size(23, 23); this.btnAbove.TabIndex = 8; this.btnAbove.Text = ">"; this.btnAbove.UseVisualStyleBackColor = false; this.btnAbove.Click += new System.EventHandler(this.btnAbove_Click); // // btnAt // this.btnAt.BackColor = System.Drawing.Color.Black; this.btnAt.ForeColor = System.Drawing.Color.White; this.btnAt.Location = new System.Drawing.Point(38, 214); this.btnAt.Name = "btnAt"; this.btnAt.Size = new System.Drawing.Size(23, 23); this.btnAt.TabIndex = 7; this.btnAt.Text = "="; this.btnAt.UseVisualStyleBackColor = false; this.btnAt.Click += new System.EventHandler(this.btnAt_Click); // // btnBelow // this.btnBelow.BackColor = System.Drawing.Color.Red; this.btnBelow.ForeColor = System.Drawing.Color.White; this.btnBelow.Location = new System.Drawing.Point(9, 214); this.btnBelow.Name = "btnBelow"; this.btnBelow.Size = new System.Drawing.Size(23, 23); this.btnBelow.TabIndex = 6; this.btnBelow.Text = "<"; this.btnBelow.UseVisualStyleBackColor = false; this.btnBelow.Click += new System.EventHandler(this.btnBelow_Click); // // btnAdd // this.btnAdd.Location = new System.Drawing.Point(9, 243); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(151, 23); this.btnAdd.TabIndex = 5; this.btnAdd.Text = "Add/Edit"; this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnDelete // this.btnDelete.Location = new System.Drawing.Point(6, 156); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(60, 23); this.btnDelete.TabIndex = 4; this.btnDelete.Text = "Delete"; this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // lblRecentColors // this.lblRecentColors.AutoSize = true; this.lblRecentColors.Location = new System.Drawing.Point(6, 0); this.lblRecentColors.Name = "lblRecentColors"; this.lblRecentColors.Size = new System.Drawing.Size(103, 16); this.lblRecentColors.TabIndex = 3; this.lblRecentColors.Text = "Recent settings:"; // // pnlRecentColor // this.pnlRecentColor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pnlRecentColor.AutoScroll = true; this.pnlRecentColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pnlRecentColor.Location = new System.Drawing.Point(3, 19); this.pnlRecentColor.Name = "pnlRecentColor"; this.pnlRecentColor.Size = new System.Drawing.Size(390, 117); this.pnlRecentColor.TabIndex = 2; // // pnlCurrentColor // this.pnlCurrentColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pnlCurrentColor.AutoScroll = true; this.pnlCurrentColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pnlCurrentColor.Location = new System.Drawing.Point(6, 22); this.pnlCurrentColor.Name = "pnlCurrentColor"; this.pnlCurrentColor.Size = new System.Drawing.Size(211, 123); this.pnlCurrentColor.TabIndex = 1; // // selectFilterPanel // this.selectFilterPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.selectFilterPanel.AutoScroll = true; this.selectFilterPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.selectFilterPanel.Location = new System.Drawing.Point(0, 77); this.selectFilterPanel.Name = "selectFilterPanel"; this.selectFilterPanel.Size = new System.Drawing.Size(214, 361); this.selectFilterPanel.TabIndex = 0; // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnOK.Location = new System.Drawing.Point(16, 462); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(112, 27); this.btnOK.TabIndex = 1; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(134, 462); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(112, 27); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "Left_Arrow.png"); // // tableLayoutPanel1 // this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33345F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33343F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33313F)); this.tableLayoutPanel1.Controls.Add(this.selectFilterMasterPanel, 2, 0); this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0); this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0); this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 1); this.tableLayoutPanel1.Location = new System.Drawing.Point(11, 12); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(660, 444); this.tableLayoutPanel1.TabIndex = 3; // // selectFilterMasterPanel // this.selectFilterMasterPanel.Controls.Add(this.filterSearchWatermarkTextBox); this.selectFilterMasterPanel.Controls.Add(this.filterSearchComboBox); this.selectFilterMasterPanel.Controls.Add(this.label1); this.selectFilterMasterPanel.Controls.Add(this.selectFilterPanel); this.selectFilterMasterPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.selectFilterMasterPanel.Location = new System.Drawing.Point(443, 3); this.selectFilterMasterPanel.Name = "selectFilterMasterPanel"; this.tableLayoutPanel1.SetRowSpan(this.selectFilterMasterPanel, 2); this.selectFilterMasterPanel.Size = new System.Drawing.Size(214, 438); this.selectFilterMasterPanel.TabIndex = 0; // // filterSearchWatermarkTextBox // this.filterSearchWatermarkTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.filterSearchWatermarkTextBox.ForeColor = System.Drawing.Color.Empty; this.filterSearchWatermarkTextBox.Location = new System.Drawing.Point(0, 49); this.filterSearchWatermarkTextBox.Name = "filterSearchWatermarkTextBox"; this.filterSearchWatermarkTextBox.Size = new System.Drawing.Size(214, 22); this.filterSearchWatermarkTextBox.TabIndex = 3; this.filterSearchWatermarkTextBox.WatermarkColor = System.Drawing.Color.Silver; this.filterSearchWatermarkTextBox.WatermarkText = "Search"; this.filterSearchWatermarkTextBox.TextChanged += new System.EventHandler(this.StartSearchSoon); // // filterSearchComboBox // this.filterSearchComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.filterSearchComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.filterSearchComboBox.FormattingEnabled = true; this.filterSearchComboBox.Location = new System.Drawing.Point(0, 19); this.filterSearchComboBox.Name = "filterSearchComboBox"; this.filterSearchComboBox.Size = new System.Drawing.Size(214, 24); this.filterSearchComboBox.TabIndex = 2; this.filterSearchComboBox.SelectedIndexChanged += new System.EventHandler(this.StartSearchSoon); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 16); this.label1.TabIndex = 1; this.label1.Text = "Filter:"; // // panel1 // this.panel1.Controls.Add(this.labelChangeColors); this.panel1.Controls.Add(this.tableLayoutPanelChangeColors); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(220, 0); this.panel1.Margin = new System.Windows.Forms.Padding(0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(220, 305); this.panel1.TabIndex = 1; // // panel2 // this.panel2.AutoScroll = true; this.panel2.Controls.Add(this.txtValue); this.panel2.Controls.Add(this.buttonDeleteAll); this.panel2.Controls.Add(this.btnBelow); this.panel2.Controls.Add(this.btnAbove); this.panel2.Controls.Add(this.buttonFlipColors); this.panel2.Controls.Add(this.btnAdd); this.panel2.Controls.Add(this.lblCurrentColors); this.panel2.Controls.Add(this.btnAt); this.panel2.Controls.Add(this.pnlCurrentColor); this.panel2.Controls.Add(this.btnDelete); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Margin = new System.Windows.Forms.Padding(0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(220, 305); this.panel2.TabIndex = 2; // // buttonDeleteAll // this.buttonDeleteAll.Location = new System.Drawing.Point(6, 185); this.buttonDeleteAll.Name = "buttonDeleteAll"; this.buttonDeleteAll.Size = new System.Drawing.Size(82, 23); this.buttonDeleteAll.TabIndex = 14; this.buttonDeleteAll.Text = "Delete All"; this.buttonDeleteAll.UseVisualStyleBackColor = true; this.buttonDeleteAll.Click += new System.EventHandler(this.buttonDeleteAll_Click); // // panel4 // this.tableLayoutPanel1.SetColumnSpan(this.panel4, 2); this.panel4.Controls.Add(this.pnlRecentColor); this.panel4.Controls.Add(this.lblRecentColors); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 305); this.panel4.Margin = new System.Windows.Forms.Padding(0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(440, 139); this.panel4.TabIndex = 4; // // timer1 // this.timer1.Interval = 250; this.timer1.Tick += new System.EventHandler(this.StartSearchNow); // // TopListColorChooser // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(683, 508); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "TopListColorChooser"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Top List Color Chooser"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TopListColorCHooser_FormClosing); this.VisibleChanged += new System.EventHandler(this.TopListColorChooser_VisibleChanged); this.Layout += new System.Windows.Forms.LayoutEventHandler(this.ColorChooser_Layout); this.tableLayoutPanel1.ResumeLayout(false); this.selectFilterMasterPanel.ResumeLayout(false); this.selectFilterMasterPanel.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Panel selectFilterPanel; private System.Windows.Forms.Panel pnlCurrentColor; private System.Windows.Forms.Panel pnlRecentColor; private System.Windows.Forms.Label lblRecentColors; private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.Button btnBelow; private System.Windows.Forms.Button btnAt; private System.Windows.Forms.Button btnAbove; private System.Windows.Forms.TextBox txtValue; private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.Label lblCurrentColors; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelChangeColors; private System.Windows.Forms.Label labelChangeColors; private System.Windows.Forms.Button buttonFlipColors; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button buttonDeleteAll; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel selectFilterMasterPanel; private WatermarkTextBox filterSearchWatermarkTextBox; private System.Windows.Forms.ComboBox filterSearchComboBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Timer timer1; } }