Mercurial > wow > skeletonkey
comparison SkeletonKey/SkeletonKey.xml @ 34:daff39af0c6d
changeset logjam
author | Nenue |
---|---|
date | Tue, 16 Aug 2016 10:24:55 -0400 |
parents | 73df13211b22 |
children |
comparison
equal
deleted
inserted
replaced
33:d5e6b2265d6f | 34:daff39af0c6d |
---|---|
81 <Frame name="KeyBinder" parent="UIParent" hidden="true" clampedToScreen="true" movable="true" enableMouse="true"> | 81 <Frame name="KeyBinder" parent="UIParent" hidden="true" clampedToScreen="true" movable="true" enableMouse="true"> |
82 <Anchors> | 82 <Anchors> |
83 <Anchor point="TOP" y="-25" x="0" /> | 83 <Anchor point="TOP" y="-25" x="0" /> |
84 </Anchors> | 84 </Anchors> |
85 <Size x="600" y="200" /> | 85 <Size x="600" y="200" /> |
86 <KeyValues> | |
87 <KeyValue key="DEVIAN_PNAME" value="SkeletonKey"/> | |
88 </KeyValues> | |
86 <Scripts> | 89 <Scripts> |
87 <OnLoad> | 90 <OnLoad> |
88 self:RegisterForDrag('LeftButton') | 91 self:RegisterForDrag('LeftButton') |
89 </OnLoad> | 92 </OnLoad> |
90 <OnShow> | 93 <OnShow> |
195 | 198 |
196 <FontString parentKey="savingText" inherits="KTHeaderFont" text="Press a key." /> | 199 <FontString parentKey="savingText" inherits="KTHeaderFont" text="Press a key." /> |
197 </Layer> | 200 </Layer> |
198 </Layers> | 201 </Layers> |
199 <Frames> | 202 <Frames> |
203 | |
204 | |
205 <Frame name="KeyBinderTutorial" parent="KeyBinder"> | |
206 | |
207 <Size x="20" y="20" /> | |
208 <Anchors> | |
209 <Anchor point="TOPLEFT" relativeKey="$parent.footer" x="2" y="-2" /> | |
210 <Anchor point="TOPRIGHT" relativeKey="$parent.footer" x="-2" y="-2" /> | |
211 </Anchors> | |
212 <Layers> | |
213 <Layer level="ARTWORK"> | |
214 <Texture name="$parentMouseLeftClick" file="Interface\TutorialFrame\UI-TUTORIAL-FRAME"> | |
215 <Size x="15" y="20"/> | |
216 <Anchors> | |
217 <Anchor point="TOPLEFT" /> | |
218 </Anchors> | |
219 <TexCoords left="0.0019531" right="0.1484375" top="0.4257813" bottom="0.6210938"/> | |
220 </Texture> | |
221 <FontString inherits="KTLogString" text="to change a key binding."> | |
222 <Anchors> | |
223 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parentMouseLeftClick" x="2" y="0" /> | |
224 </Anchors> | |
225 </FontString> | |
226 | |
227 <Texture name="$parentMouseRightClick" file="Interface\TutorialFrame\UI-TUTORIAL-FRAME"> | |
228 <Size x="15" y="20"/> | |
229 <Anchors> | |
230 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentMouseLeftClick" x="0" y="-2" /> | |
231 </Anchors> | |
232 <TexCoords left="0.0019531" right="0.1484375" top="0.6269531" bottom="0.8222656"/> | |
233 </Texture> | |
234 <FontString inherits="KTLogString" text="to remove actions from profile."> | |
235 <Anchors> | |
236 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parentMouseRightClick" x="2" y="0" /> | |
237 </Anchors> | |
238 </FontString> | |
239 | |
240 </Layer> | |
241 </Layers> | |
242 </Frame> | |
243 | |
200 <Button inherits="UIPanelCloseButton" parentKey="CloseButton"> | 244 <Button inherits="UIPanelCloseButton" parentKey="CloseButton"> |
201 <Anchors> | 245 <Anchors> |
202 <Anchor point="TOPRIGHT" /> | 246 <Anchor point="TOPRIGHT" /> |
203 </Anchors> | 247 </Anchors> |
204 </Button> | 248 </Button> |
222 <Color a="1" r=".15" g="0.15" b=".15" /> | 266 <Color a="1" r=".15" g="0.15" b=".15" /> |
223 </HighlightTexture> | 267 </HighlightTexture> |
224 </Button> | 268 </Button> |
225 | 269 |
226 | 270 |
227 <CheckButton name="KeyBinderStickyMode" text="Receiving"> | 271 <CheckButton name="KeyBinderStickyMode" inherits="UICheckButtonTemplate"> |
228 <Size y="28" x="72" /> | 272 <Size y="32" x="32" /> |
229 <Anchors> | |
230 <Anchor point="TOPRIGHT" x="-4" y="-48" relativeKey="$parent.headerbg" /> | |
231 </Anchors> | |
232 <Layers> | 273 <Layers> |
233 <Layer level="OVERLAY"> | 274 <Layer level="OVERLAY"> |
234 <FontString inherits="KTLogString" text="Sticky Mode:"> | 275 <FontString parentKey="header" inherits="KTLogString" text="Sticky Mode:" /> |
235 <Anchors> | 276 </Layer> |
236 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" x="4" y="4" /> | 277 </Layers> |
237 </Anchors> | |
238 </FontString> | |
239 <FontString parentKey="label" inherits="KTUIPanelFont" text="STICKY_MODE"> | |
240 <Anchors> | |
241 <Anchor point="LEFT" x="4" /> | |
242 </Anchors> | |
243 </FontString> | |
244 </Layer> | |
245 </Layers> | |
246 <NormalTexture> | |
247 <Color a=".5" r=".3" g="0.5" b="0.2" /> | |
248 </NormalTexture> | |
249 <CheckedTexture> | |
250 <Color a="1" r=".3" g="0.9" b=".2" /> | |
251 </CheckedTexture> | |
252 <HighlightTexture alphaMode="ADD"> | |
253 <Color a="1" r="0.2" g="0.2" b="0.2" /> | |
254 </HighlightTexture> | |
255 </CheckButton> | 278 </CheckButton> |
256 | 279 |
257 <CheckButton name="KeyBinderHoverInput"> | 280 <CheckButton name="KeyBinderHoverInput" inherits="UICheckButtonTemplate"> |
258 <Size y="28" x="72" /> | 281 <Size y="32" x="32" /> |
259 <Anchors> | 282 <Anchors> |
260 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" x="-4" y="0" relativeTo="KeyBinderStickyMode" /> | 283 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" x="-4" y="0" relativeTo="KeyBinderStickyMode" /> |
261 </Anchors> | 284 </Anchors> |
262 | |
263 <Layers> | 285 <Layers> |
264 <Layer level="OVERLAY"> | 286 <Layer level="OVERLAY"> |
265 <FontString parentKey="label" inherits="KTUIPanelFont" text="HOVER_INPUT"> | 287 <FontString parentKey="header" inherits="KTLogString" text="Bind" /> |
266 <Anchors> | 288 <FontString inherits="KTHeaderFont" text="Settings"> |
267 <Anchor point="LEFT" x="4" /> | 289 <Anchors> |
290 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" x="0" y="32" /> | |
268 </Anchors> | 291 </Anchors> |
269 </FontString> | 292 </FontString> |
270 <FontString inherits="KTLogString" text="Bind on:"> | 293 </Layer> |
271 <Anchors> | 294 </Layers> |
272 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" x="4" y="4" /> | 295 </CheckButton> |
273 </Anchors> | 296 |
274 </FontString> | 297 <CheckButton name="KeyBinderProtectBindings" inherits="UICheckButtonTemplate"> |
275 <FontString inherits="KTHeaderFont" text="Options"> | 298 <Size y="32" x="32" /> |
276 <Anchors> | 299 <Anchors> |
277 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" x="4" y="24" /> | 300 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" x="-4" y="0" relativeTo="KeyBinderHoverInput" /> |
278 </Anchors> | 301 </Anchors> |
279 </FontString> | 302 <Layers> |
280 </Layer> | 303 <Layer level="OVERLAY"> |
281 </Layers> | 304 <FontString parentKey="header" inherits="KTLogString" text="Safe" /> |
282 <NormalTexture> | 305 </Layer> |
283 <Color a=".7" r=".5" g=".15" b=".1" /> | 306 </Layers> |
284 </NormalTexture> | |
285 <CheckedTexture> | |
286 <Color a="1" r="1" g=".3" b=".2" /> | |
287 </CheckedTexture> | |
288 <HighlightTexture alphaMode="ADD"> | |
289 <Color a="1" r="0.2" g="0.2" b="0.2" /> | |
290 </HighlightTexture> | |
291 </CheckButton> | 307 </CheckButton> |
292 </Frames> | 308 </Frames> |
293 </Frame> | 309 </Frame> |
294 | 310 |
295 <ScrollingMessageFrame hidden="true" fade="false" name="KeyBinderImportLog" parent="KeyBinder" clampedToScreen="true" parentKey="ImportLog" insertMode="BOTTOM" maxLines="500"> | 311 <ScrollingMessageFrame hidden="true" fade="false" name="KeyBinderImportLog" parent="KeyBinder" clampedToScreen="true" parentKey="ImportLog" insertMode="BOTTOM" maxLines="500"> |
329 <Color a="1" r="0" g="0" b="0" /> | 345 <Color a="1" r="0" g="0" b="0" /> |
330 </Texture> | 346 </Texture> |
331 </Layer> | 347 </Layer> |
332 </Layers> | 348 </Layers> |
333 <FontString inherits="NumberFontNormal" justifyH="LEFT"> | 349 <FontString inherits="NumberFontNormal" justifyH="LEFT"> |
334 | |
335 <Anchors> | 350 <Anchors> |
336 <Anchor point="TOPLEFT" /> | 351 <Anchor point="TOPLEFT" /> |
337 </Anchors> | 352 </Anchors> |
338 </FontString> | 353 </FontString> |
339 </ScrollingMessageFrame> | 354 </ScrollingMessageFrame> |
355 | |
356 | |
340 </Ui> | 357 </Ui> |