<Ui xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.blizzard.com/wow/ui/"> <Script file="Settings.lua" /> <Frame name="SpeakerBeeGeneralHeader" virtual="true"> <Size y="45"/> <Layers> <Layer level="OVERLAY"> <FontString name="SpeakerBeeGeneralText" inherits="GameFontHighlightLarge" text="General" justifyH="LEFT"> <Anchors> <Anchor point="TOPLEFT" x="7" y="-16"/> </Anchors> </FontString> <FontString name="SpeakerBeeRestartRequired" inherits="GameFontRed" text="UI Reload Required" justifyH="LEFT" hidden="true"> <Anchors> <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT" relativeTo="SpeakerBeeGeneralText" x="8"></Anchor> </Anchors> </FontString> </Layer> </Layers> </Frame> <Frame name="SpeakerBeeTRP3GenerateSubheader" mixin="SettingsListElementMixin" virtual="true"> <Size x="280" y="26"/> <Layers> <Layer level="OVERLAY"> <FontString parentKey="Text" inherits="GameFontNormal" justifyH="LEFT" wordwrap="false"/> </Layer> </Layers> <Scripts> <OnLoad method="OnLoad"/> </Scripts> </Frame> <Frame name="TotalRP3SectionHeader" mixin="SettingsListSectionHeaderMixin" virtual="true"> <Size y="45"/> <Layers> <Layer level="OVERLAY"> <FontString parentKey="Title" inherits="GameFontHighlightLarge" justifyH="LEFT" justifyV="TOP"> <Anchors> <Anchor point="TOPLEFT" x="7" y="-16"/> </Anchors> </FontString> </Layer> </Layers> </Frame> <Frame name="TotalRP3SectionHeaderDisabled" mixin="SettingsListSectionHeaderMixin" virtual="true"> <Size y="45"/> <Layers> <Layer level="OVERLAY"> <FontString name="totalRP3Header2" parentKey="Title" inherits="GameFontDisableLarge" text="TotalRP3" justifyH="LEFT"> <Anchors> <Anchor point="TOPLEFT" x="7" y="-16"/> </Anchors> </FontString> <FontString name="NotInstalledLabel" inherits="GameFontRed" text="(Not Installed)" justifyH="LEFT"> <Anchors> <Anchor point="LEFT" relativePoint="RIGHT" relativeTo="totalRP3Header2" x="5" y="0" /> </Anchors> </FontString> </Layer> </Layers> </Frame> </Ui>