namespace TradeIdeas.TIProGUI { partial class TopListForm { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TopListForm)); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint1 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 50D); System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 50D); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.realTimeStockRaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.showTreemapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.configureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.historyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.liveDuringMarketHoursToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.liveAlwaysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.useHistoricalDateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.setRecordCountToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sendSymbolToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dummyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.symbolLinkingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.freezeToolStripMenuItem1 = 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.showStrategiesStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.showTreemapSortMenu = new System.Windows.Forms.ToolStripMenuItem(); this.showScoreCylinderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.textHeadersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.selectColorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.smallBordersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.graphicalIndicatorToolStripMenuItem = 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.collaborateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveContentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.showChromeDevToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.formSnapper1 = new Informacija.FormSnapper(this.components); this.pnlHider = new System.Windows.Forms.Panel(); this.picBoxHide = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelStrategies = new System.Windows.Forms.TableLayoutPanel(); this.elementHost2 = new System.Windows.Forms.Integration.ElementHost(); this.cbmColumns = new TradeIdeas.TIProGUI.ComboMenu(); this.elementHost1 = new System.Windows.Forms.Integration.ElementHost(); this.comboMenu = new TradeIdeas.TIProGUI.ComboMenu(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); 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.pnlHider.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBoxHide)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanelStrategies.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); this.pnlMarketing.SuspendLayout(); this.SuspendLayout(); // // 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.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.RowTemplate.Height = 18; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(480, 310); 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.ColumnDisplayIndexChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.dataGridView1_ColumnDisplayIndexChanged); this.dataGridView1.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.dataGridView1_ColumnWidthChanged); this.dataGridView1.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowEnter); this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint); this.dataGridView1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.dataGridView1_Scroll); this.dataGridView1.ClientSizeChanged += new System.EventHandler(this.dataGridView1_ClientSizeChanged); this.dataGridView1.Paint += new System.Windows.Forms.PaintEventHandler(this.dataGridView1_Paint); this.dataGridView1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyUp); this.dataGridView1.Resize += new System.EventHandler(this.dataGridView1_Resize); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.realTimeStockRaceToolStripMenuItem, this.showTreemapToolStripMenuItem, this.toolStripSeparator3, this.configureToolStripMenuItem, this.historyToolStripMenuItem, this.sendSymbolToToolStripMenuItem, this.symbolLinkingToolStripMenuItem, this.freezeToolStripMenuItem1, this.duplicateToolStripMenuItem, this.toolStripSeparator1, this.propertiesToolStripMenuItem, this.resizeColumns, this.pinnedToolStripMenuItem, this.toolStripSeparator2, this.saveToCloudToolStripMenuItem, this.collaborateToolStripMenuItem, this.saveAsToolStripMenuItem, this.saveContentsToolStripMenuItem, this.saveAsDefaultToolStripMenuItem, this.showChromeDevToolsToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(230, 418); this.contextMenuStrip1.Closing += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.contextMenuStrip1_Closing); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // realTimeStockRaceToolStripMenuItem // this.realTimeStockRaceToolStripMenuItem.Name = "realTimeStockRaceToolStripMenuItem"; this.realTimeStockRaceToolStripMenuItem.Size = new System.Drawing.Size(229, 22); this.realTimeStockRaceToolStripMenuItem.Text = "Launch Real-Time Stock Race"; this.realTimeStockRaceToolStripMenuItem.Click += new System.EventHandler(this.realTimeStockRaceToolStripMenuItem_Click); // // showTreemapToolStripMenuItem // this.showTreemapToolStripMenuItem.CheckOnClick = true; this.showTreemapToolStripMenuItem.Name = "showTreemapToolStripMenuItem"; this.showTreemapToolStripMenuItem.Size = new System.Drawing.Size(229, 22); this.showTreemapToolStripMenuItem.Text = "Show Treemap"; this.showTreemapToolStripMenuItem.Click += new System.EventHandler(this.showTreemapToolStripMenuItem_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(226, 6); // // configureToolStripMenuItem // this.configureToolStripMenuItem.Name = "configureToolStripMenuItem"; this.configureToolStripMenuItem.Size = new System.Drawing.Size(229, 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.liveDuringMarketHoursToolStripMenuItem, this.liveAlwaysToolStripMenuItem, this.useHistoricalDateToolStripMenuItem, this.setRecordCountToolStripMenuItem}); this.historyToolStripMenuItem.Name = "historyToolStripMenuItem"; this.historyToolStripMenuItem.Size = new System.Drawing.Size(229, 22); this.historyToolStripMenuItem.Tag = "TimeFrame"; this.historyToolStripMenuItem.Text = "Time Frame"; // // liveDuringMarketHoursToolStripMenuItem // this.liveDuringMarketHoursToolStripMenuItem.CheckOnClick = true; this.liveDuringMarketHoursToolStripMenuItem.Name = "liveDuringMarketHoursToolStripMenuItem"; this.liveDuringMarketHoursToolStripMenuItem.Size = new System.Drawing.Size(209, 22); this.liveDuringMarketHoursToolStripMenuItem.Text = "Live During Market Hours"; this.liveDuringMarketHoursToolStripMenuItem.Click += new System.EventHandler(this.liveDuringMarketHoursToolStripMenuItem_Click); // // liveAlwaysToolStripMenuItem // this.liveAlwaysToolStripMenuItem.CheckOnClick = true; this.liveAlwaysToolStripMenuItem.Name = "liveAlwaysToolStripMenuItem"; this.liveAlwaysToolStripMenuItem.Size = new System.Drawing.Size(209, 22); this.liveAlwaysToolStripMenuItem.Text = "Live Always"; this.liveAlwaysToolStripMenuItem.Click += new System.EventHandler(this.liveAlwaysToolStripMenuItem_Click); // // useHistoricalDateToolStripMenuItem // this.useHistoricalDateToolStripMenuItem.Name = "useHistoricalDateToolStripMenuItem"; this.useHistoricalDateToolStripMenuItem.Size = new System.Drawing.Size(209, 22); this.useHistoricalDateToolStripMenuItem.Text = "Use Historical Date..."; this.useHistoricalDateToolStripMenuItem.Click += new System.EventHandler(this.useHistoricalDateToolStripMenuItem_Click); // // setRecordCountToolStripMenuItem // this.setRecordCountToolStripMenuItem.Name = "setRecordCountToolStripMenuItem"; this.setRecordCountToolStripMenuItem.Size = new System.Drawing.Size(209, 22); this.setRecordCountToolStripMenuItem.Text = "Set Record Count"; this.setRecordCountToolStripMenuItem.Click += new System.EventHandler(this.setRecordCountToolStripMenuItem_Click); // // sendSymbolToToolStripMenuItem // this.sendSymbolToToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dummyToolStripMenuItem}); this.sendSymbolToToolStripMenuItem.Name = "sendSymbolToToolStripMenuItem"; this.sendSymbolToToolStripMenuItem.Size = new System.Drawing.Size(229, 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"; // // symbolLinkingToolStripMenuItem // this.symbolLinkingToolStripMenuItem.Name = "symbolLinkingToolStripMenuItem"; this.symbolLinkingToolStripMenuItem.Size = new System.Drawing.Size(229, 22); this.symbolLinkingToolStripMenuItem.Text = "Symbol Linking"; // // freezeToolStripMenuItem1 // this.freezeToolStripMenuItem1.CheckOnClick = true; this.freezeToolStripMenuItem1.Name = "freezeToolStripMenuItem1"; this.freezeToolStripMenuItem1.Size = new System.Drawing.Size(229, 22); this.freezeToolStripMenuItem1.Text = "Freeze"; this.freezeToolStripMenuItem1.Click += new System.EventHandler(this.freezeToolStripMenuItem1_Click); // // duplicateToolStripMenuItem // this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem"; this.duplicateToolStripMenuItem.Size = new System.Drawing.Size(229, 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(226, 6); // // propertiesToolStripMenuItem // this.propertiesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.showStrategiesStripMenuItem, this.showTreemapSortMenu, this.showScoreCylinderToolStripMenuItem, this.textHeadersToolStripMenuItem, this.selectColorsToolStripMenuItem, this.smallBordersToolStripMenuItem, this.graphicalIndicatorToolStripMenuItem}); this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem"; this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(229, 22); this.propertiesToolStripMenuItem.Text = "Properties"; // // showStrategiesStripMenuItem // this.showStrategiesStripMenuItem.Name = "showStrategiesStripMenuItem"; this.showStrategiesStripMenuItem.Size = new System.Drawing.Size(183, 22); this.showStrategiesStripMenuItem.Text = "Show Strategy Menu"; this.showStrategiesStripMenuItem.Click += new System.EventHandler(this.showStrategiesStripMenuItem_Click); // // showTreemapSortMenu // this.showTreemapSortMenu.Name = "showTreemapSortMenu"; this.showTreemapSortMenu.Size = new System.Drawing.Size(183, 22); this.showTreemapSortMenu.Text = "TreeMap Sort Menu"; this.showTreemapSortMenu.Click += new System.EventHandler(this.showColumnsStripMenu_Click); // // showScoreCylinderToolStripMenuItem // this.showScoreCylinderToolStripMenuItem.Name = "showScoreCylinderToolStripMenuItem"; this.showScoreCylinderToolStripMenuItem.Size = new System.Drawing.Size(183, 22); this.showScoreCylinderToolStripMenuItem.Text = "Show Cylinder Score"; this.showScoreCylinderToolStripMenuItem.Click += new System.EventHandler(this.showScoreCylinderToolStripMenuItem_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.textHeaderToolStripMenuItem_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.smallBordersToolStripMenuItem_Click); // // graphicalIndicatorToolStripMenuItem // this.graphicalIndicatorToolStripMenuItem.CheckOnClick = true; this.graphicalIndicatorToolStripMenuItem.Name = "graphicalIndicatorToolStripMenuItem"; this.graphicalIndicatorToolStripMenuItem.Size = new System.Drawing.Size(183, 22); this.graphicalIndicatorToolStripMenuItem.Text = "Graphical Indicator"; // // resizeColumns // this.resizeColumns.Name = "resizeColumns"; this.resizeColumns.Size = new System.Drawing.Size(229, 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(229, 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(226, 6); // // saveToCloudToolStripMenuItem // this.saveToCloudToolStripMenuItem.Name = "saveToCloudToolStripMenuItem"; this.saveToCloudToolStripMenuItem.Size = new System.Drawing.Size(229, 22); this.saveToCloudToolStripMenuItem.Tag = "SaveToCloud"; this.saveToCloudToolStripMenuItem.Text = "Save Or Share To Cloud..."; this.saveToCloudToolStripMenuItem.Click += new System.EventHandler(this.saveToCloudToolStripMenuItem_Click); // // collaborateToolStripMenuItem // this.collaborateToolStripMenuItem.Name = "collaborateToolStripMenuItem"; this.collaborateToolStripMenuItem.Size = new System.Drawing.Size(229, 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(229, 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(229, 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(229, 22); this.saveAsDefaultToolStripMenuItem.Text = "Save As Default"; this.saveAsDefaultToolStripMenuItem.Click += new System.EventHandler(this.saveAsDefaultToolStripMenuItem_Click); // // showChromeDevToolsToolStripMenuItem // this.showChromeDevToolsToolStripMenuItem.Name = "showChromeDevToolsToolStripMenuItem"; this.showChromeDevToolsToolStripMenuItem.Size = new System.Drawing.Size(229, 22); this.showChromeDevToolsToolStripMenuItem.Text = "Show Chrome Dev Tools"; this.showChromeDevToolsToolStripMenuItem.Visible = false; this.showChromeDevToolsToolStripMenuItem.Click += new System.EventHandler(this.showChromeDevToolsToolStripMenuItem_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; // // pnlHider // this.pnlHider.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.pnlHider.BackColor = System.Drawing.SystemColors.Control; this.pnlHider.Controls.Add(this.picBoxHide); this.pnlHider.Location = new System.Drawing.Point(450, 3); this.pnlHider.Name = "pnlHider"; this.pnlHider.Size = new System.Drawing.Size(27, 20); this.pnlHider.TabIndex = 2; // // 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(14, 8); this.picBoxHide.Name = "picBoxHide"; this.picBoxHide.Size = new System.Drawing.Size(10, 22); this.picBoxHide.TabIndex = 0; this.picBoxHide.TabStop = false; this.picBoxHide.Click += new System.EventHandler(this.picBoxHide_Click); // // tableLayoutPanel1 // 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.chart1, 0, 2); 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 = 3; 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.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(480, 352); this.tableLayoutPanel1.TabIndex = 3; // // tableLayoutPanelStrategies // this.tableLayoutPanelStrategies.ColumnCount = 3; this.tableLayoutPanelStrategies.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanelStrategies.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanelStrategies.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelStrategies.Controls.Add(this.elementHost2, 0, 0); this.tableLayoutPanelStrategies.Controls.Add(this.pnlHider, 2, 0); this.tableLayoutPanelStrategies.Controls.Add(this.elementHost1, 0, 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(480, 26); this.tableLayoutPanelStrategies.TabIndex = 5; this.tableLayoutPanelStrategies.VisibleChanged += new System.EventHandler(this.tableLayoutPanelStrategies_VisibleChanged); // // elementHost2 // this.elementHost2.Dock = System.Windows.Forms.DockStyle.Fill; this.elementHost2.Location = new System.Drawing.Point(223, 0); this.elementHost2.Margin = new System.Windows.Forms.Padding(0); this.elementHost2.Name = "elementHost2"; this.elementHost2.Size = new System.Drawing.Size(223, 26); this.elementHost2.TabIndex = 3; this.elementHost2.Text = "elementHost2"; this.elementHost2.Child = this.cbmColumns; // // 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(223, 26); this.elementHost1.TabIndex = 1; this.elementHost1.Text = "elementHost1"; this.elementHost1.Child = this.comboMenu; // // chart1 // this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.chart1.BorderlineWidth = 0; this.chart1.BorderSkin.BorderWidth = 0; chartArea1.AlignmentOrientation = System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal; chartArea1.AxisX.IsMarginVisible = false; chartArea1.AxisX.LabelStyle.Enabled = false; chartArea1.AxisX.LineWidth = 0; chartArea1.AxisX.MajorGrid.Enabled = false; chartArea1.AxisX.MajorTickMark.Enabled = false; chartArea1.AxisX2.IsMarginVisible = false; chartArea1.AxisX2.LineWidth = 0; chartArea1.AxisY.IsMarginVisible = false; chartArea1.AxisY.LabelStyle.Enabled = false; chartArea1.AxisY.LineWidth = 0; chartArea1.AxisY.MajorGrid.Enabled = false; chartArea1.AxisY.MajorTickMark.Enabled = false; chartArea1.AxisY2.IsMarginVisible = false; chartArea1.AxisY2.LineWidth = 0; chartArea1.BorderColor = System.Drawing.Color.Transparent; chartArea1.BorderWidth = 0; chartArea1.InnerPlotPosition.Auto = false; chartArea1.InnerPlotPosition.Height = 100F; chartArea1.InnerPlotPosition.Width = 100F; chartArea1.Name = "ChartArea1"; chartArea1.Position.Auto = false; chartArea1.Position.Height = 100F; chartArea1.Position.Width = 100F; this.chart1.ChartAreas.Add(chartArea1); this.chart1.Location = new System.Drawing.Point(0, 336); this.chart1.Margin = new System.Windows.Forms.Padding(0); this.chart1.Name = "chart1"; series1.ChartArea = "ChartArea1"; series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedBar100; series1.Color = System.Drawing.Color.LimeGreen; series1.CustomProperties = "DrawingStyle=Cylinder"; series1.IsValueShownAsLabel = true; series1.IsVisibleInLegend = false; series1.Name = "High"; series1.Points.Add(dataPoint1); series2.ChartArea = "ChartArea1"; series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedBar100; series2.Color = System.Drawing.Color.Red; series2.CustomProperties = "DrawingStyle=Cylinder"; series2.IsValueShownAsLabel = true; series2.Name = "Low"; series2.Points.Add(dataPoint2); this.chart1.Series.Add(series1); this.chart1.Series.Add(series2); this.chart1.Size = new System.Drawing.Size(480, 16); this.chart1.TabIndex = 6; this.chart1.Text = "chart1"; this.chart1.Visible = false; this.chart1.VisibleChanged += new System.EventHandler(this.chart1_VisibleChanged); // // 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(480, 352); this.pnlMarketing.TabIndex = 4; // // 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.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.LinkColor = System.Drawing.Color.Blue; this.linkLabel.Location = new System.Drawing.Point(89, 122); 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(62, 20); this.lblMessage.MaximumSize = new System.Drawing.Size(350, 0); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(70, 25); this.lblMessage.TabIndex = 0; this.lblMessage.Text = "label1"; // // TopListForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(480, 352); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.pnlMarketing); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "TopListForm"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.TopListForm_FormClosed); this.Shown += new System.EventHandler(this.TopListForm_Shown); this.TextChanged += new System.EventHandler(this.TopListForm_TextChanged); this.VisibleChanged += new System.EventHandler(this.TopListForm_VisibleChanged); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.pnlHider.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picBoxHide)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanelStrategies.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); this.pnlMarketing.ResumeLayout(false); this.pnlMarketing.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem configureToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem collaborateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem duplicateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveContentsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveAsDefaultToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem resizeColumns; private System.Windows.Forms.ToolStripMenuItem freezeToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem saveToCloudToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem sendSymbolToToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dummyToolStripMenuItem; private Informacija.FormSnapper formSnapper1; 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.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelStrategies; private System.Windows.Forms.DataVisualization.Charting.Chart chart1; private System.Windows.Forms.ToolStripMenuItem pinnedToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem historyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem liveAlwaysToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem liveDuringMarketHoursToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem useHistoricalDateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem setRecordCountToolStripMenuItem; private CustomPanel pnlMarketing; private System.Windows.Forms.Label lblMessage; private System.Windows.Forms.LinkLabel lblGoBack; private System.Windows.Forms.LinkLabel linkLabel; private System.Windows.Forms.ToolStripMenuItem propertiesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem showStrategiesStripMenuItem; private System.Windows.Forms.ToolStripMenuItem showScoreCylinderToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem textHeadersToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem selectColorsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem smallBordersToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem graphicalIndicatorToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem symbolLinkingToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem realTimeStockRaceToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem showChromeDevToolsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem showTreemapToolStripMenuItem; private System.Windows.Forms.Integration.ElementHost elementHost2; private ComboMenu cbmColumns; private System.Windows.Forms.ToolStripMenuItem showTreemapSortMenu; } }