namespace TIProAutoTradeExtension { partial class OrderEntry { /// /// 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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.tableLayoutPanel1 = new TIProAutoTradeExtension.DBLayoutPanel(this.components); this.buttonSell = new System.Windows.Forms.Button(); this.tableLayoutPanel2 = new TIProAutoTradeExtension.DBLayoutPanel(this.components); this.textBoxSymbol = new System.Windows.Forms.TextBox(); this.textBoxSize = new System.Windows.Forms.TextBox(); this.textBoxPrice = new System.Windows.Forms.TextBox(); this.textBoxStop = new System.Windows.Forms.TextBox(); this.textBoxTIF = new System.Windows.Forms.TextBox(); this.textBoxTimeExit = new System.Windows.Forms.TextBox(); this.textBoxAccount = new System.Windows.Forms.TextBox(); this.buttonBuy = new System.Windows.Forms.Button(); this.tableLayoutPanelTopLabels = new System.Windows.Forms.TableLayoutPanel(); this.labelSymbol = new System.Windows.Forms.Label(); this.labelSize = new System.Windows.Forms.Label(); this.labelPrice = new System.Windows.Forms.Label(); this.labelStop = new System.Windows.Forms.Label(); this.tableLayoutPanelBottomLabels = new System.Windows.Forms.TableLayoutPanel(); this.labelTIF = new System.Windows.Forms.Label(); this.labelExitTime = new System.Windows.Forms.Label(); this.labelAccount = new System.Windows.Forms.Label(); this.labelStatus = new System.Windows.Forms.Label(); this.buttonShowStatus = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.tableLayoutPanelTopLabels.SuspendLayout(); this.tableLayoutPanelBottomLabels.SuspendLayout(); this.SuspendLayout(); // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 72F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14F)); this.tableLayoutPanel1.Controls.Add(this.buttonSell, 0, 1); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 1); this.tableLayoutPanel1.Controls.Add(this.buttonBuy, 2, 1); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanelTopLabels, 1, 0); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanelBottomLabels, 1, 2); this.tableLayoutPanel1.Controls.Add(this.labelStatus, 0, 3); this.tableLayoutPanel1.Controls.Add(this.buttonShowStatus, 2, 2); this.tableLayoutPanel1.Cursor = System.Windows.Forms.Cursors.Default; 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 = 4; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 18F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 18F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(574, 109); this.tableLayoutPanel1.TabIndex = 0; // // buttonSell // this.buttonSell.BackColor = System.Drawing.Color.Transparent; this.buttonSell.BackgroundImage = global::TIProAutoTradeExtension.Properties.Resources.sellButton_noText; this.buttonSell.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonSell.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonSell.FlatAppearance.BorderColor = System.Drawing.Color.LightGray; this.buttonSell.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonSell.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonSell.ForeColor = System.Drawing.Color.White; this.buttonSell.Location = new System.Drawing.Point(6, 18); this.buttonSell.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); this.buttonSell.Name = "buttonSell"; this.buttonSell.Size = new System.Drawing.Size(71, 47); this.buttonSell.TabIndex = 1; this.buttonSell.Text = "SELL"; this.buttonSell.UseVisualStyleBackColor = false; this.buttonSell.Click += new System.EventHandler(this.buttonSell_Click); this.buttonSell.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonSell_MouseDown); this.buttonSell.MouseUp += new System.Windows.Forms.MouseEventHandler(this.buttonSell_MouseUp); // // tableLayoutPanel2 // this.tableLayoutPanel2.AutoSize = true; this.tableLayoutPanel2.BackColor = System.Drawing.Color.Black; this.tableLayoutPanel2.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Outset; this.tableLayoutPanel2.ColumnCount = 4; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.Controls.Add(this.textBoxSymbol, 0, 0); this.tableLayoutPanel2.Controls.Add(this.textBoxSize, 1, 0); this.tableLayoutPanel2.Controls.Add(this.textBoxPrice, 2, 0); this.tableLayoutPanel2.Controls.Add(this.textBoxStop, 3, 0); this.tableLayoutPanel2.Controls.Add(this.textBoxTIF, 0, 1); this.tableLayoutPanel2.Controls.Add(this.textBoxTimeExit, 1, 1); this.tableLayoutPanel2.Controls.Add(this.textBoxAccount, 2, 1); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(83, 21); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 2; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(407, 41); this.tableLayoutPanel2.TabIndex = 2; // // textBoxSymbol // this.textBoxSymbol.BackColor = System.Drawing.Color.White; this.textBoxSymbol.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.textBoxSymbol.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxSymbol.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxSymbol.Location = new System.Drawing.Point(2, 2); this.textBoxSymbol.Margin = new System.Windows.Forms.Padding(0); this.textBoxSymbol.Name = "textBoxSymbol"; this.textBoxSymbol.ShortcutsEnabled = false; this.textBoxSymbol.Size = new System.Drawing.Size(99, 20); this.textBoxSymbol.TabIndex = 0; this.textBoxSymbol.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.textBoxSymbol.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxSymbol_KeyDown); this.textBoxSymbol.Leave += new System.EventHandler(this.textBoxSymbol_Leave); // // textBoxSize // this.textBoxSize.BackColor = System.Drawing.Color.White; this.textBoxSize.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxSize.Location = new System.Drawing.Point(103, 2); this.textBoxSize.Margin = new System.Windows.Forms.Padding(0); this.textBoxSize.Name = "textBoxSize"; this.textBoxSize.ShortcutsEnabled = false; this.textBoxSize.Size = new System.Drawing.Size(99, 20); this.textBoxSize.TabIndex = 1; this.textBoxSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textBoxPrice // this.textBoxPrice.BackColor = System.Drawing.Color.White; this.textBoxPrice.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxPrice.Location = new System.Drawing.Point(204, 2); this.textBoxPrice.Margin = new System.Windows.Forms.Padding(0); this.textBoxPrice.Name = "textBoxPrice"; this.textBoxPrice.ShortcutsEnabled = false; this.textBoxPrice.Size = new System.Drawing.Size(99, 20); this.textBoxPrice.TabIndex = 2; this.textBoxPrice.Text = "MKT"; this.textBoxPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textBoxStop // this.textBoxStop.BackColor = System.Drawing.Color.White; this.textBoxStop.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxStop.Location = new System.Drawing.Point(305, 2); this.textBoxStop.Margin = new System.Windows.Forms.Padding(0); this.textBoxStop.Name = "textBoxStop"; this.textBoxStop.ShortcutsEnabled = false; this.textBoxStop.Size = new System.Drawing.Size(100, 20); this.textBoxStop.TabIndex = 3; this.textBoxStop.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textBoxTIF // this.textBoxTIF.BackColor = System.Drawing.Color.White; this.textBoxTIF.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxTIF.Location = new System.Drawing.Point(2, 21); this.textBoxTIF.Margin = new System.Windows.Forms.Padding(0); this.textBoxTIF.Name = "textBoxTIF"; this.textBoxTIF.ReadOnly = true; this.textBoxTIF.ShortcutsEnabled = false; this.textBoxTIF.Size = new System.Drawing.Size(99, 20); this.textBoxTIF.TabIndex = 4; this.textBoxTIF.Text = "DAY"; this.textBoxTIF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textBoxTimeExit // this.textBoxTimeExit.BackColor = System.Drawing.Color.White; this.textBoxTimeExit.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxTimeExit.Location = new System.Drawing.Point(103, 21); this.textBoxTimeExit.Margin = new System.Windows.Forms.Padding(0); this.textBoxTimeExit.Name = "textBoxTimeExit"; this.textBoxTimeExit.ShortcutsEnabled = false; this.textBoxTimeExit.Size = new System.Drawing.Size(99, 20); this.textBoxTimeExit.TabIndex = 5; this.textBoxTimeExit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textBoxAccount // this.textBoxAccount.BackColor = System.Drawing.Color.White; this.tableLayoutPanel2.SetColumnSpan(this.textBoxAccount, 2); this.textBoxAccount.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxAccount.Location = new System.Drawing.Point(204, 21); this.textBoxAccount.Margin = new System.Windows.Forms.Padding(0); this.textBoxAccount.Name = "textBoxAccount"; this.textBoxAccount.ReadOnly = true; this.textBoxAccount.ShortcutsEnabled = false; this.textBoxAccount.Size = new System.Drawing.Size(201, 20); this.textBoxAccount.TabIndex = 6; this.textBoxAccount.Text = "NOT CONNECTED"; this.textBoxAccount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // buttonBuy // this.buttonBuy.BackColor = System.Drawing.Color.Transparent; this.buttonBuy.BackgroundImage = global::TIProAutoTradeExtension.Properties.Resources.buyButton_noText; this.buttonBuy.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonBuy.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonBuy.FlatAppearance.BorderColor = System.Drawing.Color.LightGray; this.buttonBuy.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonBuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonBuy.ForeColor = System.Drawing.Color.White; this.buttonBuy.Location = new System.Drawing.Point(496, 18); this.buttonBuy.Margin = new System.Windows.Forms.Padding(3, 0, 6, 0); this.buttonBuy.Name = "buttonBuy"; this.buttonBuy.Size = new System.Drawing.Size(72, 47); this.buttonBuy.TabIndex = 0; this.buttonBuy.Text = "BUY"; this.buttonBuy.UseVisualStyleBackColor = false; this.buttonBuy.Click += new System.EventHandler(this.buttonBuy_Click); this.buttonBuy.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonBuy_MouseDown); this.buttonBuy.MouseUp += new System.Windows.Forms.MouseEventHandler(this.buttonBuy_MouseUp); // // tableLayoutPanelTopLabels // this.tableLayoutPanelTopLabels.ColumnCount = 4; this.tableLayoutPanelTopLabels.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanelTopLabels.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanelTopLabels.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanelTopLabels.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanelTopLabels.Controls.Add(this.labelSymbol, 0, 0); this.tableLayoutPanelTopLabels.Controls.Add(this.labelSize, 1, 0); this.tableLayoutPanelTopLabels.Controls.Add(this.labelPrice, 2, 0); this.tableLayoutPanelTopLabels.Controls.Add(this.labelStop, 3, 0); this.tableLayoutPanelTopLabels.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelTopLabels.Location = new System.Drawing.Point(83, 3); this.tableLayoutPanelTopLabels.Name = "tableLayoutPanelTopLabels"; this.tableLayoutPanelTopLabels.RowCount = 1; this.tableLayoutPanelTopLabels.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelTopLabels.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 12F)); this.tableLayoutPanelTopLabels.Size = new System.Drawing.Size(407, 12); this.tableLayoutPanelTopLabels.TabIndex = 3; // // labelSymbol // this.labelSymbol.AutoSize = true; this.labelSymbol.BackColor = System.Drawing.Color.Black; this.labelSymbol.Dock = System.Windows.Forms.DockStyle.Fill; this.labelSymbol.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelSymbol.ForeColor = System.Drawing.Color.White; this.labelSymbol.Location = new System.Drawing.Point(3, 0); this.labelSymbol.Name = "labelSymbol"; this.labelSymbol.Size = new System.Drawing.Size(95, 12); this.labelSymbol.TabIndex = 0; this.labelSymbol.Text = "SYMBOL"; this.labelSymbol.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelSize // this.labelSize.AutoSize = true; this.labelSize.Dock = System.Windows.Forms.DockStyle.Fill; this.labelSize.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelSize.ForeColor = System.Drawing.Color.White; this.labelSize.Location = new System.Drawing.Point(104, 0); this.labelSize.Name = "labelSize"; this.labelSize.Size = new System.Drawing.Size(95, 12); this.labelSize.TabIndex = 1; this.labelSize.Text = "SHARES ▾"; this.labelSize.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.labelSize.Click += new System.EventHandler(this.labelSize_Click); // // labelPrice // this.labelPrice.AutoSize = true; this.labelPrice.Dock = System.Windows.Forms.DockStyle.Fill; this.labelPrice.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelPrice.ForeColor = System.Drawing.Color.White; this.labelPrice.Location = new System.Drawing.Point(205, 0); this.labelPrice.Name = "labelPrice"; this.labelPrice.Size = new System.Drawing.Size(95, 12); this.labelPrice.TabIndex = 2; this.labelPrice.Text = "PRICE"; this.labelPrice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelStop // this.labelStop.AutoSize = true; this.labelStop.Dock = System.Windows.Forms.DockStyle.Fill; this.labelStop.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelStop.ForeColor = System.Drawing.Color.White; this.labelStop.Location = new System.Drawing.Point(306, 0); this.labelStop.Name = "labelStop"; this.labelStop.Size = new System.Drawing.Size(98, 12); this.labelStop.TabIndex = 3; this.labelStop.Text = "STOP"; this.labelStop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tableLayoutPanelBottomLabels // this.tableLayoutPanelBottomLabels.ColumnCount = 4; this.tableLayoutPanelBottomLabels.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanelBottomLabels.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanelBottomLabels.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanelBottomLabels.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanelBottomLabels.Controls.Add(this.labelTIF, 0, 0); this.tableLayoutPanelBottomLabels.Controls.Add(this.labelExitTime, 1, 0); this.tableLayoutPanelBottomLabels.Controls.Add(this.labelAccount, 2, 0); this.tableLayoutPanelBottomLabels.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelBottomLabels.Location = new System.Drawing.Point(83, 68); this.tableLayoutPanelBottomLabels.Name = "tableLayoutPanelBottomLabels"; this.tableLayoutPanelBottomLabels.RowCount = 1; this.tableLayoutPanelBottomLabels.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelBottomLabels.Size = new System.Drawing.Size(407, 12); this.tableLayoutPanelBottomLabels.TabIndex = 4; // // labelTIF // this.labelTIF.AutoSize = true; this.labelTIF.Dock = System.Windows.Forms.DockStyle.Fill; this.labelTIF.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelTIF.ForeColor = System.Drawing.Color.White; this.labelTIF.Location = new System.Drawing.Point(3, 0); this.labelTIF.Name = "labelTIF"; this.labelTIF.Size = new System.Drawing.Size(95, 12); this.labelTIF.TabIndex = 0; this.labelTIF.Text = "TIF"; this.labelTIF.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelExitTime // this.labelExitTime.AutoSize = true; this.labelExitTime.Dock = System.Windows.Forms.DockStyle.Fill; this.labelExitTime.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelExitTime.ForeColor = System.Drawing.Color.White; this.labelExitTime.Location = new System.Drawing.Point(104, 0); this.labelExitTime.Name = "labelExitTime"; this.labelExitTime.Size = new System.Drawing.Size(95, 12); this.labelExitTime.TabIndex = 1; this.labelExitTime.Text = "EXIT TIME"; this.labelExitTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelAccount // this.labelAccount.AutoSize = true; this.tableLayoutPanelBottomLabels.SetColumnSpan(this.labelAccount, 2); this.labelAccount.Dock = System.Windows.Forms.DockStyle.Fill; this.labelAccount.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelAccount.ForeColor = System.Drawing.Color.White; this.labelAccount.Location = new System.Drawing.Point(205, 0); this.labelAccount.Name = "labelAccount"; this.labelAccount.Size = new System.Drawing.Size(199, 12); this.labelAccount.TabIndex = 2; this.labelAccount.Text = "ACCOUNT"; this.labelAccount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelStatus // this.labelStatus.AutoSize = true; this.labelStatus.BackColor = System.Drawing.Color.White; this.labelStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tableLayoutPanel1.SetColumnSpan(this.labelStatus, 3); this.labelStatus.Dock = System.Windows.Forms.DockStyle.Fill; this.labelStatus.ForeColor = System.Drawing.Color.Blue; this.labelStatus.Location = new System.Drawing.Point(6, 86); this.labelStatus.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3); this.labelStatus.Name = "labelStatus"; this.labelStatus.Size = new System.Drawing.Size(562, 20); this.labelStatus.TabIndex = 5; this.labelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // buttonShowStatus // this.buttonShowStatus.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.buttonShowStatus.Dock = System.Windows.Forms.DockStyle.Right; this.buttonShowStatus.Enabled = false; this.buttonShowStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonShowStatus.Image = global::TIProAutoTradeExtension.Properties.Resources.collapse; this.buttonShowStatus.Location = new System.Drawing.Point(558, 68); this.buttonShowStatus.Margin = new System.Windows.Forms.Padding(3, 3, 6, 3); this.buttonShowStatus.Name = "buttonShowStatus"; this.buttonShowStatus.Size = new System.Drawing.Size(10, 12); this.buttonShowStatus.TabIndex = 6; this.buttonShowStatus.UseVisualStyleBackColor = true; this.buttonShowStatus.Visible = false; this.buttonShowStatus.Click += new System.EventHandler(this.buttonShowStatus_Click); // // OrderEntry // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Black; this.Controls.Add(this.tableLayoutPanel1); this.Name = "OrderEntry"; this.Size = new System.Drawing.Size(574, 109); this.Paint += new System.Windows.Forms.PaintEventHandler(this.OrderEntry_Paint); this.Resize += new System.EventHandler(this.OrderEntry_Resize); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.tableLayoutPanelTopLabels.ResumeLayout(false); this.tableLayoutPanelTopLabels.PerformLayout(); this.tableLayoutPanelBottomLabels.ResumeLayout(false); this.tableLayoutPanelBottomLabels.PerformLayout(); this.ResumeLayout(false); } #endregion private DBLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TextBox textBoxStop; private System.Windows.Forms.TextBox textBoxPrice; private System.Windows.Forms.TextBox textBoxSize; private System.Windows.Forms.Button buttonBuy; private System.Windows.Forms.Button buttonSell; private DBLayoutPanel tableLayoutPanel2; private System.Windows.Forms.TextBox textBoxSymbol; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.TextBox textBoxAccount; private System.Windows.Forms.TextBox textBoxTIF; private System.Windows.Forms.TextBox textBoxTimeExit; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelTopLabels; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelBottomLabels; private System.Windows.Forms.Label labelSymbol; private System.Windows.Forms.Label labelSize; private System.Windows.Forms.Label labelPrice; private System.Windows.Forms.Label labelStop; private System.Windows.Forms.Label labelTIF; private System.Windows.Forms.Label labelExitTime; private System.Windows.Forms.Label labelAccount; private System.Windows.Forms.Label labelStatus; private System.Windows.Forms.Button buttonShowStatus; } }