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" inherits="BackdropTemplate">
		<Size x="187" y="76" />
		<Anchors>
			<Anchor point="CENTER" x="-7" 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="103" y="20" />
					<Anchors>
						<Anchor point="TOPLEFT" x="25" y="-14" />
					</Anchors>
				</FontString>
			</Layer>
		</Layers>
		<Frames>
			<Button name="CreateButton" inherits="UIPanelButtonTemplate" text="Create">
				<Size x="113" y="27" />
				<Anchors>
					<Anchor point="TOPLEFT" x="15" y="-35" />
				</Anchors>
				<Frames>
					<Frame text="" name="ColorDropdownButton" inherits="UIDropDownMenuTemplate">
						<Size x="20" y="23" />
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="CreateButton" relativePoint="TOPRIGHT" x="-16" y="0" />
						</Anchors>
						<Layers>
							<Layer level="OVERLAY">
								<Texture name="ColorSwatchTex" alpha="0.8">
									<Size x="12" y="12" />
									<Anchors>
										<Anchor point="TOPLEFT" x="26" y="-8" />
									</Anchors>
								</Texture>
							</Layer>
						</Layers>
					</Frame>
				</Frames>
				<Scripts>
					<OnClick function="RPChatBubbles_createChatBubble">

					</OnClick>
				</Scripts>
			</Button>
			<Button name="HideButton" inherits="UIPanelButtonTemplate" text="">
				<Size x="20" y="20" />
				<Anchors>
					<Anchor point="TOPRIGHT" x="-14" y="-14" />
				</Anchors>
				<Layers>
					<Layer>
						<Texture name="HideButtonTexture" file="interface\Addons\RoleplayChatBubbles\button\UI-hideButton.blp">
							<Size x="12" y="12" />
							<Anchors>
								<Anchor point="CENTER" />
							</Anchors>
						</Texture>
					</Layer>
				</Layers>
				<Scripts>
					<OnClick function="RPChatBubbles_toggleVisibility">

					</OnClick>
				</Scripts>
			</Button>
			<Button name="SettingsButton" inherits="UIPanelButtonTemplate" text="">
				<Size x="20" y="20" />
				<Anchors>
					<Anchor point="TOPRIGHT" x="-36" y="-14" />
				</Anchors>
				<Layers>
					<Layer>
						<Texture setAllPoints="true" file="interface\Buttons\UI-OptionsButton">
							<Size x="12" y="12" />
							<Anchors>
								<Anchor point="CENTER" />
							</Anchors>
						</Texture>
					</Layer>
				</Layers>
				<Scripts>
					<OnClick function="RPChatBubbles_showSettingsPanel">

					</OnClick>
				</Scripts>
			</Button>
		</Frames>
		<Scripts>
			<OnLoad function="RPChatBubbles_OnLoad">

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

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