forked from BoyC/GW2TacO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UI.xml
41 lines (40 loc) · 1.53 KB
/
UI.xml
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
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<guidescriptor>
<gui id="gw2pois">
<GW2TacO id="tacoroot">
<GW2Dialog id="gw2dialog"/>
<GW2RangeDisplay id="ranges"/>
<GW2TrailDisplay id="trail"/>
<GW2TacticalDisplay id="tactical"/>
<GW2TacticalCompass id="compass"/>
<TimerDisplay id="locationaltimer"/>
<clickthroughbutton id="RedCircle" hidden="1"/>
<box id="MenuHoverBox" clickthrough="1" >
<clickthroughbutton id="TPButton"/>
<button id="MenuButton"/>
</box>
<MouseHighlight id="mousehighlight"/>
<HPGrid id="hpgrid"/>
</GW2TacO>
</gui>
<guitemplate id="markereditor" class="template">
<box id="markereditorbox" clickthrough="1" >
<label id="defaultmarkertype" text="Default Marker Type: undefined"/>
<button id="changedefaultmarkertype" text="Change Default Marker Type"/>
<label id="markertype" text=""/>
<button id="changemarkertype" text="Change Marker Type"/>
<label id="" text="Trail Editing"/>
<button id="starttrail" text="Start New Trail"/>
<button id="pausetrail" text="Pause Recording"/>
<button id="startnewsection" text="Resume New Section"/>
<button id="deletelastsegment" text="Delete Last Segment"/>
<button id="savetrail" text="Export Trail"/>
<button id="loadtrail" text="Import Trail"/>
</box>
</guitemplate>
<guitemplate id="notepad" class="template">
<box id="notepadbox" clickthrough="1">
<textbox id="notepad" text=""/>
</box>
</guitemplate>
</guidescriptor>