namespace TradeIdeas.TIProGUI.RealTimeStockRace { partial class RaceSymbolControl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.btnRemove = new System.Windows.Forms.Button(); this.symbolLookupTextBox1 = new TradeIdeas.TIProGUI.SymbolLookupTextBox(); this.SuspendLayout(); // // btnRemove // this.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRemove.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnRemove.Location = new System.Drawing.Point(120, 0); this.btnRemove.Name = "btnRemove"; this.btnRemove.Size = new System.Drawing.Size(25, 24); this.btnRemove.TabIndex = 1; this.btnRemove.Text = "X"; this.btnRemove.UseVisualStyleBackColor = true; this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click); // // symbolLookupTextBox1 // this.symbolLookupTextBox1.BackColor = System.Drawing.Color.White; this.symbolLookupTextBox1.Location = new System.Drawing.Point(0, 0); this.symbolLookupTextBox1.Margin = new System.Windows.Forms.Padding(0); this.symbolLookupTextBox1.Name = "symbolLookupTextBox1"; this.symbolLookupTextBox1.Size = new System.Drawing.Size(119, 24); this.symbolLookupTextBox1.SymbolLinking = false; this.symbolLookupTextBox1.TabIndex = 0; this.symbolLookupTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.symbolLookupTextBox1.TextBoxFont = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.symbolLookupTextBox1.Leave += new System.EventHandler(this.symbolLookupTextBox1_Leave); // // RaceSymbolControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnRemove); this.Controls.Add(this.symbolLookupTextBox1); this.Name = "RaceSymbolControl"; this.Size = new System.Drawing.Size(145, 24); this.ResumeLayout(false); } #endregion private SymbolLookupTextBox symbolLookupTextBox1; private System.Windows.Forms.Button btnRemove; } }