namespace TradeIdeas.TIProGUI { partial class AlertForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlertForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(); this.configureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.historyToolStripMenuItem = 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.allToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.timeFrameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.moreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sendAlertToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dummyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.symbolLinkingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.missingSymbolChecktoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.duplicateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.runOddsMakerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.getHelpAlertMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.actionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.showStrategiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.textHeadersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.viewModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newestFirstToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.groupSortByToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dontRepeatForToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.selectColorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.smallBordersToolStripMenuItem = 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.resizeColumns = new System.Windows.Forms.ToolStripMenuItem(); this.pinnedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.graphicalIndicatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.saveToCloudStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.collaborateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadFromCloudStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveContentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.streamingAlertsTimer = new System.Windows.Forms.Timer(); this.formSnapper1 = new Informacija.FormSnapper(); 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(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelStrategies = new System.Windows.Forms.TableLayoutPanel(); this.elementHost1 = new System.Windows.Forms.Integration.ElementHost(); this.comboMenu = new TradeIdeas.TIProGUI.ComboMenu(); this.pnlHider = new System.Windows.Forms.Panel(); this.picBoxHide = new System.Windows.Forms.PictureBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.contextMenuStrip1.SuspendLayout(); this.pnlMarketing.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanelStrategies.SuspendLayout(); this.pnlHider.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBoxHide)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.configureToolStripMenuItem, this.historyToolStripMenuItem, this.sendAlertToToolStripMenuItem, this.symbolLinkingToolStripMenuItem, this.missingSymbolChecktoolStripMenuItem, this.clearToolStripMenuItem, this.duplicateToolStripMenuItem, this.runOddsMakerToolStripMenuItem, this.getHelpAlertMenuItem, this.toolStripSeparator3, this.propertiesToolStripMenuItem, this.resizeColumns, this.pinnedToolStripMenuItem, this.graphicalIndicatorToolStripMenuItem, this.toolStripSeparator1, this.saveToCloudStripMenuItem, this.collaborateToolStripMenuItem, this.saveAsToolStripMenuItem, this.loadFromCloudStripMenuItem, this.saveContentsToolStripMenuItem, this.saveAsDefaultToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(206, 434); this.contextMenuStrip1.Closing += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.contextMenuStrip1_Closing); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // configureToolStripMenuItem // this.configureToolStripMenuItem.Name = "configureToolStripMenuItem"; this.configureToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.configureToolStripMenuItem.Text = "Configure..."; this.configureToolStripMenuItem.Click += new System.EventHandler(this.configureToolStripMenuItem_Click); // // historyToolStripMenuItem // this.historyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.liveToolStripMenuItem, this.todayToolStripMenuItem, this.yesterdayToolStripMenuItem, this.allToolStripMenuItem, this.timeFrameToolStripMenuItem, this.toolStripSeparator2, this.moreToolStripMenuItem}); this.historyToolStripMenuItem.Name = "historyToolStripMenuItem"; this.historyToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.historyToolStripMenuItem.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); // // 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); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(142, 6); // // moreToolStripMenuItem // this.moreToolStripMenuItem.Name = "moreToolStripMenuItem"; this.moreToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.moreToolStripMenuItem.Text = "More"; this.moreToolStripMenuItem.Click += new System.EventHandler(this.moreToolStripMenuItem_Click); // // sendAlertToToolStripMenuItem // this.sendAlertToToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dummyToolStripMenuItem}); this.sendAlertToToolStripMenuItem.Name = "sendAlertToToolStripMenuItem"; this.sendAlertToToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.sendAlertToToolStripMenuItem.Text = "Send To"; this.sendAlertToToolStripMenuItem.Visible = false; this.sendAlertToToolStripMenuItem.MouseEnter += new System.EventHandler(this.sendAlertToToolStripMenuItem_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(205, 22); this.symbolLinkingToolStripMenuItem.Text = "Symbol Linking"; // // missingSymbolChecktoolStripMenuItem // this.missingSymbolChecktoolStripMenuItem.Name = "missingSymbolChecktoolStripMenuItem"; this.missingSymbolChecktoolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.missingSymbolChecktoolStripMenuItem.Text = "Missing Symbol Check..."; this.missingSymbolChecktoolStripMenuItem.Click += new System.EventHandler(this.missingSymbolChecktoolStripMenuItem1_Click); // // clearToolStripMenuItem // this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; this.clearToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.clearToolStripMenuItem.Text = "Clear"; this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click); // // duplicateToolStripMenuItem // this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem"; this.duplicateToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.duplicateToolStripMenuItem.Text = "Duplicate"; this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.duplicateToolStripMenuItem_Click); // // runOddsMakerToolStripMenuItem // this.runOddsMakerToolStripMenuItem.Name = "runOddsMakerToolStripMenuItem"; this.runOddsMakerToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.runOddsMakerToolStripMenuItem.Text = "Run OddsMaker..."; this.runOddsMakerToolStripMenuItem.Click += new System.EventHandler(this.runOddsMakerToolStripMenuItem_Click); // // getHelpAlertMenuItem // this.getHelpAlertMenuItem.Name = "getHelpAlertMenuItem"; this.getHelpAlertMenuItem.Size = new System.Drawing.Size(205, 22); this.getHelpAlertMenuItem.Text = "Go to Help for Alert"; this.getHelpAlertMenuItem.Visible = false; this.getHelpAlertMenuItem.Click += new System.EventHandler(this.getHelpAlertMenuItem_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(202, 6); // // propertiesToolStripMenuItem // this.propertiesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.actionsToolStripMenuItem, this.showStrategiesToolStripMenuItem, this.textHeadersToolStripMenuItem, this.viewModeToolStripMenuItem, this.dontRepeatForToolStripMenuItem, this.selectColorsToolStripMenuItem, this.smallBordersToolStripMenuItem, this.speedToolStripMenuItem}); this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem"; this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.propertiesToolStripMenuItem.Text = "Properties..."; // // actionsToolStripMenuItem // this.actionsToolStripMenuItem.Name = "actionsToolStripMenuItem"; this.actionsToolStripMenuItem.Size = new System.Drawing.Size(183, 22); this.actionsToolStripMenuItem.Text = "Actions..."; this.actionsToolStripMenuItem.Click += new System.EventHandler(this.actionsToolStripMenuItem_Click); // // showStrategiesToolStripMenuItem // this.showStrategiesToolStripMenuItem.Name = "showStrategiesToolStripMenuItem"; this.showStrategiesToolStripMenuItem.Size = new System.Drawing.Size(183, 22); this.showStrategiesToolStripMenuItem.Text = "Show Strategy Menu"; this.showStrategiesToolStripMenuItem.Click += new System.EventHandler(this.showStrategiesToolStripMenuItem_Click); // // textHeadersToolStripMenuItem // this.textHeadersToolStripMenuItem.Name = "textHeadersToolStripMenuItem"; this.textHeadersToolStripMenuItem.Size = new System.Drawing.Size(183, 22); this.textHeadersToolStripMenuItem.Text = "Text Headers"; this.textHeadersToolStripMenuItem.Click += new System.EventHandler(this.textHeadersToolStripMenuItem_Click); // // viewModeToolStripMenuItem // this.viewModeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newestFirstToolStripMenuItem, this.groupSortByToolStripMenuItem}); this.viewModeToolStripMenuItem.Name = "viewModeToolStripMenuItem"; this.viewModeToolStripMenuItem.Size = new System.Drawing.Size(183, 22); this.viewModeToolStripMenuItem.Text = "View Mode"; // // newestFirstToolStripMenuItem // this.newestFirstToolStripMenuItem.Name = "newestFirstToolStripMenuItem"; this.newestFirstToolStripMenuItem.Size = new System.Drawing.Size(170, 22); this.newestFirstToolStripMenuItem.Text = "Newest First"; this.newestFirstToolStripMenuItem.Click += new System.EventHandler(this.newestFirstToolStripMenuItem_Click); // // groupSortByToolStripMenuItem // this.groupSortByToolStripMenuItem.Name = "groupSortByToolStripMenuItem"; this.groupSortByToolStripMenuItem.Size = new System.Drawing.Size(170, 22); this.groupSortByToolStripMenuItem.Text = "Group and Sort By"; this.groupSortByToolStripMenuItem.Click += new System.EventHandler(this.groupSortByToolStripMenuItem_Click); // // dontRepeatForToolStripMenuItem // this.dontRepeatForToolStripMenuItem.Name = "dontRepeatForToolStripMenuItem"; this.dontRepeatForToolStripMenuItem.Size = new System.Drawing.Size(183, 22); this.dontRepeatForToolStripMenuItem.Text = "Don\'t Repeat For..."; this.dontRepeatForToolStripMenuItem.Click += new System.EventHandler(this.dontRepeatForToolStripMenuItem_Click); // // selectColorsToolStripMenuItem // this.selectColorsToolStripMenuItem.Name = "selectColorsToolStripMenuItem"; this.selectColorsToolStripMenuItem.Size = new System.Drawing.Size(183, 22); this.selectColorsToolStripMenuItem.Text = "Select Colors..."; this.selectColorsToolStripMenuItem.Click += new System.EventHandler(this.selectColorsToolStripMenuItem_Click); // // smallBordersToolStripMenuItem // this.smallBordersToolStripMenuItem.CheckOnClick = true; this.smallBordersToolStripMenuItem.Name = "smallBordersToolStripMenuItem"; this.smallBordersToolStripMenuItem.Size = new System.Drawing.Size(183, 22); this.smallBordersToolStripMenuItem.Text = "Small Borders"; this.smallBordersToolStripMenuItem.Click += new System.EventHandler(this.SmallBordersToolStipMenuItem_Click); // // 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(183, 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); // // resizeColumns // this.resizeColumns.Name = "resizeColumns"; this.resizeColumns.Size = new System.Drawing.Size(205, 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(205, 22); this.pinnedToolStripMenuItem.Text = "Pinned"; this.pinnedToolStripMenuItem.Click += new System.EventHandler(this.pinnedToolStripMenuItem_Click); // // graphicalIndicatorToolStripMenuItem // this.graphicalIndicatorToolStripMenuItem.CheckOnClick = true; this.graphicalIndicatorToolStripMenuItem.Name = "graphicalIndicatorToolStripMenuItem"; this.graphicalIndicatorToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.graphicalIndicatorToolStripMenuItem.Text = "Graphical Indicator"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(202, 6); // // saveToCloudStripMenuItem // this.saveToCloudStripMenuItem.Name = "saveToCloudStripMenuItem"; this.saveToCloudStripMenuItem.Size = new System.Drawing.Size(205, 22); this.saveToCloudStripMenuItem.Tag = "SaveToCloud"; this.saveToCloudStripMenuItem.Text = "Save Or Share To Cloud..."; this.saveToCloudStripMenuItem.Click += new System.EventHandler(this.saveToCloudStripMenuItem_Click); // // collaborateToolStripMenuItem // this.collaborateToolStripMenuItem.Name = "collaborateToolStripMenuItem"; this.collaborateToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.collaborateToolStripMenuItem.Text = "Collaborate..."; this.collaborateToolStripMenuItem.Click += new System.EventHandler(this.collaborateToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.saveAsToolStripMenuItem.Text = "Save As..."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // loadFromCloudStripMenuItem // this.loadFromCloudStripMenuItem.Name = "loadFromCloudStripMenuItem"; this.loadFromCloudStripMenuItem.Size = new System.Drawing.Size(205, 22); this.loadFromCloudStripMenuItem.Text = "Load From Cloud..."; this.loadFromCloudStripMenuItem.Click += new System.EventHandler(this.loadFromCloudStripMenuItem_Click); // // saveContentsToolStripMenuItem // this.saveContentsToolStripMenuItem.Name = "saveContentsToolStripMenuItem"; this.saveContentsToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.saveContentsToolStripMenuItem.Text = "Save Contents..."; this.saveContentsToolStripMenuItem.Click += new System.EventHandler(this.saveContentsToolStripMenuItem_Click); // // saveAsDefaultToolStripMenuItem // this.saveAsDefaultToolStripMenuItem.Name = "saveAsDefaultToolStripMenuItem"; this.saveAsDefaultToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.saveAsDefaultToolStripMenuItem.Text = "Save as Default"; this.saveAsDefaultToolStripMenuItem.Click += new System.EventHandler(this.saveAsDefaultToolStripMenuItem_Click); // // streamingAlertsTimer // this.streamingAlertsTimer.Enabled = true; this.streamingAlertsTimer.Interval = 50; this.streamingAlertsTimer.Tick += new System.EventHandler(this.streamingAlertsTimer_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.Cursor = System.Windows.Forms.Cursors.Default; 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(780, 345); this.pnlMarketing.TabIndex = 4; this.pnlMarketing.Visible = false; // // 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.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)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); 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(241, 116); 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(201, 31); this.lblMessage.MaximumSize = new System.Drawing.Size(400, 0); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(70, 25); this.lblMessage.TabIndex = 0; this.lblMessage.Text = "label1"; // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control; this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanelStrategies, 0, 0); this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 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()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(780, 345); this.tableLayoutPanel1.TabIndex = 3; // // tableLayoutPanelStrategies // this.tableLayoutPanelStrategies.ColumnCount = 2; this.tableLayoutPanelStrategies.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelStrategies.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelStrategies.Controls.Add(this.elementHost1, 0, 0); this.tableLayoutPanelStrategies.Controls.Add(this.pnlHider, 1, 0); this.tableLayoutPanelStrategies.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelStrategies.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelStrategies.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelStrategies.Name = "tableLayoutPanelStrategies"; this.tableLayoutPanelStrategies.RowCount = 1; this.tableLayoutPanelStrategies.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelStrategies.Size = new System.Drawing.Size(780, 26); this.tableLayoutPanelStrategies.TabIndex = 5; // // elementHost1 // this.elementHost1.Dock = System.Windows.Forms.DockStyle.Fill; this.elementHost1.Location = new System.Drawing.Point(0, 0); this.elementHost1.Margin = new System.Windows.Forms.Padding(0); this.elementHost1.Name = "elementHost1"; this.elementHost1.Size = new System.Drawing.Size(745, 26); this.elementHost1.TabIndex = 3; this.elementHost1.Text = "elementHost1"; this.elementHost1.Child = this.comboMenu; // // pnlHider // this.pnlHider.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.pnlHider.Controls.Add(this.picBoxHide); this.pnlHider.Location = new System.Drawing.Point(748, 3); this.pnlHider.Name = "pnlHider"; this.pnlHider.Size = new System.Drawing.Size(29, 20); this.pnlHider.TabIndex = 4; // // picBoxHide // this.picBoxHide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.picBoxHide.Image = ((System.Drawing.Image)(resources.GetObject("picBoxHide.Image"))); this.picBoxHide.Location = new System.Drawing.Point(16, 8); this.picBoxHide.Name = "picBoxHide"; this.picBoxHide.Size = new System.Drawing.Size(14, 23); this.picBoxHide.TabIndex = 4; this.picBoxHide.TabStop = false; this.picBoxHide.Click += new System.EventHandler(this.picBoxHide_Click); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToOrderColumns = true; this.dataGridView1.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro; this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; 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, 26); this.dataGridView1.Margin = new System.Windows.Forms.Padding(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(780, 319); this.dataGridView1.TabIndex = 6; 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); // // AlertForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(780, 345); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.pnlMarketing); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "AlertForm"; this.Text = "Alerts"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.AlertForm_FormClosed); this.TextChanged += new System.EventHandler(this.AlertForm_TextChanged); this.VisibleChanged += new System.EventHandler(this.AlertForm_VisibleChanged); this.contextMenuStrip1.ResumeLayout(false); this.pnlMarketing.ResumeLayout(false); this.pnlMarketing.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanelStrategies.ResumeLayout(false); this.pnlHider.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picBoxHide)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer streamingAlertsTimer; private System.Windows.Forms.ToolStripMenuItem configureToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem collaborateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem historyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem liveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem moreToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem timeFrameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem duplicateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem sendAlertToToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dontRepeatForToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem resizeColumns; private System.Windows.Forms.ToolStripMenuItem graphicalIndicatorToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem runOddsMakerToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveContentsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveAsDefaultToolStripMenuItem; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem dummyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToCloudStripMenuItem; private System.Windows.Forms.ToolStripMenuItem loadFromCloudStripMenuItem; private Informacija.FormSnapper formSnapper1; private System.Windows.Forms.ToolStripMenuItem todayToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem yesterdayToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem getHelpAlertMenuItem; 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 actionsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem showStrategiesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem textHeadersToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem viewModeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem newestFirstToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem groupSortByToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem selectColorsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem smallBordersToolStripMenuItem; 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.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelStrategies; private System.Windows.Forms.Integration.ElementHost elementHost1; private ComboMenu comboMenu; private System.Windows.Forms.Panel pnlHider; private System.Windows.Forms.PictureBox picBoxHide; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem symbolLinkingToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem missingSymbolChecktoolStripMenuItem; } }