-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCreateDialog.xml
More file actions
73 lines (71 loc) · 3.07 KB
/
CreateDialog.xml
File metadata and controls
73 lines (71 loc) · 3.07 KB
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
<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">
<Frame name="ImprovedTalentLoadoutsCreateDialog" inherits="ImprovedTalentLoadoutsDialogTemplate" mixin="ImprovedTalentLoadoutsCreateDialogMixin" parent="UIParent" hidden="true" >
<KeyValues>
<KeyValue key="titleText" value="HUD_CLASS_TALENTS_NEW_LOADOUT_DIALOG_TITLE" type="global"/>
</KeyValues>
<Size x="460" y="150"/>
<Frames>
<Frame parentKey="NameControl" inherits="ImprovedTalentLoadoutsDialogNameControlTemplate" mixin="ImprovedTalentLoadoutsCreateDialogNameControlMixin">
<KeyValues>
<KeyValue key="labelText" value="HUD_CLASS_TALENTS_NEW_LOADOUT_DIALOG_EDIT_BOX_LABEL" type="global"/>
</KeyValues>
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.ContentArea"/>
<Anchor point="RIGHT" relativeKey="$parent.ContentArea"/>
</Anchors>
</Frame>
<Button parentKey="AcceptButton" inherits="ImprovedTalentLoadoutsDialogButtonTemplate" text="SAVE">
<Anchors>
<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOM" relativeKey="$parent.ContentArea" x="-5"/>
</Anchors>
</Button>
<Button parentKey="CancelButton" inherits="ImprovedTalentLoadoutsDialogButtonTemplate" text="CANCEL">
<Anchors>
<Anchor point="BOTTOMLEFT" relativePoint="BOTTOM" relativeKey="$parent.ContentArea" x="5"/>
</Anchors>
</Button>
<CheckButton name="ImprovedTalentLoadoutsCreateSpecButton">
<Size>
<AbsDimension x="25" y="25"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset x="12" y="-66"/>
</Anchor>
</Anchors>
<Layers>
<Layer level="ARTWORK">
<FontString name="$parentText" inherits="GameFontNormal" text="TRACK_ACHIEVEMENT">
<Anchors>
<Anchor point="LEFT" relativePoint="RIGHT"/>
</Anchors>
</FontString>
</Layer>
</Layers>
<HitRectInsets>
<AbsInset left="0" right="-100" top="0" bottom="0"/>
</HitRectInsets>
<Scripts>
<OnClick>
</OnClick>
<OnEnter>
</OnEnter>
<OnLeave>
</OnLeave>
<OnShow>
</OnShow>
</Scripts>
<NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>
<PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>
<HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>
<CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>
<DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>
</CheckButton>
</Frames>
<Scripts>
<OnLoad method="OnLoad"/>
</Scripts>
</Frame>
</Ui>