namespace TIProAutoTradeExtension
{
partial class MessagesGrid
{
///
/// 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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.closeTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.columnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tableLayoutPanel1 = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.comboBoxSources = new System.Windows.Forms.ComboBox();
this.labelFilter = new System.Windows.Forms.Label();
this.textBoxFilter = new System.Windows.Forms.TextBox();
this.chkPinned = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
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.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(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(734, 306);
this.dataGridView1.TabIndex = 0;
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.closeTabToolStripMenuItem,
this.columnsToolStripMenuItem,
this.saveAsDefaultToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(154, 70);
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
//
// closeTabToolStripMenuItem
//
this.closeTabToolStripMenuItem.Name = "closeTabToolStripMenuItem";
this.closeTabToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.closeTabToolStripMenuItem.Text = "Close Tab";
this.closeTabToolStripMenuItem.Visible = false;
this.closeTabToolStripMenuItem.Click += new System.EventHandler(this.closeTabToolStripMenuItem_Click);
//
// columnsToolStripMenuItem
//
this.columnsToolStripMenuItem.Name = "columnsToolStripMenuItem";
this.columnsToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.columnsToolStripMenuItem.Text = "Columns...";
this.columnsToolStripMenuItem.Click += new System.EventHandler(this.columnsToolStripMenuItem_Click);
//
// saveAsDefaultToolStripMenuItem
//
this.saveAsDefaultToolStripMenuItem.Name = "saveAsDefaultToolStripMenuItem";
this.saveAsDefaultToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.saveAsDefaultToolStripMenuItem.Text = "Save as Default";
this.saveAsDefaultToolStripMenuItem.Click += new System.EventHandler(this.saveAsDefaultToolStripMenuItem_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.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(740, 339);
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.comboBoxSources);
this.flowLayoutPanel1.Controls.Add(this.labelFilter);
this.flowLayoutPanel1.Controls.Add(this.textBoxFilter);
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(740, 27);
this.flowLayoutPanel1.TabIndex = 1;
//
// comboBoxSources
//
this.comboBoxSources.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxSources.FormattingEnabled = true;
this.comboBoxSources.Location = new System.Drawing.Point(3, 3);
this.comboBoxSources.Name = "comboBoxSources";
this.comboBoxSources.Size = new System.Drawing.Size(152, 21);
this.comboBoxSources.TabIndex = 5;
this.comboBoxSources.SelectedIndexChanged += new System.EventHandler(this.comboBoxSources_SelectedIndexChanged);
//
// labelFilter
//
this.labelFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.labelFilter.AutoSize = true;
this.labelFilter.Location = new System.Drawing.Point(161, 8);
this.labelFilter.Margin = new System.Windows.Forms.Padding(3, 8, 3, 0);
this.labelFilter.Name = "labelFilter";
this.labelFilter.Size = new System.Drawing.Size(32, 19);
this.labelFilter.TabIndex = 6;
this.labelFilter.Text = "Filter:";
//
// textBoxFilter
//
this.textBoxFilter.Location = new System.Drawing.Point(199, 3);
this.textBoxFilter.Name = "textBoxFilter";
this.textBoxFilter.Size = new System.Drawing.Size(147, 20);
this.textBoxFilter.TabIndex = 7;
this.textBoxFilter.TextChanged += new System.EventHandler(this.textBoxFilter_TextChanged);
//
// 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(352, 3);
this.chkPinned.Name = "chkPinned";
this.chkPinned.Size = new System.Drawing.Size(59, 21);
this.chkPinned.TabIndex = 8;
this.chkPinned.Text = "Pinned";
this.chkPinned.UseVisualStyleBackColor = true;
this.chkPinned.Visible = false;
this.chkPinned.CheckedChanged += new System.EventHandler(this.chkPinned_CheckedChanged);
//
// MessagesGrid
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "MessagesGrid";
this.Size = new System.Drawing.Size(740, 339);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
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 System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem closeTabToolStripMenuItem;
private DBLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.ComboBox comboBoxSources;
private System.Windows.Forms.Label labelFilter;
private System.Windows.Forms.TextBox textBoxFilter;
private System.Windows.Forms.CheckBox chkPinned;
private System.Windows.Forms.ToolStripMenuItem saveAsDefaultToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem columnsToolStripMenuItem;
}
}