| 9 |
Kevin |
1 |
namespace SWAT_Office_App
|
|
|
2 |
{
|
| 63 |
Kevin |
3 |
partial class Manage_User_Accounts_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(Manage_User_Accounts_Form));
|
| 9 |
Kevin |
32 |
this.lst_UserAccounts = new System.Windows.Forms.ListView();
|
|
|
33 |
this.btn_Add = new System.Windows.Forms.Button();
|
|
|
34 |
this.btn_Delete = new System.Windows.Forms.Button();
|
|
|
35 |
this.btn_Exit = new System.Windows.Forms.Button();
|
|
|
36 |
this.btn_Pass = new System.Windows.Forms.Button();
|
|
|
37 |
this.btn_Share = new System.Windows.Forms.Button();
|
|
|
38 |
this.btn_Refresh = new System.Windows.Forms.Button();
|
|
|
39 |
this.btn_OpenShare = new System.Windows.Forms.Button();
|
|
|
40 |
this.SuspendLayout();
|
|
|
41 |
//
|
|
|
42 |
// lst_UserAccounts
|
|
|
43 |
//
|
|
|
44 |
this.lst_UserAccounts.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
45 |
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
46 |
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
47 |
this.lst_UserAccounts.FullRowSelect = true;
|
|
|
48 |
this.lst_UserAccounts.GridLines = true;
|
|
|
49 |
this.lst_UserAccounts.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
|
|
50 |
this.lst_UserAccounts.HideSelection = false;
|
|
|
51 |
this.lst_UserAccounts.Location = new System.Drawing.Point(12, 12);
|
|
|
52 |
this.lst_UserAccounts.Name = "lst_UserAccounts";
|
| 48 |
Kevin |
53 |
this.lst_UserAccounts.Size = new System.Drawing.Size(327, 348);
|
| 9 |
Kevin |
54 |
this.lst_UserAccounts.TabIndex = 0;
|
|
|
55 |
this.lst_UserAccounts.UseCompatibleStateImageBehavior = false;
|
|
|
56 |
this.lst_UserAccounts.View = System.Windows.Forms.View.Details;
|
|
|
57 |
//
|
|
|
58 |
// btn_Add
|
|
|
59 |
//
|
|
|
60 |
this.btn_Add.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
| 48 |
Kevin |
61 |
this.btn_Add.Location = new System.Drawing.Point(353, 46);
|
| 9 |
Kevin |
62 |
this.btn_Add.Name = "btn_Add";
|
|
|
63 |
this.btn_Add.Size = new System.Drawing.Size(75, 40);
|
|
|
64 |
this.btn_Add.TabIndex = 2;
|
|
|
65 |
this.btn_Add.Text = "&Add Account";
|
|
|
66 |
this.btn_Add.UseVisualStyleBackColor = true;
|
|
|
67 |
this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
|
|
|
68 |
//
|
|
|
69 |
// btn_Delete
|
|
|
70 |
//
|
|
|
71 |
this.btn_Delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
| 48 |
Kevin |
72 |
this.btn_Delete.Location = new System.Drawing.Point(353, 99);
|
| 9 |
Kevin |
73 |
this.btn_Delete.Name = "btn_Delete";
|
|
|
74 |
this.btn_Delete.Size = new System.Drawing.Size(75, 40);
|
|
|
75 |
this.btn_Delete.TabIndex = 3;
|
|
|
76 |
this.btn_Delete.Text = "&Delete Account";
|
|
|
77 |
this.btn_Delete.UseVisualStyleBackColor = true;
|
|
|
78 |
this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click);
|
|
|
79 |
//
|
|
|
80 |
// btn_Exit
|
|
|
81 |
//
|
|
|
82 |
this.btn_Exit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
83 |
this.btn_Exit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
| 48 |
Kevin |
84 |
this.btn_Exit.Location = new System.Drawing.Point(378, 338);
|
| 9 |
Kevin |
85 |
this.btn_Exit.Name = "btn_Exit";
|
|
|
86 |
this.btn_Exit.Size = new System.Drawing.Size(50, 22);
|
|
|
87 |
this.btn_Exit.TabIndex = 7;
|
|
|
88 |
this.btn_Exit.Text = "Close";
|
|
|
89 |
this.btn_Exit.UseVisualStyleBackColor = true;
|
|
|
90 |
this.btn_Exit.Click += new System.EventHandler(this.btn_Exit_Click);
|
|
|
91 |
//
|
|
|
92 |
// btn_Pass
|
|
|
93 |
//
|
|
|
94 |
this.btn_Pass.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
| 48 |
Kevin |
95 |
this.btn_Pass.Location = new System.Drawing.Point(353, 152);
|
| 9 |
Kevin |
96 |
this.btn_Pass.Name = "btn_Pass";
|
|
|
97 |
this.btn_Pass.Size = new System.Drawing.Size(75, 40);
|
|
|
98 |
this.btn_Pass.TabIndex = 4;
|
|
|
99 |
this.btn_Pass.Text = "&Reset Password";
|
|
|
100 |
this.btn_Pass.UseVisualStyleBackColor = true;
|
|
|
101 |
this.btn_Pass.Click += new System.EventHandler(this.btn_Pass_Click);
|
|
|
102 |
//
|
|
|
103 |
// btn_Share
|
|
|
104 |
//
|
|
|
105 |
this.btn_Share.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
| 48 |
Kevin |
106 |
this.btn_Share.Location = new System.Drawing.Point(353, 205);
|
| 9 |
Kevin |
107 |
this.btn_Share.Name = "btn_Share";
|
|
|
108 |
this.btn_Share.Size = new System.Drawing.Size(75, 40);
|
|
|
109 |
this.btn_Share.TabIndex = 5;
|
|
|
110 |
this.btn_Share.Text = "&Toggle Share";
|
|
|
111 |
this.btn_Share.UseVisualStyleBackColor = true;
|
|
|
112 |
this.btn_Share.Click += new System.EventHandler(this.btn_Share_Click);
|
|
|
113 |
//
|
|
|
114 |
// btn_Refresh
|
|
|
115 |
//
|
|
|
116 |
this.btn_Refresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
117 |
this.btn_Refresh.Image = global::SWAT_Office_App.Properties.Resources.Refresh;
|
| 48 |
Kevin |
118 |
this.btn_Refresh.Location = new System.Drawing.Point(353, 12);
|
| 9 |
Kevin |
119 |
this.btn_Refresh.Name = "btn_Refresh";
|
|
|
120 |
this.btn_Refresh.Size = new System.Drawing.Size(23, 23);
|
|
|
121 |
this.btn_Refresh.TabIndex = 1;
|
|
|
122 |
this.btn_Refresh.UseVisualStyleBackColor = true;
|
|
|
123 |
this.btn_Refresh.Click += new System.EventHandler(this.btn_Refresh_Click);
|
|
|
124 |
//
|
|
|
125 |
// btn_OpenShare
|
|
|
126 |
//
|
|
|
127 |
this.btn_OpenShare.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
| 48 |
Kevin |
128 |
this.btn_OpenShare.Location = new System.Drawing.Point(353, 258);
|
| 9 |
Kevin |
129 |
this.btn_OpenShare.Name = "btn_OpenShare";
|
|
|
130 |
this.btn_OpenShare.Size = new System.Drawing.Size(75, 40);
|
|
|
131 |
this.btn_OpenShare.TabIndex = 6;
|
|
|
132 |
this.btn_OpenShare.Text = "&Open Share";
|
|
|
133 |
this.btn_OpenShare.UseVisualStyleBackColor = true;
|
|
|
134 |
this.btn_OpenShare.Click += new System.EventHandler(this.btn_OpenShare_Click);
|
|
|
135 |
//
|
|
|
136 |
// ManageUserAccounts_Form
|
|
|
137 |
//
|
|
|
138 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
139 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
140 |
this.CancelButton = this.btn_Exit;
|
| 48 |
Kevin |
141 |
this.ClientSize = new System.Drawing.Size(440, 372);
|
| 9 |
Kevin |
142 |
this.Controls.Add(this.btn_OpenShare);
|
|
|
143 |
this.Controls.Add(this.btn_Refresh);
|
|
|
144 |
this.Controls.Add(this.btn_Share);
|
|
|
145 |
this.Controls.Add(this.btn_Pass);
|
|
|
146 |
this.Controls.Add(this.btn_Exit);
|
|
|
147 |
this.Controls.Add(this.btn_Delete);
|
|
|
148 |
this.Controls.Add(this.btn_Add);
|
|
|
149 |
this.Controls.Add(this.lst_UserAccounts);
|
|
|
150 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
151 |
this.Name = "ManageUserAccounts_Form";
|
|
|
152 |
this.ShowInTaskbar = false;
|
|
|
153 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
154 |
this.Text = "Manage User Accounts";
|
|
|
155 |
this.ResumeLayout(false);
|
|
|
156 |
|
|
|
157 |
}
|
|
|
158 |
|
|
|
159 |
#endregion
|
|
|
160 |
|
|
|
161 |
private System.Windows.Forms.ListView lst_UserAccounts;
|
|
|
162 |
private System.Windows.Forms.Button btn_Add;
|
|
|
163 |
private System.Windows.Forms.Button btn_Delete;
|
|
|
164 |
private System.Windows.Forms.Button btn_Exit;
|
|
|
165 |
private System.Windows.Forms.Button btn_Pass;
|
|
|
166 |
private System.Windows.Forms.Button btn_Share;
|
|
|
167 |
private System.Windows.Forms.Button btn_Refresh;
|
|
|
168 |
private System.Windows.Forms.Button btn_OpenShare;
|
|
|
169 |
|
|
|
170 |
|
|
|
171 |
}
|
|
|
172 |
}
|