-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEQUI_BarterMerchantWnd.xml
152 lines (145 loc) · 4.39 KB
/
EQUI_BarterMerchantWnd.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
<Label item = "BTRMERCH_MerchantNameLabel">
<ScreenID>MerchantNameLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>2</LeftAnchorOffset>
<TopAnchorOffset>2</TopAnchorOffset>
<RightAnchorOffset>2</RightAnchorOffset>
<BottomAnchorOffset>20</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Text>Unknown Merchant</Text>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Listbox item = "BTRMERCH_BuyLineList">
<ScreenID>BuyLineList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<AutoStretch>false</AutoStretch>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>240</CX>
<CY>200</CY>
</Size>
<Style_Border>true</Style_Border>
<Style_VScroll>true</Style_VScroll>
<Columns>
<Width>24</Width>
<Heading></Heading>
</Columns>
<Columns>
<Width>100</Width>
<Heading>Item Name</Heading>
</Columns>
<Columns>
<Width>30</Width>
<Heading>Qty</Heading>
</Columns>
<Columns>
<Width>80</Width>
<Heading>Price</Heading>
</Columns>
</Listbox>
<Listbox item = "BTRMERCH_DetailList">
<ScreenID>DetailList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<AutoStretch>false</AutoStretch>
<Location>
<X>0</X>
<Y>204</Y>
</Location>
<Size>
<CX>240</CX>
<CY>120</CY>
</Size>
<Style_Border>true</Style_Border>
<Style_VScroll>true</Style_VScroll>
<Columns>
<Width>24</Width>
<Heading></Heading>
</Columns>
<Columns>
<Width>160</Width>
<Heading>Item Name</Heading>
</Columns>
<Columns>
<Width>30</Width>
<Heading>Qty</Heading>
</Columns>
</Listbox>
<VerticalLayoutBox item = "BTRMERCH_BuyLineLayout">
<ScreenID>BuyLineLayout</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>2</LeftAnchorOffset>
<TopAnchorOffset>22</TopAnchorOffset>
<RightAnchorOffset>2</RightAnchorOffset>
<BottomAnchorOffset>28</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Spacing>4</Spacing>
<Style_Border>false</Style_Border>
<Style_VScroll>false</Style_VScroll>
<Style_Transparent>true</Style_Transparent>
<Pieces>Listbox:BTRMERCH_BuyLineList</Pieces>
<Pieces>Listbox:BTRMERCH_DetailList</Pieces>
</VerticalLayoutBox>
<Button item = "BTRMERCH_SellButton">
<ScreenID>SellButton</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>60</LeftAnchorOffset>
<TopAnchorOffset>26</TopAnchorOffset>
<RightAnchorOffset>60</RightAnchorOffset>
<BottomAnchorOffset>2</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<TooltipReference>Select a Buy Line, then click this to complete the transaction.</TooltipReference>
<Text>Sell</Text>
<Template>BDT_SmallNormal</Template>
</Button>
<Screen item = "BarterMerchantWnd">
<ScreenID/>
<RelativePosition>false</RelativePosition>
<Location>
<X>150</X>
<Y>100</Y>
</Location>
<Size>
<CX>250</CX>
<CY>360</CY>
</Size>
<Text>Barter Window</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>This is how you sell to a Barter Buyer.</TooltipReference>
<DrawTemplate>WDT_Rounded</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Qmarkbox>true</Style_Qmarkbox>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>true</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Pieces>Label:BTRMERCH_MerchantNameLabel</Pieces>
<Pieces>VerticalLayoutBox:BTRMERCH_BuyLineLayout</Pieces>
<Pieces>Button:BTRMERCH_SellButton</Pieces>
</Screen>
</XML>