AuctioneerSuite/Informant/Informant.xml
2026-04-13 17:48:13 -04:00

357 lines
12 KiB
XML

<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">
<!--
Informant - An addon for World of Warcraft that shows pertinent information about
an item in a tooltip when you hover over the item in the game.
Version: 5.9.4961 (WhackyWallaby)
Revision: $Id: Informant.xml 4880 2010-09-15 20:02:11Z Nechckn $
URL: http://auctioneeraddon.com/dl/Informant/
License:
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program(see GPL.txt); if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Note:
This AddOn's source code is specifically designed to work with
World of Warcraft's interpreted AddOn system.
You have an implicit license to use this AddOn with these facilities
since that is it's designated purpose as per:
http://www.fsf.org/licensing/licenses/gpl-faq.html#InterpreterIncompat
-->
<Script>
Informant_RegisterRevision("$URL: http://svn.norganna.org/auctioneer/branches/5.9/Informant/Informant.xml $", "$Rev: 4880 $")
</Script>
<GameTooltip name="Informant_ScanTooltip" frameStrata="TOOLTIP" hidden="true" parent="UIParent" inherits="GameTooltipTemplate">
<Scripts>
<Onload>
self:SetOwner( UIParent, "ANCHOR_NONE" )
</Onload>
</Scripts>
</GameTooltip>
<Frame name="InformantFrame" toplevel="true" parent="UIParent" frameStrata="DIALOG" hidden="true" enableMouse="true" moveable="true">
<Size>
<AbsDimension x="380" y="380"/>
</Size>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
<TitleRegion setAllPoints="true"/>
<Scripts>
<OnLoad>
Informant.FrameLoaded()
</OnLoad>
<OnShow>
Informant.FrameActive(true);
</OnShow>
<OnHide>
Informant.FrameActive(false);
</OnHide>
<OnEvent>
Informant.OnEvent(event, ...);
</OnEvent>
</Scripts>
<Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\TutorialFrame\TutorialFrameBorder" tile="true">
<BackgroundInsets>
<AbsInset left="4" right="4" top="4" bottom="4"/>
</BackgroundInsets>
<TileSize>
<AbsValue val="32"/>
</TileSize>
<EdgeSize>
<AbsValue val="32"/>
</EdgeSize>
</Backdrop>
<Layers>
<Layer level="OVERLAY">
<FontString name="InformantFrameTitle" inherits="GameFontNormal" text="TITLE">
<Anchors>
<Anchor point="TOP" relativeTo="InformantFrame">
<Offset>
<AbsDimension x="-10" y="-6"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
</Layer>
<Layer level="TEXT">
<FontString name="InformantFrameTextTest" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-26"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText1" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-26"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText2" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText1" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText3" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText2" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText4" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText3" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText5" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText4" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText6" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText5" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText7" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText6" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText8" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText7" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText9" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText8" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText10" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText9" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText11" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText10" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText12" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText11" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText13" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText12" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText14" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText13" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText15" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText14" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText16" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText15" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText17" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText16" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText18" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText17" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText19" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText18" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText20" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText19" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText21" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText20" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText22" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText21" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText23" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText22" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText24" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText23" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="InformantFrameText25" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrameText24" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
</Layer>
</Layers>
<Frames>
<ScrollFrame name="InformantFrameScrollBar" inherits="FauxScrollFrameTemplate" hidden="true">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="InformantFrame" relativePoint="TOPRIGHT">
<Offset>
<AbsDimension x="-42" y="-24"/>
</Offset>
</Anchor>
<Anchor point="BOTTOMRIGHT" relativeTo="InformantFrame" relativePoint="BOTTOMRIGHT">
<Offset>
<AbsDimension x="-26" y="6"/>
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnVerticalScroll>
FauxScrollFrame_OnVerticalScroll(self, offset, Informant.GetRowCount(), Informant.ScrollUpdate)
</OnVerticalScroll>
</Scripts>
</ScrollFrame>
<Button name="TutorialFrameCloseButton" inherits="UIPanelCloseButton">
<Anchors>
<Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
<Offset>
<AbsDimension x="2" y="3"/>
</Offset>
</Anchor>
</Anchors>
</Button>
</Frames>
</Frame>
</Ui>