-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDictExportFrame.xml
40 lines (40 loc) · 1.31 KB
/
DictExportFrame.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
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Frame name="DictExportFrame" parent="UIParent" inherits="BasicFrameTemplateWithInset" hidden="true">
<Size>
<AbsDimension x="420" y="250"/>
</Size>
<Anchors>
<Anchor point="CENTER" />
</Anchors>
<Frames>
<ScrollFrame name="DictExportScrollFrame" inherits="UIPanelScrollFrameTemplate" >
<Size>
<AbsDimension x="360" y="200"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DictExportFrame" >
<Offset>
<AbsDimension x="16" y="-36" />
</Offset>
</Anchor>
</Anchors>
<ScrollChild>
<EditBox name="DictExportEditBox" multiLine="true">
<Size>
<AbsDimension x="360" y="200"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" />
</Anchors>
<FontString name="DictExportEditBoxText" inherits="MyFontNormal" justifyH="LEFT">
<Size>
<AbsDimension x="360" y="0"/>
</Size>
</FontString>
</EditBox>
</ScrollChild>
</ScrollFrame>
</Frames>
</Frame>
</Ui>