Quantcast
<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">
	<Button name="HonorKillTabButtonTemplate" virtual="true">
		<Size>
			<AbsDimension x="295" y="17"/>
		</Size>
		<Layers>
			<Layer level="BACKGROUND">
				<Texture name="$parentStripe">
					<Anchors>
						<Anchor point="TOPLEFT" x="1" y="0"/>
						<Anchor point="BOTTOMRIGHT" x="-1" y="0"/>
					</Anchors>
					<Color a=".08" r="1" g="1" b="1"/>
				</Texture>
			</Layer>
			<Layer level="BORDER">
				<FontString name="$parentIcon"  inherits="GameFontHighlightRight" text="100">
					<Size x="60" />
					<!--<Size>
						<AbsDimension x="15" y="15"/>
					</Size>-->
					<Anchors>
						<Anchor point="RIGHT" >
							<Offset x="-20" y="0"/>
						</Anchor>
					</Anchors>
				</FontString>
				<FontString name="$parentCount" inherits="GameFontHighlightRight" text="100">
					<Size x="60" />
					<Anchors>
						<Anchor point="RIGHT" relativeTo="$parentIcon" relativePoint="LEFT">
							<Offset x="-5" y="0"/>
						</Anchor>
					</Anchors>
				</FontString>
				<FontString name="$parentName" inherits="GameFontHighlightLeft">
					<Size>
						<AbsDimension x="210" y="11"/>
					</Size>
					<Anchors>
						<Anchor point="LEFT">
							<Offset x="11" y="0"/>
						</Anchor>
					</Anchors>
				</FontString>
				<Texture name="$parentCheck" urgency="5" file="Interface\Buttons\UI-CheckBox-Check">
					<Size>
						<AbsDimension x="16" y="16"/>
					</Size>
					<Anchors>
						<Anchor point="RIGHT">
							<Offset x="-3" y="0"/>
						</Anchor>
					</Anchors>
				</Texture>

				<Texture name="$parentCategoryLeft" file="Interface\Buttons\CollapsibleHeader" parentKey="categoryLeft">
					<Size x="76" y="16"/>
					<Anchors>
						<Anchor point="LEFT" x="0" y="0"/>
					</Anchors>
					<TexCoords left="0.17578125" right="0.47265625" top="0.29687500" bottom="0.54687500"/>
				</Texture>
				<Texture name="$parentCategoryRight" file="Interface\Buttons\CollapsibleHeader" parentKey="categoryRight">
					<Size x="76" y="16"/>
					<Anchors>
						<Anchor point="RIGHT" x="0" y="0"/>
					</Anchors>
					<TexCoords left="0.17578125" right="0.47265625" top="0.01562500" bottom="0.26562500"/>
				</Texture>
				<Texture name="$parentCategoryMiddle" file="Interface\Buttons\CollapsibleHeader" parentKey="categoryMiddle">
					<Size x="0" y="16"/>
					<Anchors>
						<Anchor point="LEFT" relativeTo="$parentCategoryLeft" relativePoint="RIGHT" x="-20" y="0"/>
						<Anchor point="RIGHT" relativeTo="$parentCategoryRight" relativePoint="LEFT" x="20" y="0"/>
					</Anchors>
					<TexCoords left="0.48046875" right="0.98046875" top="0.01562500" bottom="0.26562500"/>
				</Texture>

			</Layer>
			<Layer level="ARTWORK">
				<Texture name="$parentExpandIcon" file="Interface\Buttons\UI-PlusMinus-Buttons">
					<Size>
						<AbsDimension x="7" y="7"/>
					</Size>
					<Anchors>
						<Anchor point="LEFT">
							<Offset x="8" y="0"/>
						</Anchor>
					</Anchors>
				</Texture>
			</Layer>
		</Layers>

		<Scripts>
			<OnLoad>
				HonorKillTabButton_OnLoad(self);
			</OnLoad>
			<OnClick>
				HonorKillTab_OnClick(self, button, down);
			</OnClick>
		</Scripts>
		<ButtonText>
			<Anchors>
				<Anchor point="CENTER">
					<Offset>
						<AbsDimension x="0" y="0"/>
					</Offset>
				</Anchor>
			</Anchors>
		</ButtonText>
		<NormalFont style="GameFontNormal"/>
		<HighlightTexture name="$parentHighlight" file="Interface\TokenFrame\UI-TokenFrame-CategoryButton" alphaMode="ADD">
			<Anchors>
				<Anchor point="TOPLEFT">
					<Offset x="3" y="-2"/>
				</Anchor>
				<Anchor point="BOTTOMRIGHT">
					<Offset x="-3" y="2"/>
				</Anchor>
			</Anchors>
			<TexCoords left="0" right="1" top="0.609375" bottom="0.796875"/>
		</HighlightTexture>
	</Button>
	<Frame name="PVPHKFrame" setAllPoints="true" parent="PVPFrame" useParentLevel="true" enableMouse="true" hidden="true" id="4">
        <Frames>
			<ScrollFrame name="$parentContainer" inherits="HybridScrollFrameTemplate">
				<Anchors>
					<Anchor point="TOPLEFT" relativeTo="PVPFrameInset" x="4" y="-4"/>
					<Anchor point="BOTTOMRIGHT" relativeTo="PVPFrameInset" x="-23" y="4"/>
				</Anchors>
				<Frames>
					<Slider name="$parentScrollBar" inherits="HybridScrollBarTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
								<Offset>
									<AbsDimension x="0" y="-12"/>
								</Offset>
							</Anchor>
							<Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT">
								<Offset>
									<AbsDimension x="0" y="11"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Slider>
				</Frames>
			</ScrollFrame>
		</Frames>
	</Frame>
</Ui>