namespace TIProPerformanceMonitorExtension { partial class MonitorForm { /// /// 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(MonitorForm)); this.lblChartsTitle = new System.Windows.Forms.Label(); this.lblChartsNumber = new System.Windows.Forms.Label(); this.lblAlertsNumber = new System.Windows.Forms.Label(); this.lblAlertsTitle = new System.Windows.Forms.Label(); this.lblTopListRows = new System.Windows.Forms.Label(); this.lblTopListsTitle = new System.Windows.Forms.Label(); this.lblSymbolLinkingNumber = new System.Windows.Forms.Label(); this.lblSymbolLinkingTitle = new System.Windows.Forms.Label(); this.lblPinnedWindowsNumber = new System.Windows.Forms.Label(); this.lblPinnedWindowsTitle = new System.Windows.Forms.Label(); this.lblMinimizedWindowsNumber = new System.Windows.Forms.Label(); this.lblMinimizedWindowsTitle = new System.Windows.Forms.Label(); this.lblDockPanelWindowsNumber = new System.Windows.Forms.Label(); this.lblDockPanelWindowsTitle = new System.Windows.Forms.Label(); this.lblCPUUsageNumber = new System.Windows.Forms.Label(); this.lblCPUUsageTitle = new System.Windows.Forms.Label(); this.lblMemoryUsageNumber = new System.Windows.Forms.Label(); this.lblMemoryUsageTitle = new System.Windows.Forms.Label(); this.lblPriceAlertsNumber = new System.Windows.Forms.Label(); this.lblPriceAlertsTitle = new System.Windows.Forms.Label(); this.tblWindows = new System.Windows.Forms.TableLayoutPanel(); this.lblSSWGrids = new System.Windows.Forms.Label(); this.lblSSWsNumber = new System.Windows.Forms.Label(); this.lblPriceAlertRows = new System.Windows.Forms.Label(); this.lblPriceAlertGrids = new System.Windows.Forms.Label(); this.lblAlertRows = new System.Windows.Forms.Label(); this.lblAlertGrids = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.lblTopListsNumber = new System.Windows.Forms.Label(); this.lblTopListGrids = new System.Windows.Forms.Label(); this.lblBrokeragePlusTitle = new System.Windows.Forms.Label(); this.lblBrokeragePlusNumber = new System.Windows.Forms.Label(); this.lblBrokeragePlusRows = new System.Windows.Forms.Label(); this.lblBrokeragePlusGrids = new System.Windows.Forms.Label(); this.lblSSWRows = new System.Windows.Forms.Label(); this.lblSSWsTitle = new System.Windows.Forms.Label(); this.lblTimeRunningNumber = new System.Windows.Forms.Label(); this.lblTimeRunningTitle = new System.Windows.Forms.Label(); this.lblAdditionalInfo = new System.Windows.Forms.Label(); this.lblMarketDataServiceTitle = new System.Windows.Forms.Label(); this.lblMarketDataServiceNumber = new System.Windows.Forms.Label(); this.formSnapper1 = new Informacija.FormSnapper(this.components); this.tblWindows.SuspendLayout(); this.SuspendLayout(); // // lblChartsTitle // this.lblChartsTitle.AutoSize = true; this.lblChartsTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblChartsTitle.ForeColor = System.Drawing.Color.White; this.lblChartsTitle.Location = new System.Drawing.Point(15, 200); this.lblChartsTitle.Name = "lblChartsTitle"; this.lblChartsTitle.Size = new System.Drawing.Size(37, 13); this.lblChartsTitle.TabIndex = 0; this.lblChartsTitle.Text = "Charts"; this.lblChartsTitle.Click += new System.EventHandler(this.lblChartsTitle_Click); // // lblChartsNumber // this.lblChartsNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblChartsNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblChartsNumber.Location = new System.Drawing.Point(270, 200); this.lblChartsNumber.Name = "lblChartsNumber"; this.lblChartsNumber.Size = new System.Drawing.Size(74, 16); this.lblChartsNumber.TabIndex = 1; this.lblChartsNumber.Text = "0"; this.lblChartsNumber.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblAlertsNumber // this.lblAlertsNumber.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblAlertsNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAlertsNumber.Location = new System.Drawing.Point(107, 33); this.lblAlertsNumber.Name = "lblAlertsNumber"; this.lblAlertsNumber.Size = new System.Drawing.Size(56, 16); this.lblAlertsNumber.TabIndex = 3; this.lblAlertsNumber.Text = "0"; this.lblAlertsNumber.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblAlertsTitle // this.lblAlertsTitle.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblAlertsTitle.AutoSize = true; this.lblAlertsTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAlertsTitle.ForeColor = System.Drawing.Color.White; this.lblAlertsTitle.Location = new System.Drawing.Point(5, 35); this.lblAlertsTitle.Name = "lblAlertsTitle"; this.lblAlertsTitle.Size = new System.Drawing.Size(33, 13); this.lblAlertsTitle.TabIndex = 2; this.lblAlertsTitle.Text = "Alerts"; this.lblAlertsTitle.Click += new System.EventHandler(this.lblAlertsTitle_Click); // // lblTopListRows // this.lblTopListRows.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblTopListRows.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTopListRows.Location = new System.Drawing.Point(276, 87); this.lblTopListRows.Name = "lblTopListRows"; this.lblTopListRows.Size = new System.Drawing.Size(56, 16); this.lblTopListRows.TabIndex = 5; this.lblTopListRows.Text = "0"; this.lblTopListRows.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblTopListsTitle // this.lblTopListsTitle.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblTopListsTitle.AutoSize = true; this.lblTopListsTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTopListsTitle.ForeColor = System.Drawing.Color.White; this.lblTopListsTitle.Location = new System.Drawing.Point(5, 89); this.lblTopListsTitle.Name = "lblTopListsTitle"; this.lblTopListsTitle.Size = new System.Drawing.Size(50, 13); this.lblTopListsTitle.TabIndex = 4; this.lblTopListsTitle.Text = "Top Lists"; this.lblTopListsTitle.Click += new System.EventHandler(this.lblTopListsTitle_Click); // // lblSymbolLinkingNumber // this.lblSymbolLinkingNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblSymbolLinkingNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSymbolLinkingNumber.Location = new System.Drawing.Point(270, 221); this.lblSymbolLinkingNumber.Name = "lblSymbolLinkingNumber"; this.lblSymbolLinkingNumber.Size = new System.Drawing.Size(74, 16); this.lblSymbolLinkingNumber.TabIndex = 7; this.lblSymbolLinkingNumber.Text = "0"; this.lblSymbolLinkingNumber.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblSymbolLinkingTitle // this.lblSymbolLinkingTitle.AutoSize = true; this.lblSymbolLinkingTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSymbolLinkingTitle.ForeColor = System.Drawing.Color.White; this.lblSymbolLinkingTitle.Location = new System.Drawing.Point(15, 221); this.lblSymbolLinkingTitle.Name = "lblSymbolLinkingTitle"; this.lblSymbolLinkingTitle.Size = new System.Drawing.Size(78, 13); this.lblSymbolLinkingTitle.TabIndex = 6; this.lblSymbolLinkingTitle.Text = "Symbol Linking"; this.lblSymbolLinkingTitle.Click += new System.EventHandler(this.lblSymbolLinkingTitle_Click); // // lblPinnedWindowsNumber // this.lblPinnedWindowsNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblPinnedWindowsNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPinnedWindowsNumber.Location = new System.Drawing.Point(270, 242); this.lblPinnedWindowsNumber.Name = "lblPinnedWindowsNumber"; this.lblPinnedWindowsNumber.Size = new System.Drawing.Size(74, 16); this.lblPinnedWindowsNumber.TabIndex = 9; this.lblPinnedWindowsNumber.Text = "0"; this.lblPinnedWindowsNumber.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblPinnedWindowsTitle // this.lblPinnedWindowsTitle.AutoSize = true; this.lblPinnedWindowsTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPinnedWindowsTitle.ForeColor = System.Drawing.Color.White; this.lblPinnedWindowsTitle.Location = new System.Drawing.Point(15, 242); this.lblPinnedWindowsTitle.Name = "lblPinnedWindowsTitle"; this.lblPinnedWindowsTitle.Size = new System.Drawing.Size(87, 13); this.lblPinnedWindowsTitle.TabIndex = 8; this.lblPinnedWindowsTitle.Text = "Pinned Windows"; this.lblPinnedWindowsTitle.Click += new System.EventHandler(this.lblPinnedWindowsTitle_Click); // // lblMinimizedWindowsNumber // this.lblMinimizedWindowsNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblMinimizedWindowsNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMinimizedWindowsNumber.Location = new System.Drawing.Point(270, 263); this.lblMinimizedWindowsNumber.Name = "lblMinimizedWindowsNumber"; this.lblMinimizedWindowsNumber.Size = new System.Drawing.Size(74, 16); this.lblMinimizedWindowsNumber.TabIndex = 11; this.lblMinimizedWindowsNumber.Text = "0"; this.lblMinimizedWindowsNumber.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblMinimizedWindowsTitle // this.lblMinimizedWindowsTitle.AutoSize = true; this.lblMinimizedWindowsTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMinimizedWindowsTitle.ForeColor = System.Drawing.Color.White; this.lblMinimizedWindowsTitle.Location = new System.Drawing.Point(15, 263); this.lblMinimizedWindowsTitle.Name = "lblMinimizedWindowsTitle"; this.lblMinimizedWindowsTitle.Size = new System.Drawing.Size(100, 13); this.lblMinimizedWindowsTitle.TabIndex = 10; this.lblMinimizedWindowsTitle.Text = "Minimized Windows"; this.lblMinimizedWindowsTitle.Click += new System.EventHandler(this.lblMinimizedWindowsTitle_Click); // // lblDockPanelWindowsNumber // this.lblDockPanelWindowsNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblDockPanelWindowsNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDockPanelWindowsNumber.Location = new System.Drawing.Point(270, 284); this.lblDockPanelWindowsNumber.Name = "lblDockPanelWindowsNumber"; this.lblDockPanelWindowsNumber.Size = new System.Drawing.Size(74, 16); this.lblDockPanelWindowsNumber.TabIndex = 13; this.lblDockPanelWindowsNumber.Text = "0"; this.lblDockPanelWindowsNumber.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblDockPanelWindowsTitle // this.lblDockPanelWindowsTitle.AutoSize = true; this.lblDockPanelWindowsTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDockPanelWindowsTitle.ForeColor = System.Drawing.Color.White; this.lblDockPanelWindowsTitle.Location = new System.Drawing.Point(15, 284); this.lblDockPanelWindowsTitle.Name = "lblDockPanelWindowsTitle"; this.lblDockPanelWindowsTitle.Size = new System.Drawing.Size(146, 13); this.lblDockPanelWindowsTitle.TabIndex = 12; this.lblDockPanelWindowsTitle.Text = "Dock Panel Docks/Windows"; this.lblDockPanelWindowsTitle.Click += new System.EventHandler(this.lblDockPanelWindowsTitle_Click); // // lblCPUUsageNumber // this.lblCPUUsageNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblCPUUsageNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCPUUsageNumber.Location = new System.Drawing.Point(270, 305); this.lblCPUUsageNumber.Name = "lblCPUUsageNumber"; this.lblCPUUsageNumber.Size = new System.Drawing.Size(74, 16); this.lblCPUUsageNumber.TabIndex = 15; this.lblCPUUsageNumber.Text = "0"; this.lblCPUUsageNumber.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblCPUUsageTitle // this.lblCPUUsageTitle.AutoSize = true; this.lblCPUUsageTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCPUUsageTitle.ForeColor = System.Drawing.Color.White; this.lblCPUUsageTitle.Location = new System.Drawing.Point(15, 305); this.lblCPUUsageTitle.Name = "lblCPUUsageTitle"; this.lblCPUUsageTitle.Size = new System.Drawing.Size(120, 13); this.lblCPUUsageTitle.TabIndex = 14; this.lblCPUUsageTitle.Text = "CPU Usage (App/Total)"; this.lblCPUUsageTitle.Click += new System.EventHandler(this.lblCPUUsageTitle_Click); // // lblMemoryUsageNumber // this.lblMemoryUsageNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblMemoryUsageNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMemoryUsageNumber.Location = new System.Drawing.Point(270, 327); this.lblMemoryUsageNumber.Name = "lblMemoryUsageNumber"; this.lblMemoryUsageNumber.Size = new System.Drawing.Size(74, 16); this.lblMemoryUsageNumber.TabIndex = 17; this.lblMemoryUsageNumber.Text = "0"; this.lblMemoryUsageNumber.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblMemoryUsageTitle // this.lblMemoryUsageTitle.AutoSize = true; this.lblMemoryUsageTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMemoryUsageTitle.ForeColor = System.Drawing.Color.White; this.lblMemoryUsageTitle.Location = new System.Drawing.Point(15, 327); this.lblMemoryUsageTitle.Name = "lblMemoryUsageTitle"; this.lblMemoryUsageTitle.Size = new System.Drawing.Size(135, 13); this.lblMemoryUsageTitle.TabIndex = 16; this.lblMemoryUsageTitle.Text = "Memory Usage (App/Total)"; this.lblMemoryUsageTitle.Click += new System.EventHandler(this.lblMemoryUsageTitle_Click); // // lblPriceAlertsNumber // this.lblPriceAlertsNumber.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblPriceAlertsNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPriceAlertsNumber.Location = new System.Drawing.Point(107, 60); this.lblPriceAlertsNumber.Name = "lblPriceAlertsNumber"; this.lblPriceAlertsNumber.Size = new System.Drawing.Size(56, 16); this.lblPriceAlertsNumber.TabIndex = 19; this.lblPriceAlertsNumber.Text = "0"; this.lblPriceAlertsNumber.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblPriceAlertsTitle // this.lblPriceAlertsTitle.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblPriceAlertsTitle.AutoSize = true; this.lblPriceAlertsTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPriceAlertsTitle.ForeColor = System.Drawing.Color.White; this.lblPriceAlertsTitle.Location = new System.Drawing.Point(5, 62); this.lblPriceAlertsTitle.Name = "lblPriceAlertsTitle"; this.lblPriceAlertsTitle.Size = new System.Drawing.Size(60, 13); this.lblPriceAlertsTitle.TabIndex = 18; this.lblPriceAlertsTitle.Text = "Price Alerts"; this.lblPriceAlertsTitle.Click += new System.EventHandler(this.lblPriceAlertsTitle_Click); // // tblWindows // this.tblWindows.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tblWindows.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset; this.tblWindows.ColumnCount = 4; this.tblWindows.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tblWindows.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tblWindows.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tblWindows.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tblWindows.Controls.Add(this.lblSSWGrids, 0, 5); this.tblWindows.Controls.Add(this.lblSSWsNumber, 0, 5); this.tblWindows.Controls.Add(this.lblPriceAlertRows, 3, 2); this.tblWindows.Controls.Add(this.lblPriceAlertGrids, 2, 2); this.tblWindows.Controls.Add(this.lblAlertRows, 3, 1); this.tblWindows.Controls.Add(this.lblAlertGrids, 2, 1); this.tblWindows.Controls.Add(this.label4, 3, 0); this.tblWindows.Controls.Add(this.lblPriceAlertsNumber, 1, 2); this.tblWindows.Controls.Add(this.label3, 2, 0); this.tblWindows.Controls.Add(this.lblPriceAlertsTitle, 0, 2); this.tblWindows.Controls.Add(this.label2, 1, 0); this.tblWindows.Controls.Add(this.label1, 0, 0); this.tblWindows.Controls.Add(this.lblAlertsTitle, 0, 1); this.tblWindows.Controls.Add(this.lblTopListsTitle, 0, 3); this.tblWindows.Controls.Add(this.lblAlertsNumber, 1, 1); this.tblWindows.Controls.Add(this.lblTopListsNumber, 1, 3); this.tblWindows.Controls.Add(this.lblTopListRows, 3, 3); this.tblWindows.Controls.Add(this.lblTopListGrids, 2, 3); this.tblWindows.Controls.Add(this.lblBrokeragePlusTitle, 0, 4); this.tblWindows.Controls.Add(this.lblBrokeragePlusNumber, 1, 4); this.tblWindows.Controls.Add(this.lblBrokeragePlusRows, 3, 4); this.tblWindows.Controls.Add(this.lblBrokeragePlusGrids, 2, 4); this.tblWindows.Controls.Add(this.lblSSWRows, 2, 5); this.tblWindows.Controls.Add(this.lblSSWsTitle, 0, 5); this.tblWindows.Location = new System.Drawing.Point(9, 12); this.tblWindows.Name = "tblWindows"; this.tblWindows.RowCount = 6; this.tblWindows.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tblWindows.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tblWindows.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tblWindows.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tblWindows.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tblWindows.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tblWindows.Size = new System.Drawing.Size(337, 165); this.tblWindows.TabIndex = 20; // // lblSSWGrids // this.lblSSWGrids.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblSSWGrids.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSSWGrids.Location = new System.Drawing.Point(190, 142); this.lblSSWGrids.Name = "lblSSWGrids"; this.lblSSWGrids.Size = new System.Drawing.Size(56, 16); this.lblSSWGrids.TabIndex = 32; this.lblSSWGrids.Text = "0"; this.lblSSWGrids.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblSSWsNumber // this.lblSSWsNumber.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblSSWsNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSSWsNumber.Location = new System.Drawing.Point(107, 142); this.lblSSWsNumber.Name = "lblSSWsNumber"; this.lblSSWsNumber.Size = new System.Drawing.Size(56, 16); this.lblSSWsNumber.TabIndex = 31; this.lblSSWsNumber.Text = "0"; this.lblSSWsNumber.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblPriceAlertRows // this.lblPriceAlertRows.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblPriceAlertRows.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPriceAlertRows.Location = new System.Drawing.Point(276, 60); this.lblPriceAlertRows.Name = "lblPriceAlertRows"; this.lblPriceAlertRows.Size = new System.Drawing.Size(56, 16); this.lblPriceAlertRows.TabIndex = 23; this.lblPriceAlertRows.Text = "0"; this.lblPriceAlertRows.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblPriceAlertGrids // this.lblPriceAlertGrids.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblPriceAlertGrids.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPriceAlertGrids.Location = new System.Drawing.Point(190, 60); this.lblPriceAlertGrids.Name = "lblPriceAlertGrids"; this.lblPriceAlertGrids.Size = new System.Drawing.Size(56, 16); this.lblPriceAlertGrids.TabIndex = 22; this.lblPriceAlertGrids.Text = "0"; this.lblPriceAlertGrids.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblAlertRows // this.lblAlertRows.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblAlertRows.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAlertRows.Location = new System.Drawing.Point(276, 33); this.lblAlertRows.Name = "lblAlertRows"; this.lblAlertRows.Size = new System.Drawing.Size(56, 16); this.lblAlertRows.TabIndex = 21; this.lblAlertRows.Text = "0"; this.lblAlertRows.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblAlertGrids // this.lblAlertGrids.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblAlertGrids.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAlertGrids.Location = new System.Drawing.Point(190, 33); this.lblAlertGrids.Name = "lblAlertGrids"; this.lblAlertGrids.Size = new System.Drawing.Size(56, 16); this.lblAlertGrids.TabIndex = 20; this.lblAlertGrids.Text = "0"; this.lblAlertGrids.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(298, 8); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(34, 13); this.label4.TabIndex = 3; this.label4.Text = "Rows"; // // label3 // this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(215, 8); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(31, 13); this.label3.TabIndex = 2; this.label3.Text = "Grids"; // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(112, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(51, 13); this.label2.TabIndex = 1; this.label2.Text = "Windows"; // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(5, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(31, 13); this.label1.TabIndex = 0; this.label1.Text = "Type"; // // lblTopListsNumber // this.lblTopListsNumber.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblTopListsNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTopListsNumber.Location = new System.Drawing.Point(107, 87); this.lblTopListsNumber.Name = "lblTopListsNumber"; this.lblTopListsNumber.Size = new System.Drawing.Size(56, 16); this.lblTopListsNumber.TabIndex = 24; this.lblTopListsNumber.Text = "0"; this.lblTopListsNumber.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblTopListGrids // this.lblTopListGrids.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblTopListGrids.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTopListGrids.Location = new System.Drawing.Point(190, 87); this.lblTopListGrids.Name = "lblTopListGrids"; this.lblTopListGrids.Size = new System.Drawing.Size(56, 16); this.lblTopListGrids.TabIndex = 25; this.lblTopListGrids.Text = "0"; this.lblTopListGrids.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblBrokeragePlusTitle // this.lblBrokeragePlusTitle.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblBrokeragePlusTitle.AutoSize = true; this.lblBrokeragePlusTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblBrokeragePlusTitle.ForeColor = System.Drawing.Color.White; this.lblBrokeragePlusTitle.Location = new System.Drawing.Point(5, 116); this.lblBrokeragePlusTitle.Name = "lblBrokeragePlusTitle"; this.lblBrokeragePlusTitle.Size = new System.Drawing.Size(62, 13); this.lblBrokeragePlusTitle.TabIndex = 26; this.lblBrokeragePlusTitle.Text = "Brokerage+"; this.lblBrokeragePlusTitle.Click += new System.EventHandler(this.lblBrokeragePlusTitle_Click); // // lblBrokeragePlusNumber // this.lblBrokeragePlusNumber.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblBrokeragePlusNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblBrokeragePlusNumber.Location = new System.Drawing.Point(107, 114); this.lblBrokeragePlusNumber.Name = "lblBrokeragePlusNumber"; this.lblBrokeragePlusNumber.Size = new System.Drawing.Size(56, 16); this.lblBrokeragePlusNumber.TabIndex = 27; this.lblBrokeragePlusNumber.Text = "0"; this.lblBrokeragePlusNumber.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblBrokeragePlusRows // this.lblBrokeragePlusRows.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblBrokeragePlusRows.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblBrokeragePlusRows.Location = new System.Drawing.Point(276, 114); this.lblBrokeragePlusRows.Name = "lblBrokeragePlusRows"; this.lblBrokeragePlusRows.Size = new System.Drawing.Size(56, 16); this.lblBrokeragePlusRows.TabIndex = 29; this.lblBrokeragePlusRows.Text = "0"; this.lblBrokeragePlusRows.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblBrokeragePlusGrids // this.lblBrokeragePlusGrids.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblBrokeragePlusGrids.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblBrokeragePlusGrids.Location = new System.Drawing.Point(190, 114); this.lblBrokeragePlusGrids.Name = "lblBrokeragePlusGrids"; this.lblBrokeragePlusGrids.Size = new System.Drawing.Size(56, 16); this.lblBrokeragePlusGrids.TabIndex = 28; this.lblBrokeragePlusGrids.Text = "0"; this.lblBrokeragePlusGrids.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblSSWRows // this.lblSSWRows.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblSSWRows.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSSWRows.Location = new System.Drawing.Point(276, 142); this.lblSSWRows.Name = "lblSSWRows"; this.lblSSWRows.Size = new System.Drawing.Size(56, 16); this.lblSSWRows.TabIndex = 33; this.lblSSWRows.Text = "0"; this.lblSSWRows.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblSSWsTitle // this.lblSSWsTitle.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblSSWsTitle.AutoSize = true; this.lblSSWsTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSSWsTitle.ForeColor = System.Drawing.Color.White; this.lblSSWsTitle.Location = new System.Drawing.Point(5, 143); this.lblSSWsTitle.Name = "lblSSWsTitle"; this.lblSSWsTitle.Size = new System.Drawing.Size(37, 13); this.lblSSWsTitle.TabIndex = 30; this.lblSSWsTitle.Text = "SSWs"; this.lblSSWsTitle.Click += new System.EventHandler(this.lblSSWsTitle_Click); // // lblTimeRunningNumber // this.lblTimeRunningNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblTimeRunningNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTimeRunningNumber.Location = new System.Drawing.Point(270, 348); this.lblTimeRunningNumber.Name = "lblTimeRunningNumber"; this.lblTimeRunningNumber.Size = new System.Drawing.Size(74, 16); this.lblTimeRunningNumber.TabIndex = 22; this.lblTimeRunningNumber.Text = "0"; this.lblTimeRunningNumber.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblTimeRunningTitle // this.lblTimeRunningTitle.AutoSize = true; this.lblTimeRunningTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTimeRunningTitle.ForeColor = System.Drawing.Color.White; this.lblTimeRunningTitle.Location = new System.Drawing.Point(15, 348); this.lblTimeRunningTitle.Name = "lblTimeRunningTitle"; this.lblTimeRunningTitle.Size = new System.Drawing.Size(77, 13); this.lblTimeRunningTitle.TabIndex = 21; this.lblTimeRunningTitle.Text = "Running Since"; this.lblTimeRunningTitle.Click += new System.EventHandler(this.lblTimeRunningTitle_Click); // // lblAdditionalInfo // this.lblAdditionalInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblAdditionalInfo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblAdditionalInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAdditionalInfo.ForeColor = System.Drawing.Color.Black; this.lblAdditionalInfo.Location = new System.Drawing.Point(17, 396); this.lblAdditionalInfo.Name = "lblAdditionalInfo"; this.lblAdditionalInfo.Size = new System.Drawing.Size(326, 20); this.lblAdditionalInfo.TabIndex = 23; this.lblAdditionalInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblAdditionalInfo.Visible = false; // // lblMarketDataServiceTitle // this.lblMarketDataServiceTitle.AutoSize = true; this.lblMarketDataServiceTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMarketDataServiceTitle.ForeColor = System.Drawing.Color.White; this.lblMarketDataServiceTitle.Location = new System.Drawing.Point(15, 370); this.lblMarketDataServiceTitle.Name = "lblMarketDataServiceTitle"; this.lblMarketDataServiceTitle.Size = new System.Drawing.Size(185, 13); this.lblMarketDataServiceTitle.TabIndex = 24; this.lblMarketDataServiceTitle.Text = "Market Data Subscriptions/Messages"; // // lblMarketDataServiceNumber // this.lblMarketDataServiceNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblMarketDataServiceNumber.Cursor = System.Windows.Forms.Cursors.Hand; this.lblMarketDataServiceNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMarketDataServiceNumber.Location = new System.Drawing.Point(206, 370); this.lblMarketDataServiceNumber.Name = "lblMarketDataServiceNumber"; this.lblMarketDataServiceNumber.Size = new System.Drawing.Size(138, 17); this.lblMarketDataServiceNumber.TabIndex = 25; this.lblMarketDataServiceNumber.Tag = "Exclude"; this.lblMarketDataServiceNumber.Text = "0"; this.lblMarketDataServiceNumber.TextAlign = System.Drawing.ContentAlignment.TopRight; this.lblMarketDataServiceNumber.Click += new System.EventHandler(this.lblMarketDataServiceNumber_Click); // // formSnapper1 // this.formSnapper1.ContainerControl = this; this.formSnapper1.Enabled = false; this.formSnapper1.FamilyName = ""; this.formSnapper1.SnapDistance = 20; this.formSnapper1.Win10HeightAdjustment = 0; this.formSnapper1.Win10WidthAdjustment = 0; // // MonitorForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.DimGray; this.ClientSize = new System.Drawing.Size(356, 396); this.Controls.Add(this.lblMarketDataServiceNumber); this.Controls.Add(this.lblMarketDataServiceTitle); this.Controls.Add(this.lblAdditionalInfo); this.Controls.Add(this.lblTimeRunningNumber); this.Controls.Add(this.lblTimeRunningTitle); this.Controls.Add(this.tblWindows); this.Controls.Add(this.lblMemoryUsageNumber); this.Controls.Add(this.lblMemoryUsageTitle); this.Controls.Add(this.lblCPUUsageNumber); this.Controls.Add(this.lblCPUUsageTitle); this.Controls.Add(this.lblDockPanelWindowsNumber); this.Controls.Add(this.lblDockPanelWindowsTitle); this.Controls.Add(this.lblMinimizedWindowsNumber); this.Controls.Add(this.lblMinimizedWindowsTitle); this.Controls.Add(this.lblPinnedWindowsNumber); this.Controls.Add(this.lblPinnedWindowsTitle); this.Controls.Add(this.lblSymbolLinkingNumber); this.Controls.Add(this.lblSymbolLinkingTitle); this.Controls.Add(this.lblChartsNumber); this.Controls.Add(this.lblChartsTitle); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "MonitorForm"; this.Text = "Performance Monitor"; this.tblWindows.ResumeLayout(false); this.tblWindows.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblChartsTitle; private System.Windows.Forms.Label lblChartsNumber; private System.Windows.Forms.Label lblAlertsNumber; private System.Windows.Forms.Label lblAlertsTitle; private System.Windows.Forms.Label lblTopListRows; private System.Windows.Forms.Label lblTopListsTitle; private System.Windows.Forms.Label lblSymbolLinkingNumber; private System.Windows.Forms.Label lblSymbolLinkingTitle; private System.Windows.Forms.Label lblPinnedWindowsNumber; private System.Windows.Forms.Label lblPinnedWindowsTitle; private System.Windows.Forms.Label lblMinimizedWindowsNumber; private System.Windows.Forms.Label lblMinimizedWindowsTitle; private System.Windows.Forms.Label lblDockPanelWindowsNumber; private System.Windows.Forms.Label lblDockPanelWindowsTitle; private System.Windows.Forms.Label lblCPUUsageNumber; private System.Windows.Forms.Label lblCPUUsageTitle; private System.Windows.Forms.Label lblMemoryUsageNumber; private System.Windows.Forms.Label lblMemoryUsageTitle; private System.Windows.Forms.Label lblPriceAlertsNumber; private System.Windows.Forms.Label lblPriceAlertsTitle; private System.Windows.Forms.TableLayoutPanel tblWindows; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblPriceAlertRows; private System.Windows.Forms.Label lblPriceAlertGrids; private System.Windows.Forms.Label lblAlertRows; private System.Windows.Forms.Label lblAlertGrids; private System.Windows.Forms.Label lblTopListGrids; private System.Windows.Forms.Label lblTopListsNumber; private System.Windows.Forms.Label lblTimeRunningNumber; private System.Windows.Forms.Label lblTimeRunningTitle; private System.Windows.Forms.Label lblBrokeragePlusTitle; private System.Windows.Forms.Label lblBrokeragePlusGrids; private System.Windows.Forms.Label lblBrokeragePlusNumber; private System.Windows.Forms.Label lblBrokeragePlusRows; private Informacija.FormSnapper formSnapper1; private System.Windows.Forms.Label lblSSWsTitle; private System.Windows.Forms.Label lblSSWGrids; private System.Windows.Forms.Label lblSSWsNumber; private System.Windows.Forms.Label lblSSWRows; private System.Windows.Forms.Label lblAdditionalInfo; private System.Windows.Forms.Label lblMarketDataServiceNumber; private System.Windows.Forms.Label lblMarketDataServiceTitle; } }