namespace TradeIdeas.TIQ
{
partial class MainForm
{
///
/// 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.tabControl1 = new System.Windows.Forms.TabControl();
this.connectionTabPage = new System.Windows.Forms.TabPage();
this.loginPanel1 = new TradeIdeas.TIQ.GUI.LoginPanel();
this.windowsTabPage = new System.Windows.Forms.TabPage();
this.oldestCandleButton = new System.Windows.Forms.Button();
this.viewExistingTableButton = new System.Windows.Forms.Button();
this.btnTwoStageHistory = new System.Windows.Forms.Button();
this.sendFakeDataButton = new System.Windows.Forms.Button();
this.KeithMenzelPreviewButton = new System.Windows.Forms.Button();
this.KeithMenzelFinalButton = new System.Windows.Forms.Button();
this.eocAlertHistoryButton = new System.Windows.Forms.Button();
this.chartButton = new System.Windows.Forms.Button();
this.GridMultiTesterButton = new System.Windows.Forms.Button();
this.btnSaveLayout = new System.Windows.Forms.Button();
this.btnLoadLayout = new System.Windows.Forms.Button();
this.btnLoadWindow = new System.Windows.Forms.Button();
this.topListButton = new System.Windows.Forms.Button();
this.gridTesterButton = new System.Windows.Forms.Button();
this.previewTabPage = new System.Windows.Forms.TabPage();
this.previewTextBox = new System.Windows.Forms.TextBox();
this.tabControl1.SuspendLayout();
this.connectionTabPage.SuspendLayout();
this.windowsTabPage.SuspendLayout();
this.previewTabPage.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.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.tabControl1.Controls.Add(this.connectionTabPage);
this.tabControl1.Controls.Add(this.windowsTabPage);
this.tabControl1.Controls.Add(this.previewTabPage);
this.tabControl1.Location = new System.Drawing.Point(2, 3);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(288, 262);
this.tabControl1.TabIndex = 0;
//
// connectionTabPage
//
this.connectionTabPage.Controls.Add(this.loginPanel1);
this.connectionTabPage.Location = new System.Drawing.Point(4, 22);
this.connectionTabPage.Name = "connectionTabPage";
this.connectionTabPage.Padding = new System.Windows.Forms.Padding(3);
this.connectionTabPage.Size = new System.Drawing.Size(280, 236);
this.connectionTabPage.TabIndex = 0;
this.connectionTabPage.Text = "Connection";
this.connectionTabPage.UseVisualStyleBackColor = true;
//
// loginPanel1
//
this.loginPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.loginPanel1.Location = new System.Drawing.Point(3, 3);
this.loginPanel1.Name = "loginPanel1";
this.loginPanel1.Size = new System.Drawing.Size(274, 230);
this.loginPanel1.TabIndex = 0;
//
// windowsTabPage
//
this.windowsTabPage.Controls.Add(this.oldestCandleButton);
this.windowsTabPage.Controls.Add(this.viewExistingTableButton);
this.windowsTabPage.Controls.Add(this.btnTwoStageHistory);
this.windowsTabPage.Controls.Add(this.sendFakeDataButton);
this.windowsTabPage.Controls.Add(this.KeithMenzelPreviewButton);
this.windowsTabPage.Controls.Add(this.KeithMenzelFinalButton);
this.windowsTabPage.Controls.Add(this.eocAlertHistoryButton);
this.windowsTabPage.Controls.Add(this.chartButton);
this.windowsTabPage.Controls.Add(this.GridMultiTesterButton);
this.windowsTabPage.Controls.Add(this.btnSaveLayout);
this.windowsTabPage.Controls.Add(this.btnLoadLayout);
this.windowsTabPage.Controls.Add(this.btnLoadWindow);
this.windowsTabPage.Controls.Add(this.topListButton);
this.windowsTabPage.Controls.Add(this.gridTesterButton);
this.windowsTabPage.Location = new System.Drawing.Point(4, 22);
this.windowsTabPage.Name = "windowsTabPage";
this.windowsTabPage.Padding = new System.Windows.Forms.Padding(3);
this.windowsTabPage.Size = new System.Drawing.Size(280, 236);
this.windowsTabPage.TabIndex = 1;
this.windowsTabPage.Text = "Windows";
this.windowsTabPage.UseVisualStyleBackColor = true;
//
// oldestCandleButton
//
this.oldestCandleButton.Location = new System.Drawing.Point(169, 108);
this.oldestCandleButton.Name = "oldestCandleButton";
this.oldestCandleButton.Size = new System.Drawing.Size(75, 39);
this.oldestCandleButton.TabIndex = 13;
this.oldestCandleButton.Text = "Oldest Candle";
this.oldestCandleButton.UseVisualStyleBackColor = true;
this.oldestCandleButton.Click += new System.EventHandler(this.oldestCandleButton_Click);
//
// viewExistingTableButton
//
this.viewExistingTableButton.Location = new System.Drawing.Point(169, 53);
this.viewExistingTableButton.Name = "viewExistingTableButton";
this.viewExistingTableButton.Size = new System.Drawing.Size(75, 49);
this.viewExistingTableButton.TabIndex = 12;
this.viewExistingTableButton.Text = "View Existing Table";
this.viewExistingTableButton.UseVisualStyleBackColor = true;
this.viewExistingTableButton.Click += new System.EventHandler(this.viewExistingTableButton_Click);
//
// btnTwoStageHistory
//
this.btnTwoStageHistory.Location = new System.Drawing.Point(169, 6);
this.btnTwoStageHistory.Name = "btnTwoStageHistory";
this.btnTwoStageHistory.Size = new System.Drawing.Size(75, 41);
this.btnTwoStageHistory.TabIndex = 11;
this.btnTwoStageHistory.Text = "Two Stage History";
this.btnTwoStageHistory.UseVisualStyleBackColor = true;
this.btnTwoStageHistory.Click += new System.EventHandler(this.btnTwoStageHistory_Click);
//
// sendFakeDataButton
//
this.sendFakeDataButton.Location = new System.Drawing.Point(87, 184);
this.sendFakeDataButton.Name = "sendFakeDataButton";
this.sendFakeDataButton.Size = new System.Drawing.Size(75, 35);
this.sendFakeDataButton.TabIndex = 10;
this.sendFakeDataButton.Text = "Send Fake Data";
this.sendFakeDataButton.UseVisualStyleBackColor = true;
this.sendFakeDataButton.Visible = false;
this.sendFakeDataButton.Click += new System.EventHandler(this.sendFakeDataButton_Click);
//
// KeithMenzelPreviewButton
//
this.KeithMenzelPreviewButton.Location = new System.Drawing.Point(87, 129);
this.KeithMenzelPreviewButton.Name = "KeithMenzelPreviewButton";
this.KeithMenzelPreviewButton.Size = new System.Drawing.Size(75, 48);
this.KeithMenzelPreviewButton.TabIndex = 9;
this.KeithMenzelPreviewButton.Text = "Keith Menzel Preview";
this.KeithMenzelPreviewButton.UseVisualStyleBackColor = true;
this.KeithMenzelPreviewButton.Visible = false;
this.KeithMenzelPreviewButton.Click += new System.EventHandler(this.KeithMenzelPreviewButton_Click);
//
// KeithMenzelFinalButton
//
this.KeithMenzelFinalButton.Location = new System.Drawing.Point(88, 88);
this.KeithMenzelFinalButton.Name = "KeithMenzelFinalButton";
this.KeithMenzelFinalButton.Size = new System.Drawing.Size(75, 35);
this.KeithMenzelFinalButton.TabIndex = 8;
this.KeithMenzelFinalButton.Text = "Keith Menzel Final";
this.KeithMenzelFinalButton.UseVisualStyleBackColor = true;
this.KeithMenzelFinalButton.Visible = false;
this.KeithMenzelFinalButton.Click += new System.EventHandler(this.KeithMenzelFinalButton_Click);
//
// eocAlertHistoryButton
//
this.eocAlertHistoryButton.Location = new System.Drawing.Point(88, 35);
this.eocAlertHistoryButton.Name = "eocAlertHistoryButton";
this.eocAlertHistoryButton.Size = new System.Drawing.Size(75, 47);
this.eocAlertHistoryButton.TabIndex = 7;
this.eocAlertHistoryButton.Text = "End of Candle Alert History";
this.eocAlertHistoryButton.UseVisualStyleBackColor = true;
this.eocAlertHistoryButton.Click += new System.EventHandler(this.eocAlertHistoryButton_Click);
//
// chartButton
//
this.chartButton.Location = new System.Drawing.Point(87, 6);
this.chartButton.Name = "chartButton";
this.chartButton.Size = new System.Drawing.Size(75, 23);
this.chartButton.TabIndex = 6;
this.chartButton.Text = "Chart";
this.chartButton.UseVisualStyleBackColor = true;
this.chartButton.Click += new System.EventHandler(this.chartButton_Click);
//
// GridMultiTesterButton
//
this.GridMultiTesterButton.Location = new System.Drawing.Point(7, 35);
this.GridMultiTesterButton.Name = "GridMultiTesterButton";
this.GridMultiTesterButton.Size = new System.Drawing.Size(75, 38);
this.GridMultiTesterButton.TabIndex = 5;
this.GridMultiTesterButton.Text = "Grid Multi-Tester";
this.GridMultiTesterButton.UseVisualStyleBackColor = true;
this.GridMultiTesterButton.Click += new System.EventHandler(this.GridMultiTesterButton_Click);
//
// btnSaveLayout
//
this.btnSaveLayout.Location = new System.Drawing.Point(6, 184);
this.btnSaveLayout.Name = "btnSaveLayout";
this.btnSaveLayout.Size = new System.Drawing.Size(75, 23);
this.btnSaveLayout.TabIndex = 4;
this.btnSaveLayout.Text = "Save Layout";
this.btnSaveLayout.UseVisualStyleBackColor = true;
this.btnSaveLayout.Click += new System.EventHandler(this.btnSaveLayout_Click);
//
// btnLoadLayout
//
this.btnLoadLayout.Location = new System.Drawing.Point(7, 154);
this.btnLoadLayout.Name = "btnLoadLayout";
this.btnLoadLayout.Size = new System.Drawing.Size(75, 23);
this.btnLoadLayout.TabIndex = 3;
this.btnLoadLayout.Text = "Load Layout";
this.btnLoadLayout.UseVisualStyleBackColor = true;
this.btnLoadLayout.Click += new System.EventHandler(this.btnLoadLayout_Click);
//
// btnLoadWindow
//
this.btnLoadWindow.Location = new System.Drawing.Point(7, 109);
this.btnLoadWindow.Name = "btnLoadWindow";
this.btnLoadWindow.Size = new System.Drawing.Size(74, 38);
this.btnLoadWindow.TabIndex = 2;
this.btnLoadWindow.Text = "Load Window";
this.btnLoadWindow.UseVisualStyleBackColor = true;
this.btnLoadWindow.Click += new System.EventHandler(this.btnLoadWindow_Click);
//
// topListButton
//
this.topListButton.Location = new System.Drawing.Point(6, 79);
this.topListButton.Name = "topListButton";
this.topListButton.Size = new System.Drawing.Size(75, 23);
this.topListButton.TabIndex = 1;
this.topListButton.Text = "Top List";
this.topListButton.UseVisualStyleBackColor = true;
this.topListButton.Click += new System.EventHandler(this.topListButton_Click);
//
// gridTesterButton
//
this.gridTesterButton.Location = new System.Drawing.Point(6, 6);
this.gridTesterButton.Name = "gridTesterButton";
this.gridTesterButton.Size = new System.Drawing.Size(75, 23);
this.gridTesterButton.TabIndex = 0;
this.gridTesterButton.Text = "Grid Tester";
this.gridTesterButton.UseVisualStyleBackColor = true;
this.gridTesterButton.Click += new System.EventHandler(this.gridTesterButton_Click);
//
// previewTabPage
//
this.previewTabPage.Controls.Add(this.previewTextBox);
this.previewTabPage.Location = new System.Drawing.Point(4, 22);
this.previewTabPage.Name = "previewTabPage";
this.previewTabPage.Padding = new System.Windows.Forms.Padding(3);
this.previewTabPage.Size = new System.Drawing.Size(280, 236);
this.previewTabPage.TabIndex = 3;
this.previewTabPage.Text = "Preview";
this.previewTabPage.UseVisualStyleBackColor = true;
//
// previewTextBox
//
this.previewTextBox.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.previewTextBox.Location = new System.Drawing.Point(6, 6);
this.previewTextBox.Multiline = true;
this.previewTextBox.Name = "previewTextBox";
this.previewTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.previewTextBox.Size = new System.Drawing.Size(268, 224);
this.previewTextBox.TabIndex = 0;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 266);
this.Controls.Add(this.tabControl1);
this.Name = "MainForm";
this.Text = "TIQ Client";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.tabControl1.ResumeLayout(false);
this.connectionTabPage.ResumeLayout(false);
this.windowsTabPage.ResumeLayout(false);
this.previewTabPage.ResumeLayout(false);
this.previewTabPage.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage connectionTabPage;
private System.Windows.Forms.TabPage windowsTabPage;
private System.Windows.Forms.Button gridTesterButton;
private System.Windows.Forms.TabPage previewTabPage;
private System.Windows.Forms.TextBox previewTextBox;
private System.Windows.Forms.Button topListButton;
private System.Windows.Forms.Button btnLoadWindow;
private System.Windows.Forms.Button btnSaveLayout;
private System.Windows.Forms.Button btnLoadLayout;
private System.Windows.Forms.Button GridMultiTesterButton;
private System.Windows.Forms.Button chartButton;
private System.Windows.Forms.Button eocAlertHistoryButton;
private System.Windows.Forms.Button KeithMenzelPreviewButton;
private System.Windows.Forms.Button KeithMenzelFinalButton;
private GUI.LoginPanel loginPanel1;
private System.Windows.Forms.Button sendFakeDataButton;
private System.Windows.Forms.Button btnTwoStageHistory;
private System.Windows.Forms.Button viewExistingTableButton;
private System.Windows.Forms.Button oldestCandleButton;
}
}