namespace TIProAutoTradeExtension
{
partial class Robot
{
///
/// 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 Windows Form 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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Robot));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.connectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.strategiesGridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.positionsGridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tradingSummaryTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ordersGridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.orderEntryNewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.messagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.executionsGridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.accountsGridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.hollyAITabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.calendarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.performanceTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dailyProfitLossSummaryChartTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dailyProfitLossDetailChartTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.strategiesGridToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.positionsGridToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.tradingSummaryTabToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.ordersGridToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.messagesGridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.executionsGridToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.accountsGridToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.hollyAIToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.calendarToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.performanceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dailyProfitLossSummaryChartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dailyProfitLossDetailChartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.windowsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.turnOnLighspeedDebuggingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.turnOffDebuggingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.formSnapper1 = new Informacija.FormSnapper(this.components);
this.pnlMarketing = new TradeIdeas.TIProGUI.CustomPanel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.tableLayoutPanel2 = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.tabControl1 = new System.Windows.Forms.TabControl();
this.customPanel1 = new TradeIdeas.TIProGUI.CustomPanel();
this.lblMessage = new System.Windows.Forms.Label();
this.linkLabel = new System.Windows.Forms.LinkLabel();
this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
this.menuStrip1.SuspendLayout();
this.pnlMarketing.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.customPanel1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.Color.White;
this.menuStrip1.BackgroundImage = global::TIProAutoTradeExtension.Properties.Resources.disconnected3;
this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.connectToolStripMenuItem,
this.newToolStripMenuItem,
this.windowsToolStripMenuItem,
this.helpToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(52, 2, 0, 2);
this.menuStrip1.Size = new System.Drawing.Size(790, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// connectToolStripMenuItem
//
this.connectToolStripMenuItem.Name = "connectToolStripMenuItem";
this.connectToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
this.connectToolStripMenuItem.Text = "Brokers";
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.strategiesGridToolStripMenuItem,
this.positionsGridToolStripMenuItem,
this.tradingSummaryTabToolStripMenuItem,
this.ordersGridToolStripMenuItem,
this.orderEntryNewToolStripMenuItem,
this.messagesToolStripMenuItem,
this.executionsGridToolStripMenuItem,
this.accountsGridToolStripMenuItem,
this.hollyAITabToolStripMenuItem,
this.calendarToolStripMenuItem,
this.performanceTabToolStripMenuItem,
this.dailyProfitLossSummaryChartTabToolStripMenuItem,
this.dailyProfitLossDetailChartTabToolStripMenuItem,
this.tabToolStripMenuItem});
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
this.newToolStripMenuItem.Text = "New";
this.newToolStripMenuItem.DropDownOpening += new System.EventHandler(this.newToolStripMenuItem_DropDownOpening);
//
// strategiesGridToolStripMenuItem
//
this.strategiesGridToolStripMenuItem.Name = "strategiesGridToolStripMenuItem";
this.strategiesGridToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
this.strategiesGridToolStripMenuItem.Text = "Strategies Tab";
this.strategiesGridToolStripMenuItem.Click += new System.EventHandler(this.strategiesGridToolStripMenuItem_Click);
//
// positionsGridToolStripMenuItem
//
this.positionsGridToolStripMenuItem.Name = "positionsGridToolStripMenuItem";
this.positionsGridToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
this.positionsGridToolStripMenuItem.Text = "Positions Tab";
this.positionsGridToolStripMenuItem.Click += new System.EventHandler(this.positionsGridToolStripMenuItem_Click);
//
// tradingSummaryTabToolStripMenuItem
//
this.tradingSummaryTabToolStripMenuItem.Name = "tradingSummaryTabToolStripMenuItem";
this.tradingSummaryTabToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
this.tradingSummaryTabToolStripMenuItem.Text = "Trading Summary Tab";
this.tradingSummaryTabToolStripMenuItem.Click += new System.EventHandler(this.tradingSummaryTabToolStripMenuItem_Click);
//
// ordersGridToolStripMenuItem
//
this.ordersGridToolStripMenuItem.Name = "ordersGridToolStripMenuItem";
this.ordersGridToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
this.ordersGridToolStripMenuItem.Text = "Orders Tab";
this.ordersGridToolStripMenuItem.Click += new System.EventHandler(this.ordersGridToolStripMenuItem_Click);
//
// orderEntryNewToolStripMenuItem
//
this.orderEntryNewToolStripMenuItem.Name = "orderEntryNewToolStripMenuItem";
this.orderEntryNewToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
this.orderEntryNewToolStripMenuItem.Text = "Order Entry";
this.orderEntryNewToolStripMenuItem.Click += new System.EventHandler(this.orderEntryNewToolStripMenuItem_Click);
//
// messagesToolStripMenuItem
//
this.messagesToolStripMenuItem.Name = "messagesToolStripMenuItem";
this.messagesToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
this.messagesToolStripMenuItem.Text = "Messages Tab";
this.messagesToolStripMenuItem.Click += new System.EventHandler(this.messagesToolStripMenuItem_Click);
//
// executionsGridToolStripMenuItem
//
this.executionsGridToolStripMenuItem.Name = "executionsGridToolStripMenuItem";
this.executionsGridToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
this.executionsGridToolStripMenuItem.Text = "Executions Tab";
this.executionsGridToolStripMenuItem.Click += new System.EventHandler(this.executionsGridToolStripMenuItem_Click);
//
// accountsGridToolStripMenuItem
//
this.accountsGridToolStripMenuItem.Name = "accountsGridToolStripMenuItem";
this.accountsGridToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
this.accountsGridToolStripMenuItem.Text = "Accounts Tab";
this.accountsGridToolStripMenuItem.Click += new System.EventHandler(this.accountsGridToolStripMenuItem_Click);
//
// hollyAITabToolStripMenuItem
//
this.hollyAITabToolStripMenuItem.Name = "hollyAITabToolStripMenuItem";
this.hollyAITabToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
this.hollyAITabToolStripMenuItem.Text = "Holly AI Tab";
this.hollyAITabToolStripMenuItem.Click += new System.EventHandler(this.hollyAITabToolStripMenuItem_Click);
//
// calendarToolStripMenuItem
//
this.calendarToolStripMenuItem.Name = "calendarToolStripMenuItem";
this.calendarToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
this.calendarToolStripMenuItem.Text = "Calendar Tab";
this.calendarToolStripMenuItem.Visible = false;
this.calendarToolStripMenuItem.Click += new System.EventHandler(this.CalendarToolStripMenuItem_Click);
//
// performanceTabToolStripMenuItem
//
this.performanceTabToolStripMenuItem.Name = "performanceTabToolStripMenuItem";
this.performanceTabToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
this.performanceTabToolStripMenuItem.Text = "Performance Tab";
this.performanceTabToolStripMenuItem.Visible = false;
this.performanceTabToolStripMenuItem.Click += new System.EventHandler(this.PerformanceTabToolStripMenuItem_Click);
//
// dailyProfitLossSummaryChartTabToolStripMenuItem
//
this.dailyProfitLossSummaryChartTabToolStripMenuItem.Name = "dailyProfitLossSummaryChartTabToolStripMenuItem";
this.dailyProfitLossSummaryChartTabToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
this.dailyProfitLossSummaryChartTabToolStripMenuItem.Text = "Daily Profit/Loss Summary Chart Tab";
this.dailyProfitLossSummaryChartTabToolStripMenuItem.Click += new System.EventHandler(this.dailyProfitLossSummaryChartTabToolStripMenuItem_Click);
//
// dailyProfitLossDetailChartTabToolStripMenuItem
//
this.dailyProfitLossDetailChartTabToolStripMenuItem.Name = "dailyProfitLossDetailChartTabToolStripMenuItem";
this.dailyProfitLossDetailChartTabToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
this.dailyProfitLossDetailChartTabToolStripMenuItem.Text = "Daily Profit/Loss Detail Chart Tab";
this.dailyProfitLossDetailChartTabToolStripMenuItem.Click += new System.EventHandler(this.dailyProfitLossDetailChartTabToolStripMenuItem_Click);
//
// tabToolStripMenuItem
//
this.tabToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.strategiesGridToolStripMenuItem1,
this.positionsGridToolStripMenuItem1,
this.tradingSummaryTabToolStripMenuItem1,
this.ordersGridToolStripMenuItem1,
this.messagesGridToolStripMenuItem,
this.executionsGridToolStripMenuItem1,
this.accountsGridToolStripMenuItem1,
this.hollyAIToolStripMenuItem,
this.calendarToolStripMenuItem1,
this.performanceToolStripMenuItem,
this.dailyProfitLossSummaryChartToolStripMenuItem,
this.dailyProfitLossDetailChartToolStripMenuItem});
this.tabToolStripMenuItem.Name = "tabToolStripMenuItem";
this.tabToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
this.tabToolStripMenuItem.Text = "Window";
//
// strategiesGridToolStripMenuItem1
//
this.strategiesGridToolStripMenuItem1.Name = "strategiesGridToolStripMenuItem1";
this.strategiesGridToolStripMenuItem1.Size = new System.Drawing.Size(246, 22);
this.strategiesGridToolStripMenuItem1.Text = "Strategies Grid";
this.strategiesGridToolStripMenuItem1.Click += new System.EventHandler(this.strategiesGridToolStripMenuItem1_Click);
//
// positionsGridToolStripMenuItem1
//
this.positionsGridToolStripMenuItem1.Name = "positionsGridToolStripMenuItem1";
this.positionsGridToolStripMenuItem1.Size = new System.Drawing.Size(246, 22);
this.positionsGridToolStripMenuItem1.Text = "Positions Grid";
this.positionsGridToolStripMenuItem1.Click += new System.EventHandler(this.positionsGridToolStripMenuItem1_Click);
//
// tradingSummaryTabToolStripMenuItem1
//
this.tradingSummaryTabToolStripMenuItem1.Name = "tradingSummaryTabToolStripMenuItem1";
this.tradingSummaryTabToolStripMenuItem1.Size = new System.Drawing.Size(246, 22);
this.tradingSummaryTabToolStripMenuItem1.Text = "Trading Summary";
this.tradingSummaryTabToolStripMenuItem1.Click += new System.EventHandler(this.tradingSummaryTabToolStripMenuItem1_Click);
//
// ordersGridToolStripMenuItem1
//
this.ordersGridToolStripMenuItem1.Name = "ordersGridToolStripMenuItem1";
this.ordersGridToolStripMenuItem1.Size = new System.Drawing.Size(246, 22);
this.ordersGridToolStripMenuItem1.Text = "Orders Grid";
this.ordersGridToolStripMenuItem1.Click += new System.EventHandler(this.ordersGridToolStripMenuItem1_Click);
//
// messagesGridToolStripMenuItem
//
this.messagesGridToolStripMenuItem.Name = "messagesGridToolStripMenuItem";
this.messagesGridToolStripMenuItem.Size = new System.Drawing.Size(246, 22);
this.messagesGridToolStripMenuItem.Text = "Messages Grid";
this.messagesGridToolStripMenuItem.Click += new System.EventHandler(this.messagesGridToolStripMenuItem_Click);
//
// executionsGridToolStripMenuItem1
//
this.executionsGridToolStripMenuItem1.Name = "executionsGridToolStripMenuItem1";
this.executionsGridToolStripMenuItem1.Size = new System.Drawing.Size(246, 22);
this.executionsGridToolStripMenuItem1.Text = "Executions Grid";
this.executionsGridToolStripMenuItem1.Click += new System.EventHandler(this.executionsGridToolStripMenuItem1_Click);
//
// accountsGridToolStripMenuItem1
//
this.accountsGridToolStripMenuItem1.Name = "accountsGridToolStripMenuItem1";
this.accountsGridToolStripMenuItem1.Size = new System.Drawing.Size(246, 22);
this.accountsGridToolStripMenuItem1.Text = "Accounts Grid";
this.accountsGridToolStripMenuItem1.Click += new System.EventHandler(this.accountsGridToolStripMenuItem1_Click);
//
// hollyAIToolStripMenuItem
//
this.hollyAIToolStripMenuItem.Name = "hollyAIToolStripMenuItem";
this.hollyAIToolStripMenuItem.Size = new System.Drawing.Size(246, 22);
this.hollyAIToolStripMenuItem.Text = "Holly AI";
this.hollyAIToolStripMenuItem.Click += new System.EventHandler(this.hollyAIToolStripMenuItem_Click);
//
// calendarToolStripMenuItem1
//
this.calendarToolStripMenuItem1.Name = "calendarToolStripMenuItem1";
this.calendarToolStripMenuItem1.Size = new System.Drawing.Size(246, 22);
this.calendarToolStripMenuItem1.Text = "Calendar";
this.calendarToolStripMenuItem1.Visible = false;
this.calendarToolStripMenuItem1.Click += new System.EventHandler(this.CalendarToolStripMenuItem1_Click);
//
// performanceToolStripMenuItem
//
this.performanceToolStripMenuItem.Name = "performanceToolStripMenuItem";
this.performanceToolStripMenuItem.Size = new System.Drawing.Size(246, 22);
this.performanceToolStripMenuItem.Text = "Performance";
this.performanceToolStripMenuItem.Visible = false;
this.performanceToolStripMenuItem.Click += new System.EventHandler(this.PerformanceToolStripMenuItem_Click);
//
// dailyProfitLossSummaryChartToolStripMenuItem
//
this.dailyProfitLossSummaryChartToolStripMenuItem.Name = "dailyProfitLossSummaryChartToolStripMenuItem";
this.dailyProfitLossSummaryChartToolStripMenuItem.Size = new System.Drawing.Size(246, 22);
this.dailyProfitLossSummaryChartToolStripMenuItem.Text = "Daily Profit/Loss Summary Chart";
this.dailyProfitLossSummaryChartToolStripMenuItem.Click += new System.EventHandler(this.dailyProfitLossSummaryChartToolStripMenuItem_Click);
//
// dailyProfitLossDetailChartToolStripMenuItem
//
this.dailyProfitLossDetailChartToolStripMenuItem.Name = "dailyProfitLossDetailChartToolStripMenuItem";
this.dailyProfitLossDetailChartToolStripMenuItem.Size = new System.Drawing.Size(246, 22);
this.dailyProfitLossDetailChartToolStripMenuItem.Text = "Daily Profit/Loss Detail Chart";
this.dailyProfitLossDetailChartToolStripMenuItem.Click += new System.EventHandler(this.dailyProfitLossDetailChartToolStripMenuItem_Click);
//
// windowsToolStripMenuItem
//
this.windowsToolStripMenuItem.Name = "windowsToolStripMenuItem";
this.windowsToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
this.windowsToolStripMenuItem.Text = "Windows";
this.windowsToolStripMenuItem.DropDownOpening += new System.EventHandler(this.windowsToolStripMenuItem_DropDownOpening);
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.turnOnLighspeedDebuggingToolStripMenuItem,
this.turnOffDebuggingToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.helpToolStripMenuItem.Text = "Help";
this.helpToolStripMenuItem.Visible = false;
//
// turnOnLighspeedDebuggingToolStripMenuItem
//
this.turnOnLighspeedDebuggingToolStripMenuItem.Name = "turnOnLighspeedDebuggingToolStripMenuItem";
this.turnOnLighspeedDebuggingToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.turnOnLighspeedDebuggingToolStripMenuItem.Text = "Turn On Debugging";
this.turnOnLighspeedDebuggingToolStripMenuItem.Click += new System.EventHandler(this.turnOnLighspeedDebuggingToolStripMenuItem_Click);
//
// turnOffDebuggingToolStripMenuItem
//
this.turnOffDebuggingToolStripMenuItem.Name = "turnOffDebuggingToolStripMenuItem";
this.turnOffDebuggingToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.turnOffDebuggingToolStripMenuItem.Text = "Turn Off Debugging";
this.turnOffDebuggingToolStripMenuItem.Click += new System.EventHandler(this.turnOffDebuggingToolStripMenuItem_Click);
//
// formSnapper1
//
this.formSnapper1.ContainerControl = this;
this.formSnapper1.Enabled = false;
this.formSnapper1.FamilyName = "";
this.formSnapper1.SnapDistance = 20;
this.formSnapper1.Win10HeightAdjustment = 0;
this.formSnapper1.Win10WidthAdjustment = 0;
//
// pnlMarketing
//
this.pnlMarketing.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlMarketing.BackgroundImage")));
this.pnlMarketing.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pnlMarketing.Controls.Add(this.splitContainer1);
this.pnlMarketing.Controls.Add(this.customPanel1);
this.pnlMarketing.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMarketing.Location = new System.Drawing.Point(0, 0);
this.pnlMarketing.Name = "pnlMarketing";
this.pnlMarketing.Size = new System.Drawing.Size(790, 491);
this.pnlMarketing.TabIndex = 3;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.IsSplitterFixed = true;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.menuStrip1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel2);
this.splitContainer1.Size = new System.Drawing.Size(790, 491);
this.splitContainer1.SplitterDistance = 25;
this.splitContainer1.SplitterWidth = 3;
this.splitContainer1.TabIndex = 3;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Controls.Add(this.tabControl1, 0, 2);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 3;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(790, 463);
this.tableLayoutPanel2.TabIndex = 2;
this.tableLayoutPanel2.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel2_Paint);
//
// tabControl1
//
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(3, 0);
this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
this.tabControl1.Name = "tabControl1";
this.tabControl1.Padding = new System.Drawing.Point(0, 0);
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(784, 460);
this.tabControl1.TabIndex = 0;
this.tabControl1.Visible = false;
//
// customPanel1
//
this.customPanel1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.customPanel1.BackColor = System.Drawing.Color.Transparent;
this.customPanel1.Controls.Add(this.lblMessage);
this.customPanel1.Controls.Add(this.linkLabel);
this.customPanel1.Location = new System.Drawing.Point(111, 172);
this.customPanel1.Margin = new System.Windows.Forms.Padding(2);
this.customPanel1.Name = "customPanel1";
this.customPanel1.Size = new System.Drawing.Size(560, 142);
this.customPanel1.TabIndex = 2;
//
// lblMessage
//
this.lblMessage.AutoSize = true;
this.lblMessage.BackColor = System.Drawing.Color.Transparent;
this.lblMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblMessage.ForeColor = System.Drawing.Color.White;
this.lblMessage.Location = new System.Drawing.Point(122, 35);
this.lblMessage.MaximumSize = new System.Drawing.Size(350, 0);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Size = new System.Drawing.Size(70, 25);
this.lblMessage.TabIndex = 0;
this.lblMessage.Text = "label1";
//
// linkLabel
//
this.linkLabel.AutoSize = true;
this.linkLabel.BackColor = System.Drawing.Color.Transparent;
this.linkLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linkLabel.Location = new System.Drawing.Point(232, 87);
this.linkLabel.Name = "linkLabel";
this.linkLabel.Size = new System.Drawing.Size(110, 25);
this.linkLabel.TabIndex = 1;
this.linkLabel.TabStop = true;
this.linkLabel.Text = "linkLabel1";
this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
//
// dockPanel
//
this.dockPanel.BackColor = System.Drawing.Color.Transparent;
this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.dockPanel.Location = new System.Drawing.Point(0, 0);
this.dockPanel.Name = "dockPanel";
this.dockPanel.RightToLeftLayout = true;
this.dockPanel.ShowAutoHideContentOnHover = false;
this.dockPanel.Size = new System.Drawing.Size(790, 491);
this.dockPanel.TabIndex = 5;
//
// Robot
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(790, 491);
this.Controls.Add(this.pnlMarketing);
this.Controls.Add(this.dockPanel);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "Robot";
this.Text = "Interactive Brokers Trading Robot: Disconnected";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Robot_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Robot_FormClosed);
this.TextChanged += new System.EventHandler(this.Robot_TextChanged);
this.VisibleChanged += new System.EventHandler(this.Robot_VisibleChanged);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.pnlMarketing.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.customPanel1.ResumeLayout(false);
this.customPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem connectToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem windowsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem turnOnLighspeedDebuggingToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem turnOffDebuggingToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem strategiesGridToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem positionsGridToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ordersGridToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem messagesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem executionsGridToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tabToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem strategiesGridToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem positionsGridToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem ordersGridToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem messagesGridToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem executionsGridToolStripMenuItem1;
private DBLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.ToolStripMenuItem accountsGridToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem accountsGridToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem orderEntryNewToolStripMenuItem;
private Informacija.FormSnapper formSnapper1;
private TradeIdeas.TIProGUI.CustomPanel pnlMarketing;
private System.Windows.Forms.Label lblMessage;
private System.Windows.Forms.LinkLabel linkLabel;
private TradeIdeas.TIProGUI.CustomPanel customPanel1;
private System.Windows.Forms.ToolStripMenuItem tradingSummaryTabToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tradingSummaryTabToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem hollyAITabToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem hollyAIToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem calendarToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem calendarToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem performanceTabToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem performanceToolStripMenuItem;
private WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.ToolStripMenuItem dailyProfitLossSummaryChartTabToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem dailyProfitLossDetailChartTabToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem dailyProfitLossSummaryChartToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem dailyProfitLossDetailChartToolStripMenuItem;
}
}