| 9 |
Kevin |
1 |
namespace SWAT_Office_App
|
|
|
2 |
{
|
| 63 |
Kevin |
3 |
partial class Add_Hidden_Account_Form
|
| 9 |
Kevin |
4 |
{
|
|
|
5 |
/// <summary>
|
|
|
6 |
/// Required designer variable.
|
|
|
7 |
/// </summary>
|
|
|
8 |
private System.ComponentModel.IContainer components = null;
|
|
|
9 |
|
|
|
10 |
/// <summary>
|
|
|
11 |
/// Clean up any resources being used.
|
|
|
12 |
/// </summary>
|
|
|
13 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
14 |
protected override void Dispose(bool disposing)
|
|
|
15 |
{
|
|
|
16 |
if (disposing && (components != null))
|
|
|
17 |
{
|
|
|
18 |
components.Dispose();
|
|
|
19 |
}
|
|
|
20 |
base.Dispose(disposing);
|
|
|
21 |
}
|
|
|
22 |
|
|
|
23 |
#region Windows Form Designer generated code
|
|
|
24 |
|
|
|
25 |
/// <summary>
|
|
|
26 |
/// Required method for Designer support - do not modify
|
|
|
27 |
/// the contents of this method with the code editor.
|
|
|
28 |
/// </summary>
|
|
|
29 |
private void InitializeComponent()
|
|
|
30 |
{
|
| 63 |
Kevin |
31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Add_Hidden_Account_Form));
|
| 9 |
Kevin |
32 |
this.lbl_Add_Hidden_Account = new System.Windows.Forms.Label();
|
|
|
33 |
this.txt_AddHiddenAccount = new System.Windows.Forms.TextBox();
|
|
|
34 |
this.btn_Cancel = new System.Windows.Forms.Button();
|
|
|
35 |
this.btn_Ok = new System.Windows.Forms.Button();
|
|
|
36 |
this.SuspendLayout();
|
|
|
37 |
//
|
|
|
38 |
// lbl_Add_Hidden_Account
|
|
|
39 |
//
|
|
|
40 |
this.lbl_Add_Hidden_Account.AutoSize = true;
|
|
|
41 |
this.lbl_Add_Hidden_Account.Location = new System.Drawing.Point(22, 9);
|
|
|
42 |
this.lbl_Add_Hidden_Account.Name = "lbl_Add_Hidden_Account";
|
|
|
43 |
this.lbl_Add_Hidden_Account.Size = new System.Drawing.Size(103, 13);
|
|
|
44 |
this.lbl_Add_Hidden_Account.TabIndex = 0;
|
|
|
45 |
this.lbl_Add_Hidden_Account.Text = "Enter account name";
|
|
|
46 |
//
|
|
|
47 |
// txt_AddHiddenAccount
|
|
|
48 |
//
|
|
|
49 |
this.txt_AddHiddenAccount.Location = new System.Drawing.Point(18, 29);
|
|
|
50 |
this.txt_AddHiddenAccount.Name = "txt_AddHiddenAccount";
|
|
|
51 |
this.txt_AddHiddenAccount.Size = new System.Drawing.Size(110, 20);
|
|
|
52 |
this.txt_AddHiddenAccount.TabIndex = 1;
|
|
|
53 |
//
|
|
|
54 |
// btn_Cancel
|
|
|
55 |
//
|
|
|
56 |
this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
57 |
this.btn_Cancel.Location = new System.Drawing.Point(76, 57);
|
|
|
58 |
this.btn_Cancel.Name = "btn_Cancel";
|
|
|
59 |
this.btn_Cancel.Size = new System.Drawing.Size(60, 24);
|
|
|
60 |
this.btn_Cancel.TabIndex = 3;
|
|
|
61 |
this.btn_Cancel.Text = "Cancel";
|
|
|
62 |
this.btn_Cancel.UseVisualStyleBackColor = true;
|
|
|
63 |
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
|
|
64 |
//
|
|
|
65 |
// btn_Ok
|
|
|
66 |
//
|
|
|
67 |
this.btn_Ok.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
68 |
this.btn_Ok.Location = new System.Drawing.Point(10, 57);
|
|
|
69 |
this.btn_Ok.Name = "btn_Ok";
|
|
|
70 |
this.btn_Ok.Size = new System.Drawing.Size(60, 24);
|
|
|
71 |
this.btn_Ok.TabIndex = 4;
|
|
|
72 |
this.btn_Ok.Text = "Ok";
|
|
|
73 |
this.btn_Ok.UseVisualStyleBackColor = true;
|
|
|
74 |
this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
|
|
|
75 |
//
|
|
|
76 |
// AddHiddenAccount_Form
|
|
|
77 |
//
|
|
|
78 |
this.AcceptButton = this.btn_Ok;
|
|
|
79 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
80 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
81 |
this.CancelButton = this.btn_Cancel;
|
|
|
82 |
this.ClientSize = new System.Drawing.Size(147, 89);
|
|
|
83 |
this.Controls.Add(this.btn_Ok);
|
|
|
84 |
this.Controls.Add(this.btn_Cancel);
|
|
|
85 |
this.Controls.Add(this.txt_AddHiddenAccount);
|
|
|
86 |
this.Controls.Add(this.lbl_Add_Hidden_Account);
|
|
|
87 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
|
88 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
89 |
this.Name = "AddHiddenAccount_Form";
|
|
|
90 |
this.ShowInTaskbar = false;
|
|
|
91 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
92 |
this.Text = "Add Hidden Account";
|
|
|
93 |
this.ResumeLayout(false);
|
|
|
94 |
this.PerformLayout();
|
|
|
95 |
|
|
|
96 |
}
|
|
|
97 |
|
|
|
98 |
#endregion
|
|
|
99 |
|
|
|
100 |
private System.Windows.Forms.Label lbl_Add_Hidden_Account;
|
|
|
101 |
private System.Windows.Forms.TextBox txt_AddHiddenAccount;
|
|
|
102 |
private System.Windows.Forms.Button btn_Cancel;
|
|
|
103 |
private System.Windows.Forms.Button btn_Ok;
|
|
|
104 |
}
|
|
|
105 |
}
|