-
Notifications
You must be signed in to change notification settings - Fork 2
/
RecipeSchematicMenu.xml
162 lines (155 loc) · 6.52 KB
/
RecipeSchematicMenu.xml
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<Ui xmlns="http://www.blizzard.com/wow/ui/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Script file="RecipeSchematicMenu.lua"/>
<Frame name="CraftScan_SectionPanelTemplate" virtual="true">
<Layers>
<Layer level="BACKGROUND">
<Texture parentKey="BackgroundTop" atlas="Professions-QualityPane-bg-top" useAtlasSize="false">
<Size x="263" y="100"/>
<KeyValues>
<KeyValue key="ignoreInLayout" value="true" type="boolean"/>
</KeyValues>
<Anchors>
<Anchor point="TOP"/>
</Anchors>
</Texture>
<Texture parentKey="BackgroundBottom" atlas="Professions-QualityPane-bg-bottom" useAtlasSize="false">
<Size x="263" y="100"/>
<KeyValues>
<KeyValue key="ignoreInLayout" value="true" type="boolean"/>
</KeyValues>
<Anchors>
<Anchor point="BOTTOM" x="0" y="-1"/>
</Anchors>
</Texture>
<Texture parentKey="BackgroundMiddle" atlas="Professions-QualityPane-bg-middle" useAtlasSize="false">
<KeyValues>
<KeyValue key="ignoreInLayout" value="true" type="boolean"/>
</KeyValues>
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.BackgroundTop" relativePoint="BOTTOMLEFT"/>
<Anchor point="TOPRIGHT" relativeKey="$parent.BackgroundTop" relativePoint="BOTTOMRIGHT"/>
<Anchor point="BOTTOMLEFT" relativeKey="$parent.BackgroundBottom" relativePoint="TOPLEFT"/>
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.BackgroundBottom" relativePoint="TOPRIGHT"/>
</Anchors>
</Texture>
<FontString parentKey="Label" inherits="GameFontHighlight" justifyH="CENTER">
<Size y="20"/>
<Anchors>
<Anchor point="TOP" x="0" y="-25"/>
</Anchors>
</FontString>
<Texture parentKey="Line" atlas="Professions-QualityPane-Divider" useAtlasSize="true">
<Anchors>
<Anchor point="TOP" x="0" y="-45"/>
</Anchors>
</Texture>
</Layer>
</Layers>
</Frame>
<Frame name="CraftScan_SectionTemplate" inherits="CraftScan_SectionPanelTemplate" setAllPoints="false" virtual="true">
<Size x="380" y="25"/>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
</Anchors>
</Frame>
<ScrollFrame name="CraftScan_Exclusions" inherits="InputScrollFrameTemplate" virtual="true">
<KeyValues>
<KeyValue key="maxLetters" value="2047" type="number"/>
<KeyValue key="instructions" value="CRAFT_SCAN_EXCLUSION_INSTRUCTIONS" type="global" />
<KeyValue key="hideCharCount" value="true" type="boolean"/>
</KeyValues>
</ScrollFrame>
<ScrollFrame name="CraftScan_Keywords" inherits="InputScrollFrameTemplate" virtual="true">
<KeyValues>
<KeyValue key="maxLetters" value="2047" type="number"/>
<KeyValue key="instructions" value="CRAFT_SCAN_KEYWORD_INSTRUCTIONS" type="global" />
<KeyValue key="hideCharCount" value="true" type="boolean"/>
</KeyValues>
</ScrollFrame>
<ScrollFrame name="CraftScan_SecondaryKeywords" inherits="InputScrollFrameTemplate" virtual="true">
<KeyValues>
<KeyValue key="maxLetters" value="2047" type="number"/>
<KeyValue key="instructions" value="CRAFT_SCAN_SECONDARY_KEYWORD_INSTRUCTIONS" type="global" />
<KeyValue key="hideCharCount" value="true" type="boolean"/>
</KeyValues>
</ScrollFrame>
<ScrollFrame name="CraftScan_Greeting" inherits="InputScrollFrameTemplate" virtual="true">
<KeyValues>
<KeyValue key="maxLetters" value="2047" type="number"/>
<KeyValue key="instructions" value="CRAFT_SCAN_GREETING_INSTRUCTIONS" type="global" />
<KeyValue key="hideCharCount" value="true" type="boolean"/>
</KeyValues>
</ScrollFrame>
<ScrollFrame name="CraftScan_CommissionInput" inherits="InputScrollFrameTemplate" virtual="true">
<KeyValues>
<KeyValue key="maxLetters" value="12" type="number"/>
<KeyValue key="instructions" value="CRAFT_SCAN_COMMISSION_INSTRUCTIONS" type="global" />
<KeyValue key="hideCharCount" value="true" type="boolean"/>
</KeyValues>
</ScrollFrame>
<Frame name="CraftScanFrame" inherits="DefaultPanelFlatTemplate" mixin="CraftScan_CraftScanFrameMixin" parent="UIParent" movable="true" enableMouse="true" frameStrata="DIALOG" hidden="true">
<Size x="400" y="658" />
<Frames>
<Button parentKey="TutorialButton" inherits="MainHelpPlateButton">
<Anchors>
<Anchor point="TOPLEFT" x="-15" y="20" />
</Anchors>
<Scripts>
<OnClick>self:GetParent():ToggleTutorial();</OnClick>
</Scripts>
</Button>
<ScrollFrame parentKey="ScrollFrame" name="$parentScrollFrame" inherits="ScrollFrameTemplate">
<KeyValues>
<KeyValue key="scrollBarX" value="-17" type="number"/>
<KeyValue key="scrollBarTopY" value="-15" type="number"/>
<KeyValue key="scrollBarBottomY" value="5" type="number"/>
</KeyValues>
<Frames>
<Frame parentKey="Content" name="$parentContent">
<Size x="400" y="1200" />
<Anchors>
<Anchor point="TOPLEFT" x="5" y="5" />
<Anchor point="BOTTOMRIGHT" x="-5" y="-5" />
</Anchors>
</Frame>
</Frames>
<Anchors>
<Anchor point="TOPLEFT" y="-20"/>
<Anchor point="BOTTOMRIGHT" y="5" />
</Anchors>
</ScrollFrame>
<Button parentKey="ClosePanelButton" inherits="UIPanelCloseButtonDefaultAnchors" mixin="CraftScan_CloseCraftScanFrameMixin">
<Scripts>
<OnClick method="OnClick"/>
</Scripts>
</Button>
</Frames>
<Scripts>
<OnHide method="OnHide"/>
</Scripts>
</Frame>
<Button name="CraftScan_ScannerConfigButtonTemplate" inherits="UIPanelButtonTemplate" mixin="CraftScan_ScannerConfigButtonMixin" virtual="true" frameLevel="501">
<Size x="140" y="22"/>
<Scripts>
<OnClick method="OnClick"/>
</Scripts>
</Button>
<Frame name="CraftScan_RecipeEnabledIndicatorTemplate" mixin="CraftScan_RecipeEnabledIndicatorMixin" virtual="true">
<Size x="18" y="18"/>
<Layers>
<Layer level="BACKGROUND" textureSubLevel="1">
<Texture parentKey="EnabledIcon">
<Size x="14" y="14"/>
<Anchors>
<Anchor point="CENTER" relativePoint="CENTER" />
</Anchors>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnEnter method="OnEnter" />
<OnLeave method="OnLeave" />
</Scripts>
</Frame>
</Ui>