<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"> <Font name="SolventDefaultFont" font="Interface\Addons\Solvent\fonts\pt_sans.ttf" outline="NORMAL" virtual="true"> <Color r="1" g="1" b="1" /> <FontHeight> <AbsValue val="14" /> </FontHeight> </Font> <Frame name="SolventRowTemplate" virtual="true"> <Size> <AbsDimension x="50" y="50" /> </Size> <Frames> <Button name="$parentIcon"> <Size x="50" y="50" /> <Layers> <Layer level="OVERLAY"> <Texture name="$parentTexture" parentKey="texture" file="Interface\Icons\Ability_ThunderClap"> <Size> <AbsDimension x="36" y="36" /> </Size> </Texture> </Layer> </Layers> <Anchors> <Anchor point="LEFT" relativeTo="$parent" x="-65" y='-8' /> </Anchors> </Button> <StatusBar name="$parentStatusBar" parentKey="statusBar"> <Layers> <Layer level="BACKGROUND"> <Texture name="$parentBarBackground" file="Interface\Addons\Archy\Media\Archy-Progress-Bg" parentKey="barBackground"> <Size x="265" y="35"/> <TexCoords left="0" right="0.72265625" top="0" bottom="0.411875" /> <Anchors> <Anchor point="CENTER" x="0" y="1" /> </Anchors> </Texture> </Layer> <Layer level="Overlay"> <FontString name="$parentFragments" inherits="SolventDefaultFont" parentKey="fragments" justifyH="RIGHT" text="23/45"> <Anchors> <Anchor point="RIGHT" relativeTo="$parent" relativePoint="RIGHT"><Offset><AbsDimension x="-5" y="0" /></Offset></Anchor> </Anchors> </FontString> <FontString name="$parentArtifact" inherits="SolventDefaultFont" parentKey="artifact" justifyH="LEFT" text="Piece of Shit Artifact"> <Anchors> <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT" ><Offset><AbsDimension x="5" y="0" /></Offset></Anchor> </Anchors> </FontString> </Layer> </Layers> <Size> <AbsDimension x="250" y="25" /> </Size> <Anchors> <Anchor point="CENTER" relativeTo="$parent" /> </Anchors> </StatusBar> <Frame name="$parentKeystones"> <Layers> <Layer level="OVERLAY"> <FontString name="$parentKeystones" inherits="SolventDefaultFont" parentKey="keystones" text="test"> </FontString> </Layer> </Layers> <Anchors> <Anchor point="RIGHT" relativeTo="$parent" x="75" /> </Anchors> <Size> <AbsDimension x="50" y="50" /> </Size> </Frame> </Frames> </Frame> <Frame name="SolventSolveFrame" parent="UIParent" enableMouse="true" movable="true"> <Size> <AbsDimension x="375" y="225" /> </Size> <Anchors> <Anchor point="CENTER" relativeTo="UIParent" /> </Anchors> <Backdrop bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true"> <EdgeSize><AbsValue val="16" /></EdgeSize> <TileSize><AbsValue val="32" /></TileSize> <BackgroundInsets> <AbsInset left="5" right="5" top="5" bottom="5" /> </BackgroundInsets> </Backdrop> <Layers> <Layer level="OVERLAY"> <FontString name="$parentAddonTitleText" inherits="SolventDefaultFont" justifyH="CENTER" text="Solvent - Archaeology"> <Anchors> <Anchor point="TOP" relativeTo="$parent" y="-10" /> </Anchors> </FontString> </Layer> </Layers> <Scripts> <OnLoad>self:RegisterForDrag("LeftButton");SolventStartup();</OnLoad> <OnDragStart>self:StartMoving();</OnDragStart> <OnDragStop>self:StopMovingOrSizing();</OnDragStop> </Scripts> </Frame> <!--<ScrollFrame name="SolventScrollFrame" parent="UIParent" enableMouse="true" movable="true"> </ScrollFrame>--> </Ui>