| Line 27... |
Line 27... |
| 27 |
/// the contents of this method with the code editor.
|
27 |
/// the contents of this method with the code editor.
|
| 28 |
/// </summary>
|
28 |
/// </summary>
|
| 29 |
private void InitializeComponent()
|
29 |
private void InitializeComponent()
|
| 30 |
{
|
30 |
{
|
| 31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Settings_Form));
|
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();
|
32 |
this.btn_Ok = new System.Windows.Forms.Button();
|
| 34 |
this.btn_Cancel = new System.Windows.Forms.Button();
|
33 |
this.btn_Cancel = new System.Windows.Forms.Button();
|
| 35 |
this.listBox_SystemAccounts = new System.Windows.Forms.ListBox();
|
34 |
this.listBox_SystemAccounts = new System.Windows.Forms.ListBox();
|
| 36 |
this.btn_SystemAdd = new System.Windows.Forms.Button();
|
35 |
this.btn_SystemAdd = new System.Windows.Forms.Button();
|
| 37 |
this.btn_SystemRemove = new System.Windows.Forms.Button();
|
36 |
this.btn_SystemRemove = new System.Windows.Forms.Button();
|
| Line 53... |
Line 52... |
| 53 |
this.btn_Default = new System.Windows.Forms.Button();
|
52 |
this.btn_Default = new System.Windows.Forms.Button();
|
| 54 |
this.groupBox_SystemAccounts.SuspendLayout();
|
53 |
this.groupBox_SystemAccounts.SuspendLayout();
|
| 55 |
this.groupBox_HiddenAccounts.SuspendLayout();
|
54 |
this.groupBox_HiddenAccounts.SuspendLayout();
|
| 56 |
this.SuspendLayout();
|
55 |
this.SuspendLayout();
|
| 57 |
//
|
56 |
//
|
| 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
|
57 |
// btn_Ok
|
| 70 |
//
|
58 |
//
|
| 71 |
this.btn_Ok.Location = new System.Drawing.Point(72, 328);
|
59 |
this.btn_Ok.Location = new System.Drawing.Point(72, 305);
|
| 72 |
this.btn_Ok.Name = "btn_Ok";
|
60 |
this.btn_Ok.Name = "btn_Ok";
|
| 73 |
this.btn_Ok.Size = new System.Drawing.Size(52, 23);
|
61 |
this.btn_Ok.Size = new System.Drawing.Size(52, 23);
|
| 74 |
this.btn_Ok.TabIndex = 11;
|
62 |
this.btn_Ok.TabIndex = 11;
|
| 75 |
this.btn_Ok.Text = "Save";
|
63 |
this.btn_Ok.Text = "Save";
|
| 76 |
this.btn_Ok.UseVisualStyleBackColor = true;
|
64 |
this.btn_Ok.UseVisualStyleBackColor = true;
|
| 77 |
this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
|
65 |
this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
|
| 78 |
//
|
66 |
//
|
| 79 |
// btn_Cancel
|
67 |
// btn_Cancel
|
| 80 |
//
|
68 |
//
|
| 81 |
this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
69 |
this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
| 82 |
this.btn_Cancel.Location = new System.Drawing.Point(130, 328);
|
70 |
this.btn_Cancel.Location = new System.Drawing.Point(130, 305);
|
| 83 |
this.btn_Cancel.Name = "btn_Cancel";
|
71 |
this.btn_Cancel.Name = "btn_Cancel";
|
| 84 |
this.btn_Cancel.Size = new System.Drawing.Size(52, 23);
|
72 |
this.btn_Cancel.Size = new System.Drawing.Size(52, 23);
|
| 85 |
this.btn_Cancel.TabIndex = 12;
|
73 |
this.btn_Cancel.TabIndex = 12;
|
| 86 |
this.btn_Cancel.Text = "Cancel";
|
74 |
this.btn_Cancel.Text = "Cancel";
|
| 87 |
this.btn_Cancel.UseVisualStyleBackColor = true;
|
75 |
this.btn_Cancel.UseVisualStyleBackColor = true;
|
| Line 118... |
Line 106... |
| 118 |
// groupBox_SystemAccounts
|
106 |
// groupBox_SystemAccounts
|
| 119 |
//
|
107 |
//
|
| 120 |
this.groupBox_SystemAccounts.Controls.Add(this.listBox_SystemAccounts);
|
108 |
this.groupBox_SystemAccounts.Controls.Add(this.listBox_SystemAccounts);
|
| 121 |
this.groupBox_SystemAccounts.Controls.Add(this.btn_SystemRemove);
|
109 |
this.groupBox_SystemAccounts.Controls.Add(this.btn_SystemRemove);
|
| 122 |
this.groupBox_SystemAccounts.Controls.Add(this.btn_SystemAdd);
|
110 |
this.groupBox_SystemAccounts.Controls.Add(this.btn_SystemAdd);
|
| 123 |
this.groupBox_SystemAccounts.Location = new System.Drawing.Point(12, 35);
|
111 |
this.groupBox_SystemAccounts.Location = new System.Drawing.Point(12, 12);
|
| 124 |
this.groupBox_SystemAccounts.Name = "groupBox_SystemAccounts";
|
112 |
this.groupBox_SystemAccounts.Name = "groupBox_SystemAccounts";
|
| 125 |
this.groupBox_SystemAccounts.Size = new System.Drawing.Size(170, 82);
|
113 |
this.groupBox_SystemAccounts.Size = new System.Drawing.Size(170, 82);
|
| 126 |
this.groupBox_SystemAccounts.TabIndex = 4;
|
114 |
this.groupBox_SystemAccounts.TabIndex = 4;
|
| 127 |
this.groupBox_SystemAccounts.TabStop = false;
|
115 |
this.groupBox_SystemAccounts.TabStop = false;
|
| 128 |
this.groupBox_SystemAccounts.Text = "System Accounts";
|
116 |
this.groupBox_SystemAccounts.Text = "System Accounts";
|
| 129 |
//
|
117 |
//
|
| 130 |
// txt_ShareLocation
|
118 |
// txt_ShareLocation
|
| 131 |
//
|
119 |
//
|
| 132 |
this.txt_ShareLocation.Location = new System.Drawing.Point(12, 224);
|
120 |
this.txt_ShareLocation.Location = new System.Drawing.Point(12, 201);
|
| 133 |
this.txt_ShareLocation.Name = "txt_ShareLocation";
|
121 |
this.txt_ShareLocation.Name = "txt_ShareLocation";
|
| 134 |
this.txt_ShareLocation.Size = new System.Drawing.Size(112, 20);
|
122 |
this.txt_ShareLocation.Size = new System.Drawing.Size(112, 20);
|
| 135 |
this.txt_ShareLocation.TabIndex = 5;
|
123 |
this.txt_ShareLocation.TabIndex = 5;
|
| 136 |
//
|
124 |
//
|
| 137 |
// lbl_ShareLocation
|
125 |
// lbl_ShareLocation
|
| 138 |
//
|
126 |
//
|
| 139 |
this.lbl_ShareLocation.AutoSize = true;
|
127 |
this.lbl_ShareLocation.AutoSize = true;
|
| 140 |
this.lbl_ShareLocation.Location = new System.Drawing.Point(12, 208);
|
128 |
this.lbl_ShareLocation.Location = new System.Drawing.Point(12, 185);
|
| 141 |
this.lbl_ShareLocation.Name = "lbl_ShareLocation";
|
129 |
this.lbl_ShareLocation.Name = "lbl_ShareLocation";
|
| 142 |
this.lbl_ShareLocation.Size = new System.Drawing.Size(117, 13);
|
130 |
this.lbl_ShareLocation.Size = new System.Drawing.Size(117, 13);
|
| 143 |
this.lbl_ShareLocation.TabIndex = 10;
|
131 |
this.lbl_ShareLocation.TabIndex = 10;
|
| 144 |
this.lbl_ShareLocation.Text = "Shared Folder Location";
|
132 |
this.lbl_ShareLocation.Text = "Shared Folder Location";
|
| 145 |
//
|
133 |
//
|
| 146 |
// btn_ShareLocationChange
|
134 |
// btn_ShareLocationChange
|
| 147 |
//
|
135 |
//
|
| 148 |
this.btn_ShareLocationChange.Location = new System.Drawing.Point(130, 223);
|
136 |
this.btn_ShareLocationChange.Location = new System.Drawing.Point(130, 200);
|
| 149 |
this.btn_ShareLocationChange.Name = "btn_ShareLocationChange";
|
137 |
this.btn_ShareLocationChange.Name = "btn_ShareLocationChange";
|
| 150 |
this.btn_ShareLocationChange.Size = new System.Drawing.Size(52, 22);
|
138 |
this.btn_ShareLocationChange.Size = new System.Drawing.Size(52, 22);
|
| 151 |
this.btn_ShareLocationChange.TabIndex = 6;
|
139 |
this.btn_ShareLocationChange.TabIndex = 6;
|
| 152 |
this.btn_ShareLocationChange.Text = "Change";
|
140 |
this.btn_ShareLocationChange.Text = "Change";
|
| 153 |
this.btn_ShareLocationChange.UseVisualStyleBackColor = true;
|
141 |
this.btn_ShareLocationChange.UseVisualStyleBackColor = true;
|
| Line 157... |
Line 145... |
| 157 |
//
|
145 |
//
|
| 158 |
this.folderBrowserDialog.Description = "Choose a new location for storing networked folders";
|
146 |
this.folderBrowserDialog.Description = "Choose a new location for storing networked folders";
|
| 159 |
//
|
147 |
//
|
| 160 |
// btn_USBLocationx32Change
|
148 |
// btn_USBLocationx32Change
|
| 161 |
//
|
149 |
//
|
| 162 |
this.btn_USBLocationx32Change.Location = new System.Drawing.Point(130, 262);
|
150 |
this.btn_USBLocationx32Change.Location = new System.Drawing.Point(130, 239);
|
| 163 |
this.btn_USBLocationx32Change.Name = "btn_USBLocationx32Change";
|
151 |
this.btn_USBLocationx32Change.Name = "btn_USBLocationx32Change";
|
| 164 |
this.btn_USBLocationx32Change.Size = new System.Drawing.Size(52, 22);
|
152 |
this.btn_USBLocationx32Change.Size = new System.Drawing.Size(52, 22);
|
| 165 |
this.btn_USBLocationx32Change.TabIndex = 8;
|
153 |
this.btn_USBLocationx32Change.TabIndex = 8;
|
| 166 |
this.btn_USBLocationx32Change.Text = "Change";
|
154 |
this.btn_USBLocationx32Change.Text = "Change";
|
| 167 |
this.btn_USBLocationx32Change.UseVisualStyleBackColor = true;
|
155 |
this.btn_USBLocationx32Change.UseVisualStyleBackColor = true;
|
| 168 |
this.btn_USBLocationx32Change.Click += new System.EventHandler(this.btn_USBLocationx32Change_Click);
|
156 |
this.btn_USBLocationx32Change.Click += new System.EventHandler(this.btn_USBLocationx32Change_Click);
|
| 169 |
//
|
157 |
//
|
| 170 |
// txt_USBMasterCopyLocation_x32
|
158 |
// txt_USBMasterCopyLocation_x32
|
| 171 |
//
|
159 |
//
|
| 172 |
this.txt_USBMasterCopyLocation_x32.Location = new System.Drawing.Point(12, 263);
|
160 |
this.txt_USBMasterCopyLocation_x32.Location = new System.Drawing.Point(12, 240);
|
| 173 |
this.txt_USBMasterCopyLocation_x32.Name = "txt_USBMasterCopyLocation_x32";
|
161 |
this.txt_USBMasterCopyLocation_x32.Name = "txt_USBMasterCopyLocation_x32";
|
| 174 |
this.txt_USBMasterCopyLocation_x32.Size = new System.Drawing.Size(112, 20);
|
162 |
this.txt_USBMasterCopyLocation_x32.Size = new System.Drawing.Size(112, 20);
|
| 175 |
this.txt_USBMasterCopyLocation_x32.TabIndex = 7;
|
163 |
this.txt_USBMasterCopyLocation_x32.TabIndex = 7;
|
| 176 |
//
|
164 |
//
|
| 177 |
// lbl_USBCopyLocation_x32
|
165 |
// lbl_USBCopyLocation_x32
|
| 178 |
//
|
166 |
//
|
| 179 |
this.lbl_USBCopyLocation_x32.AutoSize = true;
|
167 |
this.lbl_USBCopyLocation_x32.AutoSize = true;
|
| 180 |
this.lbl_USBCopyLocation_x32.Location = new System.Drawing.Point(12, 247);
|
168 |
this.lbl_USBCopyLocation_x32.Location = new System.Drawing.Point(12, 224);
|
| 181 |
this.lbl_USBCopyLocation_x32.Name = "lbl_USBCopyLocation_x32";
|
169 |
this.lbl_USBCopyLocation_x32.Name = "lbl_USBCopyLocation_x32";
|
| 182 |
this.lbl_USBCopyLocation_x32.Size = new System.Drawing.Size(155, 13);
|
170 |
this.lbl_USBCopyLocation_x32.Size = new System.Drawing.Size(155, 13);
|
| 183 |
this.lbl_USBCopyLocation_x32.TabIndex = 15;
|
171 |
this.lbl_USBCopyLocation_x32.TabIndex = 15;
|
| 184 |
this.lbl_USBCopyLocation_x32.Text = "USB Master Copy x32 Location";
|
172 |
this.lbl_USBCopyLocation_x32.Text = "USB Master Copy x32 Location";
|
| 185 |
//
|
173 |
//
|
| 186 |
// btn_USBLocationx64Change
|
174 |
// btn_USBLocationx64Change
|
| 187 |
//
|
175 |
//
|
| 188 |
this.btn_USBLocationx64Change.Location = new System.Drawing.Point(130, 300);
|
176 |
this.btn_USBLocationx64Change.Location = new System.Drawing.Point(130, 277);
|
| 189 |
this.btn_USBLocationx64Change.Name = "btn_USBLocationx64Change";
|
177 |
this.btn_USBLocationx64Change.Name = "btn_USBLocationx64Change";
|
| 190 |
this.btn_USBLocationx64Change.Size = new System.Drawing.Size(52, 22);
|
178 |
this.btn_USBLocationx64Change.Size = new System.Drawing.Size(52, 22);
|
| 191 |
this.btn_USBLocationx64Change.TabIndex = 10;
|
179 |
this.btn_USBLocationx64Change.TabIndex = 10;
|
| 192 |
this.btn_USBLocationx64Change.Text = "Change";
|
180 |
this.btn_USBLocationx64Change.Text = "Change";
|
| 193 |
this.btn_USBLocationx64Change.UseVisualStyleBackColor = true;
|
181 |
this.btn_USBLocationx64Change.UseVisualStyleBackColor = true;
|
| 194 |
this.btn_USBLocationx64Change.Click += new System.EventHandler(this.btn_USBLocationx64Change_Click);
|
182 |
this.btn_USBLocationx64Change.Click += new System.EventHandler(this.btn_USBLocationx64Change_Click);
|
| 195 |
//
|
183 |
//
|
| 196 |
// txt_USBMasterCopyLocation_x64
|
184 |
// txt_USBMasterCopyLocation_x64
|
| 197 |
//
|
185 |
//
|
| 198 |
this.txt_USBMasterCopyLocation_x64.Location = new System.Drawing.Point(12, 302);
|
186 |
this.txt_USBMasterCopyLocation_x64.Location = new System.Drawing.Point(12, 279);
|
| 199 |
this.txt_USBMasterCopyLocation_x64.Name = "txt_USBMasterCopyLocation_x64";
|
187 |
this.txt_USBMasterCopyLocation_x64.Name = "txt_USBMasterCopyLocation_x64";
|
| 200 |
this.txt_USBMasterCopyLocation_x64.Size = new System.Drawing.Size(112, 20);
|
188 |
this.txt_USBMasterCopyLocation_x64.Size = new System.Drawing.Size(112, 20);
|
| 201 |
this.txt_USBMasterCopyLocation_x64.TabIndex = 9;
|
189 |
this.txt_USBMasterCopyLocation_x64.TabIndex = 9;
|
| 202 |
//
|
190 |
//
|
| 203 |
// lbl_USBCopyLocation_x64
|
191 |
// lbl_USBCopyLocation_x64
|
| 204 |
//
|
192 |
//
|
| 205 |
this.lbl_USBCopyLocation_x64.AutoSize = true;
|
193 |
this.lbl_USBCopyLocation_x64.AutoSize = true;
|
| 206 |
this.lbl_USBCopyLocation_x64.Location = new System.Drawing.Point(12, 286);
|
194 |
this.lbl_USBCopyLocation_x64.Location = new System.Drawing.Point(12, 263);
|
| 207 |
this.lbl_USBCopyLocation_x64.Name = "lbl_USBCopyLocation_x64";
|
195 |
this.lbl_USBCopyLocation_x64.Name = "lbl_USBCopyLocation_x64";
|
| 208 |
this.lbl_USBCopyLocation_x64.Size = new System.Drawing.Size(155, 13);
|
196 |
this.lbl_USBCopyLocation_x64.Size = new System.Drawing.Size(155, 13);
|
| 209 |
this.lbl_USBCopyLocation_x64.TabIndex = 18;
|
197 |
this.lbl_USBCopyLocation_x64.TabIndex = 18;
|
| 210 |
this.lbl_USBCopyLocation_x64.Text = "USB Master Copy x64 Location";
|
198 |
this.lbl_USBCopyLocation_x64.Text = "USB Master Copy x64 Location";
|
| 211 |
//
|
199 |
//
|
| 212 |
// groupBox_HiddenAccounts
|
200 |
// groupBox_HiddenAccounts
|
| 213 |
//
|
201 |
//
|
| 214 |
this.groupBox_HiddenAccounts.Controls.Add(this.listBox_HiddenAccounts);
|
202 |
this.groupBox_HiddenAccounts.Controls.Add(this.listBox_HiddenAccounts);
|
| 215 |
this.groupBox_HiddenAccounts.Controls.Add(this.btn_HiddenRemove);
|
203 |
this.groupBox_HiddenAccounts.Controls.Add(this.btn_HiddenRemove);
|
| 216 |
this.groupBox_HiddenAccounts.Controls.Add(this.btn_HiddenAdd);
|
204 |
this.groupBox_HiddenAccounts.Controls.Add(this.btn_HiddenAdd);
|
| 217 |
this.groupBox_HiddenAccounts.Location = new System.Drawing.Point(12, 123);
|
205 |
this.groupBox_HiddenAccounts.Location = new System.Drawing.Point(12, 100);
|
| 218 |
this.groupBox_HiddenAccounts.Name = "groupBox_HiddenAccounts";
|
206 |
this.groupBox_HiddenAccounts.Name = "groupBox_HiddenAccounts";
|
| 219 |
this.groupBox_HiddenAccounts.Size = new System.Drawing.Size(170, 82);
|
207 |
this.groupBox_HiddenAccounts.Size = new System.Drawing.Size(170, 82);
|
| 220 |
this.groupBox_HiddenAccounts.TabIndex = 19;
|
208 |
this.groupBox_HiddenAccounts.TabIndex = 19;
|
| 221 |
this.groupBox_HiddenAccounts.TabStop = false;
|
209 |
this.groupBox_HiddenAccounts.TabStop = false;
|
| 222 |
this.groupBox_HiddenAccounts.Text = "Hidden Accounts";
|
210 |
this.groupBox_HiddenAccounts.Text = "Hidden Accounts";
|
| Line 250... |
Line 238... |
| 250 |
this.btn_HiddenAdd.Click += new System.EventHandler(this.btn_HiddenAdd_Click);
|
238 |
this.btn_HiddenAdd.Click += new System.EventHandler(this.btn_HiddenAdd_Click);
|
| 251 |
//
|
239 |
//
|
| 252 |
// btn_Default
|
240 |
// btn_Default
|
| 253 |
//
|
241 |
//
|
| 254 |
this.btn_Default.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
242 |
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);
|
243 |
this.btn_Default.Location = new System.Drawing.Point(12, 308);
|
| 256 |
this.btn_Default.Name = "btn_Default";
|
244 |
this.btn_Default.Name = "btn_Default";
|
| 257 |
this.btn_Default.Size = new System.Drawing.Size(45, 20);
|
245 |
this.btn_Default.Size = new System.Drawing.Size(45, 20);
|
| 258 |
this.btn_Default.TabIndex = 20;
|
246 |
this.btn_Default.TabIndex = 20;
|
| 259 |
this.btn_Default.Text = "Defaults";
|
247 |
this.btn_Default.Text = "Defaults";
|
| 260 |
this.btn_Default.UseVisualStyleBackColor = true;
|
248 |
this.btn_Default.UseVisualStyleBackColor = true;
|
| Line 265... |
Line 253... |
| 265 |
this.AcceptButton = this.btn_Ok;
|
253 |
this.AcceptButton = this.btn_Ok;
|
| 266 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
254 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
| 267 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
255 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
| 268 |
this.BackColor = System.Drawing.SystemColors.Control;
|
256 |
this.BackColor = System.Drawing.SystemColors.Control;
|
| 269 |
this.CancelButton = this.btn_Cancel;
|
257 |
this.CancelButton = this.btn_Cancel;
|
| 270 |
this.ClientSize = new System.Drawing.Size(194, 363);
|
258 |
this.ClientSize = new System.Drawing.Size(194, 339);
|
| 271 |
this.Controls.Add(this.btn_Default);
|
259 |
this.Controls.Add(this.btn_Default);
|
| 272 |
this.Controls.Add(this.groupBox_HiddenAccounts);
|
260 |
this.Controls.Add(this.groupBox_HiddenAccounts);
|
| 273 |
this.Controls.Add(this.lbl_USBCopyLocation_x64);
|
261 |
this.Controls.Add(this.lbl_USBCopyLocation_x64);
|
| 274 |
this.Controls.Add(this.btn_USBLocationx64Change);
|
262 |
this.Controls.Add(this.btn_USBLocationx64Change);
|
| 275 |
this.Controls.Add(this.txt_USBMasterCopyLocation_x64);
|
263 |
this.Controls.Add(this.txt_USBMasterCopyLocation_x64);
|
| Line 279... |
Line 267... |
| 279 |
this.Controls.Add(this.btn_ShareLocationChange);
|
267 |
this.Controls.Add(this.btn_ShareLocationChange);
|
| 280 |
this.Controls.Add(this.lbl_ShareLocation);
|
268 |
this.Controls.Add(this.lbl_ShareLocation);
|
| 281 |
this.Controls.Add(this.txt_ShareLocation);
|
269 |
this.Controls.Add(this.txt_ShareLocation);
|
| 282 |
this.Controls.Add(this.btn_Cancel);
|
270 |
this.Controls.Add(this.btn_Cancel);
|
| 283 |
this.Controls.Add(this.btn_Ok);
|
271 |
this.Controls.Add(this.btn_Ok);
|
| 284 |
this.Controls.Add(this.chk_PassReq);
|
- |
|
| 285 |
this.Controls.Add(this.groupBox_SystemAccounts);
|
272 |
this.Controls.Add(this.groupBox_SystemAccounts);
|
| 286 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
273 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
| 287 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
274 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
| 288 |
this.MaximizeBox = false;
|
275 |
this.MaximizeBox = false;
|
| 289 |
this.Name = "Settings_Form";
|
276 |
this.Name = "Settings_Form";
|
| Line 297... |
Line 284... |
| 297 |
|
284 |
|
| 298 |
}
|
285 |
}
|
| 299 |
|
286 |
|
| 300 |
#endregion
|
287 |
#endregion
|
| 301 |
|
288 |
|
| 302 |
private System.Windows.Forms.CheckBox chk_PassReq;
|
- |
|
| 303 |
private System.Windows.Forms.Button btn_Ok;
|
289 |
private System.Windows.Forms.Button btn_Ok;
|
| 304 |
private System.Windows.Forms.Button btn_Cancel;
|
290 |
private System.Windows.Forms.Button btn_Cancel;
|
| 305 |
private System.Windows.Forms.ListBox listBox_SystemAccounts;
|
291 |
private System.Windows.Forms.ListBox listBox_SystemAccounts;
|
| 306 |
private System.Windows.Forms.Button btn_SystemAdd;
|
292 |
private System.Windows.Forms.Button btn_SystemAdd;
|
| 307 |
private System.Windows.Forms.Button btn_SystemRemove;
|
293 |
private System.Windows.Forms.Button btn_SystemRemove;
|