forked from jaysonragasa/MultiRDPClient.NET
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathXMLInfoFile.xml
More file actions
34 lines (28 loc) · 1.1 KB
/
XMLInfoFile.xml
File metadata and controls
34 lines (28 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8" ?>
<ControlInformations>
<control name="lvServerLists">
<title>Server Lists</title>
<short_description>Lists of all servers</short_description>
<infos>1. Double click to Connect to server
2. You can double click to activate the RDP Client window</infos>
</control>
<control name="tlvServerLists">
<title>Server Lists</title>
<short_description>Lists of all servers</short_description>
<infos>1. Double click to Connect to server
2. You can double click to activate the RDP Client window</infos>
</control>
<control name="btnFitToScreen">
<title>Fit To Screen</title>
<short_description></short_description>
<infos>Set the remote desktop resolution based on the
remote desktop client window.</infos>
</control>
<control name="tabMDIChild">
<title>Client Window Tabs</title>
<short_description>List of all openned client window</short_description>
<infos>1. Right click to show the context menu.
2. Double click to Activate or Restore the minimize client window.
</infos>
</control>
</ControlInformations>