namespace TIProAutoTradeExtension { partial class HollyGrid { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HollyGrid)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.editLongTradingInstructionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editReenterLongTradingInstructionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editShortTradingInstructionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editReenterShortTradingInstructionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.enableSelectedStrategyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.disableSelectedStrategyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.columnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pinnedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.labelSelect = new System.Windows.Forms.Label(); this.checkBoxSelectLong = new System.Windows.Forms.CheckBox(); this.checkBoxSelectShort = new System.Windows.Forms.CheckBox(); this.labelReentriesEnabled = new System.Windows.Forms.Label(); this.checkBoxLongReentriesEnabled = new System.Windows.Forms.CheckBox(); this.checkBoxShortReentriesEnabled = new System.Windows.Forms.CheckBox(); this.pnlMarketing = new TradeIdeas.TIProGUI.CustomPanel(); this.customPanel1 = new TradeIdeas.TIProGUI.CustomPanel(); this.lblMessage = new System.Windows.Forms.Label(); this.linkLabel = new System.Windows.Forms.LinkLabel(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.pnlMarketing.SuspendLayout(); this.customPanel1.SuspendLayout(); this.SuspendLayout(); // // 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.flowLayoutPanel1, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(661, 370); this.tableLayoutPanel1.TabIndex = 1; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToResizeRows = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.dataGridView1.Location = new System.Drawing.Point(0, 30); this.dataGridView1.Margin = new System.Windows.Forms.Padding(0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowTemplate.Height = 28; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(661, 340); this.dataGridView1.TabIndex = 1; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick); this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick); this.dataGridView1.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDown); this.dataGridView1.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellMouseEnter); this.dataGridView1.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellMouseLeave); this.dataGridView1.Click += new System.EventHandler(this.dataGridView1_Click); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.editLongTradingInstructionsToolStripMenuItem, this.editReenterLongTradingInstructionsToolStripMenuItem, this.editShortTradingInstructionsToolStripMenuItem, this.editReenterShortTradingInstructionsToolStripMenuItem, this.enableSelectedStrategyToolStripMenuItem, this.disableSelectedStrategyToolStripMenuItem, this.toolStripSeparator1, this.columnsToolStripMenuItem, this.pinnedToolStripMenuItem, this.saveAsDefaultToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(285, 208); // // editLongTradingInstructionsToolStripMenuItem // this.editLongTradingInstructionsToolStripMenuItem.Name = "editLongTradingInstructionsToolStripMenuItem"; this.editLongTradingInstructionsToolStripMenuItem.Size = new System.Drawing.Size(284, 22); this.editLongTradingInstructionsToolStripMenuItem.Text = "Edit Long Trading Instructions..."; this.editLongTradingInstructionsToolStripMenuItem.Click += new System.EventHandler(this.editLongTradingInstructionsToolStripMenuItem_Click); // // editReenterLongTradingInstructionsToolStripMenuItem // this.editReenterLongTradingInstructionsToolStripMenuItem.Name = "editReenterLongTradingInstructionsToolStripMenuItem"; this.editReenterLongTradingInstructionsToolStripMenuItem.Size = new System.Drawing.Size(284, 22); this.editReenterLongTradingInstructionsToolStripMenuItem.Text = "Edit Reenter Long Trading Instructions..."; this.editReenterLongTradingInstructionsToolStripMenuItem.Click += new System.EventHandler(this.editReenterLongTradingInstructionsToolStripMenuItem_Click); // // editShortTradingInstructionsToolStripMenuItem // this.editShortTradingInstructionsToolStripMenuItem.Name = "editShortTradingInstructionsToolStripMenuItem"; this.editShortTradingInstructionsToolStripMenuItem.Size = new System.Drawing.Size(284, 22); this.editShortTradingInstructionsToolStripMenuItem.Text = "Edit Short Trading Instructions..."; this.editShortTradingInstructionsToolStripMenuItem.Click += new System.EventHandler(this.editShortTradingInstructionsToolStripMenuItem_Click); // // editReenterShortTradingInstructionsToolStripMenuItem // this.editReenterShortTradingInstructionsToolStripMenuItem.Name = "editReenterShortTradingInstructionsToolStripMenuItem"; this.editReenterShortTradingInstructionsToolStripMenuItem.Size = new System.Drawing.Size(284, 22); this.editReenterShortTradingInstructionsToolStripMenuItem.Text = "Edit Reenter Short Trading Instructions..."; this.editReenterShortTradingInstructionsToolStripMenuItem.Click += new System.EventHandler(this.editReenterShortTradingInstructionsToolStripMenuItem_Click); // // enableSelectedStrategyToolStripMenuItem // this.enableSelectedStrategyToolStripMenuItem.Enabled = false; this.enableSelectedStrategyToolStripMenuItem.Name = "enableSelectedStrategyToolStripMenuItem"; this.enableSelectedStrategyToolStripMenuItem.Size = new System.Drawing.Size(284, 22); this.enableSelectedStrategyToolStripMenuItem.Text = "Enable Selected Strategy"; this.enableSelectedStrategyToolStripMenuItem.Click += new System.EventHandler(this.enableSelectedStrategyToolStripMenuItem_Click); // // disableSelectedStrategyToolStripMenuItem // this.disableSelectedStrategyToolStripMenuItem.Enabled = false; this.disableSelectedStrategyToolStripMenuItem.Name = "disableSelectedStrategyToolStripMenuItem"; this.disableSelectedStrategyToolStripMenuItem.Size = new System.Drawing.Size(284, 22); this.disableSelectedStrategyToolStripMenuItem.Text = "Disable Selected Strategy"; this.disableSelectedStrategyToolStripMenuItem.Click += new System.EventHandler(this.disableSelectedStrategyToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(281, 6); // // columnsToolStripMenuItem // this.columnsToolStripMenuItem.Name = "columnsToolStripMenuItem"; this.columnsToolStripMenuItem.Size = new System.Drawing.Size(284, 22); this.columnsToolStripMenuItem.Text = "Columns..."; this.columnsToolStripMenuItem.Click += new System.EventHandler(this.columnsToolStripMenuItem_Click); // // pinnedToolStripMenuItem // this.pinnedToolStripMenuItem.CheckOnClick = true; this.pinnedToolStripMenuItem.Name = "pinnedToolStripMenuItem"; this.pinnedToolStripMenuItem.Size = new System.Drawing.Size(284, 22); this.pinnedToolStripMenuItem.Text = "Pinned"; this.pinnedToolStripMenuItem.Click += new System.EventHandler(this.pinnedToolStripMenuItem_Click); // // saveAsDefaultToolStripMenuItem // this.saveAsDefaultToolStripMenuItem.Name = "saveAsDefaultToolStripMenuItem"; this.saveAsDefaultToolStripMenuItem.Size = new System.Drawing.Size(284, 22); this.saveAsDefaultToolStripMenuItem.Text = "Save as Default"; this.saveAsDefaultToolStripMenuItem.Click += new System.EventHandler(this.saveAsDefaultToolStripMenuItem_Click); // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79))))); this.flowLayoutPanel1.Controls.Add(this.labelSelect); this.flowLayoutPanel1.Controls.Add(this.checkBoxSelectLong); this.flowLayoutPanel1.Controls.Add(this.checkBoxSelectShort); this.flowLayoutPanel1.Controls.Add(this.labelReentriesEnabled); this.flowLayoutPanel1.Controls.Add(this.checkBoxLongReentriesEnabled); this.flowLayoutPanel1.Controls.Add(this.checkBoxShortReentriesEnabled); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(661, 30); this.flowLayoutPanel1.TabIndex = 2; // // labelSelect // this.labelSelect.AutoSize = true; this.labelSelect.Dock = System.Windows.Forms.DockStyle.Fill; this.labelSelect.ForeColor = System.Drawing.Color.White; this.labelSelect.Location = new System.Drawing.Point(2, 0); this.labelSelect.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelSelect.Name = "labelSelect"; this.labelSelect.Size = new System.Drawing.Size(40, 30); this.labelSelect.TabIndex = 2; this.labelSelect.Text = "Select:"; this.labelSelect.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // checkBoxSelectLong // this.checkBoxSelectLong.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79))))); this.checkBoxSelectLong.ForeColor = System.Drawing.Color.White; this.checkBoxSelectLong.Location = new System.Drawing.Point(47, 3); this.checkBoxSelectLong.Name = "checkBoxSelectLong"; this.checkBoxSelectLong.Size = new System.Drawing.Size(54, 24); this.checkBoxSelectLong.TabIndex = 4; this.checkBoxSelectLong.Text = "Long"; this.checkBoxSelectLong.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxSelectLong.UseVisualStyleBackColor = false; this.checkBoxSelectLong.CheckStateChanged += new System.EventHandler(this.checkBoxSelectLong_CheckStateChanged); // // checkBoxSelectShort // this.checkBoxSelectShort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79))))); this.checkBoxSelectShort.ForeColor = System.Drawing.Color.White; this.checkBoxSelectShort.Location = new System.Drawing.Point(107, 3); this.checkBoxSelectShort.Name = "checkBoxSelectShort"; this.checkBoxSelectShort.Size = new System.Drawing.Size(54, 24); this.checkBoxSelectShort.TabIndex = 5; this.checkBoxSelectShort.Text = "Short"; this.checkBoxSelectShort.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxSelectShort.UseVisualStyleBackColor = false; this.checkBoxSelectShort.CheckStateChanged += new System.EventHandler(this.checkBoxSelectShort_CheckStateChanged); // // labelReentriesEnabled // this.labelReentriesEnabled.AutoSize = true; this.labelReentriesEnabled.Dock = System.Windows.Forms.DockStyle.Fill; this.labelReentriesEnabled.ForeColor = System.Drawing.Color.White; this.labelReentriesEnabled.Location = new System.Drawing.Point(166, 0); this.labelReentriesEnabled.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelReentriesEnabled.Name = "labelReentriesEnabled"; this.labelReentriesEnabled.Padding = new System.Windows.Forms.Padding(17, 0, 0, 0); this.labelReentriesEnabled.Size = new System.Drawing.Size(114, 30); this.labelReentriesEnabled.TabIndex = 6; this.labelReentriesEnabled.Text = "Reentries Enabled:"; this.labelReentriesEnabled.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // checkBoxLongReentriesEnabled // this.checkBoxLongReentriesEnabled.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79))))); this.checkBoxLongReentriesEnabled.ForeColor = System.Drawing.Color.White; this.checkBoxLongReentriesEnabled.Location = new System.Drawing.Point(285, 3); this.checkBoxLongReentriesEnabled.Name = "checkBoxLongReentriesEnabled"; this.checkBoxLongReentriesEnabled.Size = new System.Drawing.Size(54, 24); this.checkBoxLongReentriesEnabled.TabIndex = 7; this.checkBoxLongReentriesEnabled.Text = "Long"; this.checkBoxLongReentriesEnabled.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxLongReentriesEnabled.UseVisualStyleBackColor = false; // // checkBoxShortReentriesEnabled // this.checkBoxShortReentriesEnabled.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79))))); this.checkBoxShortReentriesEnabled.ForeColor = System.Drawing.Color.White; this.checkBoxShortReentriesEnabled.Location = new System.Drawing.Point(345, 3); this.checkBoxShortReentriesEnabled.Name = "checkBoxShortReentriesEnabled"; this.checkBoxShortReentriesEnabled.Size = new System.Drawing.Size(54, 24); this.checkBoxShortReentriesEnabled.TabIndex = 8; this.checkBoxShortReentriesEnabled.Text = "Short"; this.checkBoxShortReentriesEnabled.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBoxShortReentriesEnabled.UseVisualStyleBackColor = false; // // pnlMarketing // this.pnlMarketing.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlMarketing.BackgroundImage"))); this.pnlMarketing.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pnlMarketing.Controls.Add(this.customPanel1); this.pnlMarketing.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlMarketing.Location = new System.Drawing.Point(0, 0); this.pnlMarketing.Margin = new System.Windows.Forms.Padding(2); this.pnlMarketing.Name = "pnlMarketing"; this.pnlMarketing.Size = new System.Drawing.Size(661, 370); this.pnlMarketing.TabIndex = 4; // // customPanel1 // this.customPanel1.Anchor = System.Windows.Forms.AnchorStyles.None; this.customPanel1.BackColor = System.Drawing.Color.Transparent; this.customPanel1.Controls.Add(this.lblMessage); this.customPanel1.Controls.Add(this.linkLabel); this.customPanel1.Location = new System.Drawing.Point(50, 114); this.customPanel1.Margin = new System.Windows.Forms.Padding(2); this.customPanel1.Name = "customPanel1"; this.customPanel1.Size = new System.Drawing.Size(560, 142); this.customPanel1.TabIndex = 4; // // lblMessage // 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(122, 35); 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"; // // linkLabel // this.linkLabel.AutoSize = true; this.linkLabel.BackColor = System.Drawing.Color.Transparent; this.linkLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel.Location = new System.Drawing.Point(232, 87); 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); // // HollyGrid // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.pnlMarketing); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "HollyGrid"; this.Size = new System.Drawing.Size(661, 370); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.pnlMarketing.ResumeLayout(false); this.customPanel1.ResumeLayout(false); this.customPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem editLongTradingInstructionsToolStripMenuItem; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.ToolStripMenuItem editShortTradingInstructionsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem enableSelectedStrategyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem disableSelectedStrategyToolStripMenuItem; private System.Windows.Forms.Label labelSelect; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem columnsToolStripMenuItem; private TradeIdeas.TIProGUI.CustomPanel pnlMarketing; private System.Windows.Forms.CheckBox checkBoxSelectLong; private System.Windows.Forms.CheckBox checkBoxSelectShort; private System.Windows.Forms.ToolStripMenuItem pinnedToolStripMenuItem; private TradeIdeas.TIProGUI.CustomPanel customPanel1; private System.Windows.Forms.Label lblMessage; private System.Windows.Forms.LinkLabel linkLabel; private System.Windows.Forms.ToolStripMenuItem editReenterLongTradingInstructionsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem editReenterShortTradingInstructionsToolStripMenuItem; private System.Windows.Forms.Label labelReentriesEnabled; private System.Windows.Forms.CheckBox checkBoxLongReentriesEnabled; private System.Windows.Forms.CheckBox checkBoxShortReentriesEnabled; private System.Windows.Forms.ToolStripMenuItem saveAsDefaultToolStripMenuItem; } }