namespace MarketExplorer
{
partial class MarketExplorer
{
///
/// 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(MarketExplorer));
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.chooseWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showTreemapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showTreemapSortOptionsMenuItem = 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.columnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.duplicateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.launchRealTimeStockRaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.pinnedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showStatusLineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.saveToCloudToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveResultsAsCSVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparatorAdminFunctions = new System.Windows.Forms.ToolStripSeparator();
this.configureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.modifyColumnParametersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addNewColumnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.runToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.restarttoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.getLayoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.getPrototypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemQueueBackoffice = new System.Windows.Forms.ToolStripMenuItem();
this.showChromeDevToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panelHelp = new TradeIdeas.TIProGUI.CustomPanel();
this.linkLabel = new System.Windows.Forms.LinkLabel();
this.labelMessage = new System.Windows.Forms.Label();
this.flowLayoutPanelStatus = new System.Windows.Forms.FlowLayoutPanel();
this.labelStatus = new System.Windows.Forms.Label();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.pnlHider = new System.Windows.Forms.Panel();
this.picBoxHide = new System.Windows.Forms.PictureBox();
this.comboSortOptions = new System.Windows.Forms.ComboBox();
this.sortFielLabel = new System.Windows.Forms.Label();
this.sortDirectionLabel = new System.Windows.Forms.Label();
this.formSnapper1 = new Informacija.FormSnapper(this.components);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panelHelp.SuspendLayout();
this.flowLayoutPanelStatus.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.pnlHider.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picBoxHide)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
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, 18);
this.dataGridView1.Margin = new System.Windows.Forms.Padding(0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowHeadersWidth = 62;
this.dataGridView1.Size = new System.Drawing.Size(384, 46);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellClick);
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.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_RowEnter);
this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DataGridView1_KeyDown);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.chooseWindowToolStripMenuItem,
this.showTreemapToolStripMenuItem,
this.showTreemapSortOptionsMenuItem,
this.sendSymbolToToolStripMenuItem,
this.symbolLinkingToolStripMenuItem,
this.columnsToolStripMenuItem,
this.duplicateToolStripMenuItem,
this.launchRealTimeStockRaceToolStripMenuItem,
this.toolStripSeparator2,
this.pinnedToolStripMenuItem,
this.showStatusLineToolStripMenuItem,
this.toolStripSeparator1,
this.saveToCloudToolStripMenuItem,
this.saveAsToolStripMenuItem,
this.saveResultsAsCSVToolStripMenuItem,
this.toolStripSeparatorAdminFunctions,
this.configureToolStripMenuItem,
this.modifyColumnParametersToolStripMenuItem,
this.addNewColumnToolStripMenuItem,
this.runToolStripMenuItem,
this.restarttoolStripMenuItem,
this.getLayoutToolStripMenuItem,
this.getPrototypeToolStripMenuItem,
this.toolStripMenuItemQueueBackoffice,
this.showChromeDevToolsToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(230, 506);
//
// chooseWindowToolStripMenuItem
//
this.chooseWindowToolStripMenuItem.Name = "chooseWindowToolStripMenuItem";
this.chooseWindowToolStripMenuItem.Size = new System.Drawing.Size(229, 22);
this.chooseWindowToolStripMenuItem.Text = "Select Strategy";
//
// 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);
//
// showTreemapSortOptionsMenuItem
//
this.showTreemapSortOptionsMenuItem.Name = "showTreemapSortOptionsMenuItem";
this.showTreemapSortOptionsMenuItem.Size = new System.Drawing.Size(229, 22);
this.showTreemapSortOptionsMenuItem.Text = "Show Treemap Sort Options";
this.showTreemapSortOptionsMenuItem.Click += new System.EventHandler(this.showTreemapSortOptionsMenuItem_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";
//
// columnsToolStripMenuItem
//
this.columnsToolStripMenuItem.Name = "columnsToolStripMenuItem";
this.columnsToolStripMenuItem.Size = new System.Drawing.Size(229, 22);
this.columnsToolStripMenuItem.Text = "Columns...";
this.columnsToolStripMenuItem.Click += new System.EventHandler(this.ColumnsToolStripMenuItem_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);
//
// launchRealTimeStockRaceToolStripMenuItem
//
this.launchRealTimeStockRaceToolStripMenuItem.Name = "launchRealTimeStockRaceToolStripMenuItem";
this.launchRealTimeStockRaceToolStripMenuItem.Size = new System.Drawing.Size(229, 22);
this.launchRealTimeStockRaceToolStripMenuItem.Text = "Launch Real-Time Stock Race";
this.launchRealTimeStockRaceToolStripMenuItem.Click += new System.EventHandler(this.launchRealTimeStockRaceToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(226, 6);
//
// pinnedToolStripMenuItem
//
this.pinnedToolStripMenuItem.Checked = true;
this.pinnedToolStripMenuItem.CheckOnClick = true;
this.pinnedToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
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);
//
// showStatusLineToolStripMenuItem
//
this.showStatusLineToolStripMenuItem.Checked = true;
this.showStatusLineToolStripMenuItem.CheckOnClick = true;
this.showStatusLineToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.showStatusLineToolStripMenuItem.Name = "showStatusLineToolStripMenuItem";
this.showStatusLineToolStripMenuItem.Size = new System.Drawing.Size(229, 22);
this.showStatusLineToolStripMenuItem.Text = "Show Status Line";
this.showStatusLineToolStripMenuItem.Click += new System.EventHandler(this.showStatusLineToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(226, 6);
//
// saveToCloudToolStripMenuItem
//
this.saveToCloudToolStripMenuItem.Name = "saveToCloudToolStripMenuItem";
this.saveToCloudToolStripMenuItem.Size = new System.Drawing.Size(229, 22);
this.saveToCloudToolStripMenuItem.Text = "Save or Share to Cloud...";
this.saveToCloudToolStripMenuItem.Click += new System.EventHandler(this.saveToCloudToolStripMenuItem_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);
//
// saveResultsAsCSVToolStripMenuItem
//
this.saveResultsAsCSVToolStripMenuItem.Name = "saveResultsAsCSVToolStripMenuItem";
this.saveResultsAsCSVToolStripMenuItem.Size = new System.Drawing.Size(229, 22);
this.saveResultsAsCSVToolStripMenuItem.Text = "Save Results As CSV...";
this.saveResultsAsCSVToolStripMenuItem.Click += new System.EventHandler(this.SaveResultsAsCSVToolStripMenuItem_Click);
//
// toolStripSeparatorAdminFunctions
//
this.toolStripSeparatorAdminFunctions.Name = "toolStripSeparatorAdminFunctions";
this.toolStripSeparatorAdminFunctions.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);
//
// modifyColumnParametersToolStripMenuItem
//
this.modifyColumnParametersToolStripMenuItem.Name = "modifyColumnParametersToolStripMenuItem";
this.modifyColumnParametersToolStripMenuItem.Size = new System.Drawing.Size(229, 22);
this.modifyColumnParametersToolStripMenuItem.Text = "Modify Column Parameters...";
this.modifyColumnParametersToolStripMenuItem.Click += new System.EventHandler(this.ModifyColumnParametersToolStripMenuItem_Click);
//
// addNewColumnToolStripMenuItem
//
this.addNewColumnToolStripMenuItem.Name = "addNewColumnToolStripMenuItem";
this.addNewColumnToolStripMenuItem.Size = new System.Drawing.Size(229, 22);
this.addNewColumnToolStripMenuItem.Text = "Add New Column";
//
// runToolStripMenuItem
//
this.runToolStripMenuItem.Name = "runToolStripMenuItem";
this.runToolStripMenuItem.Size = new System.Drawing.Size(229, 22);
this.runToolStripMenuItem.Text = "Run Once";
this.runToolStripMenuItem.Click += new System.EventHandler(this.RunToolStripMenuItem_Click);
//
// restarttoolStripMenuItem
//
this.restarttoolStripMenuItem.Name = "restarttoolStripMenuItem";
this.restarttoolStripMenuItem.Size = new System.Drawing.Size(229, 22);
this.restarttoolStripMenuItem.Text = "Restart Updates";
this.restarttoolStripMenuItem.Click += new System.EventHandler(this.restarttoolStripMenuItem_Click);
//
// getLayoutToolStripMenuItem
//
this.getLayoutToolStripMenuItem.Name = "getLayoutToolStripMenuItem";
this.getLayoutToolStripMenuItem.Size = new System.Drawing.Size(229, 22);
this.getLayoutToolStripMenuItem.Text = "Copy Window Layout...";
this.getLayoutToolStripMenuItem.Click += new System.EventHandler(this.GetLayoutToolStripMenuItem_Click);
//
// getPrototypeToolStripMenuItem
//
this.getPrototypeToolStripMenuItem.Name = "getPrototypeToolStripMenuItem";
this.getPrototypeToolStripMenuItem.Size = new System.Drawing.Size(229, 22);
this.getPrototypeToolStripMenuItem.Text = "Copy Prototype...";
this.getPrototypeToolStripMenuItem.Click += new System.EventHandler(this.GetPrototypeToolStripMenuItem_Click);
//
// toolStripMenuItemQueueBackoffice
//
this.toolStripMenuItemQueueBackoffice.Name = "toolStripMenuItemQueueBackoffice";
this.toolStripMenuItemQueueBackoffice.Size = new System.Drawing.Size(229, 22);
this.toolStripMenuItemQueueBackoffice.Text = "Queue in Backoffice...";
this.toolStripMenuItemQueueBackoffice.Click += new System.EventHandler(this.toolStripMenuItemQueueBackoffice_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.showChromeDevToolsToolToolStripMenuItem_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.dataGridView1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.panelHelp, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanelStatus, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.Size = new System.Drawing.Size(384, 261);
this.tableLayoutPanel1.TabIndex = 1;
this.tableLayoutPanel1.VisibleChanged += new System.EventHandler(this.tableLayoutPanel1_VisibleChanged);
//
// panelHelp
//
this.panelHelp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79)))));
this.panelHelp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.panelHelp.ContextMenuStrip = this.contextMenuStrip1;
this.panelHelp.Controls.Add(this.linkLabel);
this.panelHelp.Controls.Add(this.labelMessage);
this.panelHelp.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelHelp.Location = new System.Drawing.Point(0, 64);
this.panelHelp.Margin = new System.Windows.Forms.Padding(0);
this.panelHelp.Name = "panelHelp";
this.panelHelp.Size = new System.Drawing.Size(384, 184);
this.panelHelp.TabIndex = 2;
//
// linkLabel
//
this.linkLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.linkLabel.AutoSize = true;
this.linkLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linkLabel.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.linkLabel.Location = new System.Drawing.Point(99, 46);
this.linkLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.linkLabel.Name = "linkLabel";
this.linkLabel.Size = new System.Drawing.Size(68, 16);
this.linkLabel.TabIndex = 1;
this.linkLabel.TabStop = true;
this.linkLabel.Text = "linkLabel1";
this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelHelp_LinkClicked);
//
// labelMessage
//
this.labelMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.labelMessage.AutoSize = true;
this.labelMessage.BackColor = System.Drawing.Color.Transparent;
this.labelMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelMessage.ForeColor = System.Drawing.Color.LightGray;
this.labelMessage.Location = new System.Drawing.Point(67, 6);
this.labelMessage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.labelMessage.Name = "labelMessage";
this.labelMessage.Size = new System.Drawing.Size(0, 16);
this.labelMessage.TabIndex = 0;
//
// flowLayoutPanelStatus
//
this.flowLayoutPanelStatus.AutoSize = true;
this.flowLayoutPanelStatus.Controls.Add(this.labelStatus);
this.flowLayoutPanelStatus.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanelStatus.Location = new System.Drawing.Point(0, 248);
this.flowLayoutPanelStatus.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanelStatus.Name = "flowLayoutPanelStatus";
this.flowLayoutPanelStatus.Size = new System.Drawing.Size(384, 13);
this.flowLayoutPanelStatus.TabIndex = 1;
//
// labelStatus
//
this.labelStatus.AutoSize = true;
this.labelStatus.Location = new System.Drawing.Point(2, 0);
this.labelStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.labelStatus.Name = "labelStatus";
this.labelStatus.Size = new System.Drawing.Size(35, 13);
this.labelStatus.TabIndex = 0;
this.labelStatus.Text = "label1";
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 4;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.Controls.Add(this.pnlHider, 3, 0);
this.tableLayoutPanel2.Controls.Add(this.comboSortOptions, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.sortFielLabel, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.sortDirectionLabel, 2, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(378, 12);
this.tableLayoutPanel2.TabIndex = 3;
//
// pnlHider
//
this.pnlHider.BackColor = System.Drawing.SystemColors.Control;
this.pnlHider.Controls.Add(this.picBoxHide);
this.pnlHider.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlHider.Location = new System.Drawing.Point(289, 3);
this.pnlHider.Name = "pnlHider";
this.pnlHider.Size = new System.Drawing.Size(86, 6);
this.pnlHider.TabIndex = 3;
//
// picBoxHide
//
this.picBoxHide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.picBoxHide.Image = ((System.Drawing.Image)(resources.GetObject("picBoxHide.Image")));
this.picBoxHide.Location = new System.Drawing.Point(73, -7);
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);
//
// comboSortOptions
//
this.comboSortOptions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboSortOptions.FormattingEnabled = true;
this.comboSortOptions.Location = new System.Drawing.Point(66, 3);
this.comboSortOptions.Name = "comboSortOptions";
this.comboSortOptions.Size = new System.Drawing.Size(176, 21);
this.comboSortOptions.TabIndex = 4;
this.comboSortOptions.SelectedIndexChanged += new System.EventHandler(this.comboSortOptions_SelectedIndexChanged);
//
// sortFielLabel
//
this.sortFielLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.sortFielLabel.AutoSize = true;
this.sortFielLabel.Location = new System.Drawing.Point(3, 0);
this.sortFielLabel.Name = "sortFielLabel";
this.sortFielLabel.Size = new System.Drawing.Size(57, 12);
this.sortFielLabel.TabIndex = 5;
this.sortFielLabel.Text = "Sorting by ";
//
// sortDirectionLabel
//
this.sortDirectionLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.sortDirectionLabel.AutoSize = true;
this.sortDirectionLabel.Location = new System.Drawing.Point(248, 0);
this.sortDirectionLabel.Name = "sortDirectionLabel";
this.sortDirectionLabel.Size = new System.Drawing.Size(35, 12);
this.sortDirectionLabel.TabIndex = 6;
this.sortDirectionLabel.Text = "label2";
//
// formSnapper1
//
this.formSnapper1.ContainerControl = this;
this.formSnapper1.Enabled = false;
this.formSnapper1.FamilyName = "";
this.formSnapper1.SnapDistance = 20;
this.formSnapper1.Win10HeightAdjustment = 0;
this.formSnapper1.Win10WidthAdjustment = 0;
//
// MarketExplorer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(384, 261);
this.Controls.Add(this.tableLayoutPanel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MarketExplorer";
this.Text = "MarketExplorer";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MarketExplorer_FormClosing);
this.TextChanged += new System.EventHandler(this.MarketExplorer_TextChanged);
this.Resize += new System.EventHandler(this.MarketExplorer_Resize);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.panelHelp.ResumeLayout(false);
this.panelHelp.PerformLayout();
this.flowLayoutPanelStatus.ResumeLayout(false);
this.flowLayoutPanelStatus.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.pnlHider.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picBoxHide)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem addNewColumnToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem runToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem configureToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem sendSymbolToToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem dummyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem showStatusLineToolStripMenuItem;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelStatus;
private System.Windows.Forms.Label labelStatus;
private System.Windows.Forms.ToolStripMenuItem duplicateToolStripMenuItem;
private Informacija.FormSnapper formSnapper1;
private System.Windows.Forms.ToolStripMenuItem modifyColumnParametersToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveToCloudToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem columnsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparatorAdminFunctions;
private System.Windows.Forms.ToolStripMenuItem getLayoutToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem getPrototypeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem chooseWindowToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemQueueBackoffice;
private System.Windows.Forms.ToolStripMenuItem pinnedToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem symbolLinkingToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveResultsAsCSVToolStripMenuItem;
private TradeIdeas.TIProGUI.CustomPanel panelHelp;
private System.Windows.Forms.LinkLabel linkLabel;
private System.Windows.Forms.Label labelMessage;
private System.Windows.Forms.ToolStripMenuItem launchRealTimeStockRaceToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem restarttoolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem showChromeDevToolsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem showTreemapToolStripMenuItem;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Panel pnlHider;
private System.Windows.Forms.PictureBox picBoxHide;
private System.Windows.Forms.ComboBox comboSortOptions;
private System.Windows.Forms.ToolStripMenuItem showTreemapSortOptionsMenuItem;
private System.Windows.Forms.Label sortFielLabel;
private System.Windows.Forms.Label sortDirectionLabel;
}
}