namespace TradeIdeas.TIProGUI { partial class BrokeragePlusStartPanel { /// /// 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.lblTitle = new System.Windows.Forms.Label(); this.lblLive = new System.Windows.Forms.Label(); this.lblSim = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(46)))), ((int)(((byte)(87))))); this.tableLayoutPanel1.SetColumnSpan(this.lblTitle, 2); this.lblTitle.Dock = System.Windows.Forms.DockStyle.Fill; this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.Location = new System.Drawing.Point(0, 0); this.lblTitle.Margin = new System.Windows.Forms.Padding(0); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(107, 16); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "BROKERAGE PLUS"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // lblLive // this.lblLive.AutoSize = true; this.lblLive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(147)))), ((int)(((byte)(43))))); this.lblLive.Dock = System.Windows.Forms.DockStyle.Fill; this.lblLive.ForeColor = System.Drawing.Color.White; this.lblLive.Location = new System.Drawing.Point(0, 16); this.lblLive.Margin = new System.Windows.Forms.Padding(0); this.lblLive.Name = "lblLive"; this.lblLive.Size = new System.Drawing.Size(53, 16); this.lblLive.TabIndex = 1; this.lblLive.Text = "LIVE >"; this.lblLive.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblSim // this.lblSim.AutoSize = true; this.lblSim.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(46)))), ((int)(((byte)(87))))); this.lblSim.Dock = System.Windows.Forms.DockStyle.Fill; this.lblSim.ForeColor = System.Drawing.Color.White; this.lblSim.Location = new System.Drawing.Point(53, 16); this.lblSim.Margin = new System.Windows.Forms.Padding(0); this.lblSim.Name = "lblSim"; this.lblSim.Size = new System.Drawing.Size(54, 16); this.lblSim.TabIndex = 2; this.lblSim.Text = "SIM >"; this.lblSim.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tableLayoutPanel1 // this.tableLayoutPanel1.AutoSize = true; this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.lblTitle, 0, 0); this.tableLayoutPanel1.Controls.Add(this.lblSim, 1, 1); this.tableLayoutPanel1.Controls.Add(this.lblLive, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(107, 32); this.tableLayoutPanel1.TabIndex = 3; // // BrokeragePlusStartPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.DoubleBuffered = true; this.Margin = new System.Windows.Forms.Padding(0); this.Name = "BrokeragePlusStartPanel"; this.Size = new System.Drawing.Size(107, 32); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Label lblLive; private System.Windows.Forms.Label lblSim; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }