Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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="PriceReply" movable="true" enableMouse="true" hidden="true">
- <Size x="200" y="150"/>
- <TitleRegion setAllPoints="true" />
- <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>
- <Anchors>
- <Anchor point="CENTER"/>
- </Anchors>
- <Layers>
- <Layer>
- <!-- TITLE TEXTURE -->
- <Texture name="$parentTitleBorder" file="Interface\DialogFrame\UI-DialogBox-Header">
- <Size>
- <AbsDimension x="160" y="32" />
- </Size>
- <Anchors>
- <Anchor point="TOP">
- <Offset>
- <AbsDimension x="0" y="11" />
- </Offset>
- </Anchor>
- </Anchors>
- <TexCoords left="0.2" right="0.8" top="0" bottom="0.6" />
- </Texture>
- <!--Create Title for frame-->
- <FontString name="TITLE" font="GameFontNormal" text="Price Reply: options">
- <Size>
- <AbsDimension x="140" y="0" />
- </Size>
- <Anchors>
- <Anchor point="TOP">
- <Offset>
- <AbsDimension x="0" y="0" />
- </Offset>
- </Anchor>
- </Anchors>
- <FontHeight>
- <AbsValue val="12" />
- </FontHeight>
- <Color r="1" g="0.8196079" b="0" />
- <Shadow>
- <Color r="0" g="0" b="0" />
- <Offset>
- <AbsDimension x="1" y="-1" />
- </Offset>
- </Shadow>
- </FontString>
- </Layer>
- </Layers>
- <!-- button to close the frame -->
- <Frames>
- <Button name="$parentButtonClose" inherits="OptionsButtonTemplate" text="X">
- <Size>
- <AbsDimension x="20" y="20"/>
- </Size>
- <Anchors>
- <Anchor point="TOPRIGHT">
- <Offset x="0" y="0"/>
- </Anchor>
- </Anchors>
- <Scripts>
- <OnClick>
- self:GetParent():Hide();
- </OnClick>
- </Scripts>
- </Button>
- </Frames>
- <Frames>
- <CheckButton name="PREnableDisable" inherits="OptionsCheckButtonTemplate">
- <Anchors>
- <Anchor point="TOP">
- <Offset x="-40" y="-20"/>
- </Anchor>
- </Anchors>
- <Layers>
- <Layer>
- <FontString name="$parentText" font="GameFontNormal" text="Enable/Disable">
- <Anchors>
- <Anchor point="LEFT" relativePoint="RIGHT">
- <Offset x="1" y="0"/>
- </Anchor>
- </Anchors>
- <FontHeight>
- <AbsValue val="10"/>
- </FontHeight>
- </FontString>
- </Layer>
- </Layers>
- </CheckButton>
- <!-- Command -->
- <EditBox name="PRCommandBox" autoFocus="false" font="GameFontNormal" letters="5">
- <Scripts>
- <OnEscapePressed>PRCommandBox:ClearFocus();</OnEscapePressed>
- </Scripts>
- <Size x="60" y="20"/>
- <Anchors>
- <Anchor point="TOP">
- <Offset x="-30" y="-50"/>
- </Anchor>
- </Anchors>
- <Layers>
- <Layer level="BACKGROUND">
- <Texture name="$parentRight" file="Interface\Common\Common-Input-Border">
- <Anchors>
- <Anchor point="CENTER">
- <Offset>
- <AbsDimension x="0" y="-4"/>
- </Offset>
- </Anchor>
- </Anchors>
- <Size>
- <AbsDimension x="50" y="25"/>
- </Size>
- </Texture>
- </Layer>
- <Layer>
- <FontString name="$parentPriceLabel" font="GameFontNormal" text="Trigger">
- <Anchors>
- <Anchor point="LEFT" relativePoint="RIGHT">
- <Offset x="1" y="0"/>
- </Anchor>
- </Anchors>
- </FontString>
- </Layer>
- </Layers>
- </EditBox>
- <!-- Time out -->
- <EditBox name="PRTimeOutBox" autoFocus="false" font="GameFontNormal" letters="2" numeric="true">
- <Scripts>
- <OnEscapePressed>PRTimeOutBox:ClearFocus();</OnEscapePressed>
- </Scripts>
- <Size x="60" y="20"/>
- <Anchors>
- <Anchor point="TOP">
- <Offset x="-30" y="-70"/>
- </Anchor>
- </Anchors>
- <Layers>
- <Layer level="BACKGROUND">
- <Texture name="$parentRight" file="Interface\Common\Common-Input-Border">
- <Anchors>
- <Anchor point="CENTER">
- <Offset>
- <AbsDimension x="0" y="-4"/>
- </Offset>
- </Anchor>
- </Anchors>
- <Size>
- <AbsDimension x="50" y="25"/>
- </Size>
- </Texture>
- </Layer>
- <Layer>
- <FontString name="$parentPriceLabel" font="GameFontNormal" text="Timeout(Seconds)">
- <Anchors>
- <Anchor point="LEFT" relativePoint="RIGHT">
- <Offset x="1" y="0"/>
- </Anchor>
- </Anchors>
- </FontString>
- </Layer>
- </Layers>
- </EditBox>
- </Frames>
- <Scripts>
- <OnShow>
- PR_LoadVariables()
- </OnShow>
- <OnHide>
- PR_SetVariables()
- </OnHide>
- </Scripts>
- </Frame>
- </Ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement