namespace AIStrategyWindow { partial class StrategyTradesForm { /// /// 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(StrategyTradesForm)); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.symbolPlusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sendSymbolToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dummyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.symbolLinkingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.historySInMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.liveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.todayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.yesterdayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.lastWeekToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.last30DaysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.last60DaysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.timeFrameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.historySOutMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.historySOutMLiveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.historySOutMTodayToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.historySOutMYesterdayToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.historySOutMLastWeekToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.historySOutMLast30DaysToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.historySOutMLast60DaysToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.historySOutMTimeFrameToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.historyAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.historyAllLiveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.historyAllTodayToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.historyAllYesterdayToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.historyAllLastWeekToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.historyAllLast30DaysToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.historyAllLast60DaysToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.historyAllTimeFrameToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.duplicateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.showStrategyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.showLongTermTradesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pinnedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.actionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.columnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.saveAsDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.segmentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.formSnapper1 = new Informacija.FormSnapper(this.components); this.pnlMarketing = new TradeIdeas.TIProGUI.CustomPanel(); this.tableLayoutPanel1 = new TradeIdeas.TIProGUI.DoubleBufferTableLayoutPanel(); this.tableLayoutPanel2 = new TradeIdeas.TIProGUI.DoubleBufferTableLayoutPanel(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.label2 = new System.Windows.Forms.Label(); this.cboFilters = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.cboStrategies = new System.Windows.Forms.ComboBox(); this.tableLayoutPanelProfitHeader = new System.Windows.Forms.TableLayoutPanel(); this.labelTotalProfit = new System.Windows.Forms.Label(); this.labelTotalProfitValue = new System.Windows.Forms.Label(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.linkLabel = new System.Windows.Forms.LinkLabel(); this.lblMessage = new System.Windows.Forms.Label(); this.contextMenuStrip1.SuspendLayout(); this.pnlMarketing.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.tableLayoutPanelProfitHeader.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.symbolPlusToolStripMenuItem, this.sendSymbolToToolStripMenuItem, this.symbolLinkingToolStripMenuItem, this.historySInMToolStripMenuItem, this.historySOutMToolStripMenuItem, this.historyAllToolStripMenuItem, this.duplicateToolStripMenuItem, this.showStrategyToolStripMenuItem, this.showLongTermTradesToolStripMenuItem, this.pinnedToolStripMenuItem, this.toolStripSeparator1, this.actionsToolStripMenuItem, this.columnsToolStripMenuItem, this.toolStripSeparator2, this.saveAsDefaultToolStripMenuItem, this.segmentsToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(237, 324); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // symbolPlusToolStripMenuItem // this.symbolPlusToolStripMenuItem.Name = "symbolPlusToolStripMenuItem"; this.symbolPlusToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.symbolPlusToolStripMenuItem.Text = "Symbol Plus"; this.symbolPlusToolStripMenuItem.Visible = false; this.symbolPlusToolStripMenuItem.Click += new System.EventHandler(this.symbolPlusToolStripMenuItem_Click); // // sendSymbolToToolStripMenuItem // this.sendSymbolToToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dummyToolStripMenuItem}); this.sendSymbolToToolStripMenuItem.Name = "sendSymbolToToolStripMenuItem"; this.sendSymbolToToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.sendSymbolToToolStripMenuItem.Text = "Send To..."; this.sendSymbolToToolStripMenuItem.MouseEnter += new System.EventHandler(this.sendSymbolToToolStripMenuItem_MouseEnter); // // dummyToolStripMenuItem // this.dummyToolStripMenuItem.Name = "dummyToolStripMenuItem"; this.dummyToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.dummyToolStripMenuItem.Text = "dummy"; // // symbolLinkingToolStripMenuItem // this.symbolLinkingToolStripMenuItem.Name = "symbolLinkingToolStripMenuItem"; this.symbolLinkingToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.symbolLinkingToolStripMenuItem.Text = "Symbol Linking"; // // historySInMToolStripMenuItem // this.historySInMToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.liveToolStripMenuItem, this.todayToolStripMenuItem, this.yesterdayToolStripMenuItem, this.lastWeekToolStripMenuItem, this.last30DaysToolStripMenuItem, this.last60DaysToolStripMenuItem, this.timeFrameToolStripMenuItem}); this.historySInMToolStripMenuItem.Name = "historySInMToolStripMenuItem"; this.historySInMToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.historySInMToolStripMenuItem.Text = "History"; // // liveToolStripMenuItem // this.liveToolStripMenuItem.Checked = true; this.liveToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.liveToolStripMenuItem.Name = "liveToolStripMenuItem"; this.liveToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.liveToolStripMenuItem.Text = "Live"; this.liveToolStripMenuItem.Click += new System.EventHandler(this.liveToolStripMenuItem_Click); // // todayToolStripMenuItem // this.todayToolStripMenuItem.Name = "todayToolStripMenuItem"; this.todayToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.todayToolStripMenuItem.Text = "Today"; this.todayToolStripMenuItem.Click += new System.EventHandler(this.todayToolStripMenuItem_Click); // // yesterdayToolStripMenuItem // this.yesterdayToolStripMenuItem.Name = "yesterdayToolStripMenuItem"; this.yesterdayToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.yesterdayToolStripMenuItem.Text = "Yesterday"; this.yesterdayToolStripMenuItem.Click += new System.EventHandler(this.yesterdayToolStripMenuItem_Click); // // lastWeekToolStripMenuItem // this.lastWeekToolStripMenuItem.Name = "lastWeekToolStripMenuItem"; this.lastWeekToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.lastWeekToolStripMenuItem.Tag = 7; this.lastWeekToolStripMenuItem.Text = "Last week"; this.lastWeekToolStripMenuItem.Click += new System.EventHandler(this.convenientTimeFrameToolStripMenuItem_Click); // // last30DaysToolStripMenuItem // this.last30DaysToolStripMenuItem.Name = "last30DaysToolStripMenuItem"; this.last30DaysToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.last30DaysToolStripMenuItem.Tag = 30; this.last30DaysToolStripMenuItem.Text = "Last 30 days"; this.last30DaysToolStripMenuItem.Click += new System.EventHandler(this.convenientTimeFrameToolStripMenuItem_Click); // // last60DaysToolStripMenuItem // this.last60DaysToolStripMenuItem.Name = "last60DaysToolStripMenuItem"; this.last60DaysToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.last60DaysToolStripMenuItem.Tag = 60; this.last60DaysToolStripMenuItem.Text = "Last 60 days"; this.last60DaysToolStripMenuItem.Click += new System.EventHandler(this.convenientTimeFrameToolStripMenuItem_Click); // // timeFrameToolStripMenuItem // this.timeFrameToolStripMenuItem.Name = "timeFrameToolStripMenuItem"; this.timeFrameToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.timeFrameToolStripMenuItem.Text = "Time Frame..."; this.timeFrameToolStripMenuItem.Click += new System.EventHandler(this.timeFrameToolStripMenuItem_Click); // // historySOutMToolStripMenuItem // this.historySOutMToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.historySOutMLiveToolStripMenuItem1, this.historySOutMTodayToolStripMenuItem1, this.historySOutMYesterdayToolStripMenuItem1, this.historySOutMLastWeekToolStripMenuItem1, this.historySOutMLast30DaysToolStripMenuItem1, this.historySOutMLast60DaysToolStripMenuItem1, this.historySOutMTimeFrameToolStripMenuItem1}); this.historySOutMToolStripMenuItem.Name = "historySOutMToolStripMenuItem"; this.historySOutMToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.historySOutMToolStripMenuItem.Text = "History: Signals out the money"; // // historySOutMLiveToolStripMenuItem1 // this.historySOutMLiveToolStripMenuItem1.Checked = true; this.historySOutMLiveToolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked; this.historySOutMLiveToolStripMenuItem1.Name = "historySOutMLiveToolStripMenuItem1"; this.historySOutMLiveToolStripMenuItem1.Size = new System.Drawing.Size(137, 22); this.historySOutMLiveToolStripMenuItem1.Text = "Live"; this.historySOutMLiveToolStripMenuItem1.Click += new System.EventHandler(this.historySOutMLiveToolStripMenuItem1_Click); // // historySOutMTodayToolStripMenuItem1 // this.historySOutMTodayToolStripMenuItem1.Name = "historySOutMTodayToolStripMenuItem1"; this.historySOutMTodayToolStripMenuItem1.Size = new System.Drawing.Size(137, 22); this.historySOutMTodayToolStripMenuItem1.Text = "Today"; this.historySOutMTodayToolStripMenuItem1.Click += new System.EventHandler(this.historySOutMTodayToolStripMenuItem1_Click); // // historySOutMYesterdayToolStripMenuItem1 // this.historySOutMYesterdayToolStripMenuItem1.Name = "historySOutMYesterdayToolStripMenuItem1"; this.historySOutMYesterdayToolStripMenuItem1.Size = new System.Drawing.Size(137, 22); this.historySOutMYesterdayToolStripMenuItem1.Text = "Yesterday"; this.historySOutMYesterdayToolStripMenuItem1.Click += new System.EventHandler(this.historySOutMYesterdayToolStripMenuItem1_Click); // // historySOutMLastWeekToolStripMenuItem1 // this.historySOutMLastWeekToolStripMenuItem1.Name = "historySOutMLastWeekToolStripMenuItem1"; this.historySOutMLastWeekToolStripMenuItem1.Size = new System.Drawing.Size(137, 22); this.historySOutMLastWeekToolStripMenuItem1.Tag = 7; this.historySOutMLastWeekToolStripMenuItem1.Text = "Last week"; this.historySOutMLastWeekToolStripMenuItem1.Click += new System.EventHandler(this.convenientSingsOutTimeFrameToolStripMenuItem_Click); // // historySOutMLast30DaysToolStripMenuItem1 // this.historySOutMLast30DaysToolStripMenuItem1.Name = "historySOutMLast30DaysToolStripMenuItem1"; this.historySOutMLast30DaysToolStripMenuItem1.Size = new System.Drawing.Size(137, 22); this.historySOutMLast30DaysToolStripMenuItem1.Tag = 30; this.historySOutMLast30DaysToolStripMenuItem1.Text = "Last 30 days"; this.historySOutMLast30DaysToolStripMenuItem1.Click += new System.EventHandler(this.convenientSingsOutTimeFrameToolStripMenuItem_Click); // // historySOutMLast60DaysToolStripMenuItem1 // this.historySOutMLast60DaysToolStripMenuItem1.Name = "historySOutMLast60DaysToolStripMenuItem1"; this.historySOutMLast60DaysToolStripMenuItem1.Size = new System.Drawing.Size(137, 22); this.historySOutMLast60DaysToolStripMenuItem1.Tag = 60; this.historySOutMLast60DaysToolStripMenuItem1.Text = "Last 60 days"; this.historySOutMLast60DaysToolStripMenuItem1.Click += new System.EventHandler(this.convenientSingsOutTimeFrameToolStripMenuItem_Click); // // historySOutMTimeFrameToolStripMenuItem1 // this.historySOutMTimeFrameToolStripMenuItem1.Name = "historySOutMTimeFrameToolStripMenuItem1"; this.historySOutMTimeFrameToolStripMenuItem1.Size = new System.Drawing.Size(137, 22); this.historySOutMTimeFrameToolStripMenuItem1.Text = "Time Frame"; this.historySOutMTimeFrameToolStripMenuItem1.Click += new System.EventHandler(this.historySOutMTimeFrameToolStripMenuItem1_Click); // // historyAllToolStripMenuItem // this.historyAllToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.historyAllLiveToolStripMenuItem1, this.historyAllTodayToolStripMenuItem1, this.historyAllYesterdayToolStripMenuItem1, this.historyAllLastWeekToolStripMenuItem1, this.historyAllLast30DaysToolStripMenuItem1, this.historyAllLast60DaysToolStripMenuItem1, this.historyAllTimeFrameToolStripMenuItem1}); this.historyAllToolStripMenuItem.Name = "historyAllToolStripMenuItem"; this.historyAllToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.historyAllToolStripMenuItem.Text = "History: All"; // // historyAllLiveToolStripMenuItem1 // this.historyAllLiveToolStripMenuItem1.Checked = true; this.historyAllLiveToolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked; this.historyAllLiveToolStripMenuItem1.Name = "historyAllLiveToolStripMenuItem1"; this.historyAllLiveToolStripMenuItem1.Size = new System.Drawing.Size(137, 22); this.historyAllLiveToolStripMenuItem1.Text = "Live"; this.historyAllLiveToolStripMenuItem1.Click += new System.EventHandler(this.historyAllLiveToolStripMenuItem1_Click); // // historyAllTodayToolStripMenuItem1 // this.historyAllTodayToolStripMenuItem1.Name = "historyAllTodayToolStripMenuItem1"; this.historyAllTodayToolStripMenuItem1.Size = new System.Drawing.Size(137, 22); this.historyAllTodayToolStripMenuItem1.Text = "Today"; this.historyAllTodayToolStripMenuItem1.Click += new System.EventHandler(this.historyAllTodayToolStripMenuItem1_Click); // // historyAllYesterdayToolStripMenuItem1 // this.historyAllYesterdayToolStripMenuItem1.Name = "historyAllYesterdayToolStripMenuItem1"; this.historyAllYesterdayToolStripMenuItem1.Size = new System.Drawing.Size(137, 22); this.historyAllYesterdayToolStripMenuItem1.Text = "Yesterday"; this.historyAllYesterdayToolStripMenuItem1.Click += new System.EventHandler(this.historyAllYesterdayToolStripMenuItem1_Click); // // historyAllLastWeekToolStripMenuItem1 // this.historyAllLastWeekToolStripMenuItem1.Name = "historyAllLastWeekToolStripMenuItem1"; this.historyAllLastWeekToolStripMenuItem1.Size = new System.Drawing.Size(137, 22); this.historyAllLastWeekToolStripMenuItem1.Tag = 7; this.historyAllLastWeekToolStripMenuItem1.Text = "Last week"; this.historyAllLastWeekToolStripMenuItem1.Click += new System.EventHandler(this.convenientAllTimeFrameToolStripMenuItem_Click); // // historyAllLast30DaysToolStripMenuItem1 // this.historyAllLast30DaysToolStripMenuItem1.Name = "historyAllLast30DaysToolStripMenuItem1"; this.historyAllLast30DaysToolStripMenuItem1.Size = new System.Drawing.Size(137, 22); this.historyAllLast30DaysToolStripMenuItem1.Tag = 30; this.historyAllLast30DaysToolStripMenuItem1.Text = "Last 30 days"; this.historyAllLast30DaysToolStripMenuItem1.Click += new System.EventHandler(this.convenientAllTimeFrameToolStripMenuItem_Click); // // historyAllLast60DaysToolStripMenuItem1 // this.historyAllLast60DaysToolStripMenuItem1.Name = "historyAllLast60DaysToolStripMenuItem1"; this.historyAllLast60DaysToolStripMenuItem1.Size = new System.Drawing.Size(137, 22); this.historyAllLast60DaysToolStripMenuItem1.Tag = 60; this.historyAllLast60DaysToolStripMenuItem1.Text = "Last 60 days"; this.historyAllLast60DaysToolStripMenuItem1.Click += new System.EventHandler(this.convenientAllTimeFrameToolStripMenuItem_Click); // // historyAllTimeFrameToolStripMenuItem1 // this.historyAllTimeFrameToolStripMenuItem1.Name = "historyAllTimeFrameToolStripMenuItem1"; this.historyAllTimeFrameToolStripMenuItem1.Size = new System.Drawing.Size(137, 22); this.historyAllTimeFrameToolStripMenuItem1.Text = "Time Frame"; this.historyAllTimeFrameToolStripMenuItem1.Click += new System.EventHandler(this.historyAllTimeFrameToolStripMenuItem1_Click); // // duplicateToolStripMenuItem // this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem"; this.duplicateToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.duplicateToolStripMenuItem.Text = "Duplicate"; this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.duplicateToolStripMenuItem_Click); // // showStrategyToolStripMenuItem // this.showStrategyToolStripMenuItem.CheckOnClick = true; this.showStrategyToolStripMenuItem.Name = "showStrategyToolStripMenuItem"; this.showStrategyToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.showStrategyToolStripMenuItem.Text = "Show Strategy Menu"; this.showStrategyToolStripMenuItem.Click += new System.EventHandler(this.showStrategyToolStripMenuItem_Click); // // showLongTermTradesToolStripMenuItem // this.showLongTermTradesToolStripMenuItem.CheckOnClick = true; this.showLongTermTradesToolStripMenuItem.Name = "showLongTermTradesToolStripMenuItem"; this.showLongTermTradesToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.showLongTermTradesToolStripMenuItem.Text = "Show Long Term Trades"; this.showLongTermTradesToolStripMenuItem.CheckedChanged += new System.EventHandler(this.showLongTermTradesToolStripMenuItem_CheckedChanged); // // pinnedToolStripMenuItem // this.pinnedToolStripMenuItem.CheckOnClick = true; this.pinnedToolStripMenuItem.Name = "pinnedToolStripMenuItem"; this.pinnedToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.pinnedToolStripMenuItem.Text = "Pinned"; this.pinnedToolStripMenuItem.Click += new System.EventHandler(this.pinnedToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(233, 6); // // actionsToolStripMenuItem // this.actionsToolStripMenuItem.Name = "actionsToolStripMenuItem"; this.actionsToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.actionsToolStripMenuItem.Text = "Actions..."; this.actionsToolStripMenuItem.Click += new System.EventHandler(this.actionsToolStripMenuItem_Click); // // columnsToolStripMenuItem // this.columnsToolStripMenuItem.Name = "columnsToolStripMenuItem"; this.columnsToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.columnsToolStripMenuItem.Text = "Columns..."; this.columnsToolStripMenuItem.Click += new System.EventHandler(this.columnsToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(233, 6); // // saveAsDefaultToolStripMenuItem // this.saveAsDefaultToolStripMenuItem.Name = "saveAsDefaultToolStripMenuItem"; this.saveAsDefaultToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.saveAsDefaultToolStripMenuItem.Text = "Save as Default"; this.saveAsDefaultToolStripMenuItem.Click += new System.EventHandler(this.saveAsDefaultToolStripMenuItem_Click); // // segmentsToolStripMenuItem // this.segmentsToolStripMenuItem.Name = "segmentsToolStripMenuItem"; this.segmentsToolStripMenuItem.Size = new System.Drawing.Size(236, 22); this.segmentsToolStripMenuItem.Text = "Segments"; // // 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.tableLayoutPanel1); this.pnlMarketing.Controls.Add(this.linkLabel); this.pnlMarketing.Controls.Add(this.lblMessage); 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(776, 250); this.pnlMarketing.TabIndex = 1; // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79))))); this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0); this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 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, 11.6F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 88.4F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(776, 250); this.tableLayoutPanel1.TabIndex = 2; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel1, 0, 0); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanelProfitHeader, 0, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(776, 29); this.tableLayoutPanel2.TabIndex = 3; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.label2); this.flowLayoutPanel1.Controls.Add(this.cboFilters); this.flowLayoutPanel1.Controls.Add(this.label1); this.flowLayoutPanel1.Controls.Add(this.cboStrategies); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.Location = new System.Drawing.Point(120, 0); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(20, 0, 0, 0); this.flowLayoutPanel1.Size = new System.Drawing.Size(656, 29); this.flowLayoutPanel1.TabIndex = 6; this.flowLayoutPanel1.WrapContents = false; // // label2 // this.label2.AutoSize = true; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(23, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 27); this.label2.TabIndex = 3; this.label2.Text = "Filter"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cboFilters // this.cboFilters.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboFilters.FormattingEnabled = true; this.cboFilters.Items.AddRange(new object[] { "None"}); this.cboFilters.Location = new System.Drawing.Point(58, 3); this.cboFilters.Name = "cboFilters"; this.cboFilters.Size = new System.Drawing.Size(50, 21); this.cboFilters.TabIndex = 0; this.cboFilters.Click += new System.EventHandler(this.cboFilters_Click); // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(114, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(46, 27); this.label1.TabIndex = 1; this.label1.Text = "Strategy"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cboStrategies // this.cboStrategies.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboStrategies.FormattingEnabled = true; this.cboStrategies.Items.AddRange(new object[] { "All Strategies"}); this.cboStrategies.Location = new System.Drawing.Point(166, 3); this.cboStrategies.Name = "cboStrategies"; this.cboStrategies.Size = new System.Drawing.Size(85, 21); this.cboStrategies.TabIndex = 2; this.cboStrategies.Click += new System.EventHandler(this.cboStrategies_Click); // // tableLayoutPanelProfitHeader // this.tableLayoutPanelProfitHeader.AutoSize = true; this.tableLayoutPanelProfitHeader.ColumnCount = 6; this.tableLayoutPanelProfitHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.34F)); this.tableLayoutPanelProfitHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelProfitHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33F)); this.tableLayoutPanelProfitHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelProfitHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33F)); this.tableLayoutPanelProfitHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelProfitHeader.Controls.Add(this.labelTotalProfit, 0, 0); this.tableLayoutPanelProfitHeader.Controls.Add(this.labelTotalProfitValue, 1, 0); this.tableLayoutPanelProfitHeader.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelProfitHeader.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelProfitHeader.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelProfitHeader.Name = "tableLayoutPanelProfitHeader"; this.tableLayoutPanelProfitHeader.RowCount = 1; this.tableLayoutPanelProfitHeader.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelProfitHeader.Size = new System.Drawing.Size(120, 29); this.tableLayoutPanelProfitHeader.TabIndex = 5; // // labelTotalProfit // this.labelTotalProfit.AutoSize = true; this.labelTotalProfit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233))))); this.labelTotalProfit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelTotalProfit.Dock = System.Windows.Forms.DockStyle.Fill; this.labelTotalProfit.ForeColor = System.Drawing.Color.Black; this.labelTotalProfit.Location = new System.Drawing.Point(0, 0); this.labelTotalProfit.Margin = new System.Windows.Forms.Padding(0); this.labelTotalProfit.Name = "labelTotalProfit"; this.labelTotalProfit.Size = new System.Drawing.Size(33, 29); this.labelTotalProfit.TabIndex = 2; this.labelTotalProfit.Text = "Profit"; this.labelTotalProfit.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelTotalProfitValue // this.labelTotalProfitValue.AutoSize = true; this.labelTotalProfitValue.BackColor = System.Drawing.Color.Black; this.labelTotalProfitValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelTotalProfitValue.Dock = System.Windows.Forms.DockStyle.Fill; this.labelTotalProfitValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelTotalProfitValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217))))); this.labelTotalProfitValue.Location = new System.Drawing.Point(33, 0); this.labelTotalProfitValue.Margin = new System.Windows.Forms.Padding(0); this.labelTotalProfitValue.Name = "labelTotalProfitValue"; this.labelTotalProfitValue.Padding = new System.Windows.Forms.Padding(1, 0, 4, 0); this.labelTotalProfitValue.Size = new System.Drawing.Size(21, 29); this.labelTotalProfitValue.TabIndex = 3; this.labelTotalProfitValue.Text = "0"; this.labelTotalProfitValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(3, 32); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dataGridView1); this.splitContainer1.Panel2Collapsed = true; this.splitContainer1.Size = new System.Drawing.Size(770, 215); this.splitContainer1.SplitterDistance = 99; this.splitContainer1.TabIndex = 4; // // dataGridView1 // this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Margin = new System.Windows.Forms.Padding(0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersWidth = 62; this.dataGridView1.Size = new System.Drawing.Size(770, 215); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick); this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); this.dataGridView1.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDown); this.dataGridView1.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellMouseEnter); this.dataGridView1.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellMouseLeave); this.dataGridView1.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowEnter); this.dataGridView1.Click += new System.EventHandler(this.dataGridView1_Click); this.dataGridView1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyUp); this.dataGridView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseUp); // // linkLabel // this.linkLabel.Anchor = System.Windows.Forms.AnchorStyles.None; 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(371, 129); 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); // // lblMessage // this.lblMessage.Anchor = System.Windows.Forms.AnchorStyles.None; 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(241, 64); 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"; // // StrategyTradesForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(776, 250); this.Controls.Add(this.pnlMarketing); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "StrategyTradesForm"; this.Text = "Strategy Trades"; this.Activated += new System.EventHandler(this.StrategyTradesForm_Activated); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.StrategyTradesForm_FormClosing); this.Shown += new System.EventHandler(this.StrategyTradesForm_Shown); this.TextChanged += new System.EventHandler(this.StrategyTradesForm_TextChanged); this.VisibleChanged += new System.EventHandler(this.StrategyTradesForm_VisibleChanged); this.contextMenuStrip1.ResumeLayout(false); this.pnlMarketing.ResumeLayout(false); this.pnlMarketing.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.tableLayoutPanelProfitHeader.ResumeLayout(false); this.tableLayoutPanelProfitHeader.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); } #endregion private TradeIdeas.TIProGUI.CustomPanel pnlMarketing; private System.Windows.Forms.Label lblMessage; private System.Windows.Forms.LinkLabel linkLabel; private Informacija.FormSnapper formSnapper1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem pinnedToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem saveAsDefaultToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem showStrategyToolStripMenuItem; private TradeIdeas.TIProGUI.DoubleBufferTableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.ToolStripMenuItem columnsToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem actionsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem duplicateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem sendSymbolToToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dummyToolStripMenuItem; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ToolStripMenuItem historySInMToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem liveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem yesterdayToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem timeFrameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem todayToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem segmentsToolStripMenuItem; private TradeIdeas.TIProGUI.DoubleBufferTableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.ComboBox cboStrategies; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cboFilters; private System.Windows.Forms.Label label2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelProfitHeader; private System.Windows.Forms.Label labelTotalProfit; private System.Windows.Forms.Label labelTotalProfitValue; private System.Windows.Forms.ToolStripMenuItem symbolLinkingToolStripMenuItem; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ToolStripMenuItem showLongTermTradesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem lastWeekToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem last30DaysToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem last60DaysToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem symbolPlusToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem historySOutMToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem historyAllToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem historySOutMLiveToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem historySOutMTodayToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem historySOutMYesterdayToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem historySOutMLastWeekToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem historySOutMLast30DaysToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem historySOutMLast60DaysToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem historySOutMTimeFrameToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem historyAllLiveToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem historyAllTodayToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem historyAllYesterdayToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem historyAllLastWeekToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem historyAllLast30DaysToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem historyAllLast60DaysToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem historyAllTimeFrameToolStripMenuItem1; } }