Quantcast
<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="MainFrame.lua" />
	<Script file="BlizzChatIntegration.lua" />
	<Script file="TotalRP3.lua" />
	<Frame name="MainFrame" parent="UIParent" toplevel="true" movable="true" enableMouse="true">
		<Size x="145" y="76" />
		<Anchors>
			<Anchor point="CENTER" x="-28" y="29" />
		</Anchors>
		<Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
			<BackgroundInsets>
				<AbsInset left="11" right="12" top="12" bottom="11" />
			</BackgroundInsets>
			<TileSize>
				<AbsValue val="32" />
			</TileSize>
			<EdgeSize>
				<AbsValue val="32" />
			</EdgeSize>
		</Backdrop>
		<Layers>
			<Layer level="OVERLAY">
				<FontString inherits="GameFontNormal" text="RP Chat Bubbles">
					<Size x="112" y="20" />
					<Anchors>
						<Anchor point="TOPLEFT" x="18" y="-14" />
					</Anchors>
				</FontString>
			</Layer>
		</Layers>
		<Frames>
			<Button inherits="UIPanelButtonTemplate" text="Create">
				<Scripts>
					<onClick function="RPChatBubbles_createChatBubble" />
				</Scripts>
				<Size x="115" y="23" />
				<Anchors>
					<Anchor point="TOPLEFT" x="15" y="-35" />
				</Anchors>
			</Button>
		</Frames>
		<Scripts>
			<OnLoad function="RPChatBubbles_OnLoad">

			</OnLoad>
			<OnEvent function="RPChatBubbles_OnEvent">

			</OnEvent>
		</Scripts>
	</Frame>
</Ui>