-
Notifications
You must be signed in to change notification settings - Fork 1
/
EQUI_StoryWnd.xml
executable file
·122 lines (122 loc) · 3.97 KB
/
EQUI_StoryWnd.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns:dt="EverQuestDataTypes" xmlns="EverQuestData"/>
<Listbox item="STORY_StoryList">
<ScreenID>StoryList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<TooltipReference>List of story items.</TooltipReference>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>4</LeftAnchorOffset>
<TopAnchorOffset>4</TopAnchorOffset>
<RightAnchorOffset>122</RightAnchorOffset>
<BottomAnchorOffset>302</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Style_Border>false</Style_Border>
<Style_VScroll>True</Style_VScroll>
<Columns>
<Width/>
<Heading>Date</Heading>
</Columns>
<Columns>
<Width>300</Width>
<Heading>Title</Heading>
</Columns>
</Listbox>
<STMLbox item="STORY_Display">
<ScreenID>Display</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<Style_VScroll>true</Style_VScroll>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>175</LeftAnchorOffset>
<TopAnchorOffset>4</TopAnchorOffset>
<RightAnchorOffset>4</RightAnchorOffset>
<BottomAnchorOffset>30</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Border>true</Style_Border>
</STMLbox>
<Button item="STORY_AutomaticCheckbox">
<ScreenID>AutomaticButton</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>4</LeftAnchorOffset>
<TopAnchorOffset>24</TopAnchorOffset>
<RightAnchorOffset>20</RightAnchorOffset>
<BottomAnchorOffset>8</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>true</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>true</Style_Checkbox>
<Text/>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_CheckBoxNormal</Normal>
<Pressed>A_CheckBoxPressed</Pressed>
</ButtonDrawTemplate>
</Button>
<Label item="STORY_AutomaticLabel">
<ScreenID>AutomaticLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>26</LeftAnchorOffset>
<TopAnchorOffset>24</TopAnchorOffset>
<RightAnchorOffset>4</RightAnchorOffset>
<BottomAnchorOffset>4</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Text>Automatically display when new item exists.</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Screen item="StoryWnd">
<ScreenID/>
<RelativePosition>false</RelativePosition>
<Location>
<X>50</X>
<Y>100</Y>
</Location>
<Size>
<CX>375</CX>
<CY>350</CY>
</Size>
<Text>Story Window</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>This window displays storyline items.</TooltipReference>
<DrawTemplate>WDT_Rounded</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>true</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Pieces>STORY_StoryList</Pieces>
<Pieces>STORY_Display</Pieces>
<Pieces>STORY_AutomaticLabel</Pieces>
<Pieces>STORY_AutomaticCheckbox</Pieces>
</Screen>
</XML>