namespace TIProAutoTradeExtension
{
partial class ExecutionsGrid
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.tableLayoutPanel1 = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.comboBoxAccounts = new System.Windows.Forms.ComboBox();
this.comboBoxCheckedList = new System.Windows.Forms.ComboBox();
this.chkPinned = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToOrderColumns = true;
this.dataGridView1.AllowUserToResizeRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dataGridView1.Location = new System.Drawing.Point(3, 30);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(684, 255);
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.Click += new System.EventHandler(this.dataGridView1_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79)))));
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.Size = new System.Drawing.Size(690, 288);
this.tableLayoutPanel1.TabIndex = 1;
//
// 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.comboBoxAccounts);
this.flowLayoutPanel1.Controls.Add(this.comboBoxCheckedList);
this.flowLayoutPanel1.Controls.Add(this.chkPinned);
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(690, 27);
this.flowLayoutPanel1.TabIndex = 2;
//
// comboBoxAccounts
//
this.comboBoxAccounts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxAccounts.FormattingEnabled = true;
this.comboBoxAccounts.Location = new System.Drawing.Point(3, 3);
this.comboBoxAccounts.Name = "comboBoxAccounts";
this.comboBoxAccounts.Size = new System.Drawing.Size(152, 21);
this.comboBoxAccounts.TabIndex = 1;
this.comboBoxAccounts.SelectedIndexChanged += new System.EventHandler(this.comboBoxAccounts_SelectedIndexChanged);
//
// comboBoxCheckedList
//
this.comboBoxCheckedList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxCheckedList.FormattingEnabled = true;
this.comboBoxCheckedList.Items.AddRange(new object[] {
"All Strategies"});
this.comboBoxCheckedList.Location = new System.Drawing.Point(161, 3);
this.comboBoxCheckedList.Name = "comboBoxCheckedList";
this.comboBoxCheckedList.Size = new System.Drawing.Size(152, 21);
this.comboBoxCheckedList.TabIndex = 2;
this.comboBoxCheckedList.Click += new System.EventHandler(this.comboBoxCheckedList_Click);
//
// chkPinned
//
this.chkPinned.AutoSize = true;
this.chkPinned.Dock = System.Windows.Forms.DockStyle.Fill;
this.chkPinned.ForeColor = System.Drawing.Color.White;
this.chkPinned.Location = new System.Drawing.Point(319, 3);
this.chkPinned.Name = "chkPinned";
this.chkPinned.Size = new System.Drawing.Size(59, 21);
this.chkPinned.TabIndex = 3;
this.chkPinned.Text = "Pinned";
this.chkPinned.UseVisualStyleBackColor = true;
this.chkPinned.Visible = false;
this.chkPinned.CheckedChanged += new System.EventHandler(this.chkPinned_CheckedChanged);
//
// ExecutionsGrid
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "ExecutionsGrid";
this.Size = new System.Drawing.Size(690, 288);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private DBLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.ComboBox comboBoxAccounts;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.ComboBox comboBoxCheckedList;
private System.Windows.Forms.CheckBox chkPinned;
}
}