forked from Ayantir/LoreBooks
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathLoreBooks.xml
98 lines (79 loc) · 3.99 KB
/
LoreBooks.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<GuiXml>
<Controls>
<Backdrop name="Lorebook_Research_Template" inherits="ZO_EditBackdrop" tier="HIGH" virtual="true">
<Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" offsetX="-38" offsetY="28"/>
<Dimensions x="270"/>
<Controls>
<EditBox name="$(parent)Box" inherits="ZO_DefaultEditForBackdrop" defaultText="LBOOKS_SEARCH_PLACEHOLDER">
</EditBox>
<Label name="$(parent)SearchLabel" text="LBOOKS_SEARCH_LABEL" font="ZoFontGameLargeBold" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_NORMAL">
<Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)" offsetY="-2"/>
</Label>
</Controls>
</Backdrop>
<Label name="Lorebook_ShaliCollectionName_Template" font="ZoFontGameLargeBold" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_NORMAL" virtual="true">
<Dimensions y="24" />
</Label>
<Label name="Lorebook_ShaliCollectionValue_Template" font="ZoFontGameLargeBold" virtual="true">
<Dimensions y="24" />
</Label>
<Label name="Lorebook_ShaliCollectionReport_Template" font="ZoFontGameLargeBold" virtual="true">
<Dimensions y="24" />
</Label>
<Label name="Lorebook_EideticBooksInMap_Template" font="ZoFontGameLargeBold" virtual="true">
<Dimensions y="24" />
</Label>
<Label name="Lorebook_EideticMapName_Template" font="ZoFontGameLargeBold" virtual="true">
<Dimensions y="24" />
</Label>
<Label name="Lorebook_EideticReportForMap_Template" font="ZoFontGameLargeBold" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_NORMAL" virtual="true">
<Dimensions x="775" />
</Label>
<Label name="Lorebook_EideticBooksInCollection_Template" font="ZoFontGameLargeBold" virtual="true">
<Dimensions y="24" />
</Label>
<Label name="Lorebook_EideticCollectionName_Template" font="ZoFontGameLargeBold" virtual="true">
<Dimensions y="24" />
</Label>
<Label name="Lorebook_EideticReportForCollection_Template" font="ZoFontGameLargeBold" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_NORMAL" virtual="true">
<Dimensions x="775" />
</Label>
<TopLevelControl name="LoreBooksReport" inherits="ZO_RightPanelFootPrint" hidden="true">
<Controls>
<Control name="$(parent)Container" inherits="ZO_ScrollContainer">
<OnInitialized>
ZO_Scroll_Initialize(self)
</OnInitialized>
<Dimensions y="675"/>
<Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="20" offsetY="20" />
<Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT" offsetY="20" />
</Control>
<Label name="$(parent)ShalidorHeaderText" font="ZoFontHeader2" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_NORMAL">
<Dimensions x="830" />
<OnInitialized>
self:SetParent(GetControl("LoreBooksReportContainerScrollChild"))
self:SetAnchor(TOPLEFT, LoreBooksReportContainerScrollChild, TOPLEFT, 4, 4)
</OnInitialized>
</Label>
<Label name="$(parent)EideticHeaderText" font="ZoFontHeader2" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_NORMAL">
<Dimensions x="830" />
<OnInitialized>
self:SetParent(GetControl("LoreBooksReportContainerScrollChild"))
self:SetAnchor(TOPLEFT, LoreBooksReportContainerScrollChild, TOPLEFT, 4, 4)
</OnInitialized>
</Label>
</Controls>
</TopLevelControl>
<TopLevelControl name="LoreBooksCopyReport" inherits="ZO_RightPanelFootPrint" hidden="true">
<Controls>
<Backdrop name="$(parent)Content" inherits="ZO_MultiLineEditBackdrop_Keyboard">
<Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="20" offsetY="20" />
<Dimensions x="875" y="650" />
<Controls>
<EditBox name="$(parent)Edit" editEnabled="false" inherits="ZO_DefaultEditMultiLineForBackdrop" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_SELECTED" maxInputCharacters="20000" mouseEnabled="true" />
</Controls>
</Backdrop>
</Controls>
</TopLevelControl>
</Controls>
</GuiXml>