Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 8 → Rev 9

/SWAT Office App/trunk/SWAT Office App/Add_Hidden_Account_Form.Designer.cs
0,0 → 1,105
namespace SWAT_Office_App
{
partial class AddHiddenAccount_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(AddHiddenAccount_Form));
this.lbl_Add_Hidden_Account = new System.Windows.Forms.Label();
this.txt_AddHiddenAccount = new System.Windows.Forms.TextBox();
this.btn_Cancel = new System.Windows.Forms.Button();
this.btn_Ok = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lbl_Add_Hidden_Account
//
this.lbl_Add_Hidden_Account.AutoSize = true;
this.lbl_Add_Hidden_Account.Location = new System.Drawing.Point(22, 9);
this.lbl_Add_Hidden_Account.Name = "lbl_Add_Hidden_Account";
this.lbl_Add_Hidden_Account.Size = new System.Drawing.Size(103, 13);
this.lbl_Add_Hidden_Account.TabIndex = 0;
this.lbl_Add_Hidden_Account.Text = "Enter account name";
//
// txt_AddHiddenAccount
//
this.txt_AddHiddenAccount.Location = new System.Drawing.Point(18, 29);
this.txt_AddHiddenAccount.Name = "txt_AddHiddenAccount";
this.txt_AddHiddenAccount.Size = new System.Drawing.Size(110, 20);
this.txt_AddHiddenAccount.TabIndex = 1;
//
// btn_Cancel
//
this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btn_Cancel.Location = new System.Drawing.Point(76, 57);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(60, 24);
this.btn_Cancel.TabIndex = 3;
this.btn_Cancel.Text = "Cancel";
this.btn_Cancel.UseVisualStyleBackColor = true;
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
//
// btn_Ok
//
this.btn_Ok.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btn_Ok.Location = new System.Drawing.Point(10, 57);
this.btn_Ok.Name = "btn_Ok";
this.btn_Ok.Size = new System.Drawing.Size(60, 24);
this.btn_Ok.TabIndex = 4;
this.btn_Ok.Text = "Ok";
this.btn_Ok.UseVisualStyleBackColor = true;
this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
//
// AddHiddenAccount_Form
//
this.AcceptButton = this.btn_Ok;
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(147, 89);
this.Controls.Add(this.btn_Ok);
this.Controls.Add(this.btn_Cancel);
this.Controls.Add(this.txt_AddHiddenAccount);
this.Controls.Add(this.lbl_Add_Hidden_Account);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "AddHiddenAccount_Form";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Add Hidden Account";
this.ResumeLayout(false);
this.PerformLayout();
 
}
 
#endregion
 
private System.Windows.Forms.Label lbl_Add_Hidden_Account;
private System.Windows.Forms.TextBox txt_AddHiddenAccount;
private System.Windows.Forms.Button btn_Cancel;
private System.Windows.Forms.Button btn_Ok;
}
}