vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <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/">
2  
3 <Frame name="GB_ThresholdsOptions" parent="GB_Options" inherits="GB_BGTemplate" hidden="true">
4 <Size><AbsDimension x="545" y="540"/></Size>
5 <Anchors>
6 <Anchor point="TOPLEFT" relativeTo="GB_OptionsTitle" relativePoint="BOTTOMLEFT"/>
7 </Anchors>
8 <Frames>
9 <EditBox name="$parent_HealthThreshold1" inherits="GB_EditBoxTemplate" letters="5" autoFocus="false" id="101">
10 <Size><AbsDimension x="50" y="20"/></Size>
11 <Scripts>
12 <OnLoad>
13 this.index = "healthThresholds";
14 GB_Set_Label(GB_TEXT.HealthThreshold1);
15 GB_Set_Anchor("", 10, 510);
16 </OnLoad>
17 </Scripts>
18 </EditBox>
19 <EditBox name="$parent_HealthThreshold2" inherits="GB_EditBoxTemplate" letters="5" autoFocus="false" id="102">
20 <Size><AbsDimension x="50" y="20"/></Size>
21 <Scripts>
22 <OnLoad>
23 this.index = "healthThresholds";
24 GB_Set_Label(GB_TEXT.HealthThreshold2);
25 GB_Set_Anchor("", 10, 480);
26 </OnLoad>
27 </Scripts>
28 </EditBox>
29 <EditBox name="$parent_HealthThreshold3" inherits="GB_EditBoxTemplate" letters="5" autoFocus="false" id="103">
30 <Size><AbsDimension x="50" y="20"/></Size>
31 <Scripts>
32 <OnLoad>
33 this.index = "healthThresholds";
34 GB_Set_Label(GB_TEXT.HealthThreshold3);
35 GB_Set_Anchor("", 10, 450);
36 </OnLoad>
37 </Scripts>
38 </EditBox>
39 <EditBox name="$parent_HealthThreshold4" inherits="GB_EditBoxTemplate" letters="5" autoFocus="false" id="104">
40 <Size><AbsDimension x="50" y="20"/></Size>
41 <Scripts>
42 <OnLoad>
43 this.index = "healthThresholds";
44 GB_Set_Label(GB_TEXT.HealthThreshold4);
45 GB_Set_Anchor("", 10, 420);
46 </OnLoad>
47 </Scripts>
48 </EditBox>
49 <EditBox name="$parent_ManaThreshold" inherits="GB_EditBoxTemplate" letters="5" autoFocus="false" id="99">
50 <Size><AbsDimension x="50" y="20"/></Size>
51 <Scripts>
52 <OnLoad>
53 this.index = "manaThreshold";
54 GB_Set_Label(GB_TEXT.ManaThreshold);
55 GB_Set_Anchor("", 10, 390);
56 </OnLoad>
57 </Scripts>
58 </EditBox>
59 <EditBox name="$parent_AreaHealThreshold" inherits="GB_EditBoxTemplate" letters="5" autoFocus="false" id="99">
60 <Size><AbsDimension x="50" y="20"/></Size>
61 <Scripts>
62 <OnLoad>
63 this.index = "aeThreshold";
64 GB_Set_Label(GB_TEXT.AreaHealThreshold);
65 GB_Set_Anchor("", 10, 360);
66 </OnLoad>
67 </Scripts>
68 </EditBox>
69 <Frame name="$parent_NumPartyToCheck" inherits="GB_MenuControlTemplate">
70 <Size><AbsDimension x="50" y="26"/></Size>
71 <Scripts>
72 <OnLoad>
73 this:SetBackdropColor(0.0, 0.0, 0.0);
74 this.menu = "GB_Menu_NumParty";
75 GB_Set_Label(GB_TEXT.NumPartyToCheck);
76 GB_Set_Anchor("", 30, 335);
77 </OnLoad>
78 </Scripts>
79 </Frame>
80 <EditBox name="$parent_CancelHealThreshold" inherits="GB_EditBoxTemplate" letters="5" autoFocus="false" id="99">
81 <Size><AbsDimension x="50" y="20"/></Size>
82 <Scripts>
83 <OnLoad>
84 this.index = "cancelHealThreshold";
85 GB_Set_Label(GB_TEXT.CancelHealThreshold);
86 GB_Set_Anchor("", 10, 305);
87 </OnLoad>
88 </Scripts>
89 </EditBox>
90 </Frames>
91 <Scripts>
92 <OnLoad>
93 this:SetBackdropColor(.2, .2, .2);
94 </OnLoad>
95 </Scripts>
96 </Frame>
97  
98 </Ui>