VuhDoNewOptionsBuffs.xml 3.46 KB
Newer Older
humfras's avatar
humfras committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
<Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

	<Frame name="VuhDoNewOptionsBuffsTemplate" virtual="true">
		<Frames>

			<Frame name="$parentRadioPanel">
				<Size>
					<AbsDimension x="115" y="231" />
				</Size>
				<Anchors>
					<Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
						<Offset>
							<AbsDimension x="0" y="-10" />
						</Offset>
					</Anchor>
				</Anchors>
				<Frames>

					<CheckButton name="$parentConfigRadioButton" checked="true" text="VUHDO_I18N_CONFIG" inherits="VuhDoTabRadioButtonTemplate">
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="3" y="-3" />
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>
								self.tabPanel = "VuhDoNewOptionsBuffsGeneric";
								VUHDO_lnfCheckButtonOnLoad(self);
								VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K001);
							</OnLoad>
						</Scripts>
					</CheckButton>

					<CheckButton name="$parentOptionsGeneralRadioButton" text="VUHDO_I18N_GENERAL" inherits="VuhDoTabRadioButtonTemplate">
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="3" y="-41" />
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>
								self.tabPanel = "VuhDoNewOptionsBuffsAppearance";
								VUHDO_lnfCheckButtonOnLoad(self);
								VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K002);
							</OnLoad>
						</Scripts>
					</CheckButton>

					<CheckButton name="$parentOptionsColorsRadioButton" text="VUHDO_I18N_COLORS" inherits="VuhDoTabRadioButtonTemplate">
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="3" y="-79" />
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>
								self.tabPanel = "VuhDoNewOptionsBuffsColors";
								VUHDO_lnfCheckButtonOnLoad(self);
								VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K003);
							</OnLoad>
						</Scripts>
					</CheckButton>

					<CheckButton name="$parentOptionsRebuffRadioButton" text="VUHDO_I18N_REBUFF" inherits="VuhDoTabRadioButtonTemplate">
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="3" y="-117" />
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>
								self.tabPanel = "VuhDoNewOptionsBuffsRebuff";
								VUHDO_lnfCheckButtonOnLoad(self);
								VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K004);
							</OnLoad>
						</Scripts>
					</CheckButton>
				</Frames>
			</Frame>

			<Frame name="$parentContentPanel">
				<Size>
					<AbsDimension x="428" y="345" />
				</Size>
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="0" y="0" />
						</Offset>
					</Anchor>
				</Anchors>
				<Frames>
					<Frame name="VuhDoNewOptionsBuffsGeneric" setAllPoints="true" inherits="VuhDoNewOptionsBuffsGenericTemplate">
					</Frame>
					<Frame name="VuhDoNewOptionsBuffsAppearance" hidden="true" setAllPoints="true" inherits="VuhDoNewOptionsBuffsAppearanceTemplate">
					</Frame>
					<Frame name="VuhDoNewOptionsBuffsColors" hidden="true" setAllPoints="true" inherits="VuhDoNewOptionsBuffsColorsTemplate">
					</Frame>
					<Frame name="VuhDoNewOptionsBuffsRebuff" hidden="true" setAllPoints="true" inherits="VuhDoNewOptionsBuffsRebuffTemplate">
					</Frame>
				</Frames>
			</Frame>
		</Frames>
	</Frame>
</Ui>