namespace TradeIdeas.Dashboard
{
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.showWatchlistButton = new System.Windows.Forms.Button();
this.usernameTextBox = new System.Windows.Forms.TextBox();
this.passwordTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.loginButton = new System.Windows.Forms.Button();
this.accountStatusLabel = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// showWatchlistButton
//
this.showWatchlistButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.showWatchlistButton.Location = new System.Drawing.Point(12, 213);
this.showWatchlistButton.Name = "showWatchlistButton";
this.showWatchlistButton.Size = new System.Drawing.Size(106, 23);
this.showWatchlistButton.TabIndex = 0;
this.showWatchlistButton.Text = "Show Watchlist";
this.showWatchlistButton.UseVisualStyleBackColor = true;
this.showWatchlistButton.Click += new System.EventHandler(this.showWatchlistButton_Click);
//
// usernameTextBox
//
this.usernameTextBox.Location = new System.Drawing.Point(73, 12);
this.usernameTextBox.Name = "usernameTextBox";
this.usernameTextBox.Size = new System.Drawing.Size(100, 20);
this.usernameTextBox.TabIndex = 1;
//
// passwordTextBox
//
this.passwordTextBox.Location = new System.Drawing.Point(73, 38);
this.passwordTextBox.Name = "passwordTextBox";
this.passwordTextBox.PasswordChar = '%';
this.passwordTextBox.Size = new System.Drawing.Size(100, 20);
this.passwordTextBox.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(55, 13);
this.label1.TabIndex = 3;
this.label1.Text = "Username";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(14, 41);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Password";
//
// loginButton
//
this.loginButton.Location = new System.Drawing.Point(17, 64);
this.loginButton.Name = "loginButton";
this.loginButton.Size = new System.Drawing.Size(75, 23);
this.loginButton.TabIndex = 5;
this.loginButton.Text = "Log In";
this.loginButton.UseVisualStyleBackColor = true;
this.loginButton.Click += new System.EventHandler(this.loginButton_Click);
//
// accountStatusLabel
//
this.accountStatusLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.accountStatusLabel.Location = new System.Drawing.Point(12, 90);
this.accountStatusLabel.Name = "accountStatusLabel";
this.accountStatusLabel.Size = new System.Drawing.Size(268, 94);
this.accountStatusLabel.TabIndex = 6;
this.accountStatusLabel.Text = "Please log in.";
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label3.Location = new System.Drawing.Point(124, 200);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(156, 57);
this.label3.TabIndex = 7;
this.label3.Text = "This should be disabled if we are not logged in, and there should be a pause if t" +
"he symbol lists have not loaded yet.";
//
// MainForm
//
this.AcceptButton = this.loginButton;
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.label3);
this.Controls.Add(this.accountStatusLabel);
this.Controls.Add(this.loginButton);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.passwordTextBox);
this.Controls.Add(this.usernameTextBox);
this.Controls.Add(this.showWatchlistButton);
this.Name = "MainForm";
this.Text = "Dashboard";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button showWatchlistButton;
private System.Windows.Forms.TextBox usernameTextBox;
private System.Windows.Forms.TextBox passwordTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button loginButton;
private System.Windows.Forms.Label accountStatusLabel;
private System.Windows.Forms.Label label3;
}
}