1 |
namespace AnywhereTS |
2 |
{ |
3 |
partial class frmConfigServices |
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(frmConfigServices)); |
32 |
this.btnCancel = new System.Windows.Forms.Button(); |
33 |
this.btnOK = new System.Windows.Forms.Button(); |
34 |
this.lblTFTPpath = new System.Windows.Forms.Label(); |
35 |
this.txtTFTPpath = new System.Windows.Forms.TextBox(); |
36 |
this.btnBrowseTFTP = new System.Windows.Forms.Button(); |
37 |
this.label1 = new System.Windows.Forms.Label(); |
38 |
this.label2 = new System.Windows.Forms.Label(); |
39 |
this.label5 = new System.Windows.Forms.Label(); |
40 |
this.label6 = new System.Windows.Forms.Label(); |
41 |
this.lblTFTPdirectories = new System.Windows.Forms.Label(); |
42 |
this.label8 = new System.Windows.Forms.Label(); |
43 |
this.label9 = new System.Windows.Forms.Label(); |
44 |
this.lstTFTP = new System.Windows.Forms.ListBox(); |
45 |
this.btnDeleteTFTP = new System.Windows.Forms.Button(); |
46 |
this.radAtsDhcp = new System.Windows.Forms.RadioButton(); |
47 |
this.radExternalDhcp = new System.Windows.Forms.RadioButton(); |
48 |
this.btnBack = new System.Windows.Forms.Button(); |
49 |
this.radTFTPinternal = new System.Windows.Forms.RadioButton(); |
50 |
this.radTFTPexternal = new System.Windows.Forms.RadioButton(); |
51 |
this.panel1 = new System.Windows.Forms.Panel(); |
52 |
this.panel2 = new System.Windows.Forms.Panel(); |
53 |
this.radTSother = new System.Windows.Forms.RadioButton(); |
54 |
this.radTSboth = new System.Windows.Forms.RadioButton(); |
55 |
this.RadTSthisComputer = new System.Windows.Forms.RadioButton(); |
56 |
this.btnAddTerminalServer = new System.Windows.Forms.Button(); |
57 |
this.lblTerminalServers = new System.Windows.Forms.Label(); |
58 |
this.lstTerminalServer = new System.Windows.Forms.ListBox(); |
59 |
this.btnDeleteTerminalServer = new System.Windows.Forms.Button(); |
60 |
this.btnAddTFTPpath = new System.Windows.Forms.Button(); |
61 |
this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); |
62 |
this.helpProvider = new System.Windows.Forms.HelpProvider(); |
63 |
this.panel1.SuspendLayout(); |
64 |
this.panel2.SuspendLayout(); |
65 |
this.SuspendLayout(); |
66 |
// |
67 |
// btnCancel |
68 |
// |
69 |
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
70 |
this.btnCancel.Location = new System.Drawing.Point(265, 465); |
71 |
this.btnCancel.Name = "btnCancel"; |
72 |
this.btnCancel.Size = new System.Drawing.Size(80, 23); |
73 |
this.btnCancel.TabIndex = 210; |
74 |
this.btnCancel.Text = "Cancel"; |
75 |
this.btnCancel.UseVisualStyleBackColor = true; |
76 |
// |
77 |
// btnOK |
78 |
// |
79 |
this.btnOK.Location = new System.Drawing.Point(476, 465); |
80 |
this.btnOK.Name = "btnOK"; |
81 |
this.btnOK.Size = new System.Drawing.Size(80, 23); |
82 |
this.btnOK.TabIndex = 212; |
83 |
this.btnOK.Text = "Next >"; |
84 |
this.btnOK.UseVisualStyleBackColor = true; |
85 |
this.btnOK.Click += new System.EventHandler(this.btnOK_Click); |
86 |
// |
87 |
// lblTFTPpath |
88 |
// |
89 |
this.lblTFTPpath.AutoSize = true; |
90 |
this.lblTFTPpath.Location = new System.Drawing.Point(45, 236); |
91 |
this.lblTFTPpath.Name = "lblTFTPpath"; |
92 |
this.lblTFTPpath.Size = new System.Drawing.Size(179, 13); |
93 |
this.lblTFTPpath.TabIndex = 25; |
94 |
this.lblTFTPpath.Text = "Location of network files (TFTP root)"; |
95 |
// |
96 |
// txtTFTPpath |
97 |
// |
98 |
this.txtTFTPpath.Location = new System.Drawing.Point(48, 252); |
99 |
this.txtTFTPpath.Name = "txtTFTPpath"; |
100 |
this.txtTFTPpath.Size = new System.Drawing.Size(404, 20); |
101 |
this.txtTFTPpath.TabIndex = 2; |
102 |
// |
103 |
// btnBrowseTFTP |
104 |
// |
105 |
this.btnBrowseTFTP.Location = new System.Drawing.Point(459, 252); |
106 |
this.btnBrowseTFTP.Name = "btnBrowseTFTP"; |
107 |
this.btnBrowseTFTP.Size = new System.Drawing.Size(98, 23); |
108 |
this.btnBrowseTFTP.TabIndex = 3; |
109 |
this.btnBrowseTFTP.Text = "Browse..."; |
110 |
this.btnBrowseTFTP.UseVisualStyleBackColor = true; |
111 |
this.btnBrowseTFTP.Click += new System.EventHandler(this.btnBrowseTFTP_Click); |
112 |
// |
113 |
// label1 |
114 |
// |
115 |
this.label1.BackColor = System.Drawing.SystemColors.Control; |
116 |
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
117 |
this.label1.Location = new System.Drawing.Point(46, 199); |
118 |
this.label1.Name = "label1"; |
119 |
this.label1.Size = new System.Drawing.Size(508, 2); |
120 |
this.label1.TabIndex = 28; |
121 |
// |
122 |
// label2 |
123 |
// |
124 |
this.label2.AutoSize = true; |
125 |
this.label2.Location = new System.Drawing.Point(12, 193); |
126 |
this.label2.Name = "label2"; |
127 |
this.label2.Size = new System.Drawing.Size(34, 13); |
128 |
this.label2.TabIndex = 29; |
129 |
this.label2.Text = "TFTP"; |
130 |
// |
131 |
// label5 |
132 |
// |
133 |
this.label5.BackColor = System.Drawing.SystemColors.Control; |
134 |
this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
135 |
this.label5.Location = new System.Drawing.Point(95, 29); |
136 |
this.label5.Name = "label5"; |
137 |
this.label5.Size = new System.Drawing.Size(460, 2); |
138 |
this.label5.TabIndex = 28; |
139 |
// |
140 |
// label6 |
141 |
// |
142 |
this.label6.AutoSize = true; |
143 |
this.label6.Location = new System.Drawing.Point(14, 23); |
144 |
this.label6.Name = "label6"; |
145 |
this.label6.Size = new System.Drawing.Size(84, 13); |
146 |
this.label6.TabIndex = 29; |
147 |
this.label6.Text = "Terminal servers"; |
148 |
// |
149 |
// lblTFTPdirectories |
150 |
// |
151 |
this.lblTFTPdirectories.AutoSize = true; |
152 |
this.lblTFTPdirectories.Location = new System.Drawing.Point(45, 301); |
153 |
this.lblTFTPdirectories.Name = "lblTFTPdirectories"; |
154 |
this.lblTFTPdirectories.Size = new System.Drawing.Size(106, 13); |
155 |
this.lblTFTPdirectories.TabIndex = 32; |
156 |
this.lblTFTPdirectories.Text = "TFTP root directories"; |
157 |
// |
158 |
// label8 |
159 |
// |
160 |
this.label8.BackColor = System.Drawing.SystemColors.Control; |
161 |
this.label8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
162 |
this.label8.Location = new System.Drawing.Point(48, 379); |
163 |
this.label8.Name = "label8"; |
164 |
this.label8.Size = new System.Drawing.Size(508, 2); |
165 |
this.label8.TabIndex = 28; |
166 |
// |
167 |
// label9 |
168 |
// |
169 |
this.label9.AutoSize = true; |
170 |
this.label9.Location = new System.Drawing.Point(14, 373); |
171 |
this.label9.Name = "label9"; |
172 |
this.label9.Size = new System.Drawing.Size(37, 13); |
173 |
this.label9.TabIndex = 29; |
174 |
this.label9.Text = "DHCP"; |
175 |
// |
176 |
// lstTFTP |
177 |
// |
178 |
this.lstTFTP.FormattingEnabled = true; |
179 |
this.lstTFTP.Location = new System.Drawing.Point(48, 317); |
180 |
this.lstTFTP.Name = "lstTFTP"; |
181 |
this.lstTFTP.Size = new System.Drawing.Size(404, 43); |
182 |
this.lstTFTP.TabIndex = 33; |
183 |
this.lstTFTP.SelectedIndexChanged += new System.EventHandler(this.lstTFTP_SelectedIndexChanged); |
184 |
// |
185 |
// btnDeleteTFTP |
186 |
// |
187 |
this.btnDeleteTFTP.Enabled = false; |
188 |
this.btnDeleteTFTP.Location = new System.Drawing.Point(459, 346); |
189 |
this.btnDeleteTFTP.Name = "btnDeleteTFTP"; |
190 |
this.btnDeleteTFTP.Size = new System.Drawing.Size(98, 23); |
191 |
this.btnDeleteTFTP.TabIndex = 3; |
192 |
this.btnDeleteTFTP.Text = "Delete"; |
193 |
this.btnDeleteTFTP.UseVisualStyleBackColor = true; |
194 |
this.btnDeleteTFTP.Click += new System.EventHandler(this.btnDeleteTFTP_Click); |
195 |
// |
196 |
// radAtsDhcp |
197 |
// |
198 |
this.radAtsDhcp.AutoSize = true; |
199 |
this.radAtsDhcp.Checked = true; |
200 |
this.radAtsDhcp.Location = new System.Drawing.Point(17, 3); |
201 |
this.radAtsDhcp.Name = "radAtsDhcp"; |
202 |
this.radAtsDhcp.Size = new System.Drawing.Size(282, 17); |
203 |
this.radAtsDhcp.TabIndex = 200; |
204 |
this.radAtsDhcp.TabStop = true; |
205 |
this.radAtsDhcp.Text = "I want to use the AnywhereTS DHCP on this computer"; |
206 |
this.radAtsDhcp.UseVisualStyleBackColor = true; |
207 |
this.radAtsDhcp.CheckedChanged += new System.EventHandler(this.radAtsDhcp_CheckedChanged); |
208 |
// |
209 |
// radExternalDhcp |
210 |
// |
211 |
this.radExternalDhcp.AutoSize = true; |
212 |
this.radExternalDhcp.Location = new System.Drawing.Point(17, 26); |
213 |
this.radExternalDhcp.Name = "radExternalDhcp"; |
214 |
this.radExternalDhcp.Size = new System.Drawing.Size(235, 17); |
215 |
this.radExternalDhcp.TabIndex = 200; |
216 |
this.radExternalDhcp.Text = "I have a DHCP that I will configure manually."; |
217 |
this.radExternalDhcp.UseVisualStyleBackColor = true; |
218 |
this.radExternalDhcp.CheckedChanged += new System.EventHandler(this.radExternalDhcp_CheckedChanged); |
219 |
// |
220 |
// btnBack |
221 |
// |
222 |
this.btnBack.DialogResult = System.Windows.Forms.DialogResult.No; |
223 |
this.btnBack.Location = new System.Drawing.Point(390, 465); |
224 |
this.btnBack.Name = "btnBack"; |
225 |
this.btnBack.Size = new System.Drawing.Size(80, 23); |
226 |
this.btnBack.TabIndex = 211; |
227 |
this.btnBack.Text = "< Back"; |
228 |
this.btnBack.UseVisualStyleBackColor = true; |
229 |
// |
230 |
// radTFTPinternal |
231 |
// |
232 |
this.radTFTPinternal.AutoSize = true; |
233 |
this.radTFTPinternal.Location = new System.Drawing.Point(32, 216); |
234 |
this.radTFTPinternal.Name = "radTFTPinternal"; |
235 |
this.radTFTPinternal.Size = new System.Drawing.Size(313, 17); |
236 |
this.radTFTPinternal.TabIndex = 10; |
237 |
this.radTFTPinternal.Text = "I want to use the anywhereTS TFTP server on this computer."; |
238 |
this.radTFTPinternal.UseVisualStyleBackColor = true; |
239 |
this.radTFTPinternal.CheckedChanged += new System.EventHandler(this.radTFTPinternal_CheckedChanged); |
240 |
// |
241 |
// radTFTPexternal |
242 |
// |
243 |
this.radTFTPexternal.AutoSize = true; |
244 |
this.radTFTPexternal.Location = new System.Drawing.Point(32, 278); |
245 |
this.radTFTPexternal.Name = "radTFTPexternal"; |
246 |
this.radTFTPexternal.Size = new System.Drawing.Size(168, 17); |
247 |
this.radTFTPexternal.TabIndex = 10; |
248 |
this.radTFTPexternal.Text = "I will use other TFTP server(s)."; |
249 |
this.radTFTPexternal.UseVisualStyleBackColor = true; |
250 |
this.radTFTPexternal.CheckedChanged += new System.EventHandler(this.radTFTPexternal_CheckedChanged); |
251 |
// |
252 |
// panel1 |
253 |
// |
254 |
this.panel1.Controls.Add(this.radAtsDhcp); |
255 |
this.panel1.Controls.Add(this.radExternalDhcp); |
256 |
this.panel1.Location = new System.Drawing.Point(15, 389); |
257 |
this.panel1.Name = "panel1"; |
258 |
this.panel1.Size = new System.Drawing.Size(520, 59); |
259 |
this.panel1.TabIndex = 213; |
260 |
// |
261 |
// panel2 |
262 |
// |
263 |
this.panel2.Controls.Add(this.radTSother); |
264 |
this.panel2.Controls.Add(this.radTSboth); |
265 |
this.panel2.Controls.Add(this.RadTSthisComputer); |
266 |
this.panel2.Location = new System.Drawing.Point(17, 46); |
267 |
this.panel2.Name = "panel2"; |
268 |
this.panel2.Size = new System.Drawing.Size(502, 67); |
269 |
this.panel2.TabIndex = 214; |
270 |
// |
271 |
// radTSother |
272 |
// |
273 |
this.radTSother.AutoSize = true; |
274 |
this.radTSother.Location = new System.Drawing.Point(17, 43); |
275 |
this.radTSother.Name = "radTSother"; |
276 |
this.radTSother.Size = new System.Drawing.Size(376, 17); |
277 |
this.radTSother.TabIndex = 2; |
278 |
this.radTSother.TabStop = true; |
279 |
this.radTSother.Text = "This computer is not a terminal server and I will use other terminal server(s)."; |
280 |
this.radTSother.UseVisualStyleBackColor = true; |
281 |
this.radTSother.CheckedChanged += new System.EventHandler(this.radTSother_CheckedChanged); |
282 |
// |
283 |
// radTSboth |
284 |
// |
285 |
this.radTSboth.AutoSize = true; |
286 |
this.radTSboth.Location = new System.Drawing.Point(17, 24); |
287 |
this.radTSboth.Name = "radTSboth"; |
288 |
this.radTSboth.Size = new System.Drawing.Size(370, 17); |
289 |
this.radTSboth.TabIndex = 1; |
290 |
this.radTSboth.TabStop = true; |
291 |
this.radTSboth.Text = "This computer is a terminal server and I also have other terminal server(s)."; |
292 |
this.radTSboth.UseVisualStyleBackColor = true; |
293 |
this.radTSboth.CheckedChanged += new System.EventHandler(this.radTSboth_CheckedChanged); |
294 |
// |
295 |
// RadTSthisComputer |
296 |
// |
297 |
this.RadTSthisComputer.AutoSize = true; |
298 |
this.RadTSthisComputer.Location = new System.Drawing.Point(17, 8); |
299 |
this.RadTSthisComputer.Name = "RadTSthisComputer"; |
300 |
this.RadTSthisComputer.Size = new System.Drawing.Size(426, 17); |
301 |
this.RadTSthisComputer.TabIndex = 0; |
302 |
this.RadTSthisComputer.TabStop = true; |
303 |
this.RadTSthisComputer.Text = "This computer is a terminal server and I do not want to use any other terminal se" + |
304 |
"rvers."; |
305 |
this.RadTSthisComputer.UseVisualStyleBackColor = true; |
306 |
this.RadTSthisComputer.CheckedChanged += new System.EventHandler(this.RadTSthisComputer_CheckedChanged); |
307 |
// |
308 |
// btnAddTerminalServer |
309 |
// |
310 |
this.btnAddTerminalServer.Enabled = false; |
311 |
this.btnAddTerminalServer.Location = new System.Drawing.Point(459, 132); |
312 |
this.btnAddTerminalServer.Name = "btnAddTerminalServer"; |
313 |
this.btnAddTerminalServer.Size = new System.Drawing.Size(98, 23); |
314 |
this.btnAddTerminalServer.TabIndex = 3; |
315 |
this.btnAddTerminalServer.Text = "Add..."; |
316 |
this.btnAddTerminalServer.UseVisualStyleBackColor = true; |
317 |
this.btnAddTerminalServer.Click += new System.EventHandler(this.btnAddTerminalServer_Click); |
318 |
// |
319 |
// lblTerminalServers |
320 |
// |
321 |
this.lblTerminalServers.AutoSize = true; |
322 |
this.lblTerminalServers.Location = new System.Drawing.Point(45, 125); |
323 |
this.lblTerminalServers.Name = "lblTerminalServers"; |
324 |
this.lblTerminalServers.Size = new System.Drawing.Size(109, 13); |
325 |
this.lblTerminalServers.TabIndex = 32; |
326 |
this.lblTerminalServers.Text = "Other terminal servers"; |
327 |
// |
328 |
// lstTerminalServer |
329 |
// |
330 |
this.lstTerminalServer.FormattingEnabled = true; |
331 |
this.lstTerminalServer.Location = new System.Drawing.Point(48, 141); |
332 |
this.lstTerminalServer.Name = "lstTerminalServer"; |
333 |
this.lstTerminalServer.Size = new System.Drawing.Size(404, 43); |
334 |
this.lstTerminalServer.TabIndex = 33; |
335 |
this.lstTerminalServer.SelectedIndexChanged += new System.EventHandler(this.lstTerminalServer_SelectedIndexChanged); |
336 |
// |
337 |
// btnDeleteTerminalServer |
338 |
// |
339 |
this.btnDeleteTerminalServer.Enabled = false; |
340 |
this.btnDeleteTerminalServer.Location = new System.Drawing.Point(459, 161); |
341 |
this.btnDeleteTerminalServer.Name = "btnDeleteTerminalServer"; |
342 |
this.btnDeleteTerminalServer.Size = new System.Drawing.Size(98, 23); |
343 |
this.btnDeleteTerminalServer.TabIndex = 215; |
344 |
this.btnDeleteTerminalServer.Text = "Delete"; |
345 |
this.btnDeleteTerminalServer.UseVisualStyleBackColor = true; |
346 |
this.btnDeleteTerminalServer.Click += new System.EventHandler(this.btnDeleteTerminalServer_Click); |
347 |
// |
348 |
// btnAddTFTPpath |
349 |
// |
350 |
this.btnAddTFTPpath.Enabled = false; |
351 |
this.btnAddTFTPpath.Location = new System.Drawing.Point(459, 317); |
352 |
this.btnAddTFTPpath.Name = "btnAddTFTPpath"; |
353 |
this.btnAddTFTPpath.Size = new System.Drawing.Size(98, 23); |
354 |
this.btnAddTFTPpath.TabIndex = 216; |
355 |
this.btnAddTFTPpath.Text = "Add..."; |
356 |
this.btnAddTFTPpath.UseVisualStyleBackColor = true; |
357 |
this.btnAddTFTPpath.Click += new System.EventHandler(this.btnAddTFTPpath_Click); |
358 |
// |
359 |
// folderBrowserDialog |
360 |
// |
361 |
this.folderBrowserDialog.RootFolder = System.Environment.SpecialFolder.MyComputer; |
362 |
// |
363 |
// helpProvider |
364 |
// |
365 |
this.helpProvider.HelpNamespace = "configureanywheretsservices.htm"; |
366 |
// |
367 |
// frmConfigServices |
368 |
// |
369 |
this.AcceptButton = this.btnOK; |
370 |
this.CancelButton = this.btnCancel; |
371 |
this.ClientSize = new System.Drawing.Size(570, 494); |
372 |
this.Controls.Add(this.btnAddTFTPpath); |
373 |
this.Controls.Add(this.btnDeleteTerminalServer); |
374 |
this.Controls.Add(this.panel2); |
375 |
this.Controls.Add(this.panel1); |
376 |
this.Controls.Add(this.radTFTPexternal); |
377 |
this.Controls.Add(this.radTFTPinternal); |
378 |
this.Controls.Add(this.btnBack); |
379 |
this.Controls.Add(this.lstTerminalServer); |
380 |
this.Controls.Add(this.lstTFTP); |
381 |
this.Controls.Add(this.lblTerminalServers); |
382 |
this.Controls.Add(this.lblTFTPdirectories); |
383 |
this.Controls.Add(this.label9); |
384 |
this.Controls.Add(this.label6); |
385 |
this.Controls.Add(this.label8); |
386 |
this.Controls.Add(this.label2); |
387 |
this.Controls.Add(this.label5); |
388 |
this.Controls.Add(this.label1); |
389 |
this.Controls.Add(this.btnAddTerminalServer); |
390 |
this.Controls.Add(this.btnDeleteTFTP); |
391 |
this.Controls.Add(this.btnBrowseTFTP); |
392 |
this.Controls.Add(this.txtTFTPpath); |
393 |
this.Controls.Add(this.lblTFTPpath); |
394 |
this.Controls.Add(this.btnCancel); |
395 |
this.Controls.Add(this.btnOK); |
396 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
397 |
this.helpProvider.SetHelpKeyword(this, "configureanywheretsservices.htm"); |
398 |
this.helpProvider.SetHelpNavigator(this, System.Windows.Forms.HelpNavigator.Topic); |
399 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
400 |
this.MaximizeBox = false; |
401 |
this.Name = "frmConfigServices"; |
402 |
this.helpProvider.SetShowHelp(this, true); |
403 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
404 |
this.Text = "Configure AnywhereTS - Services"; |
405 |
this.Load += new System.EventHandler(this.frmConfigureMode_Load); |
406 |
this.panel1.ResumeLayout(false); |
407 |
this.panel1.PerformLayout(); |
408 |
this.panel2.ResumeLayout(false); |
409 |
this.panel2.PerformLayout(); |
410 |
this.ResumeLayout(false); |
411 |
this.PerformLayout(); |
412 |
|
413 |
} |
414 |
|
415 |
#endregion |
416 |
|
417 |
internal System.Windows.Forms.Button btnCancel; |
418 |
internal System.Windows.Forms.Button btnOK; |
419 |
private System.Windows.Forms.Label lblTFTPpath; |
420 |
private System.Windows.Forms.TextBox txtTFTPpath; |
421 |
private System.Windows.Forms.Button btnBrowseTFTP; |
422 |
private System.Windows.Forms.Label label1; |
423 |
private System.Windows.Forms.Label label2; |
424 |
private System.Windows.Forms.Label label5; |
425 |
private System.Windows.Forms.Label label6; |
426 |
private System.Windows.Forms.Label lblTFTPdirectories; |
427 |
private System.Windows.Forms.Label label8; |
428 |
private System.Windows.Forms.Label label9; |
429 |
private System.Windows.Forms.ListBox lstTFTP; |
430 |
private System.Windows.Forms.Button btnDeleteTFTP; |
431 |
private System.Windows.Forms.RadioButton radAtsDhcp; |
432 |
private System.Windows.Forms.RadioButton radExternalDhcp; |
433 |
private System.Windows.Forms.Button btnBack; |
434 |
private System.Windows.Forms.RadioButton radTFTPinternal; |
435 |
private System.Windows.Forms.RadioButton radTFTPexternal; |
436 |
private System.Windows.Forms.Panel panel1; |
437 |
private System.Windows.Forms.Panel panel2; |
438 |
private System.Windows.Forms.RadioButton radTSother; |
439 |
private System.Windows.Forms.RadioButton radTSboth; |
440 |
private System.Windows.Forms.RadioButton RadTSthisComputer; |
441 |
private System.Windows.Forms.Button btnAddTerminalServer; |
442 |
private System.Windows.Forms.Label lblTerminalServers; |
443 |
private System.Windows.Forms.ListBox lstTerminalServer; |
444 |
private System.Windows.Forms.Button btnDeleteTerminalServer; |
445 |
private System.Windows.Forms.Button btnAddTFTPpath; |
446 |
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog; |
447 |
private System.Windows.Forms.HelpProvider helpProvider; |
448 |
} |
449 |
} |