<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="FishingTrackingFrame.lua"/>
	<Frame name="FishingTrackingGrid" virtual="true">
		<Frames>
			<Frame name="$parentL00" inherits="GraphFrameLine"/>
			<Frame name="$parentTL0" inherits="GraphFrameText"/>
			<Frame name="$parentLH1" inherits="GraphFrameLine"/>
			<Frame name="$parentLH2" inherits="GraphFrameLine"/>
			<Frame name="$parentLH3" inherits="GraphFrameLine"/>
			<Frame name="$parentLH4" inherits="GraphFrameLine"/>
			<Frame name="$parentLH5" inherits="GraphFrameLine"/>
			<Frame name="$parentTH0" inherits="GraphFrameText"/>
			<Frame name="$parentTH1" inherits="GraphFrameText"/>
			<Frame name="$parentTH2" inherits="GraphFrameText"/>
			<Frame name="$parentTH3" inherits="GraphFrameText"/>
			<Frame name="$parentTH4" inherits="GraphFrameText"/>
			<Frame name="$parentTH5" inherits="GraphFrameText"/>
			<Frame name="$parentLV1" inherits="GraphFrameLine"/>
			<Frame name="$parentLV2" inherits="GraphFrameLine"/>
			<Frame name="$parentLV3" inherits="GraphFrameLine"/>
			<Frame name="$parentLV4" inherits="GraphFrameLine"/>
			<Frame name="$parentLV5" inherits="GraphFrameLine"/>
			<Frame name="$parentTV0" inherits="GraphFrameText"/>
			<Frame name="$parentTV1" inherits="GraphFrameText"/>
			<Frame name="$parentTV2" inherits="GraphFrameText"/>
			<Frame name="$parentTV3" inherits="GraphFrameText"/>
			<Frame name="$parentTV4" inherits="GraphFrameText"/>
			<Frame name="$parentTV5" inherits="GraphFrameText"/>
		</Frames>		
	</Frame>
	<Frame name="FishingTracking24x2Frame" inherits="GraphFrame" virtual="true">
		<Frames>
			<Frame name="$parent_01" inherits="GraphPanel32"/>
			<Frame name="$parent_02" inherits="GraphPanel16"/>
			<Frame name="$parentP01" inherits="GraphFrameLegend"/>
			<Frame name="$parentP02" inherits="GraphFrameLegend"/>
			<Frame name="$parentG00" inherits="FishingTrackingGrid"/>
		</Frames>
	</Frame>
	<Frame name="FishingTracking53x2Frame" inherits="GraphFrame" virtual="true">
		<Frames>
			<Frame name="$parent_01" inherits="GraphPanel32"/>
			<Frame name="$parent_02" inherits="GraphPanel32"/>
			<Frame name="$parent_03" inherits="GraphPanel32"/>
			<Frame name="$parent_04" inherits="GraphPanel8"/>
			<Frame name="$parent_05" inherits="GraphPanel2"/>
			<Frame name="$parentP01" inherits="GraphFrameLegend"/>
			<Frame name="$parentP02" inherits="GraphFrameLegend"/>
			<Frame name="$parentG00" inherits="FishingTrackingGrid"/>
		</Frames>
	</Frame>

	<Frame name="FishingTrackingFrame" setAllPoints="true"
	    enableMouse="true" parent="FishingBuddyFrame" hidden="true">
		<HitRectInsets>
			<AbsInset left="0" right="30" top="0" bottom="75"/>
		</HitRectInsets>
		<Layers>
			<Layer level="ARTWORK">
				<Texture file="Interface\Spellbook\UI-SpellbookPanel-TopLeft">
					<Size>
						<AbsDimension x="256" y="256"/>
					</Size>
					<Anchors>
						<Anchor point="TOPLEFT"/>
					</Anchors>
				</Texture>
				<Texture file="Interface\Spellbook\UI-SpellbookPanel-TopRight">
					<Size>
						<AbsDimension x="128" y="256"/>
					</Size>
					<Anchors>
						<Anchor point="TOPRIGHT"/>
					</Anchors>
				</Texture>
				<Texture file="Interface\Spellbook\UI-SpellbookPanel-BotLeft">
					<Size>
						<AbsDimension x="256" y="256"/>
					</Size>
					<Anchors>
						<Anchor point="BOTTOMLEFT"/>
					</Anchors>
				</Texture>
				<Texture file="Interface\Spellbook\UI-SpellbookPanel-BotRight">
					<Size>
						<AbsDimension x="128" y="256"/>
					</Size>
					<Anchors>
						<Anchor point="BOTTOMRIGHT"/>
					</Anchors>
				</Texture>
			</Layer>
		</Layers>
		<Frames>
			<Frame name="FishingBuddyGraphMenu" inherits="UIDropDownMenuTemplate">
				<Scripts>
					<OnLoad>
						this:SetFrameLevel(0);
						UIDropDownMenu_SetWidth(180);
					</OnLoad>
				</Scripts>
			</Frame>
			<Frame name="$parentGraph1" enableMouse="true" inherits="FishingTracking24x2Frame">
				<Size>
					<AbsDimension x="280" y="120"/>
				</Size>
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="48" y="-100"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnMouseUp>
						FB_TrackingFrame.OnClick(arg1);
					</OnMouseUp>
					<OnEnter>
						FB_TrackingFrame.OnEnter();
					</OnEnter>
					<OnLeave>
						FB_TrackingFrame.OnLeave();
					</OnLeave>
				</Scripts>
			</Frame>
			<Frame name="$parentGraph2" enableMouse="true" inherits="FishingTracking53x2Frame">
				<Size>
					<AbsDimension x="280" y="120"/>
				</Size>
				<Anchors>
					<Anchor point="TOPLEFT" relativeTo="$parentGraph1" relativePoint="BOTTOMLEFT">
						<Offset>
							<AbsDimension x="0" y="-40"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnMouseUp>
						FB_TrackingFrame.OnClick(arg1);
					</OnMouseUp>
					<OnEnter>
						FB_TrackingFrame.OnEnter();
					</OnEnter>
					<OnLeave>
						FB_TrackingFrame.OnLeave();
					</OnLeave>
				</Scripts>
			</Frame>
		</Frames>
		<Scripts>
			<OnLoad>
				FB_TrackingFrame.OnLoad();
			</OnLoad>
			<OnEvent>
				FB_TrackingFrame.OnEvent();
			</OnEvent>
			<OnShow>
				FB_TrackingFrame.OnShow();
			</OnShow>
		</Scripts>
	</Frame>
</Ui>

