GUISkin.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281
  1. [
  2. {
  3. "fixedHeight": true,
  4. "font": "arial.ttf",
  5. "height": 14,
  6. "minWidth": 10,
  7. "name": "Label",
  8. "normal": {
  9. "textColor": {
  10. "a": 1.0,
  11. "b": 1.0,
  12. "g": 1.0,
  13. "r": 1.0
  14. }
  15. }
  16. },
  17. {
  18. "name": "Texture"
  19. },
  20. {
  21. "active": {
  22. "textColor": {
  23. "a": 1.0,
  24. "b": 0.0,
  25. "g": 0.0,
  26. "r": 0.0
  27. },
  28. "texture": "ButtonActive.png"
  29. },
  30. "activeOn": {
  31. "textColor": {
  32. "a": 1.0,
  33. "b": 0.0,
  34. "g": 0.0,
  35. "r": 0.0
  36. },
  37. "texture": "ButtonActive.png"
  38. },
  39. "border": {
  40. "bottom": 4,
  41. "left": 2,
  42. "right": 2,
  43. "top": 2
  44. },
  45. "contentOffset": {
  46. "bottom": 0,
  47. "left": 3,
  48. "right": 3,
  49. "top": 2
  50. },
  51. "fixedHeight": true,
  52. "font": "arial.ttf",
  53. "height": 21,
  54. "hover": {
  55. "textColor": {
  56. "a": 1.0,
  57. "b": 0.699999988079071,
  58. "g": 0.699999988079071,
  59. "r": 0.699999988079071
  60. },
  61. "texture": "ButtonHover.png"
  62. },
  63. "hoverOn": {
  64. "textColor": {
  65. "a": 1.0,
  66. "b": 0.0,
  67. "g": 0.0,
  68. "r": 0.0
  69. },
  70. "texture": "ButtonActive.png"
  71. },
  72. "margins": {
  73. "bottom": 2,
  74. "left": 0,
  75. "right": 0,
  76. "top": 0
  77. },
  78. "minWidth": 20,
  79. "name": "Button",
  80. "normal": {
  81. "textColor": {
  82. "a": 1.0,
  83. "b": 0.699999988079071,
  84. "g": 0.699999988079071,
  85. "r": 0.699999988079071
  86. },
  87. "texture": "ButtonNormal.png"
  88. },
  89. "normalOn": {
  90. "textColor": {
  91. "a": 1.0,
  92. "b": 0.0,
  93. "g": 0.0,
  94. "r": 0.0
  95. },
  96. "texture": "ButtonActive.png"
  97. },
  98. "focused": {
  99. "textColor": {
  100. "a": 1.0,
  101. "b": 0.699999988079071,
  102. "g": 0.699999988079071,
  103. "r": 0.699999988079071
  104. },
  105. "texture": "ButtonFocused.png"
  106. },
  107. "focusedOn": {
  108. "textColor": {
  109. "a": 1.0,
  110. "b": 0.0,
  111. "g": 0.0,
  112. "r": 0.0
  113. },
  114. "texture": "ButtonFocused.png"
  115. },
  116. "focusedHover": {
  117. "textColor": {
  118. "a": 1.0,
  119. "b": 0.699999988079071,
  120. "g": 0.699999988079071,
  121. "r": 0.699999988079071
  122. },
  123. "texture": "ButtonFocusedHover.png"
  124. },
  125. "focusedHoverOn": {
  126. "textColor": {
  127. "a": 1.0,
  128. "b": 0.0,
  129. "g": 0.0,
  130. "r": 0.0
  131. },
  132. "texture": "ButtonFocusedHover.png"
  133. },
  134. "textHorzAlign": 1,
  135. "textVertAlign": 1
  136. },
  137. {
  138. "active": {
  139. "texture": "ToggleHover.png"
  140. },
  141. "activeOn": {
  142. "texture": "ToggleHoverOn.png"
  143. },
  144. "fixedHeight": true,
  145. "fixedWidth": true,
  146. "height": 15,
  147. "hover": {
  148. "texture": "ToggleHover.png"
  149. },
  150. "hoverOn": {
  151. "texture": "ToggleHoverOn.png"
  152. },
  153. "focusedHover": {
  154. "texture": "ToggleFocusedHover.png"
  155. },
  156. "focusedHoverOn": {
  157. "texture": "ToggleFocusedHoverOn.png"
  158. },
  159. "margins": {
  160. "bottom": 2,
  161. "left": 0,
  162. "right": 0,
  163. "top": 0
  164. },
  165. "name": "Toggle",
  166. "normal": {
  167. "texture": "ToggleNormal.png"
  168. },
  169. "normalOn": {
  170. "texture": "ToggleNormalOn.png"
  171. },
  172. "focused": {
  173. "texture": "ToggleFocused.png"
  174. },
  175. "focusedOn": {
  176. "texture": "ToggleFocusedOn.png"
  177. },
  178. "width": 13
  179. },
  180. {
  181. "active": {
  182. "textColor": {
  183. "a": 1.0,
  184. "b": 0.699999988079071,
  185. "g": 0.699999988079071,
  186. "r": 0.699999988079071
  187. },
  188. "texture": "InputBoxNormal.png"
  189. },
  190. "border": {
  191. "bottom": 1,
  192. "left": 1,
  193. "right": 3,
  194. "top": 4
  195. },
  196. "contentOffset": {
  197. "bottom": 4,
  198. "left": 4,
  199. "right": 4,
  200. "top": 4
  201. },
  202. "fixedHeight": true,
  203. "focused": {
  204. "textColor": {
  205. "a": 1.0,
  206. "b": 0.699999988079071,
  207. "g": 0.699999988079071,
  208. "r": 0.699999988079071
  209. },
  210. "texture": "InputBoxActive.png"
  211. },
  212. "font": "arial.ttf",
  213. "height": 19,
  214. "hover": {
  215. "textColor": {
  216. "a": 1.0,
  217. "b": 0.699999988079071,
  218. "g": 0.699999988079071,
  219. "r": 0.699999988079071
  220. },
  221. "texture": "InputBoxHover.png"
  222. },
  223. "minWidth": 10,
  224. "name": "InputBox",
  225. "normal": {
  226. "textColor": {
  227. "a": 1.0,
  228. "b": 0.699999988079071,
  229. "g": 0.699999988079071,
  230. "r": 0.699999988079071
  231. },
  232. "texture": "InputBoxNormal.png"
  233. }
  234. },
  235. {
  236. "active": {
  237. "texture": "ScrollArrowUpActive.png"
  238. },
  239. "fixedHeight": true,
  240. "fixedWidth": true,
  241. "height": 11,
  242. "hover": {
  243. "texture": "ScrollArrowUpHover.png"
  244. },
  245. "name": "ScrollUpBtn",
  246. "normal": {
  247. "texture": "ScrollArrowUpNormal.png"
  248. },
  249. "width": 13
  250. },
  251. {
  252. "active": {
  253. "texture": "ScrollArrowDownActive.png"
  254. },
  255. "fixedHeight": true,
  256. "fixedWidth": true,
  257. "height": 11,
  258. "hover": {
  259. "texture": "ScrollArrowDownHover.png"
  260. },
  261. "name": "ScrollDownBtn",
  262. "normal": {
  263. "texture": "ScrollArrowDownNormal.png"
  264. },
  265. "width": 13
  266. },
  267. {
  268. "active": {
  269. "texture": "ScrollArrowLeftActive.png"
  270. },
  271. "fixedHeight": true,
  272. "fixedWidth": true,
  273. "height": 13,
  274. "hover": {
  275. "texture": "ScrollArrowLeftHover.png"
  276. },
  277. "name": "ScrollLeftBtn",
  278. "normal": {
  279. "texture": "ScrollArrowLeftNormal.png"
  280. },
  281. "width": 11
  282. },
  283. {
  284. "active": {
  285. "texture": "ScrollArrowRightActive.png"
  286. },
  287. "fixedHeight": true,
  288. "fixedWidth": true,
  289. "height": 13,
  290. "hover": {
  291. "texture": "ScrollArrowRightHover.png"
  292. },
  293. "name": "ScrollRightBtn",
  294. "normal": {
  295. "texture": "ScrollArrowRightNormal.png"
  296. },
  297. "width": 11
  298. },
  299. {
  300. "active": {
  301. "texture": "ScrollBarHHandleActive.png"
  302. },
  303. "border": {
  304. "bottom": 0,
  305. "left": 4,
  306. "right": 4,
  307. "top": 0
  308. },
  309. "fixedHeight": true,
  310. "height": 13,
  311. "hover": {
  312. "texture": "ScrollBarHHandleHover.png"
  313. },
  314. "name": "ScrollBarHorzBtn",
  315. "normal": {
  316. "texture": "ScrollBarHHandleNormal.png"
  317. },
  318. "width": 10
  319. },
  320. {
  321. "active": {
  322. "texture": "ScrollBarVHandleActive.png"
  323. },
  324. "border": {
  325. "bottom": 4,
  326. "left": 0,
  327. "right": 0,
  328. "top": 4
  329. },
  330. "fixedWidth": true,
  331. "height": 10,
  332. "hover": {
  333. "texture": "ScrollBarVHandleHover.png"
  334. },
  335. "name": "ScrollBarVertBtn",
  336. "normal": {
  337. "texture": "ScrollBarVHandleNormal.png"
  338. },
  339. "width": 13
  340. },
  341. {
  342. "active": {
  343. "texture": "ScrollBarVBackground.png"
  344. },
  345. "fixedWidth": true,
  346. "hover": {
  347. "texture": "ScrollBarVBackground.png"
  348. },
  349. "minHeight": 8,
  350. "name": "ScrollBarVert",
  351. "normal": {
  352. "texture": "ScrollBarVBackground.png"
  353. },
  354. "subStyles": [
  355. {
  356. "name": "UIScrollBarHHandle",
  357. "style": "ScrollBarHorzBtn"
  358. },
  359. {
  360. "name": "UIScrollBarVHandle",
  361. "style": "ScrollBarVertBtn"
  362. }
  363. ],
  364. "width": 16
  365. },
  366. {
  367. "active": {
  368. "texture": "ScrollBarHBackground.png"
  369. },
  370. "fixedHeight": true,
  371. "height": 16,
  372. "hover": {
  373. "texture": "ScrollBarHBackground.png"
  374. },
  375. "minWidth": 8,
  376. "name": "ScrollBarHorz",
  377. "normal": {
  378. "texture": "ScrollBarHBackground.png"
  379. },
  380. "subStyles": [
  381. {
  382. "name": "UIScrollBarHHandle",
  383. "style": "ScrollBarHorzBtn"
  384. },
  385. {
  386. "name": "UIScrollBarVHandle",
  387. "style": "ScrollBarVertBtn"
  388. }
  389. ]
  390. },
  391. {
  392. "active": {
  393. "texture": "ScrollBarHHandleResizeableActive.png"
  394. },
  395. "border": {
  396. "bottom": 0,
  397. "left": 7,
  398. "right": 7,
  399. "top": 0
  400. },
  401. "fixedHeight": true,
  402. "height": 13,
  403. "hover": {
  404. "texture": "ScrollBarHHandleResizeableHover.png"
  405. },
  406. "minWidth": 15,
  407. "name": "ScrollBarResizeableHorzBtn",
  408. "normal": {
  409. "texture": "ScrollBarHHandleResizeableNormal.png"
  410. }
  411. },
  412. {
  413. "active": {
  414. "texture": "ScrollBarVHandleResizeableActive.png"
  415. },
  416. "border": {
  417. "bottom": 7,
  418. "left": 0,
  419. "right": 0,
  420. "top": 7
  421. },
  422. "fixedWidth": true,
  423. "hover": {
  424. "texture": "ScrollBarVHandleResizeableHover.png"
  425. },
  426. "minHeight": 15,
  427. "name": "ScrollBarResizeableVertBtn",
  428. "normal": {
  429. "texture": "ScrollBarVHandleResizeableNormal.png"
  430. },
  431. "width": 13
  432. },
  433. {
  434. "active": {
  435. "texture": "ScrollBarVBackground.png"
  436. },
  437. "fixedWidth": true,
  438. "hover": {
  439. "texture": "ScrollBarVBackground.png"
  440. },
  441. "minHeight": 15,
  442. "name": "ResizeableScrollBarVert",
  443. "normal": {
  444. "texture": "ScrollBarVBackground.png"
  445. },
  446. "subStyles": [
  447. {
  448. "name": "UIScrollBarHHandle",
  449. "style": "ScrollBarResizeableHorzBtn"
  450. },
  451. {
  452. "name": "UIScrollBarVHandle",
  453. "style": "ScrollBarResizeableVertBtn"
  454. }
  455. ],
  456. "width": 16
  457. },
  458. {
  459. "active": {
  460. "texture": "ScrollBarHBackground.png"
  461. },
  462. "fixedHeight": true,
  463. "height": 16,
  464. "hover": {
  465. "texture": "ScrollBarHBackground.png"
  466. },
  467. "minWidth": 15,
  468. "name": "ResizeableScrollBarHorz",
  469. "normal": {
  470. "texture": "ScrollBarHBackground.png"
  471. },
  472. "subStyles": [
  473. {
  474. "name": "UIScrollBarHHandle",
  475. "style": "ScrollBarResizeableHorzBtn"
  476. },
  477. {
  478. "name": "UIScrollBarVHandle",
  479. "style": "ScrollBarResizeableVertBtn"
  480. }
  481. ]
  482. },
  483. {
  484. "active": {
  485. "textColor": {
  486. "a": 1.0,
  487. "b": 0.699999988079071,
  488. "g": 0.699999988079071,
  489. "r": 0.699999988079071
  490. },
  491. "texture": "DropDownButtonActive.png"
  492. },
  493. "activeOn": {
  494. "textColor": {
  495. "a": 1.0,
  496. "b": 0.699999988079071,
  497. "g": 0.699999988079071,
  498. "r": 0.699999988079071
  499. },
  500. "texture": "DropDownButtonActive.png"
  501. },
  502. "border": {
  503. "bottom": 4,
  504. "left": 2,
  505. "right": 16,
  506. "top": 2
  507. },
  508. "contentOffset": {
  509. "bottom": 2,
  510. "left": 3,
  511. "right": 18,
  512. "top": 2
  513. },
  514. "fixedHeight": true,
  515. "font": "arial.ttf",
  516. "height": 21,
  517. "hover": {
  518. "textColor": {
  519. "a": 1.0,
  520. "b": 0.699999988079071,
  521. "g": 0.699999988079071,
  522. "r": 0.699999988079071
  523. },
  524. "texture": "DropDownButtonHover.png"
  525. },
  526. "hoverOn": {
  527. "textColor": {
  528. "a": 1.0,
  529. "b": 0.699999988079071,
  530. "g": 0.699999988079071,
  531. "r": 0.699999988079071
  532. },
  533. "texture": "DropDownButtonActive.png"
  534. },
  535. "focusedHover": {
  536. "textColor": {
  537. "a": 1.0,
  538. "b": 0.699999988079071,
  539. "g": 0.699999988079071,
  540. "r": 0.699999988079071
  541. },
  542. "texture": "DropDownButtonFocusedHover.png"
  543. },
  544. "focusedHoverOn": {
  545. "textColor": {
  546. "a": 1.0,
  547. "b": 0.699999988079071,
  548. "g": 0.699999988079071,
  549. "r": 0.699999988079071
  550. },
  551. "texture": "DropDownButtonFocusedHover.png"
  552. },
  553. "margins": {
  554. "bottom": 2,
  555. "left": 0,
  556. "right": 0,
  557. "top": 0
  558. },
  559. "minWidth": 20,
  560. "name": "ListBox",
  561. "normal": {
  562. "textColor": {
  563. "a": 1.0,
  564. "b": 0.699999988079071,
  565. "g": 0.699999988079071,
  566. "r": 0.699999988079071
  567. },
  568. "texture": "DropDownButtonNormal.png"
  569. },
  570. "normalOn": {
  571. "textColor": {
  572. "a": 1.0,
  573. "b": 0.699999988079071,
  574. "g": 0.699999988079071,
  575. "r": 0.699999988079071
  576. },
  577. "texture": "DropDownButtonActive.png"
  578. },
  579. "focused": {
  580. "textColor": {
  581. "a": 1.0,
  582. "b": 0.699999988079071,
  583. "g": 0.699999988079071,
  584. "r": 0.699999988079071
  585. },
  586. "texture": "DropDownButtonFocused.png"
  587. },
  588. "focusedOn": {
  589. "textColor": {
  590. "a": 1.0,
  591. "b": 0.699999988079071,
  592. "g": 0.699999988079071,
  593. "r": 0.699999988079071
  594. },
  595. "texture": "DropDownButtonFocused.png"
  596. },
  597. "textVertAlign": 1
  598. },
  599. {
  600. "active": {
  601. "texture": "DropDownBoxArrowUpHover.png"
  602. },
  603. "fixedHeight": true,
  604. "fixedWidth": true,
  605. "height": 12,
  606. "hover": {
  607. "texture": "DropDownBoxArrowUpHover.png"
  608. },
  609. "name": "ListBoxScrollUpBtn",
  610. "normal": {
  611. "texture": "DropDownBoxArrowUpNormal.png"
  612. },
  613. "width": 8
  614. },
  615. {
  616. "active": {
  617. "texture": "DropDownBoxArrowUpHover.png"
  618. },
  619. "fixedHeight": true,
  620. "fixedWidth": true,
  621. "height": 12,
  622. "hover": {
  623. "texture": "DropDownBoxArrowUpHover.png"
  624. },
  625. "name": "MenuBarScrollUpBtn",
  626. "normal": {
  627. "texture": "DropDownBoxArrowUpNormal.png"
  628. },
  629. "width": 8
  630. },
  631. {
  632. "active": {
  633. "texture": "DropDownBoxArrowUpHover.png"
  634. },
  635. "fixedHeight": true,
  636. "fixedWidth": true,
  637. "height": 12,
  638. "hover": {
  639. "texture": "DropDownBoxArrowUpHover.png"
  640. },
  641. "name": "ContextMenuScrollUpBtn",
  642. "normal": {
  643. "texture": "DropDownBoxArrowUpNormal.png"
  644. },
  645. "width": 8
  646. },
  647. {
  648. "active": {
  649. "texture": "DropDownBoxArrowDownHover.png"
  650. },
  651. "fixedHeight": true,
  652. "fixedWidth": true,
  653. "height": 12,
  654. "hover": {
  655. "texture": "DropDownBoxArrowDownHover.png"
  656. },
  657. "name": "ListBoxScrollDownBtn",
  658. "normal": {
  659. "texture": "DropDownBoxArrowDownNormal.png"
  660. },
  661. "width": 8
  662. },
  663. {
  664. "active": {
  665. "texture": "DropDownBoxArrowDownHover.png"
  666. },
  667. "fixedHeight": true,
  668. "fixedWidth": true,
  669. "height": 12,
  670. "hover": {
  671. "texture": "DropDownBoxArrowDownHover.png"
  672. },
  673. "name": "MenuBarScrollDownBtn",
  674. "normal": {
  675. "texture": "DropDownBoxArrowDownNormal.png"
  676. },
  677. "width": 8
  678. },
  679. {
  680. "active": {
  681. "texture": "DropDownBoxArrowDownHover.png"
  682. },
  683. "fixedHeight": true,
  684. "fixedWidth": true,
  685. "height": 12,
  686. "hover": {
  687. "texture": "DropDownBoxArrowDownHover.png"
  688. },
  689. "name": "ContextMenuScrollDownBtn",
  690. "normal": {
  691. "texture": "DropDownBoxArrowDownNormal.png"
  692. },
  693. "width": 8
  694. },
  695. {
  696. "fixedWidth": true,
  697. "height": 8,
  698. "name": "ListBoxHandle",
  699. "normal": {
  700. "texture": "DropDownBoxScrollHandle.png"
  701. },
  702. "width": 8
  703. },
  704. {
  705. "fixedWidth": true,
  706. "height": 8,
  707. "name": "MenuBarHandle",
  708. "normal": {
  709. "texture": "DropDownBoxScrollHandle.png"
  710. },
  711. "width": 8
  712. },
  713. {
  714. "fixedWidth": true,
  715. "height": 8,
  716. "name": "ContextMenuHandle",
  717. "normal": {
  718. "texture": "DropDownBoxScrollHandle.png"
  719. },
  720. "width": 8
  721. },
  722. {
  723. "border": {
  724. "bottom": 1,
  725. "left": 1,
  726. "right": 0,
  727. "top": 1
  728. },
  729. "fixedWidth": true,
  730. "height": 8,
  731. "name": "ListBoxSidebarBg",
  732. "normal": {
  733. "texture": "DropDownBoxSideBg.png"
  734. },
  735. "width": 9
  736. },
  737. {
  738. "border": {
  739. "bottom": 1,
  740. "left": 1,
  741. "right": 0,
  742. "top": 1
  743. },
  744. "fixedWidth": true,
  745. "height": 8,
  746. "name": "MenuBarSidebarBg",
  747. "normal": {
  748. "texture": "DropDownBoxSideBg.png"
  749. },
  750. "width": 9
  751. },
  752. {
  753. "border": {
  754. "bottom": 1,
  755. "left": 1,
  756. "right": 0,
  757. "top": 1
  758. },
  759. "fixedWidth": true,
  760. "height": 8,
  761. "name": "ContextMenuSidebarBg",
  762. "normal": {
  763. "texture": "DropDownBoxSideBg.png"
  764. },
  765. "width": 9
  766. },
  767. {
  768. "active": {
  769. "textColor": {
  770. "a": 1.0,
  771. "b": 0.699999988079071,
  772. "g": 0.699999988079071,
  773. "r": 0.699999988079071
  774. },
  775. "texture": "DropDownBoxEntryHover.png"
  776. },
  777. "activeOn": {
  778. "textColor": {
  779. "a": 1.0,
  780. "b": 0.699999988079071,
  781. "g": 0.699999988079071,
  782. "r": 0.699999988079071
  783. },
  784. "texture": "DropDownBoxEntryHover.png"
  785. },
  786. "fixedHeight": true,
  787. "font": "arial.ttf",
  788. "height": 16,
  789. "hover": {
  790. "textColor": {
  791. "a": 1.0,
  792. "b": 0.699999988079071,
  793. "g": 0.699999988079071,
  794. "r": 0.699999988079071
  795. },
  796. "texture": "DropDownBoxEntryHover.png"
  797. },
  798. "hoverOn": {
  799. "textColor": {
  800. "a": 1.0,
  801. "b": 0.699999988079071,
  802. "g": 0.699999988079071,
  803. "r": 0.699999988079071
  804. },
  805. "texture": "DropDownBoxEntryHover.png"
  806. },
  807. "name": "DropDownEntryBtn",
  808. "normal": {
  809. "textColor": {
  810. "a": 1.0,
  811. "b": 0.699999988079071,
  812. "g": 0.699999988079071,
  813. "r": 0.699999988079071
  814. },
  815. "texture": "DropDownBoxEntryNormal.png"
  816. },
  817. "normalOn": {
  818. "textColor": {
  819. "a": 1.0,
  820. "b": 0.699999988079071,
  821. "g": 0.699999988079071,
  822. "r": 0.699999988079071
  823. },
  824. "texture": "DropDownBoxEntryHover.png"
  825. },
  826. "textVertAlign": 1,
  827. "width": 30
  828. },
  829. {
  830. "active": {
  831. "textColor": {
  832. "a": 1.0,
  833. "b": 0.699999988079071,
  834. "g": 0.699999988079071,
  835. "r": 0.699999988079071
  836. },
  837. "texture": "DropDownBoxEntryToggleHover.png"
  838. },
  839. "activeOn": {
  840. "textColor": {
  841. "a": 1.0,
  842. "b": 0.699999988079071,
  843. "g": 0.699999988079071,
  844. "r": 0.699999988079071
  845. },
  846. "texture": "DropDownBoxEntryToggleHoverOn.png"
  847. },
  848. "border": {
  849. "bottom": 0,
  850. "left": 17,
  851. "right": 0,
  852. "top": 0
  853. },
  854. "contentOffset": {
  855. "bottom": 0,
  856. "left": 17,
  857. "right": 0,
  858. "top": 0
  859. },
  860. "fixedHeight": true,
  861. "font": "arial.ttf",
  862. "height": 18,
  863. "hover": {
  864. "textColor": {
  865. "a": 1.0,
  866. "b": 0.699999988079071,
  867. "g": 0.699999988079071,
  868. "r": 0.699999988079071
  869. },
  870. "texture": "DropDownBoxEntryToggleHover.png"
  871. },
  872. "hoverOn": {
  873. "textColor": {
  874. "a": 1.0,
  875. "b": 0.699999988079071,
  876. "g": 0.699999988079071,
  877. "r": 0.699999988079071
  878. },
  879. "texture": "DropDownBoxEntryToggleHoverOn.png"
  880. },
  881. "name": "DropDownEntryToggleBtn",
  882. "normal": {
  883. "textColor": {
  884. "a": 1.0,
  885. "b": 0.699999988079071,
  886. "g": 0.699999988079071,
  887. "r": 0.699999988079071
  888. },
  889. "texture": "DropDownBoxEntryToggleNormal.png"
  890. },
  891. "normalOn": {
  892. "textColor": {
  893. "a": 1.0,
  894. "b": 0.699999988079071,
  895. "g": 0.699999988079071,
  896. "r": 0.699999988079071
  897. },
  898. "texture": "DropDownBoxEntryToggleNormalOn.png"
  899. },
  900. "textVertAlign": 1,
  901. "width": 30
  902. },
  903. {
  904. "active": {
  905. "textColor": {
  906. "a": 1.0,
  907. "b": 0.699999988079071,
  908. "g": 0.699999988079071,
  909. "r": 0.699999988079071
  910. },
  911. "texture": "DropDownBoxExpandBtnHover.png"
  912. },
  913. "activeOn": {
  914. "textColor": {
  915. "a": 1.0,
  916. "b": 0.699999988079071,
  917. "g": 0.699999988079071,
  918. "r": 0.699999988079071
  919. },
  920. "texture": "DropDownBoxExpandBtnHover.png"
  921. },
  922. "border": {
  923. "bottom": 0,
  924. "left": 0,
  925. "right": 13,
  926. "top": 0
  927. },
  928. "fixedHeight": true,
  929. "font": "arial.ttf",
  930. "height": 16,
  931. "hover": {
  932. "textColor": {
  933. "a": 1.0,
  934. "b": 0.699999988079071,
  935. "g": 0.699999988079071,
  936. "r": 0.699999988079071
  937. },
  938. "texture": "DropDownBoxExpandBtnHover.png"
  939. },
  940. "hoverOn": {
  941. "textColor": {
  942. "a": 1.0,
  943. "b": 0.699999988079071,
  944. "g": 0.699999988079071,
  945. "r": 0.699999988079071
  946. },
  947. "texture": "DropDownBoxExpandBtnHover.png"
  948. },
  949. "name": "DropDownEntryExpBtn",
  950. "normal": {
  951. "textColor": {
  952. "a": 1.0,
  953. "b": 0.699999988079071,
  954. "g": 0.699999988079071,
  955. "r": 0.699999988079071
  956. },
  957. "texture": "DropDownBoxExpandBtnNormal.png"
  958. },
  959. "normalOn": {
  960. "textColor": {
  961. "a": 1.0,
  962. "b": 0.699999988079071,
  963. "g": 0.699999988079071,
  964. "r": 0.699999988079071
  965. },
  966. "texture": "DropDownBoxExpandBtnHover.png"
  967. },
  968. "textVertAlign": 1,
  969. "width": 30
  970. },
  971. {
  972. "fixedHeight": true,
  973. "height": 3,
  974. "name": "DropDownSeparator",
  975. "normal": {
  976. "texture": "DropDownBoxSeparator.png"
  977. },
  978. "width": 30
  979. },
  980. {
  981. "minHeight": 20,
  982. "minWidth": 50,
  983. "name": "ListBoxContent",
  984. "subStyles": [
  985. {
  986. "name": "DropDownEntryBtn",
  987. "style": "DropDownEntryBtn"
  988. },
  989. {
  990. "name": "DropDownEntryExpBtn",
  991. "style": "DropDownEntryExpBtn"
  992. },
  993. {
  994. "name": "DropDownEntryToggleBtn",
  995. "style": "DropDownEntryToggleBtn"
  996. },
  997. {
  998. "name": "DropDownSeparator",
  999. "style": "DropDownSeparator"
  1000. }
  1001. ]
  1002. },
  1003. {
  1004. "minHeight": 20,
  1005. "minWidth": 50,
  1006. "name": "MenuBarContent",
  1007. "subStyles": [
  1008. {
  1009. "name": "DropDownEntryBtn",
  1010. "style": "DropDownEntryBtn"
  1011. },
  1012. {
  1013. "name": "DropDownEntryExpBtn",
  1014. "style": "DropDownEntryExpBtn"
  1015. },
  1016. {
  1017. "name": "DropDownEntryToggleBtn",
  1018. "style": "DropDownEntryToggleBtn"
  1019. },
  1020. {
  1021. "name": "DropDownSeparator",
  1022. "style": "DropDownSeparator"
  1023. }
  1024. ]
  1025. },
  1026. {
  1027. "minHeight": 20,
  1028. "minWidth": 50,
  1029. "name": "ContextMenuContent",
  1030. "subStyles": [
  1031. {
  1032. "name": "DropDownEntryBtn",
  1033. "style": "DropDownEntryBtn"
  1034. },
  1035. {
  1036. "name": "DropDownEntryExpBtn",
  1037. "style": "DropDownEntryExpBtn"
  1038. },
  1039. {
  1040. "name": "DropDownEntryToggleBtn",
  1041. "style": "DropDownEntryToggleBtn"
  1042. },
  1043. {
  1044. "name": "DropDownSeparator",
  1045. "style": "DropDownSeparator"
  1046. }
  1047. ]
  1048. },
  1049. {
  1050. "active": {
  1051. "texture": "DropDownBoxBg.png"
  1052. },
  1053. "border": {
  1054. "bottom": 4,
  1055. "left": 2,
  1056. "right": 2,
  1057. "top": 2
  1058. },
  1059. "hover": {
  1060. "texture": "DropDownBoxBg.png"
  1061. },
  1062. "margins": {
  1063. "bottom": 6,
  1064. "left": 6,
  1065. "right": 6,
  1066. "top": 4
  1067. },
  1068. "name": "ListBoxFrame",
  1069. "normal": {
  1070. "texture": "DropDownBoxBg.png"
  1071. }
  1072. },
  1073. {
  1074. "active": {
  1075. "texture": "DropDownBoxBg.png"
  1076. },
  1077. "border": {
  1078. "bottom": 4,
  1079. "left": 2,
  1080. "right": 2,
  1081. "top": 2
  1082. },
  1083. "hover": {
  1084. "texture": "DropDownBoxBg.png"
  1085. },
  1086. "margins": {
  1087. "bottom": 6,
  1088. "left": 6,
  1089. "right": 6,
  1090. "top": 4
  1091. },
  1092. "name": "MenuBarFrame",
  1093. "normal": {
  1094. "texture": "DropDownBoxBg.png"
  1095. }
  1096. },
  1097. {
  1098. "active": {
  1099. "texture": "DropDownBoxBg.png"
  1100. },
  1101. "border": {
  1102. "bottom": 4,
  1103. "left": 2,
  1104. "right": 2,
  1105. "top": 2
  1106. },
  1107. "hover": {
  1108. "texture": "DropDownBoxBg.png"
  1109. },
  1110. "margins": {
  1111. "bottom": 6,
  1112. "left": 6,
  1113. "right": 6,
  1114. "top": 4
  1115. },
  1116. "name": "ContextMenuFrame",
  1117. "normal": {
  1118. "texture": "DropDownBoxBg.png"
  1119. }
  1120. },
  1121. {
  1122. "active": {
  1123. "texture": "DropDownBoxBg.png"
  1124. },
  1125. "border": {
  1126. "bottom": 4,
  1127. "left": 2,
  1128. "right": 2,
  1129. "top": 2
  1130. },
  1131. "hover": {
  1132. "texture": "DropDownBoxBg.png"
  1133. },
  1134. "margins": {
  1135. "bottom": 6,
  1136. "left": 6,
  1137. "right": 6,
  1138. "top": 4
  1139. },
  1140. "name": "TooltipFrame",
  1141. "normal": {
  1142. "texture": "DropDownBoxBg.png"
  1143. }
  1144. },
  1145. {
  1146. "active": {
  1147. "texture": "SliderHandleActive.png"
  1148. },
  1149. "fixedHeight": true,
  1150. "fixedWidth": true,
  1151. "height": 13,
  1152. "hover": {
  1153. "texture": "SliderHandleHover.png"
  1154. },
  1155. "name": "SliderHandle",
  1156. "normal": {
  1157. "texture": "SliderHandleNormal.png"
  1158. },
  1159. "width": 12
  1160. },
  1161. {
  1162. "border": {
  1163. "bottom": 0,
  1164. "left": 4,
  1165. "right": 4,
  1166. "top": 0
  1167. },
  1168. "fixedHeight": true,
  1169. "height": 10,
  1170. "name": "SliderHorzBg",
  1171. "normal": {
  1172. "texture": "SliderHBackground.png"
  1173. },
  1174. "focused": {
  1175. "texture": "SliderHBackgroundFocused.png"
  1176. }
  1177. },
  1178. {
  1179. "border": {
  1180. "bottom": 0,
  1181. "left": 6,
  1182. "right": 4,
  1183. "top": 0
  1184. },
  1185. "fixedHeight": true,
  1186. "height": 10,
  1187. "name": "SliderHorzFill",
  1188. "normal": {
  1189. "texture": "SliderHFill.png"
  1190. }
  1191. },
  1192. {
  1193. "fixedHeight": true,
  1194. "height": 13,
  1195. "minWidth": 10,
  1196. "name": "SliderHorz",
  1197. "subStyles": [
  1198. {
  1199. "name": "SliderBackground",
  1200. "style": "SliderHorzBg"
  1201. },
  1202. {
  1203. "name": "SliderFill",
  1204. "style": "SliderHorzFill"
  1205. },
  1206. {
  1207. "name": "SliderHandle",
  1208. "style": "SliderHandle"
  1209. }
  1210. ],
  1211. "width": 150
  1212. },
  1213. {
  1214. "border": {
  1215. "bottom": 4,
  1216. "left": 0,
  1217. "right": 0,
  1218. "top": 4
  1219. },
  1220. "fixedWidth": true,
  1221. "name": "SliderVertBg",
  1222. "normal": {
  1223. "texture": "SliderVBackground.png"
  1224. },
  1225. "focused": {
  1226. "texture": "SliderVBackgroundFocused.png"
  1227. },
  1228. "width": 10
  1229. },
  1230. {
  1231. "border": {
  1232. "bottom": 4,
  1233. "left": 0,
  1234. "right": 0,
  1235. "top": 6
  1236. },
  1237. "fixedWidth": true,
  1238. "name": "SliderVertFill",
  1239. "normal": {
  1240. "texture": "SliderVFill.png"
  1241. },
  1242. "width": 10
  1243. },
  1244. {
  1245. "fixedWidth": true,
  1246. "height": 150,
  1247. "minHeight": 10,
  1248. "name": "SliderVert",
  1249. "subStyles": [
  1250. {
  1251. "name": "SliderBackground",
  1252. "style": "SliderVertBg"
  1253. },
  1254. {
  1255. "name": "SliderFill",
  1256. "style": "SliderVertFill"
  1257. },
  1258. {
  1259. "name": "SliderHandle",
  1260. "style": "SliderHandle"
  1261. }
  1262. ],
  1263. "width": 13
  1264. },
  1265. {
  1266. "fixedHeight": true,
  1267. "font": "arial.ttf",
  1268. "height": 11,
  1269. "minWidth": 10,
  1270. "name": "RightAlignedLabel",
  1271. "normal": {
  1272. "textColor": {
  1273. "a": 1.0,
  1274. "b": 0.699999988079071,
  1275. "g": 0.699999988079071,
  1276. "r": 0.699999988079071
  1277. }
  1278. },
  1279. "textHorzAlign": 2
  1280. }
  1281. ]