namespace TradeIdeas.TIProGUI { partial class SymbolLookupTextBox { /// /// 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.txtSymbol = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // txtSymbol // this.txtSymbol.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSymbol.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtSymbol.Location = new System.Drawing.Point(0, 0); this.txtSymbol.Margin = new System.Windows.Forms.Padding(0); this.txtSymbol.Name = "txtSymbol"; this.txtSymbol.Size = new System.Drawing.Size(129, 23); this.txtSymbol.TabIndex = 0; this.txtSymbol.TextChanged += new System.EventHandler(this.txtSymbol_TextChanged); this.txtSymbol.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSymbol_KeyDown); this.txtSymbol.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSymbol_KeyPress); this.txtSymbol.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSymbol_KeyUp); this.txtSymbol.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtSymbol_PreviewKeyDown); // // SymbolLookupTextBox // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.txtSymbol); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "SymbolLookupTextBox"; this.Size = new System.Drawing.Size(129, 24); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtSymbol; } }