namespace libsecondlife.GUITestClient
{
partial class frmTestClient
{
///
/// 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.tabControl = new System.Windows.Forms.TabControl();
this.tabLogin = new System.Windows.Forms.TabPage();
this.cmdConnect = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.txtPassword = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtLastName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtFirstName = new System.Windows.Forms.TextBox();
this.tabControl.SuspendLayout();
this.tabLogin.SuspendLayout();
this.SuspendLayout();
//
// tabControl
//
this.tabControl.Controls.Add(this.tabLogin);
this.tabControl.Location = new System.Drawing.Point(12, 12);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(400, 400);
this.tabControl.TabIndex = 0;
//
// tabLogin
//
this.tabLogin.Controls.Add(this.cmdConnect);
this.tabLogin.Controls.Add(this.label3);
this.tabLogin.Controls.Add(this.txtPassword);
this.tabLogin.Controls.Add(this.label2);
this.tabLogin.Controls.Add(this.txtLastName);
this.tabLogin.Controls.Add(this.label1);
this.tabLogin.Controls.Add(this.txtFirstName);
this.tabLogin.Location = new System.Drawing.Point(4, 22);
this.tabLogin.Name = "tabLogin";
this.tabLogin.Padding = new System.Windows.Forms.Padding(3);
this.tabLogin.Size = new System.Drawing.Size(392, 374);
this.tabLogin.TabIndex = 0;
this.tabLogin.Text = "Login";
this.tabLogin.UseVisualStyleBackColor = true;
//
// cmdConnect
//
this.cmdConnect.Location = new System.Drawing.Point(257, 181);
this.cmdConnect.Name = "cmdConnect";
this.cmdConnect.Size = new System.Drawing.Size(120, 24);
this.cmdConnect.TabIndex = 59;
this.cmdConnect.Text = "Connect";
this.cmdConnect.Click += new System.EventHandler(this.cmdConnect_Click);
//
// label3
//
this.label3.Location = new System.Drawing.Point(257, 139);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(120, 16);
this.label3.TabIndex = 58;
this.label3.Text = "Password";
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(257, 155);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(120, 20);
this.txtPassword.TabIndex = 57;
//
// label2
//
this.label2.Location = new System.Drawing.Point(138, 139);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(120, 16);
this.label2.TabIndex = 56;
this.label2.Text = "Last Name";
//
// txtLastName
//
this.txtLastName.Location = new System.Drawing.Point(138, 155);
this.txtLastName.Name = "txtLastName";
this.txtLastName.Size = new System.Drawing.Size(112, 20);
this.txtLastName.TabIndex = 55;
//
// label1
//
this.label1.Location = new System.Drawing.Point(12, 139);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(120, 16);
this.label1.TabIndex = 54;
this.label1.Text = "First Name";
//
// txtFirstName
//
this.txtFirstName.Location = new System.Drawing.Point(12, 155);
this.txtFirstName.Name = "txtFirstName";
this.txtFirstName.Size = new System.Drawing.Size(120, 20);
this.txtFirstName.TabIndex = 53;
//
// frmTestClient
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(427, 420);
this.Controls.Add(this.tabControl);
this.Name = "frmTestClient";
this.Text = "GUI Test Client";
this.Paint += new System.Windows.Forms.PaintEventHandler(this.frmTestClient_Paint);
this.tabControl.ResumeLayout(false);
this.tabLogin.ResumeLayout(false);
this.tabLogin.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage tabLogin;
private System.Windows.Forms.Button cmdConnect;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtLastName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtFirstName;
}
}