Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 55 → Rev 56

/SWAT Office App/tags/Release_2.6/Add_User_Account_Form.Designer.cs
0,0 → 1,144
namespace SWAT_Office_App
{
partial class AddUserAccount_Form
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
 
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
 
#region Windows Form Designer generated code
 
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddUserAccount_Form));
this.btn_Add = new System.Windows.Forms.Button();
this.btn_Cancel = new System.Windows.Forms.Button();
this.txt_Password = new System.Windows.Forms.TextBox();
this.txt_Username = new System.Windows.Forms.TextBox();
this.lbl_Username = new System.Windows.Forms.Label();
this.lbl_Password = new System.Windows.Forms.Label();
this.chk_Share = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// btn_Add
//
this.btn_Add.Location = new System.Drawing.Point(98, 56);
this.btn_Add.Name = "btn_Add";
this.btn_Add.Size = new System.Drawing.Size(60, 24);
this.btn_Add.TabIndex = 4;
this.btn_Add.Text = "&Add User";
this.btn_Add.UseVisualStyleBackColor = true;
this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
//
// btn_Cancel
//
this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btn_Cancel.Location = new System.Drawing.Point(166, 56);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(60, 24);
this.btn_Cancel.TabIndex = 5;
this.btn_Cancel.Text = "Cancel";
this.btn_Cancel.UseVisualStyleBackColor = true;
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
//
// txt_Password
//
this.txt_Password.Location = new System.Drawing.Point(124, 27);
this.txt_Password.MaxLength = 13;
this.txt_Password.Name = "txt_Password";
this.txt_Password.Size = new System.Drawing.Size(100, 20);
this.txt_Password.TabIndex = 2;
this.txt_Password.UseSystemPasswordChar = true;
//
// txt_Username
//
this.txt_Username.Location = new System.Drawing.Point(12, 27);
this.txt_Username.MaxLength = 16;
this.txt_Username.Name = "txt_Username";
this.txt_Username.Size = new System.Drawing.Size(100, 20);
this.txt_Username.TabIndex = 1;
//
// lbl_Username
//
this.lbl_Username.AutoSize = true;
this.lbl_Username.Location = new System.Drawing.Point(12, 9);
this.lbl_Username.Name = "lbl_Username";
this.lbl_Username.Size = new System.Drawing.Size(99, 13);
this.lbl_Username.TabIndex = 4;
this.lbl_Username.Text = "Username (Max 16)";
//
// lbl_Password
//
this.lbl_Password.AutoSize = true;
this.lbl_Password.Location = new System.Drawing.Point(121, 9);
this.lbl_Password.Name = "lbl_Password";
this.lbl_Password.Size = new System.Drawing.Size(97, 13);
this.lbl_Password.TabIndex = 5;
this.lbl_Password.Text = "Password (Max 13)";
//
// chk_Share
//
this.chk_Share.AutoSize = true;
this.chk_Share.Checked = true;
this.chk_Share.CheckState = System.Windows.Forms.CheckState.Checked;
this.chk_Share.Location = new System.Drawing.Point(10, 60);
this.chk_Share.Name = "chk_Share";
this.chk_Share.Size = new System.Drawing.Size(88, 17);
this.chk_Share.TabIndex = 3;
this.chk_Share.Text = "Create &Share";
this.chk_Share.UseVisualStyleBackColor = true;
//
// AddUserAccount_Form
//
this.AcceptButton = this.btn_Add;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btn_Cancel;
this.ClientSize = new System.Drawing.Size(236, 89);
this.Controls.Add(this.btn_Add);
this.Controls.Add(this.chk_Share);
this.Controls.Add(this.lbl_Password);
this.Controls.Add(this.lbl_Username);
this.Controls.Add(this.txt_Username);
this.Controls.Add(this.txt_Password);
this.Controls.Add(this.btn_Cancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "AddUserAccount_Form";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Add User Account";
this.ResumeLayout(false);
this.PerformLayout();
 
}
 
#endregion
 
private System.Windows.Forms.Button btn_Add;
private System.Windows.Forms.Button btn_Cancel;
private System.Windows.Forms.TextBox txt_Password;
private System.Windows.Forms.TextBox txt_Username;
private System.Windows.Forms.Label lbl_Username;
private System.Windows.Forms.Label lbl_Password;
private System.Windows.Forms.CheckBox chk_Share;
}
}