namespace TradeIdeas.TIProGUI.RealTimeStockRace { partial class RaceSymbolSetupControl { /// /// 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.btnAddSymbol = new System.Windows.Forms.Button(); this.pnlSymbolList = new System.Windows.Forms.Panel(); this.btnClose = new System.Windows.Forms.Button(); this.btnLoadFromSymbolList = new System.Windows.Forms.Button(); this.lblMessage = new System.Windows.Forms.Label(); this.btnClearSymbols = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnAddSymbol // this.btnAddSymbol.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAddSymbol.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAddSymbol.Location = new System.Drawing.Point(176, 3); this.btnAddSymbol.Name = "btnAddSymbol"; this.btnAddSymbol.Size = new System.Drawing.Size(25, 27); this.btnAddSymbol.TabIndex = 1; this.btnAddSymbol.Text = "+"; this.btnAddSymbol.UseVisualStyleBackColor = true; this.btnAddSymbol.Click += new System.EventHandler(this.btnAddSymbol_Click); // // pnlSymbolList // this.pnlSymbolList.AutoScroll = true; this.pnlSymbolList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlSymbolList.Location = new System.Drawing.Point(3, 3); this.pnlSymbolList.Name = "pnlSymbolList"; this.pnlSymbolList.Size = new System.Drawing.Size(167, 203); this.pnlSymbolList.TabIndex = 3; // // btnClose // this.btnClose.Location = new System.Drawing.Point(107, 259); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 4; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnLoadFromSymbolList // this.btnLoadFromSymbolList.Location = new System.Drawing.Point(27, 230); this.btnLoadFromSymbolList.Name = "btnLoadFromSymbolList"; this.btnLoadFromSymbolList.Size = new System.Drawing.Size(143, 23); this.btnLoadFromSymbolList.TabIndex = 5; this.btnLoadFromSymbolList.Text = "Load from Symbol List"; this.btnLoadFromSymbolList.UseVisualStyleBackColor = true; this.btnLoadFromSymbolList.Click += new System.EventHandler(this.btnLoadFromSymbolList_Click); // // lblMessage // this.lblMessage.AutoSize = true; this.lblMessage.Location = new System.Drawing.Point(3, 209); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(50, 13); this.lblMessage.TabIndex = 6; this.lblMessage.Text = "Message"; // // btnClearSymbols // this.btnClearSymbols.Location = new System.Drawing.Point(17, 259); this.btnClearSymbols.Name = "btnClearSymbols"; this.btnClearSymbols.Size = new System.Drawing.Size(75, 23); this.btnClearSymbols.TabIndex = 7; this.btnClearSymbols.Text = "Clear"; this.btnClearSymbols.UseVisualStyleBackColor = true; this.btnClearSymbols.Click += new System.EventHandler(this.btnClearSymbols_Click); // // RaceSymbolSetupControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.btnClearSymbols); this.Controls.Add(this.lblMessage); this.Controls.Add(this.btnLoadFromSymbolList); this.Controls.Add(this.btnClose); this.Controls.Add(this.pnlSymbolList); this.Controls.Add(this.btnAddSymbol); this.Name = "RaceSymbolSetupControl"; this.Size = new System.Drawing.Size(208, 288); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnAddSymbol; private System.Windows.Forms.Panel pnlSymbolList; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Button btnLoadFromSymbolList; private System.Windows.Forms.Label lblMessage; private System.Windows.Forms.Button btnClearSymbols; } }