Subversion Repositories Code-Repo

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 Kevin 1
namespace SWAT_Office_App
2
{
3
    partial class Settings_Form
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
        {
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Settings_Form));
32
            this.chk_PassReq = new System.Windows.Forms.CheckBox();
33
            this.btn_Ok = new System.Windows.Forms.Button();
34
            this.btn_Cancel = new System.Windows.Forms.Button();
35
            this.listBox_SystemAccounts = new System.Windows.Forms.ListBox();
36
            this.btn_SystemAdd = new System.Windows.Forms.Button();
37
            this.btn_SystemRemove = new System.Windows.Forms.Button();
38
            this.groupBox_SystemAccounts = new System.Windows.Forms.GroupBox();
39
            this.txt_ShareLocation = new System.Windows.Forms.TextBox();
40
            this.lbl_ShareLocation = new System.Windows.Forms.Label();
41
            this.btn_ShareLocationChange = new System.Windows.Forms.Button();
42
            this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
43
            this.btn_USBLocationx32Change = new System.Windows.Forms.Button();
44
            this.txt_USBMasterCopyLocation_x32 = new System.Windows.Forms.TextBox();
45
            this.lbl_USBCopyLocation_x32 = new System.Windows.Forms.Label();
46
            this.btn_USBLocationx64Change = new System.Windows.Forms.Button();
47
            this.txt_USBMasterCopyLocation_x64 = new System.Windows.Forms.TextBox();
48
            this.lbl_USBCopyLocation_x64 = new System.Windows.Forms.Label();
49
            this.groupBox_HiddenAccounts = new System.Windows.Forms.GroupBox();
50
            this.listBox_HiddenAccounts = new System.Windows.Forms.ListBox();
51
            this.btn_HiddenRemove = new System.Windows.Forms.Button();
52
            this.btn_HiddenAdd = new System.Windows.Forms.Button();
53
            this.btn_Default = new System.Windows.Forms.Button();
54
            this.groupBox_SystemAccounts.SuspendLayout();
55
            this.groupBox_HiddenAccounts.SuspendLayout();
56
            this.SuspendLayout();
57
            // 
58
            // chk_PassReq
59
            // 
60
            this.chk_PassReq.AutoSize = true;
61
            this.chk_PassReq.Enabled = false;
62
            this.chk_PassReq.Location = new System.Drawing.Point(12, 12);
63
            this.chk_PassReq.Name = "chk_PassReq";
64
            this.chk_PassReq.Size = new System.Drawing.Size(160, 17);
65
            this.chk_PassReq.TabIndex = 1;
66
            this.chk_PassReq.Text = "Require Complex Passwords";
67
            this.chk_PassReq.UseVisualStyleBackColor = true;
68
            // 
69
            // btn_Ok
70
            // 
71
            this.btn_Ok.Location = new System.Drawing.Point(72, 328);
72
            this.btn_Ok.Name = "btn_Ok";
73
            this.btn_Ok.Size = new System.Drawing.Size(52, 23);
74
            this.btn_Ok.TabIndex = 11;
75
            this.btn_Ok.Text = "Save";
76
            this.btn_Ok.UseVisualStyleBackColor = true;
77
            this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
78
            // 
79
            // btn_Cancel
80
            // 
81
            this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
82
            this.btn_Cancel.Location = new System.Drawing.Point(130, 328);
83
            this.btn_Cancel.Name = "btn_Cancel";
84
            this.btn_Cancel.Size = new System.Drawing.Size(52, 23);
85
            this.btn_Cancel.TabIndex = 12;
86
            this.btn_Cancel.Text = "Cancel";
87
            this.btn_Cancel.UseVisualStyleBackColor = true;
88
            this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
89
            // 
90
            // listBox_SystemAccounts
91
            // 
92
            this.listBox_SystemAccounts.FormattingEnabled = true;
93
            this.listBox_SystemAccounts.Location = new System.Drawing.Point(6, 19);
94
            this.listBox_SystemAccounts.Name = "listBox_SystemAccounts";
95
            this.listBox_SystemAccounts.Size = new System.Drawing.Size(86, 56);
96
            this.listBox_SystemAccounts.TabIndex = 1;
97
            // 
98
            // btn_SystemAdd
99
            // 
100
            this.btn_SystemAdd.Location = new System.Drawing.Point(100, 23);
101
            this.btn_SystemAdd.Name = "btn_SystemAdd";
102
            this.btn_SystemAdd.Size = new System.Drawing.Size(60, 22);
103
            this.btn_SystemAdd.TabIndex = 2;
104
            this.btn_SystemAdd.Text = "Add";
105
            this.btn_SystemAdd.UseVisualStyleBackColor = true;
106
            this.btn_SystemAdd.Click += new System.EventHandler(this.btn_SystemAdd_Click);
107
            // 
108
            // btn_SystemRemove
109
            // 
110
            this.btn_SystemRemove.Location = new System.Drawing.Point(100, 49);
111
            this.btn_SystemRemove.Name = "btn_SystemRemove";
112
            this.btn_SystemRemove.Size = new System.Drawing.Size(60, 22);
113
            this.btn_SystemRemove.TabIndex = 3;
114
            this.btn_SystemRemove.Text = "Remove";
115
            this.btn_SystemRemove.UseVisualStyleBackColor = true;
116
            this.btn_SystemRemove.Click += new System.EventHandler(this.btn_SystemRemove_Click);
117
            // 
118
            // groupBox_SystemAccounts
119
            // 
120
            this.groupBox_SystemAccounts.Controls.Add(this.listBox_SystemAccounts);
121
            this.groupBox_SystemAccounts.Controls.Add(this.btn_SystemRemove);
122
            this.groupBox_SystemAccounts.Controls.Add(this.btn_SystemAdd);
123
            this.groupBox_SystemAccounts.Location = new System.Drawing.Point(12, 35);
124
            this.groupBox_SystemAccounts.Name = "groupBox_SystemAccounts";
125
            this.groupBox_SystemAccounts.Size = new System.Drawing.Size(170, 82);
126
            this.groupBox_SystemAccounts.TabIndex = 4;
127
            this.groupBox_SystemAccounts.TabStop = false;
128
            this.groupBox_SystemAccounts.Text = "System Accounts";
129
            // 
130
            // txt_ShareLocation
131
            // 
132
            this.txt_ShareLocation.Location = new System.Drawing.Point(12, 224);
133
            this.txt_ShareLocation.Name = "txt_ShareLocation";
134
            this.txt_ShareLocation.Size = new System.Drawing.Size(112, 20);
135
            this.txt_ShareLocation.TabIndex = 5;
136
            // 
137
            // lbl_ShareLocation
138
            // 
139
            this.lbl_ShareLocation.AutoSize = true;
140
            this.lbl_ShareLocation.Location = new System.Drawing.Point(12, 208);
141
            this.lbl_ShareLocation.Name = "lbl_ShareLocation";
142
            this.lbl_ShareLocation.Size = new System.Drawing.Size(117, 13);
143
            this.lbl_ShareLocation.TabIndex = 10;
144
            this.lbl_ShareLocation.Text = "Shared Folder Location";
145
            // 
146
            // btn_ShareLocationChange
147
            // 
148
            this.btn_ShareLocationChange.Location = new System.Drawing.Point(130, 223);
149
            this.btn_ShareLocationChange.Name = "btn_ShareLocationChange";
150
            this.btn_ShareLocationChange.Size = new System.Drawing.Size(52, 22);
151
            this.btn_ShareLocationChange.TabIndex = 6;
152
            this.btn_ShareLocationChange.Text = "Change";
153
            this.btn_ShareLocationChange.UseVisualStyleBackColor = true;
154
            this.btn_ShareLocationChange.Click += new System.EventHandler(this.btn_ShareLocationChange_Click);
155
            // 
156
            // folderBrowserDialog
157
            // 
158
            this.folderBrowserDialog.Description = "Choose a new location for storing networked folders";
159
            // 
160
            // btn_USBLocationx32Change
161
            // 
162
            this.btn_USBLocationx32Change.Location = new System.Drawing.Point(130, 262);
163
            this.btn_USBLocationx32Change.Name = "btn_USBLocationx32Change";
164
            this.btn_USBLocationx32Change.Size = new System.Drawing.Size(52, 22);
165
            this.btn_USBLocationx32Change.TabIndex = 8;
166
            this.btn_USBLocationx32Change.Text = "Change";
167
            this.btn_USBLocationx32Change.UseVisualStyleBackColor = true;
168
            this.btn_USBLocationx32Change.Click += new System.EventHandler(this.btn_USBLocationx32Change_Click);
169
            // 
170
            // txt_USBMasterCopyLocation_x32
171
            // 
172
            this.txt_USBMasterCopyLocation_x32.Location = new System.Drawing.Point(12, 263);
173
            this.txt_USBMasterCopyLocation_x32.Name = "txt_USBMasterCopyLocation_x32";
174
            this.txt_USBMasterCopyLocation_x32.Size = new System.Drawing.Size(112, 20);
175
            this.txt_USBMasterCopyLocation_x32.TabIndex = 7;
176
            // 
177
            // lbl_USBCopyLocation_x32
178
            // 
179
            this.lbl_USBCopyLocation_x32.AutoSize = true;
180
            this.lbl_USBCopyLocation_x32.Location = new System.Drawing.Point(12, 247);
181
            this.lbl_USBCopyLocation_x32.Name = "lbl_USBCopyLocation_x32";
182
            this.lbl_USBCopyLocation_x32.Size = new System.Drawing.Size(155, 13);
183
            this.lbl_USBCopyLocation_x32.TabIndex = 15;
184
            this.lbl_USBCopyLocation_x32.Text = "USB Master Copy x32 Location";
185
            // 
186
            // btn_USBLocationx64Change
187
            // 
188
            this.btn_USBLocationx64Change.Location = new System.Drawing.Point(130, 300);
189
            this.btn_USBLocationx64Change.Name = "btn_USBLocationx64Change";
190
            this.btn_USBLocationx64Change.Size = new System.Drawing.Size(52, 22);
191
            this.btn_USBLocationx64Change.TabIndex = 10;
192
            this.btn_USBLocationx64Change.Text = "Change";
193
            this.btn_USBLocationx64Change.UseVisualStyleBackColor = true;
194
            this.btn_USBLocationx64Change.Click += new System.EventHandler(this.btn_USBLocationx64Change_Click);
195
            // 
196
            // txt_USBMasterCopyLocation_x64
197
            // 
198
            this.txt_USBMasterCopyLocation_x64.Location = new System.Drawing.Point(12, 302);
199
            this.txt_USBMasterCopyLocation_x64.Name = "txt_USBMasterCopyLocation_x64";
200
            this.txt_USBMasterCopyLocation_x64.Size = new System.Drawing.Size(112, 20);
201
            this.txt_USBMasterCopyLocation_x64.TabIndex = 9;
202
            // 
203
            // lbl_USBCopyLocation_x64
204
            // 
205
            this.lbl_USBCopyLocation_x64.AutoSize = true;
206
            this.lbl_USBCopyLocation_x64.Location = new System.Drawing.Point(12, 286);
207
            this.lbl_USBCopyLocation_x64.Name = "lbl_USBCopyLocation_x64";
208
            this.lbl_USBCopyLocation_x64.Size = new System.Drawing.Size(155, 13);
209
            this.lbl_USBCopyLocation_x64.TabIndex = 18;
210
            this.lbl_USBCopyLocation_x64.Text = "USB Master Copy x64 Location";
211
            // 
212
            // groupBox_HiddenAccounts
213
            // 
214
            this.groupBox_HiddenAccounts.Controls.Add(this.listBox_HiddenAccounts);
215
            this.groupBox_HiddenAccounts.Controls.Add(this.btn_HiddenRemove);
216
            this.groupBox_HiddenAccounts.Controls.Add(this.btn_HiddenAdd);
217
            this.groupBox_HiddenAccounts.Location = new System.Drawing.Point(12, 123);
218
            this.groupBox_HiddenAccounts.Name = "groupBox_HiddenAccounts";
219
            this.groupBox_HiddenAccounts.Size = new System.Drawing.Size(170, 82);
220
            this.groupBox_HiddenAccounts.TabIndex = 19;
221
            this.groupBox_HiddenAccounts.TabStop = false;
222
            this.groupBox_HiddenAccounts.Text = "Hidden Accounts";
223
            // 
224
            // listBox_HiddenAccounts
225
            // 
226
            this.listBox_HiddenAccounts.FormattingEnabled = true;
227
            this.listBox_HiddenAccounts.Location = new System.Drawing.Point(6, 19);
228
            this.listBox_HiddenAccounts.Name = "listBox_HiddenAccounts";
229
            this.listBox_HiddenAccounts.Size = new System.Drawing.Size(86, 56);
230
            this.listBox_HiddenAccounts.TabIndex = 1;
231
            // 
232
            // btn_HiddenRemove
233
            // 
234
            this.btn_HiddenRemove.Location = new System.Drawing.Point(100, 49);
235
            this.btn_HiddenRemove.Name = "btn_HiddenRemove";
236
            this.btn_HiddenRemove.Size = new System.Drawing.Size(60, 22);
237
            this.btn_HiddenRemove.TabIndex = 3;
238
            this.btn_HiddenRemove.Text = "Remove";
239
            this.btn_HiddenRemove.UseVisualStyleBackColor = true;
240
            this.btn_HiddenRemove.Click += new System.EventHandler(this.btn_HiddenRemove_Click);
241
            // 
242
            // btn_HiddenAdd
243
            // 
244
            this.btn_HiddenAdd.Location = new System.Drawing.Point(100, 23);
245
            this.btn_HiddenAdd.Name = "btn_HiddenAdd";
246
            this.btn_HiddenAdd.Size = new System.Drawing.Size(60, 22);
247
            this.btn_HiddenAdd.TabIndex = 2;
248
            this.btn_HiddenAdd.Text = "Add";
249
            this.btn_HiddenAdd.UseVisualStyleBackColor = true;
250
            this.btn_HiddenAdd.Click += new System.EventHandler(this.btn_HiddenAdd_Click);
251
            // 
252
            // btn_Default
253
            // 
254
            this.btn_Default.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
255
            this.btn_Default.Location = new System.Drawing.Point(12, 331);
256
            this.btn_Default.Name = "btn_Default";
257
            this.btn_Default.Size = new System.Drawing.Size(45, 20);
258
            this.btn_Default.TabIndex = 20;
259
            this.btn_Default.Text = "Defaults";
260
            this.btn_Default.UseVisualStyleBackColor = true;
261
            this.btn_Default.Click += new System.EventHandler(this.btn_Default_Click);
262
            // 
263
            // Settings_Form
264
            // 
265
            this.AcceptButton = this.btn_Ok;
266
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
267
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
268
            this.BackColor = System.Drawing.SystemColors.Control;
269
            this.CancelButton = this.btn_Cancel;
270
            this.ClientSize = new System.Drawing.Size(194, 363);
271
            this.Controls.Add(this.btn_Default);
272
            this.Controls.Add(this.groupBox_HiddenAccounts);
273
            this.Controls.Add(this.lbl_USBCopyLocation_x64);
274
            this.Controls.Add(this.btn_USBLocationx64Change);
275
            this.Controls.Add(this.txt_USBMasterCopyLocation_x64);
276
            this.Controls.Add(this.lbl_USBCopyLocation_x32);
277
            this.Controls.Add(this.btn_USBLocationx32Change);
278
            this.Controls.Add(this.txt_USBMasterCopyLocation_x32);
279
            this.Controls.Add(this.btn_ShareLocationChange);
280
            this.Controls.Add(this.lbl_ShareLocation);
281
            this.Controls.Add(this.txt_ShareLocation);
282
            this.Controls.Add(this.btn_Cancel);
283
            this.Controls.Add(this.btn_Ok);
284
            this.Controls.Add(this.chk_PassReq);
285
            this.Controls.Add(this.groupBox_SystemAccounts);
286
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
287
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
288
            this.MaximizeBox = false;
289
            this.Name = "Settings_Form";
290
            this.ShowInTaskbar = false;
291
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
292
            this.Text = "Settings";
293
            this.groupBox_SystemAccounts.ResumeLayout(false);
294
            this.groupBox_HiddenAccounts.ResumeLayout(false);
295
            this.ResumeLayout(false);
296
            this.PerformLayout();
297
 
298
        }
299
 
300
        #endregion
301
 
302
        private System.Windows.Forms.CheckBox chk_PassReq;
303
        private System.Windows.Forms.Button btn_Ok;
304
        private System.Windows.Forms.Button btn_Cancel;
305
        private System.Windows.Forms.ListBox listBox_SystemAccounts;
306
        private System.Windows.Forms.Button btn_SystemAdd;
307
        private System.Windows.Forms.Button btn_SystemRemove;
308
        private System.Windows.Forms.GroupBox groupBox_SystemAccounts;
309
        private System.Windows.Forms.TextBox txt_ShareLocation;
310
        private System.Windows.Forms.Label lbl_ShareLocation;
311
        private System.Windows.Forms.Button btn_ShareLocationChange;
312
        private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog;
313
        private System.Windows.Forms.Button btn_USBLocationx32Change;
314
        private System.Windows.Forms.TextBox txt_USBMasterCopyLocation_x32;
315
        private System.Windows.Forms.Button btn_USBLocationx64Change;
316
        private System.Windows.Forms.TextBox txt_USBMasterCopyLocation_x64;
317
        private System.Windows.Forms.Label lbl_USBCopyLocation_x32;
318
        private System.Windows.Forms.Label lbl_USBCopyLocation_x64;
319
        private System.Windows.Forms.GroupBox groupBox_HiddenAccounts;
320
        private System.Windows.Forms.ListBox listBox_HiddenAccounts;
321
        private System.Windows.Forms.Button btn_HiddenRemove;
322
        private System.Windows.Forms.Button btn_HiddenAdd;
323
        private System.Windows.Forms.Button btn_Default;
324
    }
325
}