namespace TIProAutoTradeExtension { partial class StrategyGrid { /// /// 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StrategyGrid)); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.newTradingStrategyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editTradingStrategyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteTradingStrategyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveStrategyAsDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.goToAlertWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.runOddsMakerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.showOddsMakerResultsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.setStrategyAsChartDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemEnableDisableStrategy = new System.Windows.Forms.ToolStripMenuItem(); this.advancedExitsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadFromCloudToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.pinnedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.columnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToCloudToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tableLayoutPanel1 = new TIProAutoTradeExtension.DBLayoutPanel(this.components); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.buttonSelectAll = new System.Windows.Forms.Button(); this.buttonSelectLong = new System.Windows.Forms.Button(); this.buttonSelectShort = new System.Windows.Forms.Button(); this.buttonEnableSelected = new System.Windows.Forms.Button(); this.buttonDisableSelected = new System.Windows.Forms.Button(); this.buttonRunOddsMaker = new System.Windows.Forms.Button(); this.buttonDeleteSelected = new System.Windows.Forms.Button(); this.pnlMarketing = new TradeIdeas.TIProGUI.CustomPanel(); this.customPanel1 = new TradeIdeas.TIProGUI.CustomPanel(); this.lblMessage = new System.Windows.Forms.Label(); this.linkLabel = new System.Windows.Forms.LinkLabel(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.pnlMarketing.SuspendLayout(); this.customPanel1.SuspendLayout(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToOrderColumns = true; this.dataGridView1.AllowUserToResizeRows = false; this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.dataGridView1.BackgroundColor = System.Drawing.Color.Black; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.Color.Black; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Red; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.EnableHeadersVisualStyles = false; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Margin = new System.Windows.Forms.Padding(0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowHeadersWidth = 62; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(768, 301); 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.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete); this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged); this.dataGridView1.Click += new System.EventHandler(this.dataGridView1_Click); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newTradingStrategyToolStripMenuItem, this.editTradingStrategyToolStripMenuItem, this.deleteTradingStrategyToolStripMenuItem, this.saveStrategyAsDefaultToolStripMenuItem, this.goToAlertWindowToolStripMenuItem, this.runOddsMakerToolStripMenuItem, this.showOddsMakerResultsToolStripMenuItem, this.setStrategyAsChartDefaultToolStripMenuItem, this.toolStripMenuItemEnableDisableStrategy, this.advancedExitsToolStripMenuItem, this.closeTabToolStripMenuItem, this.loadFromCloudToolStripMenuItem, this.toolStripSeparator1, this.pinnedToolStripMenuItem, this.columnsToolStripMenuItem, this.saveAsDefaultToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(224, 340); this.contextMenuStrip1.Closing += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.contextMenuStrip1_Closing); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // newTradingStrategyToolStripMenuItem // this.newTradingStrategyToolStripMenuItem.Name = "newTradingStrategyToolStripMenuItem"; this.newTradingStrategyToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.newTradingStrategyToolStripMenuItem.Text = "New Trading Strategy..."; this.newTradingStrategyToolStripMenuItem.Click += new System.EventHandler(this.newTradingStrategyToolStripMenuItem_Click); // // editTradingStrategyToolStripMenuItem // this.editTradingStrategyToolStripMenuItem.Name = "editTradingStrategyToolStripMenuItem"; this.editTradingStrategyToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.editTradingStrategyToolStripMenuItem.Text = "Edit Trading Strategy..."; this.editTradingStrategyToolStripMenuItem.Visible = false; this.editTradingStrategyToolStripMenuItem.Click += new System.EventHandler(this.editTradingStrategyToolStripMenuItem_Click); // // deleteTradingStrategyToolStripMenuItem // this.deleteTradingStrategyToolStripMenuItem.Name = "deleteTradingStrategyToolStripMenuItem"; this.deleteTradingStrategyToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.deleteTradingStrategyToolStripMenuItem.Text = "Delete Trading Strategy"; this.deleteTradingStrategyToolStripMenuItem.Visible = false; this.deleteTradingStrategyToolStripMenuItem.Click += new System.EventHandler(this.deleteTradingStrategyToolStripMenuItem_Click); // // saveStrategyAsDefaultToolStripMenuItem // this.saveStrategyAsDefaultToolStripMenuItem.Name = "saveStrategyAsDefaultToolStripMenuItem"; this.saveStrategyAsDefaultToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.saveStrategyAsDefaultToolStripMenuItem.Text = "Save Strategy as Default"; this.saveStrategyAsDefaultToolStripMenuItem.Click += new System.EventHandler(this.saveStrategyAsDefaultToolStripMenuItem_Click); // // goToAlertWindowToolStripMenuItem // this.goToAlertWindowToolStripMenuItem.Name = "goToAlertWindowToolStripMenuItem"; this.goToAlertWindowToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.goToAlertWindowToolStripMenuItem.Text = "Go To Alert Window"; this.goToAlertWindowToolStripMenuItem.Click += new System.EventHandler(this.goToAlertWindowToolStripMenuItem_Click); // // runOddsMakerToolStripMenuItem // this.runOddsMakerToolStripMenuItem.Name = "runOddsMakerToolStripMenuItem"; this.runOddsMakerToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.runOddsMakerToolStripMenuItem.Text = "Run Odds Maker..."; this.runOddsMakerToolStripMenuItem.Visible = false; this.runOddsMakerToolStripMenuItem.Click += new System.EventHandler(this.runOddsMakerToolStripMenuItem_Click); // // showOddsMakerResultsToolStripMenuItem // this.showOddsMakerResultsToolStripMenuItem.Name = "showOddsMakerResultsToolStripMenuItem"; this.showOddsMakerResultsToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.showOddsMakerResultsToolStripMenuItem.Text = "Show Odds Maker Results..."; this.showOddsMakerResultsToolStripMenuItem.Visible = false; this.showOddsMakerResultsToolStripMenuItem.Click += new System.EventHandler(this.showOddsMakerResultsToolStripMenuItem_Click); // // setStrategyAsChartDefaultToolStripMenuItem // this.setStrategyAsChartDefaultToolStripMenuItem.Name = "setStrategyAsChartDefaultToolStripMenuItem"; this.setStrategyAsChartDefaultToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.setStrategyAsChartDefaultToolStripMenuItem.Text = "Set Strategy as Chart Default"; this.setStrategyAsChartDefaultToolStripMenuItem.Click += new System.EventHandler(this.SetStrategyAsChartDefaultToolStripMenuItem_Click); // // toolStripMenuItemEnableDisableStrategy // this.toolStripMenuItemEnableDisableStrategy.Name = "toolStripMenuItemEnableDisableStrategy"; this.toolStripMenuItemEnableDisableStrategy.Size = new System.Drawing.Size(223, 22); this.toolStripMenuItemEnableDisableStrategy.Text = "Strategy Disabled"; this.toolStripMenuItemEnableDisableStrategy.Visible = false; this.toolStripMenuItemEnableDisableStrategy.Click += new System.EventHandler(this.toolStripMenuItemEnableDisableStrategy_Click); // // advancedExitsToolStripMenuItem // this.advancedExitsToolStripMenuItem.Name = "advancedExitsToolStripMenuItem"; this.advancedExitsToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.advancedExitsToolStripMenuItem.Visible = false; // // closeTabToolStripMenuItem // this.closeTabToolStripMenuItem.Name = "closeTabToolStripMenuItem"; this.closeTabToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.closeTabToolStripMenuItem.Text = "Close Tab"; this.closeTabToolStripMenuItem.Visible = false; this.closeTabToolStripMenuItem.Click += new System.EventHandler(this.closeTabToolStripMenuItem_Click); // // loadFromCloudToolStripMenuItem // this.loadFromCloudToolStripMenuItem.Name = "loadFromCloudToolStripMenuItem"; this.loadFromCloudToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.loadFromCloudToolStripMenuItem.Text = "Load from Cloud..."; this.loadFromCloudToolStripMenuItem.Click += new System.EventHandler(this.loadFromCloudToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(220, 6); this.toolStripSeparator1.Visible = false; // // pinnedToolStripMenuItem // this.pinnedToolStripMenuItem.CheckOnClick = true; this.pinnedToolStripMenuItem.Name = "pinnedToolStripMenuItem"; this.pinnedToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.pinnedToolStripMenuItem.Text = "Pinned"; this.pinnedToolStripMenuItem.Visible = false; this.pinnedToolStripMenuItem.Click += new System.EventHandler(this.pinnedToolStripMenuItem_Click); // // columnsToolStripMenuItem // this.columnsToolStripMenuItem.Name = "columnsToolStripMenuItem"; this.columnsToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.columnsToolStripMenuItem.Text = "Columns..."; this.columnsToolStripMenuItem.Click += new System.EventHandler(this.columnsToolStripMenuItem_Click); // // saveAsDefaultToolStripMenuItem // this.saveAsDefaultToolStripMenuItem.Name = "saveAsDefaultToolStripMenuItem"; this.saveAsDefaultToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.saveAsDefaultToolStripMenuItem.Text = "Save as Default"; this.saveAsDefaultToolStripMenuItem.Click += new System.EventHandler(this.saveAsDefaultToolStripMenuItem_Click); // // saveToCloudToolStripMenuItem // this.saveToCloudToolStripMenuItem.Name = "saveToCloudToolStripMenuItem"; this.saveToCloudToolStripMenuItem.Size = new System.Drawing.Size(32, 19); // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.Color.Black; this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 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, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(768, 330); this.tableLayoutPanel1.TabIndex = 1; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.Controls.Add(this.label1); this.flowLayoutPanel1.Controls.Add(this.buttonSelectAll); this.flowLayoutPanel1.Controls.Add(this.buttonSelectLong); this.flowLayoutPanel1.Controls.Add(this.buttonSelectShort); this.flowLayoutPanel1.Controls.Add(this.buttonEnableSelected); this.flowLayoutPanel1.Controls.Add(this.buttonDisableSelected); this.flowLayoutPanel1.Controls.Add(this.buttonRunOddsMaker); this.flowLayoutPanel1.Controls.Add(this.buttonDeleteSelected); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 301); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(768, 29); this.flowLayoutPanel1.TabIndex = 1; // // 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(3, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 29); this.label1.TabIndex = 1; this.label1.Text = "Select:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // buttonSelectAll // this.buttonSelectAll.Location = new System.Drawing.Point(49, 3); this.buttonSelectAll.Name = "buttonSelectAll"; this.buttonSelectAll.Size = new System.Drawing.Size(34, 23); this.buttonSelectAll.TabIndex = 0; this.buttonSelectAll.Text = "All"; this.buttonSelectAll.UseVisualStyleBackColor = true; this.buttonSelectAll.Click += new System.EventHandler(this.buttonSelectAll_Click); // // buttonSelectLong // this.buttonSelectLong.Location = new System.Drawing.Point(89, 3); this.buttonSelectLong.Name = "buttonSelectLong"; this.buttonSelectLong.Size = new System.Drawing.Size(40, 23); this.buttonSelectLong.TabIndex = 2; this.buttonSelectLong.Text = "Long"; this.buttonSelectLong.UseVisualStyleBackColor = true; this.buttonSelectLong.Click += new System.EventHandler(this.buttonSelectLong_Click); // // buttonSelectShort // this.buttonSelectShort.Location = new System.Drawing.Point(135, 3); this.buttonSelectShort.Name = "buttonSelectShort"; this.buttonSelectShort.Size = new System.Drawing.Size(40, 23); this.buttonSelectShort.TabIndex = 3; this.buttonSelectShort.Text = "Short"; this.buttonSelectShort.UseVisualStyleBackColor = true; this.buttonSelectShort.Click += new System.EventHandler(this.buttonSelectShort_Click); // // buttonEnableSelected // this.buttonEnableSelected.Location = new System.Drawing.Point(181, 3); this.buttonEnableSelected.Name = "buttonEnableSelected"; this.buttonEnableSelected.Size = new System.Drawing.Size(104, 23); this.buttonEnableSelected.TabIndex = 4; this.buttonEnableSelected.Text = "Enable Selected"; this.buttonEnableSelected.UseVisualStyleBackColor = true; this.buttonEnableSelected.Click += new System.EventHandler(this.buttonEnableSelected_Click); // // buttonDisableSelected // this.buttonDisableSelected.Location = new System.Drawing.Point(291, 3); this.buttonDisableSelected.Name = "buttonDisableSelected"; this.buttonDisableSelected.Size = new System.Drawing.Size(104, 23); this.buttonDisableSelected.TabIndex = 5; this.buttonDisableSelected.Text = "Disable Selected"; this.buttonDisableSelected.UseVisualStyleBackColor = true; this.buttonDisableSelected.Click += new System.EventHandler(this.buttonDisableSelected_Click); // // buttonRunOddsMaker // this.buttonRunOddsMaker.Location = new System.Drawing.Point(401, 3); this.buttonRunOddsMaker.Margin = new System.Windows.Forms.Padding(3, 3, 30, 3); this.buttonRunOddsMaker.Name = "buttonRunOddsMaker"; this.buttonRunOddsMaker.Size = new System.Drawing.Size(95, 23); this.buttonRunOddsMaker.TabIndex = 7; this.buttonRunOddsMaker.Text = "Run Statistics..."; this.buttonRunOddsMaker.UseVisualStyleBackColor = true; this.buttonRunOddsMaker.Visible = false; this.buttonRunOddsMaker.Click += new System.EventHandler(this.buttonRunOddsMaker_Click); // // buttonDeleteSelected // this.buttonDeleteSelected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.buttonDeleteSelected.Location = new System.Drawing.Point(529, 3); this.buttonDeleteSelected.Name = "buttonDeleteSelected"; this.buttonDeleteSelected.Size = new System.Drawing.Size(104, 23); this.buttonDeleteSelected.TabIndex = 6; this.buttonDeleteSelected.Text = "Delete Selected"; this.buttonDeleteSelected.UseVisualStyleBackColor = false; this.buttonDeleteSelected.Click += new System.EventHandler(this.buttonDeleteSelected_Click); // // pnlMarketing // this.pnlMarketing.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlMarketing.BackgroundImage"))); this.pnlMarketing.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; 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(768, 330); this.pnlMarketing.TabIndex = 4; // // 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(100, 92); 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"; // // StrategyGrid // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.pnlMarketing); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "StrategyGrid"; this.Size = new System.Drawing.Size(768, 330); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.pnlMarketing.ResumeLayout(false); this.customPanel1.ResumeLayout(false); this.customPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem newTradingStrategyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem editTradingStrategyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem deleteTradingStrategyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem closeTabToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemEnableDisableStrategy; private System.Windows.Forms.ToolStripMenuItem goToAlertWindowToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem loadFromCloudToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToCloudToolStripMenuItem; private DBLayoutPanel tableLayoutPanel1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button buttonSelectAll; private System.Windows.Forms.Button buttonSelectLong; private System.Windows.Forms.Button buttonSelectShort; private System.Windows.Forms.Button buttonEnableSelected; private System.Windows.Forms.Button buttonDisableSelected; private System.Windows.Forms.Button buttonDeleteSelected; private System.Windows.Forms.ToolStripMenuItem runOddsMakerToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem showOddsMakerResultsToolStripMenuItem; private System.Windows.Forms.Button buttonRunOddsMaker; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem pinnedToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem advancedExitsToolStripMenuItem; private TradeIdeas.TIProGUI.CustomPanel pnlMarketing; private TradeIdeas.TIProGUI.CustomPanel customPanel1; private System.Windows.Forms.Label lblMessage; private System.Windows.Forms.LinkLabel linkLabel; private System.Windows.Forms.ToolStripMenuItem saveStrategyAsDefaultToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveAsDefaultToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem columnsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem setStrategyAsChartDefaultToolStripMenuItem; } }