namespace TradeIdeas.TIProGUI { partial class SymbolLookupCombo { /// /// 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.components = new System.ComponentModel.Container(); this.cboSymbol = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // cboSymbol // this.cboSymbol.Dock = System.Windows.Forms.DockStyle.Fill; this.cboSymbol.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cboSymbol.FormattingEnabled = true; this.cboSymbol.Location = new System.Drawing.Point(0, 0); this.cboSymbol.Margin = new System.Windows.Forms.Padding(0); this.cboSymbol.Name = "cboSymbol"; this.cboSymbol.Size = new System.Drawing.Size(129, 24); this.cboSymbol.TabIndex = 2; this.cboSymbol.SelectedIndexChanged += new System.EventHandler(this.cboSymbol_SelectedIndexChanged); this.cboSymbol.SelectionChangeCommitted += new System.EventHandler(this.cboSymbol_SelectionChangeCommitted); this.cboSymbol.TextChanged += new System.EventHandler(this.cboSymbol_TextChanged); this.cboSymbol.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cboSymbol_KeyDown); this.cboSymbol.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cboSymbol_KeyPress); // // SymbolLookupCombo // 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.cboSymbol); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "SymbolLookupCombo"; this.Size = new System.Drawing.Size(129, 24); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox cboSymbol; } }