<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"> <Script file="InspectGuildFrame.lua"/> <!-- <Texture name="GuildInspect-BG" file="GuildInspect-Parts" virtual="true" > <Size x="321" y="334"/> <TexCoords left="0.00195313" right="0.62890625" top="0.00195313" bottom="0.65429688"/> </Texture> <Texture name="GuildInspect-ClassBreakdownLine" file="GuildInspect-Parts" virtual="true" > <Size x="217" y="20"/> <TexCoords left="0.00195313" right="0.42578125" top="0.65820313" bottom="0.69726563"/> </Texture> <Texture name="GuildInspect-BannerBorder" file="GuildInspect-Parts" virtual="true" > <Size x="118" y="144"/> <TexCoords left="0.00195313" right="0.23242188" top="0.70117188" bottom="0.98242188"/> </Texture> <Texture name="GuildInspect-Banner" file="GuildInspect-Parts" virtual="true" > <Size x="118" y="144"/> <TexCoords left="0.23632813" right="0.46679688" top="0.70117188" bottom="0.98242188"/> </Texture> --> <Frame name="InspectGuildFrame" enableMouse="true" parent="InspectFrame" hidden="true" useParentLevel="true" setAllPoints="true" id="2"> <Layers> <Layer level="BACKGROUND"> <Texture name="$parentBG" file="Interface\GuildFrame\GuildInspect-Parts"> <Size x="321" y="334"/> <Anchors> <Anchor point="TOPLEFT" relativeTo="InspectFrameInset" x="4" y="-4"/> </Anchors> <TexCoords left="0.00195313" right="0.62890625" top="0.00195313" bottom="0.65429688"/> </Texture> </Layer> <Layer level="BACKGROUND" textureSubLevel="1"> <Texture name="InspectGuildFrameBanner" file="Interface\GuildFrame\GuildInspect-Parts" virtual="true" > <Size x="118" y="144"/> <Anchors> <Anchor point="TOPLEFT" relativeTo="InspectFrameInset" x="104" y="-4"/> </Anchors> <TexCoords left="0.23632813" right="0.46679688" top="0.70117188" bottom="0.98242188"/> </Texture> </Layer> <Layer level="BACKGROUND" textureSubLevel="2"> <Texture name="InspectGuildFrameBannerBorder" file="Interface\GuildFrame\GuildInspect-Parts" virtual="true" > <Size x="118" y="144"/> <Anchors> <Anchor point="TOPLEFT" relativeTo="InspectGuildFrameBanner"/> </Anchors> <TexCoords left="0.00195313" right="0.23242188" top="0.70117188" bottom="0.98242188"/> </Texture> </Layer> <Layer level="ARTWORK"> <Texture name="InspectGuildFrameTabardLeftIcon"> <Size x="50" y="125"/> <Anchors> <Anchor point="TOPLEFT" relativeTo="InspectGuildFrameBanner" x="10" y="-1"/> </Anchors> <TexCoords left="1" right="0" top="0" bottom="1"/> </Texture> <Texture name="InspectGuildFrameTabardRightIcon"> <Size x="50" y="125"/> <Anchors> <Anchor point="LEFT" relativeTo="$parentTabardLeftIcon" relativePoint="RIGHT" x="-1" /> </Anchors> </Texture> </Layer> <Layer level="OVERLAY"> <FontString name="$parentGuildName" inherits="GameFontNormalHuge" parentKey="guildName"> <Size x="300" y="0"/> <Anchors> <Anchor point="TOP" relativePoint="CENTER" y="-18"/> </Anchors> </FontString> <FontString name="$parentGuildLevel" inherits="GameFontNormalLarge" parentKey="guildLevel"> <Size x="300" y="0"/> <Anchors> <Anchor point="TOP" relativeTo="$parentGuildName" relativePoint="BOTTOM" x="0" y="-10"/> </Anchors> </FontString> <FontString name="$parentGuildNumMembers" inherits="GameFontNormalLarge" parentKey="guildNumMembers"> <Size x="300" y="0"/> <Anchors> <Anchor point="TOP" relativeTo="$parentGuildLevel" relativePoint="BOTTOM" x="0" y="-26"/> </Anchors> </FontString> </Layer> </Layers> <Scripts> <OnLoad function="InspectGuildFrame_OnLoad"/> <OnShow function="InspectGuildFrame_OnShow"/> <OnEvent function="InspectGuildFrame_OnEvent"/> </Scripts> </Frame> </Ui>