-
Notifications
You must be signed in to change notification settings - Fork 1
/
EQUI_ChatWindow.xml
executable file
·54 lines (54 loc) · 1.87 KB
/
EQUI_ChatWindow.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
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
<Editbox item="CW_ChatInput">
<ScreenID>CWChatInput</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>-2</LeftAnchorOffset>
<TopAnchorOffset>22</TopAnchorOffset>
<RightAnchorOffset>-4</RightAnchorOffset>
<BottomAnchorOffset>-2</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_Transparent>true</Style_Transparent>
</Editbox>
<STMLbox item="CW_ChatOutput">
<ScreenID>CWChatOutput</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<Style_VScroll>true</Style_VScroll>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>-4</LeftAnchorOffset>
<TopAnchorOffset>-4</TopAnchorOffset>
<RightAnchorOffset>-4</RightAnchorOffset>
<BottomAnchorOffset>19</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_Border>true</Style_Border>
<Style_Transparent>true</Style_Transparent>
</STMLbox>
<Screen item="ChatWindow">
<RelativePosition>false</RelativePosition>
<Location>
<X>95</X>
<Y>280</Y>
</Location>
<Size>
<CX>421</CX>
<CY>200</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<DrawTemplate>WDT_Def2</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>CW_ChatOutput</Pieces>
<Pieces>CW_ChatInput</Pieces>
</Screen>
</XML>