VuhDoNewOptionsDebuffs.xml 2.82 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
<Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

	<Frame name="VuhDoNewOptionsDebuffsTemplate" 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="$parentStandardRadioButton" checked="true" text="VUHDO_I18N_STANDARD" inherits="VuhDoTabRadioButtonTemplate">
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="3" y="-3" />
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>
								self.tabPanel = "VuhDoNewOptionsDebuffsStandard";
								VUHDO_lnfCheckButtonOnLoad(self);
								VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K263);
							</OnLoad>
						</Scripts>
					</CheckButton>

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

					<CheckButton name="$parentCustomVisualsRadioButton" text="VUHDO_I18N_VISUALS" inherits="VuhDoTabRadioButtonTemplate">
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="3" y="-79" />
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>
								self.tabPanel = "VuhDoNewOptionsDebuffsCustomVisuals";
								VUHDO_lnfCheckButtonOnLoad(self);
								VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K529);
							</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="VuhDoNewOptionsDebuffsStandard" setAllPoints="true" inherits="VuhDoNewOptionsDebuffsStandardTemplate">
					</Frame>
					<Frame name="VuhDoNewOptionsDebuffsCustom" hidden="true" setAllPoints="true" inherits="VuhDoNewOptionsDebuffsCustomTemplate">
					</Frame>
					<Frame name="VuhDoNewOptionsDebuffsCustomVisuals" hidden="true" setAllPoints="true" inherits="VuhDoNewOptionsDebuffsCustomVisualsTemplate">
					</Frame>
				</Frames>
			</Frame>
		</Frames>
	</Frame>
</Ui>