-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOnyfansLoot-UI.xml
53 lines (53 loc) · 2.28 KB
/
OnyfansLoot-UI.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
<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/">
<Frame name="ExportFrame" frameStrata="DIALOG" toplevel="true" parent="UIParent" movable="false" enableMouse="true" hidden="true" clampedToScreen="true">
<Size>
<AbsDimension x="500" y="700"/>
</Size>
<Anchors>
<Anchor point="CENTER">
<Offset>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>
<Layers>
</Layers>
<Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border"> <BackgroundInsets>
<AbsInset bottom="4" left="4" right="4" top="4"></AbsInset>
</BackgroundInsets>
<EdgeSize>
<AbsValue val="16"></AbsValue>
</EdgeSize>
</Backdrop>
<Frames>
<Button inherits="UIPanelCloseButton" name="$parent_CloseButton">
<Anchors>
<Anchor point="TOPRIGHT">
<Offset>
<AbsDimension x="0" y="0"></AbsDimension>
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnClick>ExportFrame:Hide();</OnClick>
</Scripts>
</Button>
<EditBox name="$parentEditBox1" inherits="InputBoxTemplate" multiLine="true" autofocus="false" >
<Size>
<AbsDimension x="480" y="680"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="10" y="-10"/>
</Offset>
</Anchor>
</Anchors>
<Scripts>
</Scripts>
</EditBox>
</Frames>
<Scripts>
</Scripts>
</Frame>
</Ui>