You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

920 lines
26 KiB

<Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Script file="VuhDoNewOptionsToolsSkins.lua" />
<Frame name="VuhDoNewOptionsToolsSkinsTemplate" virtual="true">
<Frames>
<Frame name="$parentAdviceLabel" inherits="VuhDoLabelFrameTemplate">
<Size>
<AbsDimension x="230" y="36" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="20" y="-310" />
</Offset>
</Anchor>
</Anchors>
<Layers>
<Layer>
<FontString name="$parentLabel" inherits="VuDoDefaultFontTemplate" text="NOTE: Spell assignments won't be saved into profiles. Use Tools=>Key Layouts instead.">
<Anchors>
<Anchor point="TOPLEFT" />
<Anchor point="BOTTOMRIGHT" />
</Anchors>
</FontString>
</Layer>
</Layers>
</Frame>
<Frame name="$parentLoadSavePanel" inherits="VuhDoPanelTemplate">
<Size>
<AbsDimension x="235" y="292" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="20" y="-20" />
</Offset>
</Anchor>
</Anchors>
<Frames>
<Frame name="$parentTitleLabel" inherits="VuhDoLabelFrameTemplate">
<Layers>
<Layer>
<FontString name="$parentLabel" text="VUHDO_I18N_PROFILES" inherits="VuDoDefaultTitleFontTemplate">
</FontString>
</Layer>
</Layers>
</Frame>
<Frame name="$parentSelectProfileLabel" inherits="VuhDoLabelFrameTemplate">
<Size>
<AbsDimension x="149" y="18" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="40" y="-31" />
</Offset>
</Anchor>
</Anchors>
<Layers>
<Layer>
<FontString name="$parentLabel" text="VUHDO_I18N_SELECT_A_PROFILE" justifyH="LEFT" inherits="VuDoDefaultFontTemplate">
</FontString>
</Layer>
</Layers>
</Frame>
<Button name="$parentProfileComboBox" inherits="VuhDoComboBoxTemplate">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="40" y="-48" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_setComboModel(self, "VUHDO_CURRENT_PROFILE", VUHDO_PROFILE_TABLE_MODEL);
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K177);
self:SetAttribute("custom_function", VUHDO_profileComboValueChanged);
VUHDO_setProfileCombo(self);
</OnLoad>
<OnShow>
VUHDO_lnfPatchFont(self, "Text");
VUHDO_initProfileTableModels();
VUHDO_lnfComboBoxInitFromModel(self);
</OnShow>
</Scripts>
</Button>
<Button name="$parentProfileLoadButton" text="VUHDO_I18N_APPLY" inherits="VuhDoButtonTemplate">
<Size>
<AbsDimension x="100" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-85" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnClick>VUHDO_loadProfileClicked(self)</OnClick>
</Scripts>
</Button>
<Button name="$parentProfileDeleteButton" text="VUHDO_I18N_DELETE" inherits="VuhDoButtonTemplate">
<Size>
<AbsDimension x="100" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="120" y="-85" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnClick>VUHDO_deleteProfileClicked(self)</OnClick>
</Scripts>
</Button>
<Button name="$parentProfileExportButton" text="VUHDO_I18N_EXPORT" inherits="VuhDoButtonTemplate">
<Size>
<AbsDimension x="100" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-122" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnClick>VUHDO_exportProfileClicked(self)</OnClick>
</Scripts>
</Button>
<Button name="$parentProfileImportButton" text="VUHDO_I18N_IMPORT" inherits="VuhDoButtonTemplate">
<Size>
<AbsDimension x="100" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="120" y="-122" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnClick>VUHDO_importProfileClicked(self)</OnClick>
</Scripts>
</Button>
<Frame name="$parentEnterProfileNameLabel" inherits="VuhDoLabelFrameTemplate">
<Size>
<AbsDimension x="143" y="18" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="16" y="-159" />
</Offset>
</Anchor>
</Anchors>
<Layers>
<Layer>
<FontString name="$parentLabel" text="VUHDO_I18N_OR_ENTER_PROFILE_NAME" justifyH="LEFT" inherits="VuDoDefaultFontTemplate">
</FontString>
</Layer>
</Layers>
</Frame>
<EditBox name="$parentEnterProfileNameEditBox" inherits="VuhDoEditBoxTemplate">
<Size>
<AbsDimension x="200" y="22" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="16" y="-180" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, "VUHDO_CURRENT_PROFILE");
VUHDO_setProfileEditBox(self);
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K176);
</OnLoad>
</Scripts>
</EditBox>
<CheckButton name="$parentDefaultProfileCheckButton" text="VUHDO_I18N_DEFAULT_PROFILE" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="125" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-212" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K553);
</OnLoad>
<OnShow>
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitDefaultProfileCheckButton(self);
VUHDO_lnfPatchFont(self, "Label");
VUHDO_lnfRadioButtonOnShow(self);
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsDefaultProfileCheckButtonClicked(self);
</OnClick>
</Scripts>
</CheckButton>
<Button name="$parentProfileSaveButton" text="VUHDO_I18N_SAVE" inherits="VuhDoButtonTemplate">
<Size>
<AbsDimension x="100" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="70" y="-250" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnClick>VUHDO_saveProfileClicked(self)</OnClick>
</Scripts>
</Button>
</Frames>
</Frame>
<Frame name="$parentAutoEnablePanel" inherits="VuhDoPanelTemplate">
<Size>
<AbsDimension x="230" y="230" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="270" y="-20" />
</Offset>
</Anchor>
</Anchors>
<Frames>
<Frame name="$parentTitleLabel" inherits="VuhDoLabelFrameTemplate">
<Layers>
<Layer>
<FontString name="$parentLabel" text="VUHDO_I18N_ACTIVATE_DUE_GRP_SIZE" inherits="VuDoDefaultTitleFontTemplate">
</FontString>
</Layer>
</Layers>
</Frame>
<CheckButton name="$parent1CheckButton" text="VUHDO_I18N_1" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="65" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="10" y="-40" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K298);
</OnLoad>
<OnShow>
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitAutoCheckButton(self, "1");
VUHDO_lnfPatchFont(self, "Label"); VUHDO_lnfRadioButtonOnShow(self);
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsAutoCheckButtonClicked(self, "1");
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="$parent3CheckButton" text="VUHDO_I18N_3" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="65" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="80" y="-40" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K573);
</OnLoad>
<OnShow>
VUHDO_lnfPatchFont(self, "Label"); VUHDO_lnfRadioButtonOnShow(self);
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitAutoCheckButton(self, "3");
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsAutoCheckButtonClicked(self, "3");
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="$parent5CheckButton" text="VUHDO_I18N_5" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="65" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="150" y="-40" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K299);
</OnLoad>
<OnShow>
VUHDO_lnfPatchFont(self, "Label"); VUHDO_lnfRadioButtonOnShow(self);
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitAutoCheckButton(self, "5");
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsAutoCheckButtonClicked(self, "5");
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="$parent10CheckButton" text="VUHDO_I18N_10" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="65" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="10" y="-75" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K300);
</OnLoad>
<OnShow>
VUHDO_lnfPatchFont(self, "Label"); VUHDO_lnfRadioButtonOnShow(self);
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitAutoCheckButton(self, "10");
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsAutoCheckButtonClicked(self, "10");
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="$parent15CheckButton" text="VUHDO_I18N_15" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="65" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="80" y="-75" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K444);
</OnLoad>
<OnShow>
VUHDO_lnfPatchFont(self, "Label"); VUHDO_lnfRadioButtonOnShow(self);
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitAutoCheckButton(self, "15");
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsAutoCheckButtonClicked(self, "15");
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="$parent20CheckButton" text="VUHDO_I18N_20" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="65" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="150" y="-75" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K549);
</OnLoad>
<OnShow>
VUHDO_lnfPatchFont(self, "Label"); VUHDO_lnfRadioButtonOnShow(self);
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitAutoCheckButton(self, "20");
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsAutoCheckButtonClicked(self, "20");
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="$parent25CheckButton" text="VUHDO_I18N_25" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="65" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="10" y="-110" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K301);
</OnLoad>
<OnShow>
VUHDO_lnfPatchFont(self, "Label"); VUHDO_lnfRadioButtonOnShow(self);
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitAutoCheckButton(self, "25");
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsAutoCheckButtonClicked(self, "25");
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="$parent30CheckButton" text="VUHDO_I18N_30" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="65" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="80" y="-110" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K551);
</OnLoad>
<OnShow>
VUHDO_lnfPatchFont(self, "Label"); VUHDO_lnfRadioButtonOnShow(self);
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitAutoCheckButton(self, "30");
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsAutoCheckButtonClicked(self, "30");
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="$parent40CheckButton" text="VUHDO_I18N_40" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="65" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="150" y="-110" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K302);
</OnLoad>
<OnShow>
VUHDO_lnfPatchFont(self, "Label"); VUHDO_lnfRadioButtonOnShow(self);
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitAutoCheckButton(self, "40");
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsAutoCheckButtonClicked(self, "40");
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="$parentSpec1CheckButton" text="VUHDO_I18N_SPEC_1" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="85" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="25" y="-148" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K475);
</OnLoad>
<OnShow>
VUHDO_lnfPatchFont(self, "Label");
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitAutoCheckButton(self, "SPEC_1");
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsAutoCheckButtonClicked(self, "SPEC_1");
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="$parentSpec2CheckButton" text="VUHDO_I18N_SPEC_2" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="85" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="115" y="-148" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K476);
</OnLoad>
<OnShow>
VUHDO_lnfPatchFont(self, "Label");
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitAutoCheckButton(self, "SPEC_2");
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsAutoCheckButtonClicked(self, "SPEC_2");
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="$parentSpec3CheckButton" text="VUHDO_I18N_SPEC_3" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="85" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="25" y="-183" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnShow>
VUHDO_lnfPatchFont(self, "Label");
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitAutoCheckButton(self, "SPEC_3");
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsAutoCheckButtonClicked(self, "SPEC_3");
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="$parentSpec4CheckButton" text="VUHDO_I18N_SPEC_4" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="85" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="115" y="-183" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnShow>
VUHDO_lnfPatchFont(self, "Label");
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitAutoCheckButton(self, "SPEC_4");
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsAutoCheckButtonClicked(self, "SPEC_4");
</OnClick>
</Scripts>
</CheckButton>
</Frames>
</Frame>
<Frame name="$parentSettingsPanel" inherits="VuhDoPanelTemplate">
<Size>
<AbsDimension x="126" y="110" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="406" y="-270" />
</Offset>
</Anchor>
</Anchors>
<Frames>
<Frame name="$parentTitleLabel" inherits="VuhDoLabelFrameTemplate">
<Layers>
<Layer>
<FontString name="$parentLabel" text="VUHDO_I18N_SETTINGS" inherits="VuDoDefaultTitleFontTemplate">
</FontString>
</Layer>
</Layers>
</Frame>
<CheckButton name="$parentAlwaysOverwriteCheckButton" text="VUHDO_I18N_QUIET_MODE" inherits="VuhDoCheckButtonTemplate">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-30" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, "VUHDO_CONFIG.IS_ALWAYS_OVERWRITE_PROFILE");
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K487);
</OnLoad>
</Scripts>
</CheckButton>
<CheckButton name="$parentLockCheckButton" text="VUHDO_I18N_LOCK" inherits="VuhDoCheckButtonTemplate">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-68" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K486);
</OnLoad>
<OnShow>
VUHDO_lnfPatchFont(self, "Label"); VUHDO_lnfRadioButtonOnShow(self);
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitLockCheckButton(self);
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsLockCheckButtonClicked(self);
</OnClick>
</Scripts>
</CheckButton>
</Frames>
</Frame>
<Frame name="$parentSharePanel" inherits="VuhDoPanelTemplate">
<Size>
<AbsDimension x="126" y="72" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="270" y="-270" />
</Offset>
</Anchor>
</Anchors>
<Frames>
<Frame name="$parentTitleLabel" inherits="VuhDoLabelFrameTemplate">
<Layers>
<Layer>
<FontString name="$parentLabel" text="Send Profile" inherits="VuDoDefaultTitleFontTemplate">
</FontString>
</Layer>
</Layers>
</Frame>
<Button name="$parentShareButton" inherits="VuhDoShareButtonTemplate">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-30" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, { "VUHDO_shareCurrentProfile", "VUHDO_CURRENT_PROFILE" } );
</OnLoad>
</Scripts>
</Button>
</Frames>
</Frame>
<Frame name="$parentExportFrame" inherits="VuhDoFrameTemplate" frameStrata="TOOLTIP">
<Size>
<AbsDimension x="580" y="350"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="35" y="-25" />
</Offset>
</Anchor>
</Anchors>
<Frames>
<Frame name="$parentRootPane" setallpoints="true" inherits="VuhDoPanelTemplate">
<Frames>
<Frame name="$parentTitleLabel" inherits="VuhDoLabelFrameTemplate">
<Layers>
<Layer>
<FontString name="$parentLabel" text="VUHDO_I18N_EXPORT" inherits="VuDoDefaultTitleFontTemplate">
</FontString>
</Layer>
</Layers>
</Frame>
<ScrollFrame name="$parentStringScrollFrame" inherits="VuhDoScrollPanelTemplate">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-30" />
</Offset>
</Anchor>
</Anchors>
<Size>
<AbsDimension x="550" y="250" />
</Size>
<ScrollChild>
<EditBox name="$parentStringEditBox" inherits="VuhDoEditBoxMultiLineTemplate">
<Size>
<AbsDimension x="540" y="200" />
</Size>
<Scripts>
<OnShow>
VUHDO_profileExportButtonShown(self);
</OnShow>
</Scripts>
</EditBox>
</ScrollChild>
</ScrollFrame>
<Button name="$parentOkayButton" inherits="VuhDoOkayButtonTemplate">
<Anchors>
<Anchor point="BOTTOMLEFT">
<Offset>
<AbsDimension x="13" y="15"/>
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnClick>
self:GetParent():GetParent():Hide();
</OnClick>
</Scripts>
</Button>
<Button name="$parentCancelButton" inherits="VuhDoCancelButtonTemplate">
<Anchors>
<Anchor point="BOTTOMRIGHT">
<Offset>
<AbsDimension x="-13" y="15"/>
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnClick>
self:GetParent():GetParent():Hide();
</OnClick>
</Scripts>
</Button>
</Frames>
</Frame>
</Frames>
<Scripts>
<OnLoad>
self:SetScript("OnKeyDown", function(anInstance, aKey)
if (aKey == "ESCAPE") then
self:Hide();
end
end);
</OnLoad>
<OnShow>
_G[self:GetName() .. "RootPane"]:Show();
_G[self:GetName() .. "RootPaneTitleLabelLabel"]:SetText(VUHDO_I18N_EXPORT .. " " .. (VUHDO_CURRENT_PROFILE or ""));
</OnShow>
</Scripts>
</Frame>
<Frame name="$parentImportFrame" inherits="VuhDoFrameTemplate" frameStrata="TOOLTIP">
<Size>
<AbsDimension x="580" y="350"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="35" y="-25" />
</Offset>
</Anchor>
</Anchors>
<Frames>
<Frame name="$parentRootPane" setallpoints="true" inherits="VuhDoPanelTemplate">
<Frames>
<Frame name="$parentTitleLabel" inherits="VuhDoLabelFrameTemplate">
<Layers>
<Layer>
<FontString name="$parentLabel" text="VUHDO_I18N_EXPORT" inherits="VuDoDefaultTitleFontTemplate">
</FontString>
</Layer>
</Layers>
</Frame>
<ScrollFrame name="$parentStringScrollFrame" inherits="VuhDoScrollPanelTemplate">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-30" />
</Offset>
</Anchor>
</Anchors>
<Size>
<AbsDimension x="550" y="250" />
</Size>
<ScrollChild>
<EditBox name="$parentStringEditBox" inherits="VuhDoEditBoxMultiLineTemplate">
<Size>
<AbsDimension x="540" y="200" />
</Size>
</EditBox>
</ScrollChild>
</ScrollFrame>
<Button name="$parentOkayButton" inherits="VuhDoOkayButtonTemplate">
<Anchors>
<Anchor point="BOTTOMLEFT">
<Offset>
<AbsDimension x="13" y="15"/>
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnClick>
VUHDO_importProfileOkayClicked(self);
</OnClick>
</Scripts>
</Button>
<Button name="$parentCancelButton" inherits="VuhDoCancelButtonTemplate">
<Anchors>
<Anchor point="BOTTOMRIGHT">
<Offset>
<AbsDimension x="-13" y="15"/>
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnClick>
self:GetParent():GetParent():Hide();
</OnClick>
</Scripts>
</Button>
</Frames>
</Frame>
</Frames>
<Scripts>
<OnLoad>
self:SetScript("OnKeyDown", function(anInstance, aKey)
if (aKey == "ESCAPE") then
self:Hide();
end
end);
</OnLoad>
<OnShow>
_G[self:GetName() .. "RootPane"]:Show();
_G[self:GetName() .. "RootPaneTitleLabelLabel"]:SetText(VUHDO_I18N_IMPORT);
</OnShow>
</Scripts>
</Frame>
</Frames>
<Scripts>
<OnShow>
_G[self:GetName() .. "ExportFrame"]:Hide();
_G[self:GetName() .. "ImportFrame"]:Hide();
</OnShow>
<OnHide>
VUHDO_skinsSaveAutoProfileButtonEnablement(self, VUHDO_CURRENT_PROFILE);
</OnHide>
</Scripts>
</Frame>
</Ui>