namespace AIStrategyWindow
{
partial class LongTermStrategyTradesControl
{
///
/// 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(LongTermStrategyTradesControl));
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.clearRemovedSymbolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addRemovedSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showDataGridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.lblTilesToRight = new System.Windows.Forms.Label();
this.lblTilesToLeft = new System.Windows.Forms.Label();
this.picScrollRight = new System.Windows.Forms.PictureBox();
this.picScrollEnd = new System.Windows.Forms.PictureBox();
this.picScrollBeginning = new System.Windows.Forms.PictureBox();
this.picScrollLeft = new System.Windows.Forms.PictureBox();
this.btnScrollEnd = new System.Windows.Forms.Button();
this.btnScrollBeginning = new System.Windows.Forms.Button();
this.btnScrollRight = new System.Windows.Forms.Button();
this.btnScrollLeft = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picScrollRight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picScrollEnd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picScrollBeginning)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picScrollLeft)).BeginInit();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.ContextMenuStrip = this.contextMenuStrip1;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.AutoScroll = true;
this.splitContainer1.Panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(47)))), ((int)(((byte)(70)))));
this.splitContainer1.Panel2.ContextMenuStrip = this.contextMenuStrip1;
this.splitContainer1.Panel2.Controls.Add(this.lblTilesToRight);
this.splitContainer1.Panel2.Controls.Add(this.lblTilesToLeft);
this.splitContainer1.Panel2.Controls.Add(this.picScrollRight);
this.splitContainer1.Panel2.Controls.Add(this.picScrollEnd);
this.splitContainer1.Panel2.Controls.Add(this.picScrollBeginning);
this.splitContainer1.Panel2.Controls.Add(this.picScrollLeft);
this.splitContainer1.Panel2.Controls.Add(this.btnScrollEnd);
this.splitContainer1.Panel2.Controls.Add(this.btnScrollBeginning);
this.splitContainer1.Panel2.Controls.Add(this.btnScrollRight);
this.splitContainer1.Panel2.Controls.Add(this.btnScrollLeft);
this.splitContainer1.Size = new System.Drawing.Size(743, 348);
this.splitContainer1.SplitterDistance = 119;
this.splitContainer1.TabIndex = 0;
this.splitContainer1.Resize += new System.EventHandler(this.splitContainer1_Resize);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.clearRemovedSymbolsToolStripMenuItem,
this.addRemovedSymbolToolStripMenuItem,
this.showDataGridToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.ShowImageMargin = false;
this.contextMenuStrip1.Size = new System.Drawing.Size(178, 70);
//
// clearRemovedSymbolsToolStripMenuItem
//
this.clearRemovedSymbolsToolStripMenuItem.Name = "clearRemovedSymbolsToolStripMenuItem";
this.clearRemovedSymbolsToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
this.clearRemovedSymbolsToolStripMenuItem.Text = "Clear Removed Symbols";
this.clearRemovedSymbolsToolStripMenuItem.Click += new System.EventHandler(this.clearRemovedSymbolsToolStripMenuItem_Click);
//
// addRemovedSymbolToolStripMenuItem
//
this.addRemovedSymbolToolStripMenuItem.Name = "addRemovedSymbolToolStripMenuItem";
this.addRemovedSymbolToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
this.addRemovedSymbolToolStripMenuItem.Text = "Add Removed Symbol";
this.addRemovedSymbolToolStripMenuItem.DropDownOpening += new System.EventHandler(this.addRemovedSymbolToolStripMenuItem_DropDownOpening);
//
// showDataGridToolStripMenuItem
//
this.showDataGridToolStripMenuItem.Name = "showDataGridToolStripMenuItem";
this.showDataGridToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
this.showDataGridToolStripMenuItem.Text = "Show Data Grid";
this.showDataGridToolStripMenuItem.Click += new System.EventHandler(this.showDataGridToolStripMenuItem_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Margin = new System.Windows.Forms.Padding(0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(743, 119);
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);
//
// lblTilesToRight
//
this.lblTilesToRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblTilesToRight.BackColor = System.Drawing.Color.Transparent;
this.lblTilesToRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTilesToRight.ForeColor = System.Drawing.Color.White;
this.lblTilesToRight.Location = new System.Drawing.Point(690, 117);
this.lblTilesToRight.Name = "lblTilesToRight";
this.lblTilesToRight.Size = new System.Drawing.Size(47, 13);
this.lblTilesToRight.TabIndex = 9;
this.lblTilesToRight.Text = "0";
this.lblTilesToRight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblTilesToRight.Click += new System.EventHandler(this.lblTilesToRight_Click);
//
// lblTilesToLeft
//
this.lblTilesToLeft.BackColor = System.Drawing.Color.Transparent;
this.lblTilesToLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTilesToLeft.ForeColor = System.Drawing.Color.White;
this.lblTilesToLeft.Location = new System.Drawing.Point(5, 117);
this.lblTilesToLeft.Name = "lblTilesToLeft";
this.lblTilesToLeft.Size = new System.Drawing.Size(47, 13);
this.lblTilesToLeft.TabIndex = 8;
this.lblTilesToLeft.Text = "0";
this.lblTilesToLeft.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblTilesToLeft.Click += new System.EventHandler(this.lblTilesToLeft_Click);
//
// picScrollRight
//
this.picScrollRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.picScrollRight.BackColor = System.Drawing.Color.Transparent;
this.picScrollRight.Image = ((System.Drawing.Image)(resources.GetObject("picScrollRight.Image")));
this.picScrollRight.Location = new System.Drawing.Point(690, 104);
this.picScrollRight.Name = "picScrollRight";
this.picScrollRight.Size = new System.Drawing.Size(50, 40);
this.picScrollRight.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picScrollRight.TabIndex = 7;
this.picScrollRight.TabStop = false;
this.picScrollRight.Click += new System.EventHandler(this.picScrollRight_Click);
//
// picScrollEnd
//
this.picScrollEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.picScrollEnd.BackColor = System.Drawing.Color.Transparent;
this.picScrollEnd.Image = ((System.Drawing.Image)(resources.GetObject("picScrollEnd.Image")));
this.picScrollEnd.Location = new System.Drawing.Point(690, 150);
this.picScrollEnd.Name = "picScrollEnd";
this.picScrollEnd.Size = new System.Drawing.Size(50, 40);
this.picScrollEnd.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picScrollEnd.TabIndex = 6;
this.picScrollEnd.TabStop = false;
this.picScrollEnd.Click += new System.EventHandler(this.picScrollEnd_Click);
//
// picScrollBeginning
//
this.picScrollBeginning.BackColor = System.Drawing.Color.Transparent;
this.picScrollBeginning.Image = ((System.Drawing.Image)(resources.GetObject("picScrollBeginning.Image")));
this.picScrollBeginning.Location = new System.Drawing.Point(3, 150);
this.picScrollBeginning.Name = "picScrollBeginning";
this.picScrollBeginning.Size = new System.Drawing.Size(50, 40);
this.picScrollBeginning.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picScrollBeginning.TabIndex = 5;
this.picScrollBeginning.TabStop = false;
this.picScrollBeginning.Click += new System.EventHandler(this.picScrollBeginning_Click);
//
// picScrollLeft
//
this.picScrollLeft.BackColor = System.Drawing.Color.Transparent;
this.picScrollLeft.Image = ((System.Drawing.Image)(resources.GetObject("picScrollLeft.Image")));
this.picScrollLeft.Location = new System.Drawing.Point(3, 104);
this.picScrollLeft.Name = "picScrollLeft";
this.picScrollLeft.Size = new System.Drawing.Size(50, 40);
this.picScrollLeft.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picScrollLeft.TabIndex = 4;
this.picScrollLeft.TabStop = false;
this.picScrollLeft.Click += new System.EventHandler(this.picScrollLeft_Click);
//
// btnScrollEnd
//
this.btnScrollEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnScrollEnd.Enabled = false;
this.btnScrollEnd.Location = new System.Drawing.Point(708, 32);
this.btnScrollEnd.Name = "btnScrollEnd";
this.btnScrollEnd.Size = new System.Drawing.Size(32, 23);
this.btnScrollEnd.TabIndex = 3;
this.btnScrollEnd.Text = ">>";
this.btnScrollEnd.UseVisualStyleBackColor = true;
this.btnScrollEnd.Visible = false;
this.btnScrollEnd.Click += new System.EventHandler(this.btnScrollEnd_Click);
//
// btnScrollBeginning
//
this.btnScrollBeginning.Enabled = false;
this.btnScrollBeginning.Location = new System.Drawing.Point(3, 32);
this.btnScrollBeginning.Name = "btnScrollBeginning";
this.btnScrollBeginning.Size = new System.Drawing.Size(30, 23);
this.btnScrollBeginning.TabIndex = 2;
this.btnScrollBeginning.Text = "<<";
this.btnScrollBeginning.UseVisualStyleBackColor = true;
this.btnScrollBeginning.Visible = false;
this.btnScrollBeginning.Click += new System.EventHandler(this.btnScrollBeginning_Click);
//
// btnScrollRight
//
this.btnScrollRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnScrollRight.Enabled = false;
this.btnScrollRight.Location = new System.Drawing.Point(708, 3);
this.btnScrollRight.Name = "btnScrollRight";
this.btnScrollRight.Size = new System.Drawing.Size(32, 23);
this.btnScrollRight.TabIndex = 1;
this.btnScrollRight.Text = ">";
this.btnScrollRight.UseVisualStyleBackColor = true;
this.btnScrollRight.Visible = false;
this.btnScrollRight.Click += new System.EventHandler(this.btnScrollRight_Click);
//
// btnScrollLeft
//
this.btnScrollLeft.Enabled = false;
this.btnScrollLeft.Location = new System.Drawing.Point(3, 3);
this.btnScrollLeft.Name = "btnScrollLeft";
this.btnScrollLeft.Size = new System.Drawing.Size(30, 23);
this.btnScrollLeft.TabIndex = 0;
this.btnScrollLeft.Text = "<";
this.btnScrollLeft.UseVisualStyleBackColor = true;
this.btnScrollLeft.Visible = false;
this.btnScrollLeft.Click += new System.EventHandler(this.btnScrollLeft_Click);
//
// LongTermStrategyTradesControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.DoubleBuffered = true;
this.Name = "LongTermStrategyTradesControl";
this.Size = new System.Drawing.Size(743, 348);
this.Resize += new System.EventHandler(this.LongTermStrategyTradesControl_Resize);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picScrollRight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picScrollEnd)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picScrollBeginning)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picScrollLeft)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button btnScrollRight;
private System.Windows.Forms.Button btnScrollLeft;
private System.Windows.Forms.Button btnScrollEnd;
private System.Windows.Forms.Button btnScrollBeginning;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem clearRemovedSymbolsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem addRemovedSymbolToolStripMenuItem;
private System.Windows.Forms.PictureBox picScrollRight;
private System.Windows.Forms.PictureBox picScrollEnd;
private System.Windows.Forms.PictureBox picScrollBeginning;
private System.Windows.Forms.PictureBox picScrollLeft;
private System.Windows.Forms.ToolStripMenuItem showDataGridToolStripMenuItem;
private System.Windows.Forms.Label lblTilesToRight;
private System.Windows.Forms.Label lblTilesToLeft;
}
}