namespace TIProAutoTradeExtension { partial class ChromiumProfitLossControl { /// /// 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(); this.addTimer = new System.Windows.Forms.Timer(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.pinnedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.lightModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.showChromeDevToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.filtersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.accountToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.strategyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.typeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // addTimer // this.addTimer.Tick += new System.EventHandler(this.addTimer_Tick); // // contextMenuStrip1 // this.contextMenuStrip1.AutoClose = false; this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.pinnedToolStripMenuItem, this.lightModeToolStripMenuItem, this.showChromeDevToolsToolStripMenuItem, this.filtersToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(203, 92); this.contextMenuStrip1.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.contextMenuStrip1_Closed); // // pinnedToolStripMenuItem // this.pinnedToolStripMenuItem.CheckOnClick = true; this.pinnedToolStripMenuItem.Name = "pinnedToolStripMenuItem"; this.pinnedToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.pinnedToolStripMenuItem.Text = "Pinned"; this.pinnedToolStripMenuItem.Click += new System.EventHandler(this.pinnedToolStripMenuItem_Click); // // lightModeToolStripMenuItem // this.lightModeToolStripMenuItem.CheckOnClick = true; this.lightModeToolStripMenuItem.Name = "lightModeToolStripMenuItem"; this.lightModeToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.lightModeToolStripMenuItem.Text = "Light Mode"; this.lightModeToolStripMenuItem.Click += new System.EventHandler(this.lightModeToolStripMenuItem_Click); // // showChromeDevToolsToolStripMenuItem // this.showChromeDevToolsToolStripMenuItem.Name = "showChromeDevToolsToolStripMenuItem"; this.showChromeDevToolsToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.showChromeDevToolsToolStripMenuItem.Text = "Show Chrome Dev Tools"; this.showChromeDevToolsToolStripMenuItem.Visible = false; this.showChromeDevToolsToolStripMenuItem.Click += new System.EventHandler(this.showChromeDevToolsToolStripMenuItem_Click); // // filtersToolStripMenuItem // this.filtersToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.accountToolStripMenuItem, this.strategyToolStripMenuItem, this.typeToolStripMenuItem}); this.filtersToolStripMenuItem.Name = "filtersToolStripMenuItem"; this.filtersToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.filtersToolStripMenuItem.Text = "Filters"; this.filtersToolStripMenuItem.Visible = false; // // accountToolStripMenuItem // this.accountToolStripMenuItem.Name = "accountToolStripMenuItem"; this.accountToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this.accountToolStripMenuItem.Text = "Accounts"; this.accountToolStripMenuItem.Click += new System.EventHandler(this.accountToolStripMenuItem_Click); // // strategyToolStripMenuItem // this.strategyToolStripMenuItem.Name = "strategyToolStripMenuItem"; this.strategyToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this.strategyToolStripMenuItem.Text = "Strategies"; this.strategyToolStripMenuItem.Click += new System.EventHandler(this.strategyToolStripMenuItem_Click); // // typeToolStripMenuItem // this.typeToolStripMenuItem.Name = "typeToolStripMenuItem"; this.typeToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this.typeToolStripMenuItem.Text = "Types"; this.typeToolStripMenuItem.Click += new System.EventHandler(this.typeToolStripMenuItem_Click); // // ChromiumProfitLossControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Name = "ChromiumProfitLossControl"; this.Size = new System.Drawing.Size(496, 154); this.VisibleChanged += new System.EventHandler(this.ChromiumPositionsControl_VisibleChanged); this.Leave += new System.EventHandler(this.ChromiumProfitLossControl_Leave); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer addTimer; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem showChromeDevToolsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem lightModeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem pinnedToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem filtersToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem accountToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem strategyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem typeToolStripMenuItem; } }