namespace TradeIdeas.TIProGUI { partial class MultiStrategy { /// /// 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(MultiStrategy)); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.strategiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dummyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.configureAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.historyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.realTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.allToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.timeFrameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sendSymbolToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dummyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.missingSymbolCheckToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.symbolLinkingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.duplicateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.actionsToollStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.textHeadersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.columnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dontRepeatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.smallBordersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.graphicalIndicatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.speedToolstripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.slowestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.slowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.normalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fastToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fasterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fastestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.windowNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.getAlertHelpStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.resizeColumns = new System.Windows.Forms.ToolStripMenuItem(); this.pinnedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.saveToCloudToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.collaborateAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveContentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.lblWelcome = new System.Windows.Forms.Label(); this.streamingStrategyTimer = new System.Windows.Forms.Timer(this.components); this.formSnapper1 = new Informacija.FormSnapper(this.components); this.pnlMarketing = new TradeIdeas.TIProGUI.CustomPanel(); this.lblGoBack = new System.Windows.Forms.LinkLabel(); this.linkLabel = new System.Windows.Forms.LinkLabel(); this.lblMessage = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.pnlMarketing.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.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; 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.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.ShowRowErrors = false; this.dataGridView1.Size = new System.Drawing.Size(428, 275); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick); this.dataGridView1.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.dataGridView1_CellContextMenuStripNeeded); this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); this.dataGridView1.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellMouseEnter); this.dataGridView1.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellMouseLeave); this.dataGridView1.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.dataGridView1_ColumnWidthChanged); this.dataGridView1.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowEnter); this.dataGridView1.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dataGridView1_RowsAdded); this.dataGridView1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyUp); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.strategiesToolStripMenuItem, this.configureAllToolStripMenuItem, this.deleteAllToolStripMenuItem, this.historyToolStripMenuItem, this.sendSymbolToToolStripMenuItem, this.clearToolStripMenuItem, this.missingSymbolCheckToolStripMenuItem, this.symbolLinkingToolStripMenuItem, this.duplicateToolStripMenuItem, this.toolStripSeparator1, this.propertiesToolStripMenuItem, this.getAlertHelpStripMenuItem, this.resizeColumns, this.pinnedToolStripMenuItem, this.toolStripSeparator2, this.saveToCloudToolStripMenuItem, this.collaborateAllToolStripMenuItem, this.saveAsToolStripMenuItem, this.saveContentsToolStripMenuItem, this.saveDefaultToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(204, 412); this.contextMenuStrip1.Closing += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.contextMenuStrip1_Closing); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // strategiesToolStripMenuItem // this.strategiesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dummyToolStripMenuItem1}); this.strategiesToolStripMenuItem.Name = "strategiesToolStripMenuItem"; this.strategiesToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.strategiesToolStripMenuItem.Text = "Strategies"; this.strategiesToolStripMenuItem.DropDownOpening += new System.EventHandler(this.strategiesToolStripMenuItem_DropDownOpening); // // dummyToolStripMenuItem1 // this.dummyToolStripMenuItem1.Name = "dummyToolStripMenuItem1"; this.dummyToolStripMenuItem1.Size = new System.Drawing.Size(116, 22); this.dummyToolStripMenuItem1.Text = "dummy"; // // configureAllToolStripMenuItem // this.configureAllToolStripMenuItem.Name = "configureAllToolStripMenuItem"; this.configureAllToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.configureAllToolStripMenuItem.Text = "Configure All..."; this.configureAllToolStripMenuItem.Click += new System.EventHandler(this.configureAllToolStripMenuItem_Click); // // deleteAllToolStripMenuItem // this.deleteAllToolStripMenuItem.Name = "deleteAllToolStripMenuItem"; this.deleteAllToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.deleteAllToolStripMenuItem.Text = "Delete All..."; this.deleteAllToolStripMenuItem.Click += new System.EventHandler(this.deleteAllToolStripMenuItem_Click); // // historyToolStripMenuItem // this.historyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.realTimeToolStripMenuItem, this.allToolStripMenuItem, this.timeFrameToolStripMenuItem}); this.historyToolStripMenuItem.Enabled = false; this.historyToolStripMenuItem.Name = "historyToolStripMenuItem"; this.historyToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.historyToolStripMenuItem.Text = "History"; // // realTimeToolStripMenuItem // this.realTimeToolStripMenuItem.Checked = true; this.realTimeToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.realTimeToolStripMenuItem.Name = "realTimeToolStripMenuItem"; this.realTimeToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.realTimeToolStripMenuItem.Text = "Real Time"; this.realTimeToolStripMenuItem.Click += new System.EventHandler(this.realTimeToolStripMenuItem_Click); // // allToolStripMenuItem // this.allToolStripMenuItem.Name = "allToolStripMenuItem"; this.allToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.allToolStripMenuItem.Text = "All"; this.allToolStripMenuItem.Click += new System.EventHandler(this.allToolStripMenuItem_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); // // sendSymbolToToolStripMenuItem // this.sendSymbolToToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dummyToolStripMenuItem}); this.sendSymbolToToolStripMenuItem.Name = "sendSymbolToToolStripMenuItem"; this.sendSymbolToToolStripMenuItem.Size = new System.Drawing.Size(203, 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"; // // clearToolStripMenuItem // this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; this.clearToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.clearToolStripMenuItem.Text = "Clear"; this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click); // // missingSymbolCheckToolStripMenuItem // this.missingSymbolCheckToolStripMenuItem.Name = "missingSymbolCheckToolStripMenuItem"; this.missingSymbolCheckToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.missingSymbolCheckToolStripMenuItem.Text = "Missing Symbol Check..."; this.missingSymbolCheckToolStripMenuItem.Click += new System.EventHandler(this.missingSymbolCheckToolStripMenuItem_Click); // // symbolLinkingToolStripMenuItem // this.symbolLinkingToolStripMenuItem.Name = "symbolLinkingToolStripMenuItem"; this.symbolLinkingToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.symbolLinkingToolStripMenuItem.Text = "Symbol Linking"; // // duplicateToolStripMenuItem // this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem"; this.duplicateToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.duplicateToolStripMenuItem.Text = "Duplicate"; this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.duplicateToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(200, 6); // // propertiesToolStripMenuItem // this.propertiesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.actionsToollStripMenuItem, this.textHeadersToolStripMenuItem, this.columnsToolStripMenuItem, this.dontRepeatToolStripMenuItem, this.smallBordersToolStripMenuItem, this.graphicalIndicatorToolStripMenuItem, this.speedToolstripMenuItem, this.windowNameToolStripMenuItem}); this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem"; this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.propertiesToolStripMenuItem.Text = "Properties"; // // actionsToollStripMenuItem // this.actionsToollStripMenuItem.Name = "actionsToollStripMenuItem"; this.actionsToollStripMenuItem.Size = new System.Drawing.Size(174, 22); this.actionsToollStripMenuItem.Text = "Actions..."; this.actionsToollStripMenuItem.Click += new System.EventHandler(this.actionsToollStripMenuItem_Click); // // textHeadersToolStripMenuItem // this.textHeadersToolStripMenuItem.Name = "textHeadersToolStripMenuItem"; this.textHeadersToolStripMenuItem.Size = new System.Drawing.Size(174, 22); this.textHeadersToolStripMenuItem.Text = "Text Headers"; this.textHeadersToolStripMenuItem.Click += new System.EventHandler(this.textHeadersToolStripMenuItem_Click); // // columnsToolStripMenuItem // this.columnsToolStripMenuItem.Name = "columnsToolStripMenuItem"; this.columnsToolStripMenuItem.Size = new System.Drawing.Size(174, 22); this.columnsToolStripMenuItem.Text = "Columns..."; this.columnsToolStripMenuItem.Click += new System.EventHandler(this.columnsToolStripMenuItem_Click); // // dontRepeatToolStripMenuItem // this.dontRepeatToolStripMenuItem.Name = "dontRepeatToolStripMenuItem"; this.dontRepeatToolStripMenuItem.Size = new System.Drawing.Size(174, 22); this.dontRepeatToolStripMenuItem.Text = "Don\'t Repeat..."; this.dontRepeatToolStripMenuItem.Click += new System.EventHandler(this.dontRepeatToolStripMenuItem_Click); // // smallBordersToolStripMenuItem // this.smallBordersToolStripMenuItem.CheckOnClick = true; this.smallBordersToolStripMenuItem.Name = "smallBordersToolStripMenuItem"; this.smallBordersToolStripMenuItem.Size = new System.Drawing.Size(174, 22); this.smallBordersToolStripMenuItem.Text = "Small Borders"; this.smallBordersToolStripMenuItem.Click += new System.EventHandler(this.smallBordersToolStripMenuItem_Click); // // graphicalIndicatorToolStripMenuItem // this.graphicalIndicatorToolStripMenuItem.CheckOnClick = true; this.graphicalIndicatorToolStripMenuItem.Name = "graphicalIndicatorToolStripMenuItem"; this.graphicalIndicatorToolStripMenuItem.Size = new System.Drawing.Size(174, 22); this.graphicalIndicatorToolStripMenuItem.Text = "Graphical Indicator"; // // speedToolstripMenuItem // this.speedToolstripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.slowestToolStripMenuItem, this.slowToolStripMenuItem, this.normalToolStripMenuItem, this.fastToolStripMenuItem, this.fasterToolStripMenuItem, this.fastestToolStripMenuItem}); this.speedToolstripMenuItem.Name = "speedToolstripMenuItem"; this.speedToolstripMenuItem.Size = new System.Drawing.Size(174, 22); this.speedToolstripMenuItem.Text = "Speed"; // // slowestToolStripMenuItem // this.slowestToolStripMenuItem.Name = "slowestToolStripMenuItem"; this.slowestToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.slowestToolStripMenuItem.Text = "Slowest"; this.slowestToolStripMenuItem.Click += new System.EventHandler(this.slowestToolStripMenuItem_Click); // // slowToolStripMenuItem // this.slowToolStripMenuItem.Name = "slowToolStripMenuItem"; this.slowToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.slowToolStripMenuItem.Text = "Slow"; this.slowToolStripMenuItem.Click += new System.EventHandler(this.slowToolStripMenuItem_Click); // // normalToolStripMenuItem // this.normalToolStripMenuItem.Checked = true; this.normalToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.normalToolStripMenuItem.Name = "normalToolStripMenuItem"; this.normalToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.normalToolStripMenuItem.Text = "Normal"; this.normalToolStripMenuItem.Click += new System.EventHandler(this.normalToolStripMenuItem_Click); // // fastToolStripMenuItem // this.fastToolStripMenuItem.Name = "fastToolStripMenuItem"; this.fastToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.fastToolStripMenuItem.Text = "Fast"; this.fastToolStripMenuItem.Click += new System.EventHandler(this.fastToolStripMenuItem_Click); // // fasterToolStripMenuItem // this.fasterToolStripMenuItem.Name = "fasterToolStripMenuItem"; this.fasterToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.fasterToolStripMenuItem.Text = "Faster"; this.fasterToolStripMenuItem.Click += new System.EventHandler(this.fasterToolStripMenuItem_Click); // // fastestToolStripMenuItem // this.fastestToolStripMenuItem.Name = "fastestToolStripMenuItem"; this.fastestToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.fastestToolStripMenuItem.Text = "Fastest"; this.fastestToolStripMenuItem.Click += new System.EventHandler(this.fastestToolStripMenuItem_Click); // // windowNameToolStripMenuItem // this.windowNameToolStripMenuItem.Name = "windowNameToolStripMenuItem"; this.windowNameToolStripMenuItem.Size = new System.Drawing.Size(174, 22); this.windowNameToolStripMenuItem.Text = "Window Name..."; this.windowNameToolStripMenuItem.Click += new System.EventHandler(this.windowNameToolStripMenuItem_Click); // // getAlertHelpStripMenuItem // this.getAlertHelpStripMenuItem.Name = "getAlertHelpStripMenuItem"; this.getAlertHelpStripMenuItem.Size = new System.Drawing.Size(203, 22); this.getAlertHelpStripMenuItem.Text = "Go to Help for Alert"; this.getAlertHelpStripMenuItem.Visible = false; this.getAlertHelpStripMenuItem.Click += new System.EventHandler(this.getAlertHelpStripMenuItem_Click); // // resizeColumns // this.resizeColumns.Name = "resizeColumns"; this.resizeColumns.Size = new System.Drawing.Size(203, 22); this.resizeColumns.Text = "Resize Columns"; this.resizeColumns.Visible = false; this.resizeColumns.Click += new System.EventHandler(this.resizeColumns_Click); // // pinnedToolStripMenuItem // this.pinnedToolStripMenuItem.CheckOnClick = true; this.pinnedToolStripMenuItem.Name = "pinnedToolStripMenuItem"; this.pinnedToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.pinnedToolStripMenuItem.Text = "Pinned"; this.pinnedToolStripMenuItem.Click += new System.EventHandler(this.pinnedToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(200, 6); // // saveToCloudToolStripMenuItem // this.saveToCloudToolStripMenuItem.Name = "saveToCloudToolStripMenuItem"; this.saveToCloudToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.saveToCloudToolStripMenuItem.Tag = "SaveToCloud"; this.saveToCloudToolStripMenuItem.Text = "Save to Cloud..."; this.saveToCloudToolStripMenuItem.Click += new System.EventHandler(this.saveToCloudToolStripMenuItem_Click); // // collaborateAllToolStripMenuItem // this.collaborateAllToolStripMenuItem.Name = "collaborateAllToolStripMenuItem"; this.collaborateAllToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.collaborateAllToolStripMenuItem.Text = "Collaborate All..."; this.collaborateAllToolStripMenuItem.Click += new System.EventHandler(this.collaborateAllToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.saveAsToolStripMenuItem.Text = "Save As.."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // saveContentsToolStripMenuItem // this.saveContentsToolStripMenuItem.Name = "saveContentsToolStripMenuItem"; this.saveContentsToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.saveContentsToolStripMenuItem.Text = "Save Contents.."; this.saveContentsToolStripMenuItem.Click += new System.EventHandler(this.saveContentsToolStripMenuItem_Click); // // saveDefaultToolStripMenuItem // this.saveDefaultToolStripMenuItem.Name = "saveDefaultToolStripMenuItem"; this.saveDefaultToolStripMenuItem.Size = new System.Drawing.Size(203, 22); this.saveDefaultToolStripMenuItem.Text = "Save as Default"; this.saveDefaultToolStripMenuItem.Click += new System.EventHandler(this.saveDefaultToolStripMenuItem_Click); // // lblWelcome // this.lblWelcome.AutoSize = true; this.lblWelcome.BackColor = System.Drawing.SystemColors.AppWorkspace; this.lblWelcome.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblWelcome.Location = new System.Drawing.Point(57, 35); this.lblWelcome.Name = "lblWelcome"; this.lblWelcome.Size = new System.Drawing.Size(170, 13); this.lblWelcome.TabIndex = 1; this.lblWelcome.Text = "Please right-click for menu..."; // // streamingStrategyTimer // this.streamingStrategyTimer.Enabled = true; this.streamingStrategyTimer.Interval = 50; this.streamingStrategyTimer.Tick += new System.EventHandler(this.streamingStrategiesTimer_Tick); // // 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.lblGoBack); 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(428, 275); this.pnlMarketing.TabIndex = 2; // // lblGoBack // this.lblGoBack.AutoSize = true; this.lblGoBack.BackColor = System.Drawing.Color.Transparent; this.lblGoBack.Dock = System.Windows.Forms.DockStyle.Top; this.lblGoBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblGoBack.ForeColor = System.Drawing.Color.White; this.lblGoBack.LinkColor = System.Drawing.Color.White; this.lblGoBack.Location = new System.Drawing.Point(0, 0); this.lblGoBack.Name = "lblGoBack"; this.lblGoBack.Size = new System.Drawing.Size(80, 20); this.lblGoBack.TabIndex = 2; this.lblGoBack.TabStop = true; this.lblGoBack.Text = "linkLabel1"; this.lblGoBack.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblGoBack_LinkClicked); // // linkLabel // this.linkLabel.Anchor = System.Windows.Forms.AnchorStyles.Top; 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(103, 121); 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)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); 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(66, 20); this.lblMessage.MaximumSize = new System.Drawing.Size(350, 0); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(122, 25); this.lblMessage.TabIndex = 0; this.lblMessage.Text = "lblMessage"; // // MultiStrategy // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(428, 275); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.lblWelcome); this.Controls.Add(this.pnlMarketing); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "MultiStrategy"; this.Text = "Multi-Strategy Window"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MultiStrategy_FormClosed); this.TextChanged += new System.EventHandler(this.MultiStrategy_TextChanged); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.pnlMarketing.ResumeLayout(false); this.pnlMarketing.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Label lblWelcome; private System.Windows.Forms.Timer streamingStrategyTimer; private Informacija.FormSnapper formSnapper1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem strategiesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem collaborateAllToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem deleteAllToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem configureAllToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem historyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem realTimeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem timeFrameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem duplicateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem sendSymbolToToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dummyToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem resizeColumns; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToCloudToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveContentsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveDefaultToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem getAlertHelpStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dummyToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem pinnedToolStripMenuItem; private CustomPanel pnlMarketing; private System.Windows.Forms.Label lblMessage; private System.Windows.Forms.LinkLabel linkLabel; private System.Windows.Forms.LinkLabel lblGoBack; private System.Windows.Forms.ToolStripMenuItem propertiesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem actionsToollStripMenuItem; private System.Windows.Forms.ToolStripMenuItem textHeadersToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem columnsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dontRepeatToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem smallBordersToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem graphicalIndicatorToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem speedToolstripMenuItem; private System.Windows.Forms.ToolStripMenuItem slowestToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem slowToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem normalToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem fastToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem fasterToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem fastestToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem windowNameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem symbolLinkingToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem missingSymbolCheckToolStripMenuItem; } }