namespace SimpleTIPro
{
partial class Form1
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.latencyLabel = new System.Windows.Forms.Label();
this.connectionStatusLabel = new System.Windows.Forms.Label();
this.nextPaymentLabel = new System.Windows.Forms.Label();
this.accountStatusLabel = new System.Windows.Forms.Label();
this.loginButton = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.passwordTextBox = new System.Windows.Forms.TextBox();
this.usernameTextBox = new System.Windows.Forms.TextBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.label3 = new System.Windows.Forms.Label();
this.newWindowListBox = new System.Windows.Forms.ListBox();
this.label4 = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(257, 248);
this.tabControl1.TabIndex = 13;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.latencyLabel);
this.tabPage1.Controls.Add(this.connectionStatusLabel);
this.tabPage1.Controls.Add(this.nextPaymentLabel);
this.tabPage1.Controls.Add(this.accountStatusLabel);
this.tabPage1.Controls.Add(this.loginButton);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.passwordTextBox);
this.tabPage1.Controls.Add(this.usernameTextBox);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(249, 222);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Login";
this.tabPage1.UseVisualStyleBackColor = true;
//
// latencyLabel
//
this.latencyLabel.AutoSize = true;
this.latencyLabel.Location = new System.Drawing.Point(8, 140);
this.latencyLabel.Name = "latencyLabel";
this.latencyLabel.Size = new System.Drawing.Size(48, 13);
this.latencyLabel.TabIndex = 18;
this.latencyLabel.Text = "Latency:";
//
// connectionStatusLabel
//
this.connectionStatusLabel.AutoSize = true;
this.connectionStatusLabel.Location = new System.Drawing.Point(8, 125);
this.connectionStatusLabel.Name = "connectionStatusLabel";
this.connectionStatusLabel.Size = new System.Drawing.Size(95, 13);
this.connectionStatusLabel.TabIndex = 17;
this.connectionStatusLabel.Text = "Connection status:";
//
// nextPaymentLabel
//
this.nextPaymentLabel.AutoSize = true;
this.nextPaymentLabel.Location = new System.Drawing.Point(8, 110);
this.nextPaymentLabel.Name = "nextPaymentLabel";
this.nextPaymentLabel.Size = new System.Drawing.Size(96, 13);
this.nextPaymentLabel.TabIndex = 15;
this.nextPaymentLabel.Text = "Next payment due:";
//
// accountStatusLabel
//
this.accountStatusLabel.AutoSize = true;
this.accountStatusLabel.Location = new System.Drawing.Point(8, 95);
this.accountStatusLabel.Name = "accountStatusLabel";
this.accountStatusLabel.Size = new System.Drawing.Size(81, 13);
this.accountStatusLabel.TabIndex = 14;
this.accountStatusLabel.Text = "Account status:";
//
// loginButton
//
this.loginButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.loginButton.Location = new System.Drawing.Point(8, 58);
this.loginButton.Name = "loginButton";
this.loginButton.Size = new System.Drawing.Size(233, 23);
this.loginButton.TabIndex = 13;
this.loginButton.Text = "Log In";
this.loginButton.UseVisualStyleBackColor = true;
this.loginButton.Click += new System.EventHandler(this.loginButton_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 35);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 13);
this.label2.TabIndex = 11;
this.label2.Text = "password";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(4, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 13);
this.label1.TabIndex = 9;
this.label1.Text = "username";
//
// passwordTextBox
//
this.passwordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.passwordTextBox.Location = new System.Drawing.Point(63, 32);
this.passwordTextBox.Name = "passwordTextBox";
this.passwordTextBox.PasswordChar = '~';
this.passwordTextBox.Size = new System.Drawing.Size(178, 20);
this.passwordTextBox.TabIndex = 12;
//
// usernameTextBox
//
this.usernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.usernameTextBox.Location = new System.Drawing.Point(63, 6);
this.usernameTextBox.Name = "usernameTextBox";
this.usernameTextBox.Size = new System.Drawing.Size(178, 20);
this.usernameTextBox.TabIndex = 10;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.label3);
this.tabPage2.Controls.Add(this.newWindowListBox);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(249, 222);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Windows";
this.tabPage2.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 3);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(153, 13);
this.label3.TabIndex = 1;
this.label3.Text = "Double click to open a window";
//
// newWindowListBox
//
this.newWindowListBox.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.newWindowListBox.FormattingEnabled = true;
this.newWindowListBox.Location = new System.Drawing.Point(6, 19);
this.newWindowListBox.Name = "newWindowListBox";
this.newWindowListBox.Size = new System.Drawing.Size(235, 199);
this.newWindowListBox.TabIndex = 0;
this.newWindowListBox.DoubleClick += new System.EventHandler(this.newWindowListBox_DoubleClick);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 173);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(60, 13);
this.label4.TabIndex = 19;
this.label4.Text = "Version 1.0";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(257, 248);
this.Controls.Add(this.tabControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = "Form1";
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Button loginButton;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox passwordTextBox;
private System.Windows.Forms.TextBox usernameTextBox;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ListBox newWindowListBox;
private System.Windows.Forms.Label accountStatusLabel;
private System.Windows.Forms.Label connectionStatusLabel;
private System.Windows.Forms.Label nextPaymentLabel;
private System.Windows.Forms.Label latencyLabel;
private System.Windows.Forms.Label label4;
}
}