You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MainBuyMenu.res 8.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. "Resource/UI/MainBuyMenu.res"
  2. {
  3. "ItemInfo"
  4. {
  5. "ControlName" "Panel"
  6. "fieldName" "ItemInfo"
  7. "xpos" "1680"
  8. "ypos" "1160"
  9. "wide" "400"
  10. "tall" "380"
  11. "autoResize" "3"
  12. "pinCorner" "0"
  13. "visible" "1"
  14. "enabled" "1"
  15. "tabPosition" "0"
  16. }
  17. "Title"
  18. {
  19. "ControlName" "Label"
  20. "fieldName" "Title"
  21. "xpos" "76"
  22. "ypos" "22"
  23. "wide" "500"
  24. "tall" "48"
  25. "autoResize" "3"
  26. "pinCorner" "0"
  27. "visible" "1"
  28. "enabled" "1"
  29. "tabPosition" "0"
  30. "labelText" "#Cstrike_Buy_MenuCAPS"
  31. "textAlignment" "west"
  32. "dulltext" "0"
  33. "brighttext" "0"
  34. "font" "Title"
  35. "wrap" "0"
  36. }
  37. "money"
  38. {
  39. "ControlName" "Label"
  40. "fieldName" "money"
  41. "xpos" "200"
  42. "ypos" "36"
  43. "wide" "160"
  44. "tall" "24"
  45. "autoResize" "0"
  46. "pinCorner" "0"
  47. "visible" "1"
  48. "enabled" "1"
  49. "labelText" "#Cstrike_Select_Category"
  50. "textAlignment" "west"
  51. "dulltext" "0"
  52. "brighttext" "1"
  53. }
  54. "selectCategory"
  55. {
  56. "ControlName" "Label"
  57. "fieldName" "selectCategory"
  58. "xpos" "76"
  59. "ypos" "80"
  60. "wide" "148"
  61. "tall" "24"
  62. "autoResize" "0"
  63. "pinCorner" "0"
  64. "visible" "1"
  65. "enabled" "1"
  66. "labelText" "#Cstrike_Select_Category"
  67. "textAlignment" "center"
  68. "dulltext" "0"
  69. "brighttext" "1"
  70. }
  71. "quickBuy"
  72. {
  73. "ControlName" "Label"
  74. "fieldName" "quickBuy"
  75. "xpos" "410"
  76. "ypos" "90"
  77. "wide" "168"
  78. "tall" "24"
  79. "autoResize" "0"
  80. "pinCorner" "0"
  81. "visible" "1"
  82. "enabled" "1"
  83. "labelText" "#Cstrike_Quick_Buy"
  84. "textAlignment" "center"
  85. "dulltext" "0"
  86. "brighttext" "1"
  87. }
  88. "mainBackground"
  89. {
  90. "ControlName" "Panel"
  91. "fieldName" "mainBackground"
  92. "xpos" "64"
  93. "ypos" "104"
  94. "wide" "170"
  95. "tall" "270"
  96. "autoResize" "3"
  97. "pinCorner" "0"
  98. "visible" "1"
  99. "enabled" "1"
  100. "tabPosition" "0"
  101. "vpos" "-1"
  102. }
  103. "pistols"
  104. {
  105. "ControlName" "MouseOverPanelButton"
  106. "fieldName" "pistols"
  107. "xpos" "76"
  108. "ypos" "116"
  109. "wide" "148"
  110. "tall" "20"
  111. "autoResize" "3"
  112. "pinCorner" "2"
  113. "visible" "1"
  114. "enabled" "1"
  115. "tabPosition" "0"
  116. "labelText" "#Cstrike_Pistols"
  117. "textAlignment" "west"
  118. "dulltext" "0"
  119. "brighttext" "0"
  120. "Command" "Resource/UI/BuyPistols.res"
  121. "Default" "0"
  122. }
  123. "shotguns"
  124. {
  125. "ControlName" "MouseOverPanelButton"
  126. "fieldName" "shotguns"
  127. "xpos" "76"
  128. "ypos" "148"
  129. "wide" "148"
  130. "tall" "20"
  131. "autoResize" "3"
  132. "pinCorner" "2"
  133. "visible" "1"
  134. "enabled" "1"
  135. "tabPosition" "0"
  136. "labelText" "#Cstrike_Shotguns"
  137. "textAlignment" "west"
  138. "dulltext" "0"
  139. "brighttext" "0"
  140. "Command" "Resource/UI/BuyShotguns.res"
  141. "Default" "0"
  142. }
  143. "submachineguns"
  144. {
  145. "ControlName" "MouseOverPanelButton"
  146. "fieldName" "submachineguns"
  147. "xpos" "76"
  148. "ypos" "180"
  149. "wide" "148"
  150. "tall" "20"
  151. "autoResize" "3"
  152. "pinCorner" "2"
  153. "visible" "1"
  154. "enabled" "1"
  155. "tabPosition" "0"
  156. "labelText" "#Cstrike_SubMachineGuns"
  157. "textAlignment" "west"
  158. "dulltext" "0"
  159. "brighttext" "0"
  160. "Command" "Resource/UI/BuySubMachineGuns.res"
  161. "Default" "0"
  162. }
  163. "rifles"
  164. {
  165. "ControlName" "MouseOverPanelButton"
  166. "fieldName" "rifles"
  167. "xpos" "76"
  168. "ypos" "212"
  169. "wide" "148"
  170. "tall" "20"
  171. "autoResize" "3"
  172. "pinCorner" "2"
  173. "visible" "1"
  174. "enabled" "1"
  175. "tabPosition" "0"
  176. "labelText" "#Cstrike_Rifles"
  177. "textAlignment" "west"
  178. "dulltext" "0"
  179. "brighttext" "0"
  180. "Command" "Resource/UI/BuyRifles.res"
  181. "Default" "0"
  182. }
  183. "machineguns"
  184. {
  185. "ControlName" "MouseOverPanelButton"
  186. "fieldName" "machineguns"
  187. "xpos" "76"
  188. "ypos" "244"
  189. "wide" "148"
  190. "tall" "20"
  191. "autoResize" "3"
  192. "pinCorner" "2"
  193. "visible" "1"
  194. "enabled" "1"
  195. "tabPosition" "0"
  196. "labelText" "#Cstrike_MachineGuns"
  197. "textAlignment" "west"
  198. "dulltext" "0"
  199. "brighttext" "0"
  200. "Command" "Resource/UI/BuyMachineGuns.res"
  201. "Default" "0"
  202. }
  203. "primaryammo"
  204. {
  205. "ControlName" "MouseOverPanelButton"
  206. "fieldName" "primaryammo"
  207. "xpos" "76"
  208. "ypos" "276"
  209. "wide" "148"
  210. "tall" "20"
  211. "autoResize" "3"
  212. "pinCorner" "2"
  213. "visible" "1"
  214. "enabled" "1"
  215. "tabPosition" "0"
  216. "labelText" "#Cstrike_Prim_Ammo"
  217. "textAlignment" "west"
  218. "dulltext" "0"
  219. "brighttext" "0"
  220. "Command" "primammo"
  221. "Default" "0"
  222. }
  223. "secammo"
  224. {
  225. "ControlName" "MouseOverPanelButton"
  226. "fieldName" "secammo"
  227. "xpos" "76"
  228. "ypos" "308"
  229. "wide" "148"
  230. "tall" "20"
  231. "autoResize" "3"
  232. "pinCorner" "2"
  233. "visible" "1"
  234. "enabled" "1"
  235. "tabPosition" "0"
  236. "labelText" "#Cstrike_Sec_Ammo"
  237. "textAlignment" "west"
  238. "dulltext" "0"
  239. "brighttext" "0"
  240. "Command" "secammo"
  241. "Default" "0"
  242. }
  243. "equipment"
  244. {
  245. "ControlName" "MouseOverPanelButton"
  246. "fieldName" "equipment"
  247. "xpos" "76"
  248. "ypos" "340"
  249. "wide" "148"
  250. "tall" "20"
  251. "autoResize" "3"
  252. "pinCorner" "2"
  253. "visible" "1"
  254. "enabled" "1"
  255. "tabPosition" "0"
  256. "labelText" "#Cstrike_Equipment"
  257. "textAlignment" "west"
  258. "dulltext" "0"
  259. "brighttext" "0"
  260. "Command" "Resource/UI/BuyEquipment.res"
  261. "Default" "0"
  262. }
  263. "CancelButton"
  264. {
  265. "ControlName" "MouseOverPanelButton"
  266. "fieldName" "CancelButton"
  267. "xpos" "76"
  268. "ypos" "400"
  269. "wide" "148"
  270. "tall" "20"
  271. "autoResize" "3"
  272. "pinCorner" "2"
  273. "visible" "1"
  274. "enabled" "1"
  275. "tabPosition" "0"
  276. "labelText" "#Cstrike_Cancel"
  277. "textAlignment" "west"
  278. "dulltext" "0"
  279. "brighttext" "0"
  280. "Command" "vguicancel"
  281. "Default" "1"
  282. }
  283. "Autobuy"
  284. {
  285. "ControlName" "Button"
  286. "fieldName" "Autobuy"
  287. "xpos" "420"
  288. "ypos" "116"
  289. "wide" "160"
  290. "tall" "20"
  291. "autoResize" "3"
  292. "pinCorner" "2"
  293. "visible" "1"
  294. "enabled" "1"
  295. "tabPosition" "0"
  296. "labelText" "#Cstrike_BuyMenuAutobuy"
  297. "textAlignment" "west"
  298. "dulltext" "0"
  299. "brighttext" "0"
  300. "Command" "autobuy"
  301. "Default" "0"
  302. }
  303. "Rebuy"
  304. {
  305. "ControlName" "Button"
  306. "fieldName" "Rebuy"
  307. "xpos" "420"
  308. "ypos" "148"
  309. "wide" "160"
  310. "tall" "20"
  311. "autoResize" "3"
  312. "pinCorner" "2"
  313. "visible" "1"
  314. "enabled" "1"
  315. "tabPosition" "0"
  316. "labelText" "#Cstrike_BuyMenuRebuy"
  317. "textAlignment" "west"
  318. "dulltext" "0"
  319. "brighttext" "0"
  320. "Command" "rebuy"
  321. "Default" "0"
  322. }
  323. "BuyPresetButtonA"
  324. {
  325. "ControlName" "Button"
  326. "fieldName" "BuyPresetButtonA"
  327. "xpos" "420"
  328. "ypos" "212"
  329. "wide" "160"
  330. "tall" "20"
  331. "autoResize" "3"
  332. "pinCorner" "2"
  333. "visible" "0"
  334. "enabled" "1"
  335. "tabPosition" "0"
  336. "labelText" ""
  337. "textAlignment" "west"
  338. "dulltext" "0"
  339. "brighttext" "0"
  340. "Command" "buy_preset 1"
  341. "Default" "0"
  342. }
  343. "BuyPresetButtonB"
  344. {
  345. "ControlName" "Button"
  346. "fieldName" "BuyPresetButtonB"
  347. "xpos" "420"
  348. "ypos" "244"
  349. "wide" "160"
  350. "tall" "20"
  351. "autoResize" "3"
  352. "pinCorner" "2"
  353. "visible" "0"
  354. "enabled" "1"
  355. "tabPosition" "0"
  356. "labelText" ""
  357. "textAlignment" "west"
  358. "dulltext" "0"
  359. "brighttext" "0"
  360. "Command" "buy_preset 2"
  361. "Default" "0"
  362. }
  363. "BuyPresetButtonC"
  364. {
  365. "ControlName" "Button"
  366. "fieldName" "BuyPresetButtonC"
  367. "xpos" "420"
  368. "ypos" "276"
  369. "wide" "160"
  370. "tall" "20"
  371. "autoResize" "3"
  372. "pinCorner" "2"
  373. "visible" "0"
  374. "enabled" "1"
  375. "tabPosition" "0"
  376. "labelText" ""
  377. "textAlignment" "west"
  378. "dulltext" "0"
  379. "brighttext" "0"
  380. "Command" "buy_preset 3"
  381. "Default" "0"
  382. }
  383. "BuyPresetButtonD"
  384. {
  385. "ControlName" "Button"
  386. "fieldName" "BuyPresetButtonD"
  387. "xpos" "420"
  388. "ypos" "308"
  389. "wide" "160"
  390. "tall" "20"
  391. "autoResize" "3"
  392. "pinCorner" "2"
  393. "visible" "0"
  394. "enabled" "1"
  395. "tabPosition" "0"
  396. "labelText" ""
  397. "textAlignment" "west"
  398. "dulltext" "0"
  399. "brighttext" "0"
  400. "Command" "buy_preset 4"
  401. "Default" "0"
  402. }
  403. "BuyPresetEditButton"
  404. {
  405. "ControlName" "MouseOverPanelButton"
  406. "fieldName" "BuyPresetEditButton"
  407. "xpos" "460"
  408. "ypos" "340"
  409. "wide" "120"
  410. "tall" "20"
  411. "autoResize" "0"
  412. "pinCorner" "2"
  413. "visible" "1"
  414. "enabled" "1"
  415. "tabPosition" "0"
  416. "labelText" "#Cstrike_BuyPresetEditPresetsButton"
  417. "textAlignment" "west"
  418. "dulltext" "0"
  419. "brighttext" "0"
  420. "Command" "buy_preset_edit"
  421. "Default" "0"
  422. }
  423. }