<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"> <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="50" y="50" /> </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\CHATFRAME\CHATFRAMEBACKGROUND" parentKey="barBackground"> <Color r="0" g="0" b="0" a="0.7" /> <Size x="250" y="28"/> <TexCoords left="0" right="0.72265625" top="0" bottom="0.411875" /> <Anchors> <Anchor point="CENTER" x="0" y="0" /> </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="180" /> </Size> <Anchors> <Anchor point="CENTER" relativeTo="UIParent" /> </Anchors> <Backdrop bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\CHATFRAME\CHATFRAMEBACKGROUND" tile="true"> <EdgeSize><AbsValue val="1" /></EdgeSize> <TileSize><AbsValue val="1" /></TileSize> <BackgroundInsets> <AbsInset left="1" right="1" top="1" bottom="1" /> </BackgroundInsets> <BorderColor r="0.5" g="0.5" b="0.5" /> </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>if solventConfig[solventRealm][solventCharacter].locked == 'no' then self:StartMoving(); end</OnDragStart> <OnDragStop>if solventConfig[solventRealm][solventCharacter].locked == 'no' then self:StopMovingOrSizing(); end</OnDragStop> </Scripts> </Frame> </Ui>