Advertisement
Urik_Kane

mainmenu urik 2.9.1 no quickjoingroups

Jul 18th, 2019
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. "Resource/UI/MainMenu.res"
  2. {
  3. "MainMenu"
  4. {
  5. "ControlName" "Frame"
  6. "fieldName" "MainMenu"
  7. "xpos" "0" //was 0
  8. "ypos" "0"
  9. "wide" "f0" //was "f0"
  10. "tall" "f0"
  11. "autoResize" "0"
  12. "pinCorner" "0"
  13. "visible" "1"
  14. "enabled" "1"
  15. "tabPosition" "0"
  16. "PaintBackgroundType" "0"
  17. }
  18. "Tinsel1"
  19. {
  20. "ControlName" "ImagePanel"
  21. "fieldName" "Tinsel1"
  22. "xpos" "0"
  23. "ypos" "-12"
  24. "wide" "f0"
  25. "tall" "53"
  26. "autoResize" "0"
  27. "pinCorner" "0"
  28. "visible" "1" [$xmas_]
  29. "visible" "0"
  30. "enabled" "0"
  31. "tabPosition" "0"
  32. "PaintBackgroundType" "0"
  33. "image" "urikgamemenu_xmas/xmas_tinsel_red"
  34. "scaleimage" "1"
  35. "zpos" "-9"//tinsel1_zpos
  36. }
  37. "Snowflakes"
  38. {
  39. "ControlName" "ImagePanel"
  40. "fieldName" "Snowflakes"
  41. "xpos" "0"
  42. "ypos" "0"
  43. "wide" "f0"
  44. "tall" "f0"
  45. "autoResize" "0"
  46. "pinCorner" "0"
  47. "visible" "1" [$xmas_]
  48. "visible" "0"
  49. "enabled" "0"
  50. "tabPosition" "0"
  51. "PaintBackgroundType" "0"
  52. "image" "urikgamemenu_xmas/snowflakes_main"
  53. "scaleimage" "1"
  54. "zpos" "-20"//snow_zpos
  55. }
  56. "BtnGameModes"
  57. {
  58. "ControlName" "GameModes"
  59. "fieldName" "BtnGameModes"
  60. "tabPosition" "1"
  61. "navUp" "PnlQuickJoin"
  62. "navDown" "BtnToggleConsole"
  63. "xpos" "c-456" [$WIN32WIDE]
  64. "xpos" "-50" [!$WIN32WIDE]
  65. "ypos" "28" //was 10
  66. // needed to push the game modes carousel behind the other main menu buttons
  67. // that overlap into the carousel rect (which needs be oversized due to flyouts)
  68. // and would not get mouse hittests
  69. "zpos" -10
  70. "borderimage" "vgui/urikgamemenu_xmas/menu_mode_border_xmas" [$xmas_]
  71. "leftarrow" "vgui/urikgamemenu_xmas/arrow_left_xmas" [$xmas_]
  72. "rightarrow" "vgui/urikgamemenu_xmas/arrow_right_xmas" [$xmas_]
  73. "borderimage" "vgui/menu_mode_border"
  74. "leftarrow" "vgui/arrow_left"
  75. "rightarrow" "vgui/arrow_right"
  76. "arrowwidth" 21
  77. "arrowheight" 21
  78. "arrowoffsety" -3 //was -3
  79. "rightarrowoffsetx" 7
  80. // main pic, vertically centered
  81. "picoffsetx" 100 //was 100
  82. //"picoffsety" 10 //was 100
  83. "picwidth" 128 //was 153
  84. "picheight" 128 //was 153
  85. // menu text, underneath pic
  86. "menutitlex" 100
  87. "menutitley" 5 //was 5 // was 16
  88. // the pc clips text, these need to be wider for the hint, but then use wideatopen to foreshorten the flyout
  89. "menutitlewide" 500
  90. "wideatopen" 167 [$ENGLISH || $RUSSIAN || $JAPANESE || $KOREAN || $KOREANA || $SCHINESE || $TCHINESE]
  91. "wideatopen" 246 [!$RUSSIAN && !$ENGLISH && !$JAPANESE && !$KOREAN && !$KOREANA && !$SCHINESE && !$TCHINESE]
  92. // "wideatopen" 267 [$POLISH]
  93. "menutitletall" 80
  94. // small pics, vertically centered, to the right of the main pic
  95. "subpics" 8 [$WIN32WIDE || $OSXWIDE] //was 5
  96. "subpics" 7 [!($WIN32WIDE || $OSXWIDE)] //was 3
  97. "subpicgap" 4 //was "6" // between pics
  98. "subpicoffsetx" 46 //was "50" urik: value chosen that way so that in 4:3 aspect 5 sub-pics fit on screen
  99. "subpicoffsety" -15 //was -10
  100. "subpicwidth" 72 //was 86
  101. "subpicheight" 72 //was 86
  102. "subpicnamefont" "DefaultVerySmall"
  103. "hidelabels" "0" // Urik: as can be seen from saved commented duplicate of this line, it was disabling gamemode thumbnail labels for any language except english.
  104. // "hidelabels" "1" [!$ENGLISH]
  105. "mode"
  106. {
  107. "id" "BtnCoOp"
  108. "name" "#L4D360UI_ModeCaps_COOP"
  109. "image" "vgui/menu_mode_campaign"
  110. "command" "FlmCampaignFlyout"
  111. "menutitle" "#L4D360UI_MainMenu_CoOp"
  112. "menuhint" "#L4D360UI_MainMenu_CoOp_Tip"
  113. }
  114. "mode"
  115. {
  116. "id" "BtnPlayChallenge"
  117. "name" "#L4D360UI_ModeCaps_CHALLENGE"
  118. "image" "vgui/menu_mode_mutation"
  119. "command" "PlayChallenge"
  120. "menutitle" "#L4D360UI_MainMenu_PlayChallenge"
  121. "menuhint" " "
  122. "challengemode" "1"
  123. }
  124. // "mode"
  125. // {
  126. // "id" "BtnCusMutations"
  127. // "name" "CUS MUTATIONS"
  128. // "image" "vgui/menu_mode_biohazard"
  129. // "command" "FlmCusMutationsFlyout"
  130. // "menutitle" "CUSTOM MUTATIONS"
  131. // "menuhint" "Select a Mutation category from the list."
  132. // }
  133. // "mode"
  134. // {
  135. // "id" "BtnZSL"
  136. // "name" " ZSL"
  137. // "image" "vgui/menu_mode_ZSL"
  138. // "command" "FlmZSLFlyout"
  139. // "menutitle" "HEAD2HEAD - COMPETITIVE EVENTS"
  140. // "menuhint" "Enter the Zombie Sports League and defeat your friends!"
  141. // }
  142. "mode"
  143. {
  144. "id" "BtnPlayRealism"
  145. "name" "#L4D360UI_ModeCaps_REALISM"
  146. "image" "vgui/menu_mode_realism"
  147. "command" "FlmRealismFlyout"
  148. "menutitle" "#L4D360UI_MainMenu_Realism"
  149. "menuhint" "#L4D360UI_MainMenu_Realism_Tip"
  150. }
  151. "mode"
  152. {
  153. "id" "BtnVersus"
  154. "name" "#L4D360UI_ModeCaps_VERSUS"
  155. "image" "vgui/menu_mode_versus"
  156. "command" "VersusSoftLock"
  157. "menutitle" "#L4D360UI_MainMenu_Versus"
  158. "menuhint" "#L4D360UI_MainMenu_Versus_Tip"
  159. }
  160. "mode"
  161. {
  162. "id" "BtnRealismVersus"
  163. "name" "#L4D360UI_ModeCaps_mutation12_short"
  164. "image" "vgui/menu_mode_realismversus"
  165. "command" "FlmRealismVersusFlyout"
  166. "menutitle" "#L4D360UI_ModeCaps_mutation12"
  167. "menuhint" "#L4D360UI_MainMenu_PlayChallenge_Tip_mutation12"
  168. }
  169. "mode"
  170. {
  171. "id" "BtnSurvival"
  172. "name" "#L4D360UI_ModeCaps_SURVIVAL"
  173. "image" "vgui/menu_mode_survival"
  174. "command" "SurvivalCheck"
  175. "menutitle" "#L4D360UI_MainMenu_Survival"
  176. "menuhint" "#L4D360UI_MainMenu_Survival_Tip"
  177. }
  178. "mode"
  179. {
  180. "id" "BtnScavenge"
  181. "name" "#L4D360UI_ModeCaps_SCAVENGE"
  182. "image" "vgui/menu_mode_scavenge"
  183. "command" "ScavengeCheck"
  184. "menutitle" "#L4D360UI_MainMenu_Scavenge"
  185. "menuhint" "#L4D360UI_MainMenu_Scavenge_Tip"
  186. }
  187. "mode"
  188. {
  189. "id" "BtnSS"
  190. "name" "SPLIT-SCREEN"
  191. "image" "vgui/menu_mode_offline_coop"
  192. "command" "FlmSplitModesFlyout"
  193. "menutitle" "SPLIT-SCREEN"
  194. "menuhint" "Play Split-Screen"
  195. }
  196. "mode"
  197. {
  198. "id" "BtnPlaySolo"
  199. "name" "#L4D360UI_ModeCaps_offline_SP"
  200. "image" "vgui/menu_mode_singleplayer"
  201. "command" "SoloPlay"
  202. "menutitle" "#L4D360UI_MainMenu_PlaySolo"
  203. "menuhint" "#L4D360UI_MainMenu_PlaySolo_Tip"
  204. }
  205. "mode" [$X360SPLITSCREEN]
  206. {
  207. "id" "BtnPlaySolo"
  208. "name" "#L4D360UI_ModeCaps_offline_SS"
  209. "image" "vgui/menu_mode_offline_coop"
  210. "command" "SoloPlay"
  211. "menutitle" "#L4D360UI_MainMenu_PlaySplitscreen"
  212. "menuhint" "#L4D360UI_MainMenu_OfflineCoOp_Tip"
  213. }
  214. }
  215. "BtnChangeGamers"
  216. {
  217. "ControlName" "L4D360HybridButton"
  218. "fieldName" "BtnChangeGamers"
  219. "xpos" "c-356" [$WIN32WIDE]
  220. "xpos" "50" [!$WIN32WIDE]
  221. "ypos" "255"
  222. "wide" "180"
  223. "tall" "20"
  224. "autoResize" "1"
  225. "pinCorner" "0"
  226. "visible" "0"
  227. "enabled" "0"
  228. "tabPosition" "0"
  229. "navUp" "BtnGameModes"
  230. "navDown" "BtnToggleConsole"
  231. "labelText" "#L4D360UI_MainMenu_SignIn"
  232. "tooltiptext" "#L4D360UI_MainMenu_ChangeGamers_Tip"
  233. "style" "MainMenuButton"
  234. "command" "ChangeGamers"
  235. "ActivationType" "1"
  236. }
  237. // Custom Flyouts Buttons Start
  238. // Rayman btn start
  239. "BtnCustomMutations"
  240. {
  241. "ControlName" "L4D360HybridButton"
  242. "FieldName" "BtnCustomMutations"
  243. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  244. "ypos" "160"//flyouts ypos
  245. "wide" "0"//flyouts width
  246. "tall" "20"
  247. "visible" "0"
  248. "enabled" "1"
  249. "labeltext" ""
  250. "tooltiptext" ""
  251. "style" "MainMenuButton"
  252. "command" "FlmCustomMutationsFlyout"
  253. }
  254. "BtnSVSMutations"
  255. {
  256. "ControlName" "L4D360HybridButton"
  257. "FieldName" "BtnSVSMutations"
  258. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  259. "ypos" "160"//flyouts ypos
  260. "wide" "0"//flyouts width
  261. "tall" "20"
  262. "visible" "0"
  263. "enabled" "1"
  264. "labeltext" ""
  265. "tooltiptext" ""
  266. "style" "MainMenuButton"
  267. "command" "FlmSVSMutationsFlyout"
  268. }
  269. "BtnCustomMutations0"
  270. {
  271. "ControlName" "L4D360HybridButton"
  272. "FieldName" "BtnCustomMutations0"
  273. "xpos" "280"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  274. "ypos" "203"//flyouts ypos
  275. "wide" "0"//flyouts width
  276. "tall" "20"
  277. "visible" "0"
  278. "enabled" "1"
  279. "labeltext" ""
  280. "tooltiptext" ""
  281. "style" "MainMenuButton"
  282. "command" "FlmCustomMutations0Flyout"
  283. }
  284. "BtnCustomMutations1"
  285. {
  286. "ControlName" "L4D360HybridButton"
  287. "FieldName" "BtnCustomMutations1"
  288. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  289. "ypos" "160"//flyouts ypos
  290. "wide" "0"//flyouts width
  291. "tall" "20"
  292. "visible" "0"
  293. "enabled" "1"
  294. "labeltext" ""
  295. "tooltiptext" ""
  296. "style" "MainMenuButton"
  297. "command" "FlmCustomMutations1Flyout"
  298. }
  299. "BtnCampaignMutations"
  300. {
  301. "ControlName" "L4D360HybridButton"
  302. "FieldName" "BtnCampaignMutations"
  303. "xpos" "280"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  304. "ypos" "203"//flyouts ypos
  305. "wide" "0"//flyouts width
  306. "tall" "20"
  307. "visible" "0"
  308. "enabled" "1"
  309. "labeltext" ""
  310. "tooltiptext" ""
  311. "style" "MainMenuButton"
  312. "command" "FlmCampaignMutationsFlyout"
  313. }
  314. "BtnCampaignMutations1"
  315. {
  316. "ControlName" "L4D360HybridButton"
  317. "FieldName" "BtnCampaignMutations1"
  318. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  319. "ypos" "160"//flyouts ypos
  320. "wide" "0"//flyouts width
  321. "tall" "20"
  322. "visible" "0"
  323. "enabled" "1"
  324. "labeltext" ""
  325. "tooltiptext" ""
  326. "style" "MainMenuButton"
  327. "command" "FlmCampaignMutations1Flyout"
  328. }
  329. "BtnCampaignMutations2"
  330. {
  331. "ControlName" "L4D360HybridButton"
  332. "FieldName" "BtnCampaignMutations2"
  333. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  334. "ypos" "160"//flyouts ypos
  335. "wide" "0"//flyouts width
  336. "tall" "20"
  337. "visible" "0"
  338. "enabled" "1"
  339. "labeltext" ""
  340. "tooltiptext" ""
  341. "style" "MainMenuButton"
  342. "command" "FlmCampaignMutations2Flyout"
  343. }
  344. "BtnCampaignMutations3"
  345. {
  346. "ControlName" "L4D360HybridButton"
  347. "FieldName" "BtnCampaignMutations3"
  348. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  349. "ypos" "160"//flyouts ypos
  350. "wide" "0"//flyouts width
  351. "tall" "20"
  352. "visible" "0"
  353. "enabled" "1"
  354. "labeltext" ""
  355. "tooltiptext" ""
  356. "style" "MainMenuButton"
  357. "command" "FlmCampaignMutations3Flyout"
  358. }
  359. "BtnParasiteMutations"
  360. {
  361. "ControlName" "L4D360HybridButton"
  362. "FieldName" "BtnParasiteMutations"
  363. "xpos" "280"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  364. "ypos" "203"//flyouts ypos
  365. "wide" "0"//flyouts width
  366. "tall" "20"
  367. "visible" "0"
  368. "enabled" "1"
  369. "labeltext" ""
  370. "tooltiptext" ""
  371. "style" "MainMenuButton"
  372. "command" "FlmParasiteMutationsFlyout"
  373. }
  374. "Btn1L2LMutations"
  375. {
  376. "ControlName" "L4D360HybridButton"
  377. "FieldName" "Btn1L2LMutations"
  378. "xpos" "280"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  379. "ypos" "203"//flyouts ypos
  380. "wide" "0"//flyouts width
  381. "tall" "20"
  382. "visible" "0"
  383. "enabled" "1"
  384. "labeltext" ""
  385. "tooltiptext" ""
  386. "style" "MainMenuButton"
  387. "command" "Flm1L2LMutationsFlyout"
  388. }
  389. "BtnVIPMutations"
  390. {
  391. "ControlName" "L4D360HybridButton"
  392. "FieldName" "BtnVIPMutations"
  393. "xpos" "280"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  394. "ypos" "203"//flyouts ypos
  395. "wide" "0"//flyouts width
  396. "tall" "20"
  397. "visible" "0"
  398. "enabled" "1"
  399. "labeltext" ""
  400. "tooltiptext" ""
  401. "style" "MainMenuButton"
  402. "command" "FlmVIPMutationsFlyout"
  403. }
  404. "BtnViralMutations"
  405. {
  406. "ControlName" "L4D360HybridButton"
  407. "FieldName" "BtnViralMutations"
  408. "xpos" "280"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  409. "ypos" "203"//flyouts ypos
  410. "wide" "0"//flyouts width
  411. "tall" "20"
  412. "visible" "0"
  413. "enabled" "1"
  414. "labeltext" ""
  415. "tooltiptext" ""
  416. "style" "MainMenuButton"
  417. "command" "FlmViralMutationsFlyout"
  418. }
  419. "BtnM60Mutations"
  420. {
  421. "ControlName" "L4D360HybridButton"
  422. "FieldName" "BtnM60Mutations"
  423. "xpos" "280"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  424. "ypos" "203"//flyouts ypos
  425. "wide" "0"//flyouts width
  426. "tall" "20"
  427. "visible" "0"
  428. "enabled" "1"
  429. "labeltext" ""
  430. "tooltiptext" ""
  431. "style" "MainMenuButton"
  432. "command" "FlmM60MutationsFlyout"
  433. }
  434. "BtnDeathThrowsMutations"
  435. {
  436. "ControlName" "L4D360HybridButton"
  437. "FieldName" "BtnDeathThrowsMutations"
  438. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  439. "ypos" "160"//flyouts ypos
  440. "wide" "0"//flyouts width
  441. "tall" "20"
  442. "visible" "0"
  443. "enabled" "1"
  444. "labeltext" ""
  445. "tooltiptext" ""
  446. "style" "MainMenuButton"
  447. "command" "FlmDeathThrowsMutationsFlyout"
  448. }
  449. "BtnUncommonMutations"
  450. {
  451. "ControlName" "L4D360HybridButton"
  452. "FieldName" "BtnUncommonMutations"
  453. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  454. "ypos" "160"//flyouts ypos
  455. "wide" "0"//flyouts width
  456. "tall" "20"
  457. "visible" "0"
  458. "enabled" "1"
  459. "labeltext" ""
  460. "tooltiptext" ""
  461. "style" "MainMenuButton"
  462. "command" "FlmUncommonMutationsFlyout"
  463. }
  464. "BtnAntiSpecialSquadMutations"
  465. {
  466. "ControlName" "L4D360HybridButton"
  467. "FieldName" "BtnAntiSpecialSquadMutations"
  468. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  469. "ypos" "160"//flyouts ypos
  470. "wide" "0"//flyouts width
  471. "tall" "20"
  472. "visible" "0"
  473. "enabled" "1"
  474. "labeltext" ""
  475. "tooltiptext" ""
  476. "style" "MainMenuButton"
  477. "command" "FlmAntiSpecialSquadMutationsFlyout"
  478. }
  479. "BtnDeathClockMutations"
  480. {
  481. "ControlName" "L4D360HybridButton"
  482. "FieldName" "BtnDeathClockMutations"
  483. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  484. "ypos" "160"//flyouts ypos
  485. "wide" "0"//flyouts width
  486. "tall" "20"
  487. "visible" "0"
  488. "enabled" "1"
  489. "labeltext" ""
  490. "tooltiptext" ""
  491. "style" "MainMenuButton"
  492. "command" "FlmDeathClockMutationsFlyout"
  493. }
  494. "BtnGunGame2Mutations"
  495. {
  496. "ControlName" "L4D360HybridButton"
  497. "FieldName" "BtnGunGame2Mutations"
  498. "xpos" "280"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  499. "ypos" "203"//flyouts ypos
  500. "wide" "0"//flyouts width
  501. "tall" "20"
  502. "visible" "0"
  503. "enabled" "1"
  504. "labeltext" ""
  505. "tooltiptext" ""
  506. "style" "MainMenuButton"
  507. "command" "FlmGunGame2MutationsFlyout"
  508. }
  509. "BtnGunGameMutations"
  510. {
  511. "ControlName" "L4D360HybridButton"
  512. "FieldName" "BtnGunGameMutations"
  513. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  514. "ypos" "160"//flyouts ypos
  515. "wide" "0"//flyouts width
  516. "tall" "20"
  517. "visible" "0"
  518. "enabled" "1"
  519. "labeltext" ""
  520. "tooltiptext" ""
  521. "style" "MainMenuButton"
  522. "command" "FlmGunGameMutationsFlyout"
  523. }
  524. "BtnVersusTrainingMutations"
  525. {
  526. "ControlName" "L4D360HybridButton"
  527. "FieldName" "BtnVersusTrainingMutations"
  528. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  529. "ypos" "160"//flyouts ypos
  530. "wide" "0"//flyouts width
  531. "tall" "20"
  532. "visible" "0"
  533. "enabled" "1"
  534. "labeltext" ""
  535. "tooltiptext" ""
  536. "style" "MainMenuButton"
  537. "command" "FlmVersusTrainingMutationsFlyout"
  538. }
  539. "BtnVersusMutations"
  540. {
  541. "ControlName" "L4D360HybridButton"
  542. "FieldName" "BtnVersusMutations"
  543. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  544. "ypos" "160"//flyouts ypos
  545. "wide" "0"//flyouts width
  546. "tall" "20"
  547. "visible" "0"
  548. "enabled" "1"
  549. "labeltext" ""
  550. "tooltiptext" ""
  551. "style" "MainMenuButton"
  552. "command" "FlmVersusMutationsFlyout"
  553. }
  554. "BtnVersusMutations1"
  555. {
  556. "ControlName" "L4D360HybridButton"
  557. "FieldName" "BtnVersusMutations1"
  558. "xpos" "280"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  559. "ypos" "203"//flyouts ypos
  560. "wide" "0"//flyouts width
  561. "tall" "20"
  562. "visible" "0"
  563. "enabled" "1"
  564. "labeltext" ""
  565. "tooltiptext" ""
  566. "style" "MainMenuButton"
  567. "command" "FlmVersusMutations1Flyout"
  568. }
  569. "BtnSurvivalMutations"
  570. {
  571. "ControlName" "L4D360HybridButton"
  572. "FieldName" "BtnSurvivalMutations"
  573. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  574. "ypos" "160"//flyouts ypos
  575. "wide" "0"//flyouts width
  576. "tall" "20"
  577. "visible" "0"
  578. "enabled" "1"
  579. "labeltext" ""
  580. "tooltiptext" ""
  581. "style" "MainMenuButton"
  582. "command" "FlmSurvivalMutationsFlyout"
  583. }
  584. "BtnScavengeMutations"
  585. {
  586. "ControlName" "L4D360HybridButton"
  587. "FieldName" "BtnScavengeMutations"
  588. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  589. "ypos" "160"//flyouts ypos
  590. "wide" "0"//flyouts width
  591. "tall" "20"
  592. "visible" "0"
  593. "enabled" "1"
  594. "labeltext" ""
  595. "tooltiptext" ""
  596. "style" "MainMenuButton"
  597. "command" "FlmScavengeMutationsFlyout"
  598. }
  599. "BtnClassicMutations"
  600. {
  601. "ControlName" "L4D360HybridButton"
  602. "FieldName" "BtnClassicMutations"
  603. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  604. "ypos" "160"//flyouts ypos
  605. "wide" "0"//flyouts width
  606. "tall" "20"
  607. "visible" "0"
  608. "enabled" "1"
  609. "labeltext" ""
  610. "tooltiptext" ""
  611. "style" "MainMenuButton"
  612. "command" "FlmClassicMutationsFlyout"
  613. }
  614. "BtnRealismMutations"
  615. {
  616. "ControlName" "L4D360HybridButton"
  617. "FieldName" "BtnRealismMutations"
  618. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  619. "ypos" "160"//flyouts ypos
  620. "wide" "0"//flyouts width
  621. "tall" "20"
  622. "visible" "0"
  623. "enabled" "1"
  624. "labeltext" ""
  625. "tooltiptext" ""
  626. "style" "MainMenuButton"
  627. "command" "FlmRealismMutationsFlyout"
  628. }
  629. "BtnSoloMutations"
  630. {
  631. "ControlName" "L4D360HybridButton"
  632. "FieldName" "BtnSoloMutations"
  633. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  634. "ypos" "160"//flyouts ypos
  635. "wide" "0"//flyouts width
  636. "tall" "20"
  637. "visible" "0"
  638. "enabled" "1"
  639. "labeltext" ""
  640. "tooltiptext" ""
  641. "style" "MainMenuButton"
  642. "command" "FlmSoloMutationsFlyout"
  643. }
  644. "Btn2PMutations"
  645. {
  646. "ControlName" "L4D360HybridButton"
  647. "FieldName" "Btn2PMutations"
  648. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  649. "ypos" "160"//flyouts ypos
  650. "wide" "0"//flyouts width
  651. "tall" "20"
  652. "visible" "0"
  653. "enabled" "1"
  654. "labeltext" ""
  655. "tooltiptext" ""
  656. "style" "MainMenuButton"
  657. "command" "Flm2PMutationsFlyout"
  658. }
  659. "BtnZSLWeekly"
  660. {
  661. "ControlName" "L4D360HybridButton"
  662. "FieldName" "BtnZSLWeekly"
  663. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  664. "ypos" "160"//flyouts ypos
  665. "wide" "0"//flyouts width
  666. "tall" "20"
  667. "visible" "0"
  668. "enabled" "1"
  669. "labeltext" ""
  670. "tooltiptext" ""
  671. "style" "MainMenuButton"
  672. "command" "FlmZSLWeeklyFlyout"
  673. }
  674. "BtnZSLSurvival"
  675. {
  676. "ControlName" "L4D360HybridButton"
  677. "FieldName" "BtnZSLSurvival"
  678. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  679. "ypos" "160"//flyouts ypos
  680. "wide" "0"//flyouts width
  681. "tall" "20"
  682. "visible" "0"
  683. "enabled" "1"
  684. "labeltext" ""
  685. "tooltiptext" ""
  686. "style" "MainMenuButton"
  687. "command" "FlmZSLSurvivalFlyout"
  688. }
  689. "BtnGuestMutations"
  690. {
  691. "ControlName" "L4D360HybridButton"
  692. "FieldName" "BtnGuestMutations"
  693. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  694. "ypos" "160"//flyouts ypos
  695. "wide" "0"//flyouts width
  696. "tall" "20"
  697. "visible" "0"
  698. "enabled" "1"
  699. "labeltext" ""
  700. "tooltiptext" ""
  701. "style" "MainMenuButton"
  702. "command" "FlmGuestMutationsFlyout"
  703. }
  704. "BtnGuestCampaignMutations"
  705. {
  706. "ControlName" "L4D360HybridButton"
  707. "FieldName" "BtnGuestCampaignMutations"
  708. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  709. "ypos" "160"//flyouts ypos
  710. "wide" "0"//flyouts width
  711. "tall" "20"
  712. "visible" "0"
  713. "enabled" "1"
  714. "labeltext" ""
  715. "tooltiptext" ""
  716. "style" "MainMenuButton"
  717. "command" "FlmGuestCampaignMutationsFlyout"
  718. }
  719. "BtnGuestClassicMutations"
  720. {
  721. "ControlName" "L4D360HybridButton"
  722. "FieldName" "BtnGuestClassicMutations"
  723. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  724. "ypos" "160"//flyouts ypos
  725. "wide" "0"//flyouts width
  726. "tall" "20"
  727. "visible" "0"
  728. "enabled" "1"
  729. "labeltext" ""
  730. "tooltiptext" ""
  731. "style" "MainMenuButton"
  732. "command" "FlmGuestClassicMutationsFlyout"
  733. }
  734. "BtnGuestRealismMutations"
  735. {
  736. "ControlName" "L4D360HybridButton"
  737. "FieldName" "BtnGuestRealismMutations"
  738. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  739. "ypos" "160"//flyouts ypos
  740. "wide" "0"//flyouts width
  741. "tall" "20"
  742. "visible" "0"
  743. "enabled" "1"
  744. "labeltext" ""
  745. "tooltiptext" ""
  746. "style" "MainMenuButton"
  747. "command" "FlmGuestRealismMutationsFlyout"
  748. }
  749. "BtnGuestScavengeMutations"
  750. {
  751. "ControlName" "L4D360HybridButton"
  752. "FieldName" "BtnGuestScavengeMutations"
  753. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  754. "ypos" "160"//flyouts ypos
  755. "wide" "0"//flyouts width
  756. "tall" "20"
  757. "visible" "0"
  758. "enabled" "1"
  759. "labeltext" ""
  760. "tooltiptext" ""
  761. "style" "MainMenuButton"
  762. "command" "FlmGuestScavengeMutationsFlyout"
  763. }
  764. "BtnGuestSoloMutations"
  765. {
  766. "ControlName" "L4D360HybridButton"
  767. "FieldName" "BtnGuestSoloMutations"
  768. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  769. "ypos" "160"//flyouts ypos
  770. "wide" "0"//flyouts width
  771. "tall" "20"
  772. "visible" "0"
  773. "enabled" "1"
  774. "labeltext" ""
  775. "tooltiptext" ""
  776. "style" "MainMenuButton"
  777. "command" "FlmGuestSoloMutationsFlyout"
  778. }
  779. "BtnGuest2PMutations"
  780. {
  781. "ControlName" "L4D360HybridButton"
  782. "FieldName" "BtnGuest2PMutations"
  783. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  784. "ypos" "160"//flyouts ypos
  785. "wide" "0"//flyouts width
  786. "tall" "20"
  787. "visible" "0"
  788. "enabled" "1"
  789. "labeltext" ""
  790. "tooltiptext" ""
  791. "style" "MainMenuButton"
  792. "command" "FlmGuest2PMutationsFlyout"
  793. }
  794. "BtnGuestSurvivalMutations"
  795. {
  796. "ControlName" "L4D360HybridButton"
  797. "FieldName" "BtnGuestSurvivalMutations"
  798. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  799. "ypos" "160"//flyouts ypos
  800. "wide" "0"//flyouts width
  801. "tall" "20"
  802. "visible" "0"
  803. "enabled" "1"
  804. "labeltext" ""
  805. "tooltiptext" ""
  806. "style" "MainMenuButton"
  807. "command" "FlmGuestSurvivalMutationsFlyout"
  808. }
  809. "BtnGuestVersusMutations"
  810. {
  811. "ControlName" "L4D360HybridButton"
  812. "FieldName" "BtnGuestVersusMutations"
  813. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  814. "ypos" "160"//flyouts ypos
  815. "wide" "0"//flyouts width
  816. "tall" "20"
  817. "visible" "0"
  818. "enabled" "1"
  819. "labeltext" ""
  820. "tooltiptext" ""
  821. "style" "MainMenuButton"
  822. "command" "FlmGuestVersusMutationsFlyout"
  823. }
  824. "BtnGuestUncommonMutations"
  825. {
  826. "ControlName" "L4D360HybridButton"
  827. "FieldName" "BtnGuestUncommonMutations"
  828. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  829. "ypos" "160"//flyouts ypos
  830. "wide" "0"//flyouts width
  831. "tall" "20"
  832. "visible" "0"
  833. "enabled" "1"
  834. "labeltext" ""
  835. "tooltiptext" ""
  836. "style" "MainMenuButton"
  837. "command" "FlmGuestUncommonMutationsFlyout"
  838. }
  839. //Rayman btn End
  840. //SplitScreen btn start
  841. "BtnCP"
  842. {
  843. "FieldName" "BtnCP"
  844. "ControlName" "L4D360HybridButton"
  845. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  846. "ypos" "160"//flyouts ypos
  847. "wide" "0"//flyouts width
  848. "tall" "20"
  849. "visible" "0"
  850. "enabled" "1"
  851. "labeltext" ""
  852. "tooltiptext" ""
  853. "style" "MainMenuButton"
  854. "command" "FlmSplitFlyout"
  855. }
  856. "BtnRL"
  857. {
  858. "FieldName" "BtnRL"
  859. "ControlName" "L4D360HybridButton"
  860. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  861. "ypos" "160"//flyouts ypos
  862. "wide" "0"//flyouts width
  863. "tall" "20"
  864. "visible" "0"
  865. "enabled" "1"
  866. "labeltext" ""
  867. "tooltiptext" ""
  868. "style" "MainMenuButton"
  869. "command" "FlmSplitRLFlyout"
  870. }
  871. "BtnVS"
  872. {
  873. "FieldName" "BtnVS"
  874. "ControlName" "L4D360HybridButton"
  875. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  876. "ypos" "160"//flyouts ypos
  877. "wide" "0"//flyouts width
  878. "tall" "20"
  879. "visible" "0"
  880. "enabled" "1"
  881. "labeltext" ""
  882. "tooltiptext" ""
  883. "style" "MainMenuButton"
  884. "command" "FlmSplitVerFlyout"
  885. }
  886. "BtnRV"
  887. {
  888. "FieldName" "BtnRV"
  889. "ControlName" "L4D360HybridButton"
  890. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  891. "ypos" "160"//flyouts ypos
  892. "wide" "0"//flyouts width
  893. "tall" "20"
  894. "visible" "0"
  895. "enabled" "1"
  896. "labeltext" ""
  897. "tooltiptext" ""
  898. "style" "MainMenuButton"
  899. "command" "FlmSplitRVerFlyout"
  900. }
  901. "BtnSV"
  902. {
  903. "FieldName" "BtnSV"
  904. "ControlName" "L4D360HybridButton"
  905. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  906. "ypos" "160"//flyouts ypos
  907. "wide" "0"//flyouts width
  908. "tall" "20"
  909. "visible" "0"
  910. "enabled" "1"
  911. "labeltext" ""
  912. "tooltiptext" ""
  913. "style" "MainMenuButton"
  914. "command" "FlmSplitSVFlyout"
  915. }
  916. "BtnSE"
  917. {
  918. "FieldName" "BtnSE"
  919. "ControlName" "L4D360HybridButton"
  920. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  921. "ypos" "160"//flyouts ypos
  922. "wide" "0"//flyouts width
  923. "tall" "20"
  924. "visible" "0"
  925. "enabled" "1"
  926. "labeltext" ""
  927. "tooltiptext" ""
  928. "style" "MainMenuButton"
  929. "command" "FlmSplitSEFlyout"
  930. }
  931. "BtnSSMode"
  932. {
  933. "FieldName" "BtnSSMode"
  934. "ControlName" "L4D360HybridButton"
  935. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  936. "ypos" "238"//flyouts ypos
  937. "wide" "0"//flyouts width
  938. "tall" "20"
  939. "visible" "0"
  940. "enabled" "1"
  941. "labeltext" ""
  942. "tooltiptext" ""
  943. "style" "MainMenuButton"
  944. "command" "FlmSSModeFlyout"
  945. }
  946. "BtnDCCD"
  947. {
  948. "FieldName" "BtnDCCD"
  949. "ControlName" "L4D360HybridButton"
  950. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  951. "ypos" "160"//flyouts ypos
  952. "wide" "0"//flyouts width
  953. "tall" "20"
  954. "visible" "0"
  955. "enabled" "1"
  956. "labeltext" ""
  957. "tooltiptext" ""
  958. "style" "MainMenuButton"
  959. "command" "FlmDCCDFlyout"
  960. }
  961. "BtnDCCD1"
  962. {
  963. "FieldName" "BtnDCCD1"
  964. "ControlName" "L4D360HybridButton"
  965. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  966. "ypos" "160"//flyouts ypos
  967. "wide" "0"//flyouts width
  968. "tall" "20"
  969. "visible" "0"
  970. "enabled" "1"
  971. "labeltext" ""
  972. "tooltiptext" ""
  973. "style" "MainMenuButton"
  974. "command" "FlmDCCD1Flyout"
  975. }
  976. "BtnDCCD2"
  977. {
  978. "FieldName" "BtnDCCD2"
  979. "ControlName" "L4D360HybridButton"
  980. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  981. "ypos" "160"//flyouts ypos
  982. "wide" "0"//flyouts width
  983. "tall" "20"
  984. "visible" "0"
  985. "enabled" "1"
  986. "labeltext" ""
  987. "tooltiptext" ""
  988. "style" "MainMenuButton"
  989. "command" "FlmDCCD2Flyout"
  990. }
  991. "BtnDCCD3"
  992. {
  993. "FieldName" "BtnDCCD3"
  994. "ControlName" "L4D360HybridButton"
  995. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  996. "ypos" "160"//flyouts ypos
  997. "wide" "0"//flyouts width
  998. "tall" "20"
  999. "visible" "0"
  1000. "enabled" "1"
  1001. "labeltext" ""
  1002. "tooltiptext" ""
  1003. "style" "MainMenuButton"
  1004. "command" "FlmDCCD3Flyout"
  1005. }
  1006. "BtnDCLCD"
  1007. {
  1008. "FieldName" "BtnDCLCD"
  1009. "ControlName" "L4D360HybridButton"
  1010. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1011. "ypos" "160"//flyouts ypos
  1012. "wide" "0"//flyouts width
  1013. "tall" "20"
  1014. "visible" "0"
  1015. "enabled" "1"
  1016. "labeltext" ""
  1017. "tooltiptext" ""
  1018. "style" "MainMenuButton"
  1019. "command" "FlmDCLCDFlyout"
  1020. }
  1021. "BtnDCLCD1"
  1022. {
  1023. "FieldName" "BtnDCLCD1"
  1024. "ControlName" "L4D360HybridButton"
  1025. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1026. "ypos" "160"//flyouts ypos
  1027. "wide" "0"//flyouts width
  1028. "tall" "20"
  1029. "visible" "0"
  1030. "enabled" "1"
  1031. "labeltext" ""
  1032. "tooltiptext" ""
  1033. "style" "MainMenuButton"
  1034. "command" "FlmDCLCD1Flyout"
  1035. }
  1036. "BtnDCLCD2"
  1037. {
  1038. "FieldName" "BtnDCLCD2"
  1039. "ControlName" "L4D360HybridButton"
  1040. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1041. "ypos" "160"//flyouts ypos
  1042. "wide" "0"//flyouts width
  1043. "tall" "20"
  1044. "visible" "0"
  1045. "enabled" "1"
  1046. "labeltext" ""
  1047. "tooltiptext" ""
  1048. "style" "MainMenuButton"
  1049. "command" "FlmDCLCD2Flyout"
  1050. }
  1051. "BtnDCLCD3"
  1052. {
  1053. "FieldName" "BtnDCLCD3"
  1054. "ControlName" "L4D360HybridButton"
  1055. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1056. "ypos" "160"//flyouts ypos
  1057. "wide" "0"//flyouts width
  1058. "tall" "20"
  1059. "visible" "0"
  1060. "enabled" "1"
  1061. "labeltext" ""
  1062. "tooltiptext" ""
  1063. "style" "MainMenuButton"
  1064. "command" "FlmDCLCD3Flyout"
  1065. }
  1066. "BtnDCLCD4"
  1067. {
  1068. "FieldName" "BtnDCLCD4"
  1069. "ControlName" "L4D360HybridButton"
  1070. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1071. "ypos" "160"//flyouts ypos
  1072. "wide" "0"//flyouts width
  1073. "tall" "20"
  1074. "visible" "0"
  1075. "enabled" "1"
  1076. "labeltext" ""
  1077. "tooltiptext" ""
  1078. "style" "MainMenuButton"
  1079. "command" "FlmDCLCD4Flyout"
  1080. }
  1081. "BtnSFCD"
  1082. {
  1083. "FieldName" "BtnSFCD"
  1084. "ControlName" "L4D360HybridButton"
  1085. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1086. "ypos" "160"//flyouts ypos
  1087. "wide" "0"//flyouts width
  1088. "tall" "20"
  1089. "visible" "0"
  1090. "enabled" "1"
  1091. "labeltext" ""
  1092. "tooltiptext" ""
  1093. "style" "MainMenuButton"
  1094. "command" "FlmSFCDFlyout"
  1095. }
  1096. "BtnSFCD1"
  1097. {
  1098. "FieldName" "BtnSFCD1"
  1099. "ControlName" "L4D360HybridButton"
  1100. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1101. "ypos" "160"//flyouts ypos
  1102. "wide" "0"//flyouts width
  1103. "tall" "20"
  1104. "visible" "0"
  1105. "enabled" "1"
  1106. "labeltext" ""
  1107. "tooltiptext" ""
  1108. "style" "MainMenuButton"
  1109. "command" "FlmSFCD1Flyout"
  1110. }
  1111. "BtnSFCD2"
  1112. {
  1113. "FieldName" "BtnSFCD2"
  1114. "ControlName" "L4D360HybridButton"
  1115. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1116. "ypos" "160"//flyouts ypos
  1117. "wide" "0"//flyouts width
  1118. "tall" "20"
  1119. "visible" "0"
  1120. "enabled" "1"
  1121. "labeltext" ""
  1122. "tooltiptext" ""
  1123. "style" "MainMenuButton"
  1124. "command" "FlmSFCD2Flyout"
  1125. }
  1126. "BtnSFCD3"
  1127. {
  1128. "FieldName" "BtnSFCD3"
  1129. "ControlName" "L4D360HybridButton"
  1130. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1131. "ypos" "160"//flyouts ypos
  1132. "wide" "0"//flyouts width
  1133. "tall" "20"
  1134. "visible" "0"
  1135. "enabled" "1"
  1136. "labeltext" ""
  1137. "tooltiptext" ""
  1138. "style" "MainMenuButton"
  1139. "command" "FlmSFCD3Flyout"
  1140. }
  1141. "BtnHRCD"
  1142. {
  1143. "FieldName" "BtnHRCD"
  1144. "ControlName" "L4D360HybridButton"
  1145. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1146. "ypos" "160"//flyouts ypos
  1147. "wide" "0"//flyouts width
  1148. "tall" "20"
  1149. "visible" "0"
  1150. "enabled" "1"
  1151. "labeltext" ""
  1152. "tooltiptext" ""
  1153. "style" "MainMenuButton"
  1154. "command" "FlmHRCDFlyout"
  1155. }
  1156. "BtnHRCD1"
  1157. {
  1158. "FieldName" "BtnHRCD1"
  1159. "ControlName" "L4D360HybridButton"
  1160. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1161. "ypos" "160"//flyouts ypos
  1162. "wide" "0"//flyouts width
  1163. "tall" "20"
  1164. "visible" "0"
  1165. "enabled" "1"
  1166. "labeltext" ""
  1167. "tooltiptext" ""
  1168. "style" "MainMenuButton"
  1169. "command" "FlmHRCD1Flyout"
  1170. }
  1171. "BtnHRCD2"
  1172. {
  1173. "FieldName" "BtnHRCD2"
  1174. "ControlName" "L4D360HybridButton"
  1175. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1176. "ypos" "160"//flyouts ypos
  1177. "wide" "0"//flyouts width
  1178. "tall" "20"
  1179. "visible" "0"
  1180. "enabled" "1"
  1181. "labeltext" ""
  1182. "tooltiptext" ""
  1183. "style" "MainMenuButton"
  1184. "command" "FlmHRCD2Flyout"
  1185. }
  1186. "BtnHRCD3"
  1187. {
  1188. "FieldName" "BtnHRCD3"
  1189. "ControlName" "L4D360HybridButton"
  1190. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1191. "ypos" "160"//flyouts ypos
  1192. "wide" "0"//flyouts width
  1193. "tall" "20"
  1194. "visible" "0"
  1195. "enabled" "1"
  1196. "labeltext" ""
  1197. "tooltiptext" ""
  1198. "style" "MainMenuButton"
  1199. "command" "FlmHRCD3Flyout"
  1200. }
  1201. "BtnHRCD4"
  1202. {
  1203. "FieldName" "BtnHRCD4"
  1204. "ControlName" "L4D360HybridButton"
  1205. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1206. "ypos" "160"//flyouts ypos
  1207. "wide" "0"//flyouts width
  1208. "tall" "20"
  1209. "visible" "0"
  1210. "enabled" "1"
  1211. "labeltext" ""
  1212. "tooltiptext" ""
  1213. "style" "MainMenuButton"
  1214. "command" "FlmHRCD4Flyout"
  1215. }
  1216. "BtnPSCD"
  1217. {
  1218. "FieldName" "BtnPSCD"
  1219. "ControlName" "L4D360HybridButton"
  1220. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1221. "ypos" "160"//flyouts ypos
  1222. "wide" "0"//flyouts width
  1223. "tall" "20"
  1224. "visible" "0"
  1225. "enabled" "1"
  1226. "labeltext" ""
  1227. "tooltiptext" ""
  1228. "style" "MainMenuButton"
  1229. "command" "FlmPSCDFlyout"
  1230. }
  1231. "BtnPSCD1"
  1232. {
  1233. "FieldName" "BtnPSCD1"
  1234. "ControlName" "L4D360HybridButton"
  1235. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1236. "ypos" "160"//flyouts ypos
  1237. "wide" "0"//flyouts width
  1238. "tall" "20"
  1239. "visible" "0"
  1240. "enabled" "1"
  1241. "labeltext" ""
  1242. "tooltiptext" ""
  1243. "style" "MainMenuButton"
  1244. "command" "FlmPSCD1Flyout"
  1245. }
  1246. "BtnPSCD2"
  1247. {
  1248. "FieldName" "BtnPSCD2"
  1249. "ControlName" "L4D360HybridButton"
  1250. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1251. "ypos" "160"//flyouts ypos
  1252. "wide" "0"//flyouts width
  1253. "tall" "20"
  1254. "visible" "0"
  1255. "enabled" "1"
  1256. "labeltext" ""
  1257. "tooltiptext" ""
  1258. "style" "MainMenuButton"
  1259. "command" "FlmPSCD2Flyout"
  1260. }
  1261. "BtnPSCD3"
  1262. {
  1263. "FieldName" "BtnPSCD3"
  1264. "ControlName" "L4D360HybridButton"
  1265. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1266. "ypos" "160"//flyouts ypos
  1267. "wide" "0"//flyouts width
  1268. "tall" "20"
  1269. "visible" "0"
  1270. "enabled" "1"
  1271. "labeltext" ""
  1272. "tooltiptext" ""
  1273. "style" "MainMenuButton"
  1274. "command" "FlmPSCD3Flyout"
  1275. }
  1276. "BtnPSCD4"
  1277. {
  1278. "FieldName" "BtnPSCD4"
  1279. "ControlName" "L4D360HybridButton"
  1280. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1281. "ypos" "160"//flyouts ypos
  1282. "wide" "0"//flyouts width
  1283. "tall" "20"
  1284. "visible" "0"
  1285. "enabled" "1"
  1286. "labeltext" ""
  1287. "tooltiptext" ""
  1288. "style" "MainMenuButton"
  1289. "command" "FlmPSCD4Flyout"
  1290. }
  1291. "BtnPGCD"
  1292. {
  1293. "FieldName" "BtnPGCD"
  1294. "ControlName" "L4D360HybridButton"
  1295. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1296. "ypos" "160"//flyouts ypos
  1297. "wide" "0"//flyouts width
  1298. "tall" "20"
  1299. "visible" "0"
  1300. "enabled" "1"
  1301. "labeltext" ""
  1302. "tooltiptext" ""
  1303. "style" "MainMenuButton"
  1304. "command" "FlmPGCDFlyout"
  1305. }
  1306. "BtnPGCD1"
  1307. {
  1308. "FieldName" "BtnPGCD1"
  1309. "ControlName" "L4D360HybridButton"
  1310. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1311. "ypos" "160"//flyouts ypos
  1312. "wide" "0"//flyouts width
  1313. "tall" "20"
  1314. "visible" "0"
  1315. "enabled" "1"
  1316. "labeltext" ""
  1317. "tooltiptext" ""
  1318. "style" "MainMenuButton"
  1319. "command" "FlmPGCD1Flyout"
  1320. }
  1321. "BtnPGCD2"
  1322. {
  1323. "FieldName" "BtnPGCD2"
  1324. "ControlName" "L4D360HybridButton"
  1325. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1326. "ypos" "160"//flyouts ypos
  1327. "wide" "0"//flyouts width
  1328. "tall" "20"
  1329. "visible" "0"
  1330. "enabled" "1"
  1331. "labeltext" ""
  1332. "tooltiptext" ""
  1333. "style" "MainMenuButton"
  1334. "command" "FlmPGCD2Flyout"
  1335. }
  1336. "BtnSCCD"
  1337. {
  1338. "FieldName" "BtnSCCD"
  1339. "ControlName" "L4D360HybridButton"
  1340. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1341. "ypos" "160"//flyouts ypos
  1342. "wide" "0"//flyouts width
  1343. "tall" "20"
  1344. "visible" "0"
  1345. "enabled" "1"
  1346. "labeltext" ""
  1347. "tooltiptext" ""
  1348. "style" "MainMenuButton"
  1349. "command" "FlmSCCDFlyout"
  1350. }
  1351. "BtnSCCD1"
  1352. {
  1353. "FieldName" "BtnSCCD1"
  1354. "ControlName" "L4D360HybridButton"
  1355. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1356. "ypos" "160"//flyouts ypos
  1357. "wide" "0"//flyouts width
  1358. "tall" "20"
  1359. "visible" "0"
  1360. "enabled" "1"
  1361. "labeltext" ""
  1362. "tooltiptext" ""
  1363. "style" "MainMenuButton"
  1364. "command" "FlmSCCD1Flyout"
  1365. }
  1366. "BtnSCCD2"
  1367. {
  1368. "FieldName" "BtnSCCD2"
  1369. "ControlName" "L4D360HybridButton"
  1370. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1371. "ypos" "160"//flyouts ypos
  1372. "wide" "0"//flyouts width
  1373. "tall" "20"
  1374. "visible" "0"
  1375. "enabled" "1"
  1376. "labeltext" ""
  1377. "tooltiptext" ""
  1378. "style" "MainMenuButton"
  1379. "command" "FlmSCCD2Flyout"
  1380. }
  1381. "BtnNMCD"
  1382. {
  1383. "FieldName" "BtnNMCD"
  1384. "ControlName" "L4D360HybridButton"
  1385. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1386. "ypos" "160"//flyouts ypos
  1387. "wide" "0"//flyouts width
  1388. "tall" "20"
  1389. "visible" "0"
  1390. "enabled" "1"
  1391. "labeltext" ""
  1392. "tooltiptext" ""
  1393. "style" "MainMenuButton"
  1394. "command" "FlmNMCDFlyout"
  1395. }
  1396. "BtnNMCD1"
  1397. {
  1398. "FieldName" "BtnNMCD1"
  1399. "ControlName" "L4D360HybridButton"
  1400. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1401. "ypos" "160"//flyouts ypos
  1402. "wide" "0"//flyouts width
  1403. "tall" "20"
  1404. "visible" "0"
  1405. "enabled" "1"
  1406. "labeltext" ""
  1407. "tooltiptext" ""
  1408. "style" "MainMenuButton"
  1409. "command" "FlmNMCD1Flyout"
  1410. }
  1411. "BtnNMCD2"
  1412. {
  1413. "FieldName" "BtnNMCD2"
  1414. "ControlName" "L4D360HybridButton"
  1415. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1416. "ypos" "160"//flyouts ypos
  1417. "wide" "0"//flyouts width
  1418. "tall" "20"
  1419. "visible" "0"
  1420. "enabled" "1"
  1421. "labeltext" ""
  1422. "tooltiptext" ""
  1423. "style" "MainMenuButton"
  1424. "command" "FlmNMCD2Flyout"
  1425. }
  1426. "BtnNMCD3"
  1427. {
  1428. "FieldName" "BtnNMCD3"
  1429. "ControlName" "L4D360HybridButton"
  1430. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1431. "ypos" "160"//flyouts ypos
  1432. "wide" "0"//flyouts width
  1433. "tall" "20"
  1434. "visible" "0"
  1435. "enabled" "1"
  1436. "labeltext" ""
  1437. "tooltiptext" ""
  1438. "style" "MainMenuButton"
  1439. "command" "FlmNMCD3Flyout"
  1440. }
  1441. "BtnNMCD4"
  1442. {
  1443. "FieldName" "BtnNMCD4"
  1444. "ControlName" "L4D360HybridButton"
  1445. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1446. "ypos" "160"//flyouts ypos
  1447. "wide" "0"//flyouts width
  1448. "tall" "20"
  1449. "visible" "0"
  1450. "enabled" "1"
  1451. "labeltext" ""
  1452. "tooltiptext" ""
  1453. "style" "MainMenuButton"
  1454. "command" "FlmNMCD4Flyout"
  1455. }
  1456. "BtnCCCD"
  1457. {
  1458. "FieldName" "BtnCCCD"
  1459. "ControlName" "L4D360HybridButton"
  1460. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1461. "ypos" "160"//flyouts ypos
  1462. "wide" "0"//flyouts width
  1463. "tall" "20"
  1464. "visible" "0"
  1465. "enabled" "1"
  1466. "labeltext" ""
  1467. "tooltiptext" ""
  1468. "style" "MainMenuButton"
  1469. "command" "FlmCCCDFlyout"
  1470. }
  1471. "BtnCCCD1"
  1472. {
  1473. "FieldName" "BtnCCCD1"
  1474. "ControlName" "L4D360HybridButton"
  1475. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1476. "ypos" "160"//flyouts ypos
  1477. "wide" "0"//flyouts width
  1478. "tall" "20"
  1479. "visible" "0"
  1480. "enabled" "1"
  1481. "labeltext" ""
  1482. "tooltiptext" ""
  1483. "style" "MainMenuButton"
  1484. "command" "FlmCCCD1Flyout"
  1485. }
  1486. "BtnDTCD"
  1487. {
  1488. "FieldName" "BtnDTCD"
  1489. "ControlName" "L4D360HybridButton"
  1490. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1491. "ypos" "160"//flyouts ypos
  1492. "wide" "0"//flyouts width
  1493. "tall" "20"
  1494. "visible" "0"
  1495. "enabled" "1"
  1496. "labeltext" ""
  1497. "tooltiptext" ""
  1498. "style" "MainMenuButton"
  1499. "command" "FlmDTCDFlyout"
  1500. }
  1501. "BtnDTCDSE2"
  1502. {
  1503. "FieldName" "BtnDTCDSE2"
  1504. "ControlName" "L4D360HybridButton"
  1505. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1506. "ypos" "160"//flyouts ypos
  1507. "wide" "0"//flyouts width
  1508. "tall" "20"
  1509. "visible" "0"
  1510. "enabled" "1"
  1511. "labeltext" ""
  1512. "tooltiptext" ""
  1513. "style" "MainMenuButton"
  1514. "command" "FlmDTCDSE2Flyout"
  1515. }
  1516. "BtnDTCD1"
  1517. {
  1518. "FieldName" "BtnDTCD1"
  1519. "ControlName" "L4D360HybridButton"
  1520. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1521. "ypos" "160"//flyouts ypos
  1522. "wide" "0"//flyouts width
  1523. "tall" "20"
  1524. "visible" "0"
  1525. "enabled" "1"
  1526. "labeltext" ""
  1527. "tooltiptext" ""
  1528. "style" "MainMenuButton"
  1529. "command" "FlmDTCD1Flyout"
  1530. }
  1531. "BtnDTCD2"
  1532. {
  1533. "FieldName" "BtnDTCD2"
  1534. "ControlName" "L4D360HybridButton"
  1535. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1536. "ypos" "160"//flyouts ypos
  1537. "wide" "0"//flyouts width
  1538. "tall" "20"
  1539. "visible" "0"
  1540. "enabled" "1"
  1541. "labeltext" ""
  1542. "tooltiptext" ""
  1543. "style" "MainMenuButton"
  1544. "command" "FlmDTCD2Flyout"
  1545. }
  1546. "BtnDTCD3"
  1547. {
  1548. "FieldName" "BtnDTCD3"
  1549. "ControlName" "L4D360HybridButton"
  1550. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1551. "ypos" "160"//flyouts ypos
  1552. "wide" "0"//flyouts width
  1553. "tall" "20"
  1554. "visible" "0"
  1555. "enabled" "1"
  1556. "labeltext" ""
  1557. "tooltiptext" ""
  1558. "style" "MainMenuButton"
  1559. "command" "FlmDTCD3Flyout"
  1560. }
  1561. "BtnDTCD4"
  1562. {
  1563. "FieldName" "BtnDTCD4"
  1564. "ControlName" "L4D360HybridButton"
  1565. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1566. "ypos" "160"//flyouts ypos
  1567. "wide" "0"//flyouts width
  1568. "tall" "20"
  1569. "visible" "0"
  1570. "enabled" "1"
  1571. "labeltext" ""
  1572. "tooltiptext" ""
  1573. "style" "MainMenuButton"
  1574. "command" "FlmDTCD4Flyout"
  1575. }
  1576. "BtnDACD"
  1577. {
  1578. "FieldName" "BtnDACD"
  1579. "ControlName" "L4D360HybridButton"
  1580. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1581. "ypos" "160"//flyouts ypos
  1582. "wide" "0"//flyouts width
  1583. "tall" "20"
  1584. "visible" "0"
  1585. "enabled" "1"
  1586. "labeltext" ""
  1587. "tooltiptext" ""
  1588. "style" "MainMenuButton"
  1589. "command" "FlmDACDFlyout"
  1590. }
  1591. "BtnDACDSE3"
  1592. {
  1593. "FieldName" "BtnDACDSE3"
  1594. "ControlName" "L4D360HybridButton"
  1595. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1596. "ypos" "160"//flyouts ypos
  1597. "wide" "0"//flyouts width
  1598. "tall" "20"
  1599. "visible" "0"
  1600. "enabled" "1"
  1601. "labeltext" ""
  1602. "tooltiptext" ""
  1603. "style" "MainMenuButton"
  1604. "command" "FlmDACDSE3Flyout"
  1605. }
  1606. "BtnDACD1"
  1607. {
  1608. "FieldName" "BtnDACD1"
  1609. "ControlName" "L4D360HybridButton"
  1610. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1611. "ypos" "160"//flyouts ypos
  1612. "wide" "0"//flyouts width
  1613. "tall" "20"
  1614. "visible" "0"
  1615. "enabled" "1"
  1616. "labeltext" ""
  1617. "tooltiptext" ""
  1618. "style" "MainMenuButton"
  1619. "command" "FlmDACD1Flyout"
  1620. }
  1621. "BtnDACD2"
  1622. {
  1623. "FieldName" "BtnDACD2"
  1624. "ControlName" "L4D360HybridButton"
  1625. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1626. "ypos" "160"//flyouts ypos
  1627. "wide" "0"//flyouts width
  1628. "tall" "20"
  1629. "visible" "0"
  1630. "enabled" "1"
  1631. "labeltext" ""
  1632. "tooltiptext" ""
  1633. "style" "MainMenuButton"
  1634. "command" "FlmDACD2Flyout"
  1635. }
  1636. "BtnDACD3"
  1637. {
  1638. "FieldName" "BtnDACD3"
  1639. "ControlName" "L4D360HybridButton"
  1640. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1641. "ypos" "160"//flyouts ypos
  1642. "wide" "0"//flyouts width
  1643. "tall" "20"
  1644. "visible" "0"
  1645. "enabled" "1"
  1646. "labeltext" ""
  1647. "tooltiptext" ""
  1648. "style" "MainMenuButton"
  1649. "command" "FlmDACD3Flyout"
  1650. }
  1651. "BtnDACD4"
  1652. {
  1653. "FieldName" "BtnDACD4"
  1654. "ControlName" "L4D360HybridButton"
  1655. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1656. "ypos" "160"//flyouts ypos
  1657. "wide" "0"//flyouts width
  1658. "tall" "20"
  1659. "visible" "0"
  1660. "enabled" "1"
  1661. "labeltext" ""
  1662. "tooltiptext" ""
  1663. "style" "MainMenuButton"
  1664. "command" "FlmDACD4Flyout"
  1665. }
  1666. "BtnBHCD"
  1667. {
  1668. "FieldName" "BtnBHCD"
  1669. "ControlName" "L4D360HybridButton"
  1670. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1671. "ypos" "160"//flyouts ypos
  1672. "wide" "0"//flyouts width
  1673. "tall" "20"
  1674. "visible" "0"
  1675. "enabled" "1"
  1676. "labeltext" ""
  1677. "tooltiptext" ""
  1678. "style" "MainMenuButton"
  1679. "command" "FlmBHCDFlyout"
  1680. }
  1681. "BtnBHCDSE4"
  1682. {
  1683. "FieldName" "BtnBHCDSE4"
  1684. "ControlName" "L4D360HybridButton"
  1685. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1686. "ypos" "160"//flyouts ypos
  1687. "wide" "0"//flyouts width
  1688. "tall" "20"
  1689. "visible" "0"
  1690. "enabled" "1"
  1691. "labeltext" ""
  1692. "tooltiptext" ""
  1693. "style" "MainMenuButton"
  1694. "command" "FlmBHCDSE4Flyout"
  1695. }
  1696. "BtnBHCD1"
  1697. {
  1698. "FieldName" "BtnBHCD1"
  1699. "ControlName" "L4D360HybridButton"
  1700. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1701. "ypos" "160"//flyouts ypos
  1702. "wide" "0"//flyouts width
  1703. "tall" "20"
  1704. "visible" "0"
  1705. "enabled" "1"
  1706. "labeltext" ""
  1707. "tooltiptext" ""
  1708. "style" "MainMenuButton"
  1709. "command" "FlmBHCD1Flyout"
  1710. }
  1711. "BtnBHCD2"
  1712. {
  1713. "FieldName" "BtnBHCD2"
  1714. "ControlName" "L4D360HybridButton"
  1715. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1716. "ypos" "160"//flyouts ypos
  1717. "wide" "0"//flyouts width
  1718. "tall" "20"
  1719. "visible" "0"
  1720. "enabled" "1"
  1721. "labeltext" ""
  1722. "tooltiptext" ""
  1723. "style" "MainMenuButton"
  1724. "command" "FlmBHCD2Flyout"
  1725. }
  1726. "BtnBHCD3"
  1727. {
  1728. "FieldName" "BtnBHCD3"
  1729. "ControlName" "L4D360HybridButton"
  1730. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1731. "ypos" "160"//flyouts ypos
  1732. "wide" "0"//flyouts width
  1733. "tall" "20"
  1734. "visible" "0"
  1735. "enabled" "1"
  1736. "labeltext" ""
  1737. "tooltiptext" ""
  1738. "style" "MainMenuButton"
  1739. "command" "FlmBHCD3Flyout"
  1740. }
  1741. "BtnBHCD4"
  1742. {
  1743. "FieldName" "BtnBHCD4"
  1744. "ControlName" "L4D360HybridButton"
  1745. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1746. "ypos" "160"//flyouts ypos
  1747. "wide" "0"//flyouts width
  1748. "tall" "20"
  1749. "visible" "0"
  1750. "enabled" "1"
  1751. "labeltext" ""
  1752. "tooltiptext" ""
  1753. "style" "MainMenuButton"
  1754. "command" "FlmBHCD4Flyout"
  1755. }
  1756. "BtnCSCD"
  1757. {
  1758. "FieldName" "BtnCSCD"
  1759. "ControlName" "L4D360HybridButton"
  1760. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1761. "ypos" "160"//flyouts ypos
  1762. "wide" "0"//flyouts width
  1763. "tall" "20"
  1764. "visible" "0"
  1765. "enabled" "1"
  1766. "labeltext" ""
  1767. "tooltiptext" ""
  1768. "style" "MainMenuButton"
  1769. "command" "FlmCSCDFlyout"
  1770. }
  1771. "BtnCSCD1"
  1772. {
  1773. "FieldName" "BtnCSCD1"
  1774. "ControlName" "L4D360HybridButton"
  1775. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1776. "ypos" "160"//flyouts ypos
  1777. "wide" "0"//flyouts width
  1778. "tall" "20"
  1779. "visible" "0"
  1780. "enabled" "1"
  1781. "labeltext" ""
  1782. "tooltiptext" ""
  1783. "style" "MainMenuButton"
  1784. "command" "FlmCSCD1Flyout"
  1785. }
  1786. "BtnCSCD2"
  1787. {
  1788. "FieldName" "BtnCSCD2"
  1789. "ControlName" "L4D360HybridButton"
  1790. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1791. "ypos" "160"//flyouts ypos
  1792. "wide" "0"//flyouts width
  1793. "tall" "20"
  1794. "visible" "0"
  1795. "enabled" "1"
  1796. "labeltext" ""
  1797. "tooltiptext" ""
  1798. "style" "MainMenuButton"
  1799. "command" "FlmCSCD2Flyout"
  1800. }
  1801. "BtnCSCD3"
  1802. {
  1803. "FieldName" "BtnCSCD3"
  1804. "ControlName" "L4D360HybridButton"
  1805. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1806. "ypos" "160"//flyouts ypos
  1807. "wide" "0"//flyouts width
  1808. "tall" "20"
  1809. "visible" "0"
  1810. "enabled" "1"
  1811. "labeltext" ""
  1812. "tooltiptext" ""
  1813. "style" "MainMenuButton"
  1814. "command" "FlmCSCD3Flyout"
  1815. }
  1816. "BtnDCCDRL"
  1817. {
  1818. "FieldName" "BtnDCCDRL"
  1819. "ControlName" "L4D360HybridButton"
  1820. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1821. "ypos" "160"//flyouts ypos
  1822. "wide" "0"//flyouts width
  1823. "tall" "20"
  1824. "visible" "0"
  1825. "enabled" "1"
  1826. "labeltext" ""
  1827. "tooltiptext" ""
  1828. "style" "MainMenuButton"
  1829. "command" "FlmDCCDRLFlyout"
  1830. }
  1831. "BtnDCCDRL1"
  1832. {
  1833. "FieldName" "BtnDCCDRL1"
  1834. "ControlName" "L4D360HybridButton"
  1835. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1836. "ypos" "160"//flyouts ypos
  1837. "wide" "0"//flyouts width
  1838. "tall" "20"
  1839. "visible" "0"
  1840. "enabled" "1"
  1841. "labeltext" ""
  1842. "tooltiptext" ""
  1843. "style" "MainMenuButton"
  1844. "command" "FlmDCCDRL1Flyout"
  1845. }
  1846. "BtnDCCDRL2"
  1847. {
  1848. "FieldName" "BtnDCCDRL2"
  1849. "ControlName" "L4D360HybridButton"
  1850. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1851. "ypos" "160"//flyouts ypos
  1852. "wide" "0"//flyouts width
  1853. "tall" "20"
  1854. "visible" "0"
  1855. "enabled" "1"
  1856. "labeltext" ""
  1857. "tooltiptext" ""
  1858. "style" "MainMenuButton"
  1859. "command" "FlmDCCDRL2Flyout"
  1860. }
  1861. "BtnDCCDRL3"
  1862. {
  1863. "FieldName" "BtnDCCDRL3"
  1864. "ControlName" "L4D360HybridButton"
  1865. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1866. "ypos" "160"//flyouts ypos
  1867. "wide" "0"//flyouts width
  1868. "tall" "20"
  1869. "visible" "0"
  1870. "enabled" "1"
  1871. "labeltext" ""
  1872. "tooltiptext" ""
  1873. "style" "MainMenuButton"
  1874. "command" "FlmDCCDRL3Flyout"
  1875. }
  1876. "BtnDCCDRV"
  1877. {
  1878. "FieldName" "BtnDCCDRV"
  1879. "ControlName" "L4D360HybridButton"
  1880. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1881. "ypos" "160"//flyouts ypos
  1882. "wide" "0"//flyouts width
  1883. "tall" "20"
  1884. "visible" "0"
  1885. "enabled" "1"
  1886. "labeltext" ""
  1887. "tooltiptext" ""
  1888. "style" "MainMenuButton"
  1889. "command" "FlmDCCDRVFlyout"
  1890. }
  1891. "BtnDCCDRV1"
  1892. {
  1893. "FieldName" "BtnDCCDRV1"
  1894. "ControlName" "L4D360HybridButton"
  1895. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1896. "ypos" "160"//flyouts ypos
  1897. "wide" "0"//flyouts width
  1898. "tall" "20"
  1899. "visible" "0"
  1900. "enabled" "1"
  1901. "labeltext" ""
  1902. "tooltiptext" ""
  1903. "style" "MainMenuButton"
  1904. "command" "FlmDCCDRV1Flyout"
  1905. }
  1906. "BtnDCCDRV2"
  1907. {
  1908. "FieldName" "BtnDCCDRV2"
  1909. "ControlName" "L4D360HybridButton"
  1910. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1911. "ypos" "160"//flyouts ypos
  1912. "wide" "0"//flyouts width
  1913. "tall" "20"
  1914. "visible" "0"
  1915. "enabled" "1"
  1916. "labeltext" ""
  1917. "tooltiptext" ""
  1918. "style" "MainMenuButton"
  1919. "command" "FlmDCCDRV2Flyout"
  1920. }
  1921. "BtnDCCDRV3"
  1922. {
  1923. "FieldName" "BtnDCCDRV3"
  1924. "ControlName" "L4D360HybridButton"
  1925. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1926. "ypos" "160"//flyouts ypos
  1927. "wide" "0"//flyouts width
  1928. "tall" "20"
  1929. "visible" "0"
  1930. "enabled" "1"
  1931. "labeltext" ""
  1932. "tooltiptext" ""
  1933. "style" "MainMenuButton"
  1934. "command" "FlmDCCDRV3Flyout"
  1935. }
  1936. "BtnDCLCDRL"
  1937. {
  1938. "FieldName" "BtnDCLCDRL"
  1939. "ControlName" "L4D360HybridButton"
  1940. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1941. "ypos" "160"//flyouts ypos
  1942. "wide" "0"//flyouts width
  1943. "tall" "20"
  1944. "visible" "0"
  1945. "enabled" "1"
  1946. "labeltext" ""
  1947. "tooltiptext" ""
  1948. "style" "MainMenuButton"
  1949. "command" "FlmDCLCDRLFlyout"
  1950. }
  1951. "BtnDCLCDRL1"
  1952. {
  1953. "FieldName" "BtnDCLCDRL1"
  1954. "ControlName" "L4D360HybridButton"
  1955. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1956. "ypos" "160"//flyouts ypos
  1957. "wide" "0"//flyouts width
  1958. "tall" "20"
  1959. "visible" "0"
  1960. "enabled" "1"
  1961. "labeltext" ""
  1962. "tooltiptext" ""
  1963. "style" "MainMenuButton"
  1964. "command" "FlmDCLCDRL1Flyout"
  1965. }
  1966. "BtnDCLCDRL2"
  1967. {
  1968. "FieldName" "BtnDCLCDRL2"
  1969. "ControlName" "L4D360HybridButton"
  1970. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1971. "ypos" "160"//flyouts ypos
  1972. "wide" "0"//flyouts width
  1973. "tall" "20"
  1974. "visible" "0"
  1975. "enabled" "1"
  1976. "labeltext" ""
  1977. "tooltiptext" ""
  1978. "style" "MainMenuButton"
  1979. "command" "FlmDCLCDRL2Flyout"
  1980. }
  1981. "BtnDCLCDRL3"
  1982. {
  1983. "FieldName" "BtnDCLCDRL3"
  1984. "ControlName" "L4D360HybridButton"
  1985. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  1986. "ypos" "160"//flyouts ypos
  1987. "wide" "0"//flyouts width
  1988. "tall" "20"
  1989. "visible" "0"
  1990. "enabled" "1"
  1991. "labeltext" ""
  1992. "tooltiptext" ""
  1993. "style" "MainMenuButton"
  1994. "command" "FlmDCLCDRL3Flyout"
  1995. }
  1996. "BtnDCLCDRL4"
  1997. {
  1998. "FieldName" "BtnDCLCDRL4"
  1999. "ControlName" "L4D360HybridButton"
  2000. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2001. "ypos" "160"//flyouts ypos
  2002. "wide" "0"//flyouts width
  2003. "tall" "20"
  2004. "visible" "0"
  2005. "enabled" "1"
  2006. "labeltext" ""
  2007. "tooltiptext" ""
  2008. "style" "MainMenuButton"
  2009. "command" "FlmDCLCDRL4Flyout"
  2010. }
  2011. "BtnDCLCDRV"
  2012. {
  2013. "FieldName" "BtnDCLCDRV"
  2014. "ControlName" "L4D360HybridButton"
  2015. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2016. "ypos" "160"//flyouts ypos
  2017. "wide" "0"//flyouts width
  2018. "tall" "20"
  2019. "visible" "0"
  2020. "enabled" "1"
  2021. "labeltext" ""
  2022. "tooltiptext" ""
  2023. "style" "MainMenuButton"
  2024. "command" "FlmDCLCDRVFlyout"
  2025. }
  2026. "BtnDCLCDRV1"
  2027. {
  2028. "FieldName" "BtnDCLCDRV1"
  2029. "ControlName" "L4D360HybridButton"
  2030. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2031. "ypos" "160"//flyouts ypos
  2032. "wide" "0"//flyouts width
  2033. "tall" "20"
  2034. "visible" "0"
  2035. "enabled" "1"
  2036. "labeltext" ""
  2037. "tooltiptext" ""
  2038. "style" "MainMenuButton"
  2039. "command" "FlmDCLCDRV1Flyout"
  2040. }
  2041. "BtnDCLCDRV2"
  2042. {
  2043. "FieldName" "BtnDCLCDRV2"
  2044. "ControlName" "L4D360HybridButton"
  2045. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2046. "ypos" "160"//flyouts ypos
  2047. "wide" "0"//flyouts width
  2048. "tall" "20"
  2049. "visible" "0"
  2050. "enabled" "1"
  2051. "labeltext" ""
  2052. "tooltiptext" ""
  2053. "style" "MainMenuButton"
  2054. "command" "FlmDCLCDRV2Flyout"
  2055. }
  2056. "BtnDCLCDRV3"
  2057. {
  2058. "FieldName" "BtnDCLCDRV3"
  2059. "ControlName" "L4D360HybridButton"
  2060. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2061. "ypos" "160"//flyouts ypos
  2062. "wide" "0"//flyouts width
  2063. "tall" "20"
  2064. "visible" "0"
  2065. "enabled" "1"
  2066. "labeltext" ""
  2067. "tooltiptext" ""
  2068. "style" "MainMenuButton"
  2069. "command" "FlmDCLCDRV3Flyout"
  2070. }
  2071. "BtnDCLCDRV4"
  2072. {
  2073. "FieldName" "BtnDCLCDRV4"
  2074. "ControlName" "L4D360HybridButton"
  2075. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2076. "ypos" "160"//flyouts ypos
  2077. "wide" "0"//flyouts width
  2078. "tall" "20"
  2079. "visible" "0"
  2080. "enabled" "1"
  2081. "labeltext" ""
  2082. "tooltiptext" ""
  2083. "style" "MainMenuButton"
  2084. "command" "FlmDCLCDRV4Flyout"
  2085. }
  2086. "BtnSFCDRL"
  2087. {
  2088. "FieldName" "BtnSFCDRL"
  2089. "ControlName" "L4D360HybridButton"
  2090. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2091. "ypos" "160"//flyouts ypos
  2092. "wide" "0"//flyouts width
  2093. "tall" "20"
  2094. "visible" "0"
  2095. "enabled" "1"
  2096. "labeltext" ""
  2097. "tooltiptext" ""
  2098. "style" "MainMenuButton"
  2099. "command" "FlmSFCDRLFlyout"
  2100. }
  2101. "BtnSFCDRL1"
  2102. {
  2103. "FieldName" "BtnSFCDRL1"
  2104. "ControlName" "L4D360HybridButton"
  2105. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2106. "ypos" "160"//flyouts ypos
  2107. "wide" "0"//flyouts width
  2108. "tall" "20"
  2109. "visible" "0"
  2110. "enabled" "1"
  2111. "labeltext" ""
  2112. "tooltiptext" ""
  2113. "style" "MainMenuButton"
  2114. "command" "FlmSFCDRL1Flyout"
  2115. }
  2116. "BtnSFCDRL2"
  2117. {
  2118. "FieldName" "BtnSFCDRL2"
  2119. "ControlName" "L4D360HybridButton"
  2120. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2121. "ypos" "160"//flyouts ypos
  2122. "wide" "0"//flyouts width
  2123. "tall" "20"
  2124. "visible" "0"
  2125. "enabled" "1"
  2126. "labeltext" ""
  2127. "tooltiptext" ""
  2128. "style" "MainMenuButton"
  2129. "command" "FlmSFCDRL2Flyout"
  2130. }
  2131. "BtnSFCDRL3"
  2132. {
  2133. "FieldName" "BtnSFCDRL3"
  2134. "ControlName" "L4D360HybridButton"
  2135. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2136. "ypos" "160"//flyouts ypos
  2137. "wide" "0"//flyouts width
  2138. "tall" "20"
  2139. "visible" "0"
  2140. "enabled" "1"
  2141. "labeltext" ""
  2142. "tooltiptext" ""
  2143. "style" "MainMenuButton"
  2144. "command" "FlmSFCDRL3Flyout"
  2145. }
  2146. "BtnSFCDRV"
  2147. {
  2148. "FieldName" "BtnSFCDRV"
  2149. "ControlName" "L4D360HybridButton"
  2150. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2151. "ypos" "160"//flyouts ypos
  2152. "wide" "0"//flyouts width
  2153. "tall" "20"
  2154. "visible" "0"
  2155. "enabled" "1"
  2156. "labeltext" ""
  2157. "tooltiptext" ""
  2158. "style" "MainMenuButton"
  2159. "command" "FlmSFCDRVFlyout"
  2160. }
  2161. "BtnSFCDRV1"
  2162. {
  2163. "FieldName" "BtnSFCDRV1"
  2164. "ControlName" "L4D360HybridButton"
  2165. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2166. "ypos" "160"//flyouts ypos
  2167. "wide" "0"//flyouts width
  2168. "tall" "20"
  2169. "visible" "0"
  2170. "enabled" "1"
  2171. "labeltext" ""
  2172. "tooltiptext" ""
  2173. "style" "MainMenuButton"
  2174. "command" "FlmSFCDRV1Flyout"
  2175. }
  2176. "BtnSFCDRV2"
  2177. {
  2178. "FieldName" "BtnSFCDRV2"
  2179. "ControlName" "L4D360HybridButton"
  2180. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2181. "ypos" "160"//flyouts ypos
  2182. "wide" "0"//flyouts width
  2183. "tall" "20"
  2184. "visible" "0"
  2185. "enabled" "1"
  2186. "labeltext" ""
  2187. "tooltiptext" ""
  2188. "style" "MainMenuButton"
  2189. "command" "FlmSFCDRV2Flyout"
  2190. }
  2191. "BtnSFCDRV3"
  2192. {
  2193. "FieldName" "BtnSFCDRV3"
  2194. "ControlName" "L4D360HybridButton"
  2195. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2196. "ypos" "160"//flyouts ypos
  2197. "wide" "0"//flyouts width
  2198. "tall" "20"
  2199. "visible" "0"
  2200. "enabled" "1"
  2201. "labeltext" ""
  2202. "tooltiptext" ""
  2203. "style" "MainMenuButton"
  2204. "command" "FlmSFCDRV3Flyout"
  2205. }
  2206. "BtnHRCDRL"
  2207. {
  2208. "FieldName" "BtnHRCDRL"
  2209. "ControlName" "L4D360HybridButton"
  2210. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2211. "ypos" "160"//flyouts ypos
  2212. "wide" "0"//flyouts width
  2213. "tall" "20"
  2214. "visible" "0"
  2215. "enabled" "1"
  2216. "labeltext" ""
  2217. "tooltiptext" ""
  2218. "style" "MainMenuButton"
  2219. "command" "FlmHRCDRLFlyout"
  2220. }
  2221. "BtnHRCDRL1"
  2222. {
  2223. "FieldName" "BtnHRCDRL1"
  2224. "ControlName" "L4D360HybridButton"
  2225. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2226. "ypos" "160"//flyouts ypos
  2227. "wide" "0"//flyouts width
  2228. "tall" "20"
  2229. "visible" "0"
  2230. "enabled" "1"
  2231. "labeltext" ""
  2232. "tooltiptext" ""
  2233. "style" "MainMenuButton"
  2234. "command" "FlmHRCDRL1Flyout"
  2235. }
  2236. "BtnHRCDRL2"
  2237. {
  2238. "FieldName" "BtnHRCDRL2"
  2239. "ControlName" "L4D360HybridButton"
  2240. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2241. "ypos" "160"//flyouts ypos
  2242. "wide" "0"//flyouts width
  2243. "tall" "20"
  2244. "visible" "0"
  2245. "enabled" "1"
  2246. "labeltext" ""
  2247. "tooltiptext" ""
  2248. "style" "MainMenuButton"
  2249. "command" "FlmHRCDRL2Flyout"
  2250. }
  2251. "BtnHRCDRL3"
  2252. {
  2253. "FieldName" "BtnHRCDRL3"
  2254. "ControlName" "L4D360HybridButton"
  2255. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2256. "ypos" "160"//flyouts ypos
  2257. "wide" "0"//flyouts width
  2258. "tall" "20"
  2259. "visible" "0"
  2260. "enabled" "1"
  2261. "labeltext" ""
  2262. "tooltiptext" ""
  2263. "style" "MainMenuButton"
  2264. "command" "FlmHRCDRL3Flyout"
  2265. }
  2266. "BtnHRCDRL4"
  2267. {
  2268. "FieldName" "BtnHRCDRL4"
  2269. "ControlName" "L4D360HybridButton"
  2270. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2271. "ypos" "160"//flyouts ypos
  2272. "wide" "0"//flyouts width
  2273. "tall" "20"
  2274. "visible" "0"
  2275. "enabled" "1"
  2276. "labeltext" ""
  2277. "tooltiptext" ""
  2278. "style" "MainMenuButton"
  2279. "command" "FlmHRCDRL4Flyout"
  2280. }
  2281. "BtnHRCDRV"
  2282. {
  2283. "FieldName" "BtnHRCDRV"
  2284. "ControlName" "L4D360HybridButton"
  2285. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2286. "ypos" "160"//flyouts ypos
  2287. "wide" "0"//flyouts width
  2288. "tall" "20"
  2289. "visible" "0"
  2290. "enabled" "1"
  2291. "labeltext" ""
  2292. "tooltiptext" ""
  2293. "style" "MainMenuButton"
  2294. "command" "FlmHRCDRVFlyout"
  2295. }
  2296. "BtnHRCDRV1"
  2297. {
  2298. "FieldName" "BtnHRCDRV1"
  2299. "ControlName" "L4D360HybridButton"
  2300. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2301. "ypos" "160"//flyouts ypos
  2302. "wide" "0"//flyouts width
  2303. "tall" "20"
  2304. "visible" "0"
  2305. "enabled" "1"
  2306. "labeltext" ""
  2307. "tooltiptext" ""
  2308. "style" "MainMenuButton"
  2309. "command" "FlmHRCDRV1Flyout"
  2310. }
  2311. "BtnHRCDRV2"
  2312. {
  2313. "FieldName" "BtnHRCDRV2"
  2314. "ControlName" "L4D360HybridButton"
  2315. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2316. "ypos" "160"//flyouts ypos
  2317. "wide" "0"//flyouts width
  2318. "tall" "20"
  2319. "visible" "0"
  2320. "enabled" "1"
  2321. "labeltext" ""
  2322. "tooltiptext" ""
  2323. "style" "MainMenuButton"
  2324. "command" "FlmHRCDRV2Flyout"
  2325. }
  2326. "BtnHRCDRV3"
  2327. {
  2328. "FieldName" "BtnHRCDRV3"
  2329. "ControlName" "L4D360HybridButton"
  2330. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2331. "ypos" "160"//flyouts ypos
  2332. "wide" "0"//flyouts width
  2333. "tall" "20"
  2334. "visible" "0"
  2335. "enabled" "1"
  2336. "labeltext" ""
  2337. "tooltiptext" ""
  2338. "style" "MainMenuButton"
  2339. "command" "FlmHRCDRV3Flyout"
  2340. }
  2341. "BtnHRCDRV4"
  2342. {
  2343. "FieldName" "BtnHRCDRV4"
  2344. "ControlName" "L4D360HybridButton"
  2345. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2346. "ypos" "160"//flyouts ypos
  2347. "wide" "0"//flyouts width
  2348. "tall" "20"
  2349. "visible" "0"
  2350. "enabled" "1"
  2351. "labeltext" ""
  2352. "tooltiptext" ""
  2353. "style" "MainMenuButton"
  2354. "command" "FlmHRCDRV4Flyout"
  2355. }
  2356. "BtnPSCDRL"
  2357. {
  2358. "FieldName" "BtnPSCDRL"
  2359. "ControlName" "L4D360HybridButton"
  2360. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2361. "ypos" "160"//flyouts ypos
  2362. "wide" "0"//flyouts width
  2363. "tall" "20"
  2364. "visible" "0"
  2365. "enabled" "1"
  2366. "labeltext" ""
  2367. "tooltiptext" ""
  2368. "style" "MainMenuButton"
  2369. "command" "FlmPSCDRLFlyout"
  2370. }
  2371. "BtnPSCDRL1"
  2372. {
  2373. "FieldName" "BtnPSCDRL1"
  2374. "ControlName" "L4D360HybridButton"
  2375. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2376. "ypos" "160"//flyouts ypos
  2377. "wide" "0"//flyouts width
  2378. "tall" "20"
  2379. "visible" "0"
  2380. "enabled" "1"
  2381. "labeltext" ""
  2382. "tooltiptext" ""
  2383. "style" "MainMenuButton"
  2384. "command" "FlmPSCDRL1Flyout"
  2385. }
  2386. "BtnPSCDRL2"
  2387. {
  2388. "FieldName" "BtnPSCDRL2"
  2389. "ControlName" "L4D360HybridButton"
  2390. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2391. "ypos" "160"//flyouts ypos
  2392. "wide" "0"//flyouts width
  2393. "tall" "20"
  2394. "visible" "0"
  2395. "enabled" "1"
  2396. "labeltext" ""
  2397. "tooltiptext" ""
  2398. "style" "MainMenuButton"
  2399. "command" "FlmPSCDRL2Flyout"
  2400. }
  2401. "BtnPSCDRL3"
  2402. {
  2403. "FieldName" "BtnPSCDRL3"
  2404. "ControlName" "L4D360HybridButton"
  2405. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2406. "ypos" "160"//flyouts ypos
  2407. "wide" "0"//flyouts width
  2408. "tall" "20"
  2409. "visible" "0"
  2410. "enabled" "1"
  2411. "labeltext" ""
  2412. "tooltiptext" ""
  2413. "style" "MainMenuButton"
  2414. "command" "FlmPSCDRL3Flyout"
  2415. }
  2416. "BtnPSCDRL4"
  2417. {
  2418. "FieldName" "BtnPSCDRL4"
  2419. "ControlName" "L4D360HybridButton"
  2420. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2421. "ypos" "160"//flyouts ypos
  2422. "wide" "0"//flyouts width
  2423. "tall" "20"
  2424. "visible" "0"
  2425. "enabled" "1"
  2426. "labeltext" ""
  2427. "tooltiptext" ""
  2428. "style" "MainMenuButton"
  2429. "command" "FlmPSCDRL4Flyout"
  2430. }
  2431. "BtnPSCDRV"
  2432. {
  2433. "FieldName" "BtnPSCDRV"
  2434. "ControlName" "L4D360HybridButton"
  2435. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2436. "ypos" "160"//flyouts ypos
  2437. "wide" "0"//flyouts width
  2438. "tall" "20"
  2439. "visible" "0"
  2440. "enabled" "1"
  2441. "labeltext" ""
  2442. "tooltiptext" ""
  2443. "style" "MainMenuButton"
  2444. "command" "FlmPSCDRVFlyout"
  2445. }
  2446. "BtnPSCDRV1"
  2447. {
  2448. "FieldName" "BtnPSCDRV1"
  2449. "ControlName" "L4D360HybridButton"
  2450. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2451. "ypos" "160"//flyouts ypos
  2452. "wide" "0"//flyouts width
  2453. "tall" "20"
  2454. "visible" "0"
  2455. "enabled" "1"
  2456. "labeltext" ""
  2457. "tooltiptext" ""
  2458. "style" "MainMenuButton"
  2459. "command" "FlmPSCDRV1Flyout"
  2460. }
  2461. "BtnPSCDRV2"
  2462. {
  2463. "FieldName" "BtnPSCDRV2"
  2464. "ControlName" "L4D360HybridButton"
  2465. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2466. "ypos" "160"//flyouts ypos
  2467. "wide" "0"//flyouts width
  2468. "tall" "20"
  2469. "visible" "0"
  2470. "enabled" "1"
  2471. "labeltext" ""
  2472. "tooltiptext" ""
  2473. "style" "MainMenuButton"
  2474. "command" "FlmPSCDRV2Flyout"
  2475. }
  2476. "BtnPSCDRV3"
  2477. {
  2478. "FieldName" "BtnPSCDRV3"
  2479. "ControlName" "L4D360HybridButton"
  2480. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2481. "ypos" "160"//flyouts ypos
  2482. "wide" "0"//flyouts width
  2483. "tall" "20"
  2484. "visible" "0"
  2485. "enabled" "1"
  2486. "labeltext" ""
  2487. "tooltiptext" ""
  2488. "style" "MainMenuButton"
  2489. "command" "FlmPSCDRV3Flyout"
  2490. }
  2491. "BtnPSCDRV4"
  2492. {
  2493. "FieldName" "BtnPSCDRV4"
  2494. "ControlName" "L4D360HybridButton"
  2495. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2496. "ypos" "160"//flyouts ypos
  2497. "wide" "0"//flyouts width
  2498. "tall" "20"
  2499. "visible" "0"
  2500. "enabled" "1"
  2501. "labeltext" ""
  2502. "tooltiptext" ""
  2503. "style" "MainMenuButton"
  2504. "command" "FlmPSCDRV4Flyout"
  2505. }
  2506. "BtnPGCDRL"
  2507. {
  2508. "FieldName" "BtnPGCDRL"
  2509. "ControlName" "L4D360HybridButton"
  2510. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2511. "ypos" "160"//flyouts ypos
  2512. "wide" "0"//flyouts width
  2513. "tall" "20"
  2514. "visible" "0"
  2515. "enabled" "1"
  2516. "labeltext" ""
  2517. "tooltiptext" ""
  2518. "style" "MainMenuButton"
  2519. "command" "FlmPGCDRLFlyout"
  2520. }
  2521. "BtnPGCDRL1"
  2522. {
  2523. "FieldName" "BtnPGCDRL1"
  2524. "ControlName" "L4D360HybridButton"
  2525. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2526. "ypos" "160"//flyouts ypos
  2527. "wide" "0"//flyouts width
  2528. "tall" "20"
  2529. "visible" "0"
  2530. "enabled" "1"
  2531. "labeltext" ""
  2532. "tooltiptext" ""
  2533. "style" "MainMenuButton"
  2534. "command" "FlmPGCDRL1Flyout"
  2535. }
  2536. "BtnPGCDRL2"
  2537. {
  2538. "FieldName" "BtnPGCDRL2"
  2539. "ControlName" "L4D360HybridButton"
  2540. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2541. "ypos" "160"//flyouts ypos
  2542. "wide" "0"//flyouts width
  2543. "tall" "20"
  2544. "visible" "0"
  2545. "enabled" "1"
  2546. "labeltext" ""
  2547. "tooltiptext" ""
  2548. "style" "MainMenuButton"
  2549. "command" "FlmPGCDRL2Flyout"
  2550. }
  2551. "BtnPGCDRV"
  2552. {
  2553. "FieldName" "BtnPGCDRV"
  2554. "ControlName" "L4D360HybridButton"
  2555. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2556. "ypos" "160"//flyouts ypos
  2557. "wide" "0"//flyouts width
  2558. "tall" "20"
  2559. "visible" "0"
  2560. "enabled" "1"
  2561. "labeltext" ""
  2562. "tooltiptext" ""
  2563. "style" "MainMenuButton"
  2564. "command" "FlmPGCDRVFlyout"
  2565. }
  2566. "BtnPGCDRV1"
  2567. {
  2568. "FieldName" "BtnPGCDRV1"
  2569. "ControlName" "L4D360HybridButton"
  2570. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2571. "ypos" "160"//flyouts ypos
  2572. "wide" "0"//flyouts width
  2573. "tall" "20"
  2574. "visible" "0"
  2575. "enabled" "1"
  2576. "labeltext" ""
  2577. "tooltiptext" ""
  2578. "style" "MainMenuButton"
  2579. "command" "FlmPGCDRV1Flyout"
  2580. }
  2581. "BtnPGCDRV2"
  2582. {
  2583. "FieldName" "BtnPGCDRV2"
  2584. "ControlName" "L4D360HybridButton"
  2585. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2586. "ypos" "160"//flyouts ypos
  2587. "wide" "0"//flyouts width
  2588. "tall" "20"
  2589. "visible" "0"
  2590. "enabled" "1"
  2591. "labeltext" ""
  2592. "tooltiptext" ""
  2593. "style" "MainMenuButton"
  2594. "command" "FlmPGCDRV2Flyout"
  2595. }
  2596. "BtnSCCDRL"
  2597. {
  2598. "FieldName" "BtnSCCDRL"
  2599. "ControlName" "L4D360HybridButton"
  2600. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2601. "ypos" "160"//flyouts ypos
  2602. "wide" "0"//flyouts width
  2603. "tall" "20"
  2604. "visible" "0"
  2605. "enabled" "1"
  2606. "labeltext" ""
  2607. "tooltiptext" ""
  2608. "style" "MainMenuButton"
  2609. "command" "FlmSCCDRLFlyout"
  2610. }
  2611. "BtnSCCDRL1"
  2612. {
  2613. "FieldName" "BtnSCCDRL1"
  2614. "ControlName" "L4D360HybridButton"
  2615. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2616. "ypos" "160"//flyouts ypos
  2617. "wide" "0"//flyouts width
  2618. "tall" "20"
  2619. "visible" "0"
  2620. "enabled" "1"
  2621. "labeltext" ""
  2622. "tooltiptext" ""
  2623. "style" "MainMenuButton"
  2624. "command" "FlmSCCDRL1Flyout"
  2625. }
  2626. "BtnSCCDRL2"
  2627. {
  2628. "FieldName" "BtnSCCDRL2"
  2629. "ControlName" "L4D360HybridButton"
  2630. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2631. "ypos" "160"//flyouts ypos
  2632. "wide" "0"//flyouts width
  2633. "tall" "20"
  2634. "visible" "0"
  2635. "enabled" "1"
  2636. "labeltext" ""
  2637. "tooltiptext" ""
  2638. "style" "MainMenuButton"
  2639. "command" "FlmSCCDRL2Flyout"
  2640. }
  2641. "BtnSCCDRV"
  2642. {
  2643. "FieldName" "BtnSCCDRV"
  2644. "ControlName" "L4D360HybridButton"
  2645. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2646. "ypos" "160"//flyouts ypos
  2647. "wide" "0"//flyouts width
  2648. "tall" "20"
  2649. "visible" "0"
  2650. "enabled" "1"
  2651. "labeltext" ""
  2652. "tooltiptext" ""
  2653. "style" "MainMenuButton"
  2654. "command" "FlmSCCDRVFlyout"
  2655. }
  2656. "BtnSCCDRV1"
  2657. {
  2658. "FieldName" "BtnSCCDRV1"
  2659. "ControlName" "L4D360HybridButton"
  2660. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2661. "ypos" "160"//flyouts ypos
  2662. "wide" "0"//flyouts width
  2663. "tall" "20"
  2664. "visible" "0"
  2665. "enabled" "1"
  2666. "labeltext" ""
  2667. "tooltiptext" ""
  2668. "style" "MainMenuButton"
  2669. "command" "FlmSCCDRV1Flyout"
  2670. }
  2671. "BtnSCCDRV2"
  2672. {
  2673. "FieldName" "BtnSCCDRV2"
  2674. "ControlName" "L4D360HybridButton"
  2675. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2676. "ypos" "160"//flyouts ypos
  2677. "wide" "0"//flyouts width
  2678. "tall" "20"
  2679. "visible" "0"
  2680. "enabled" "1"
  2681. "labeltext" ""
  2682. "tooltiptext" ""
  2683. "style" "MainMenuButton"
  2684. "command" "FlmSCCDRV2Flyout"
  2685. }
  2686. "BtnNMCDRL"
  2687. {
  2688. "FieldName" "BtnNMCDRL"
  2689. "ControlName" "L4D360HybridButton"
  2690. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2691. "ypos" "160"//flyouts ypos
  2692. "wide" "0"//flyouts width
  2693. "tall" "20"
  2694. "visible" "0"
  2695. "enabled" "1"
  2696. "labeltext" ""
  2697. "tooltiptext" ""
  2698. "style" "MainMenuButton"
  2699. "command" "FlmNMCDRLFlyout"
  2700. }
  2701. "BtnNMCDRL1"
  2702. {
  2703. "FieldName" "BtnNMCDRL1"
  2704. "ControlName" "L4D360HybridButton"
  2705. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2706. "ypos" "160"//flyouts ypos
  2707. "wide" "0"//flyouts width
  2708. "tall" "20"
  2709. "visible" "0"
  2710. "enabled" "1"
  2711. "labeltext" ""
  2712. "tooltiptext" ""
  2713. "style" "MainMenuButton"
  2714. "command" "FlmNMCDRL1Flyout"
  2715. }
  2716. "BtnNMCDRL2"
  2717. {
  2718. "FieldName" "BtnNMCDRL2"
  2719. "ControlName" "L4D360HybridButton"
  2720. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2721. "ypos" "160"//flyouts ypos
  2722. "wide" "0"//flyouts width
  2723. "tall" "20"
  2724. "visible" "0"
  2725. "enabled" "1"
  2726. "labeltext" ""
  2727. "tooltiptext" ""
  2728. "style" "MainMenuButton"
  2729. "command" "FlmNMCDRL2Flyout"
  2730. }
  2731. "BtnNMCDRL3"
  2732. {
  2733. "FieldName" "BtnNMCDRL3"
  2734. "ControlName" "L4D360HybridButton"
  2735. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2736. "ypos" "160"//flyouts ypos
  2737. "wide" "0"//flyouts width
  2738. "tall" "20"
  2739. "visible" "0"
  2740. "enabled" "1"
  2741. "labeltext" ""
  2742. "tooltiptext" ""
  2743. "style" "MainMenuButton"
  2744. "command" "FlmNMCDRL3Flyout"
  2745. }
  2746. "BtnNMCDRL4"
  2747. {
  2748. "FieldName" "BtnNMCDRL4"
  2749. "ControlName" "L4D360HybridButton"
  2750. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2751. "ypos" "160"//flyouts ypos
  2752. "wide" "0"//flyouts width
  2753. "tall" "20"
  2754. "visible" "0"
  2755. "enabled" "1"
  2756. "labeltext" ""
  2757. "tooltiptext" ""
  2758. "style" "MainMenuButton"
  2759. "command" "FlmNMCDRL4Flyout"
  2760. }
  2761. "BtnNMCDRV"
  2762. {
  2763. "FieldName" "BtnNMCDRV"
  2764. "ControlName" "L4D360HybridButton"
  2765. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2766. "ypos" "160"//flyouts ypos
  2767. "wide" "0"//flyouts width
  2768. "tall" "20"
  2769. "visible" "0"
  2770. "enabled" "1"
  2771. "labeltext" ""
  2772. "tooltiptext" ""
  2773. "style" "MainMenuButton"
  2774. "command" "FlmNMCDRVFlyout"
  2775. }
  2776. "BtnNMCDRV1"
  2777. {
  2778. "FieldName" "BtnNMCDRV1"
  2779. "ControlName" "L4D360HybridButton"
  2780. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2781. "ypos" "160"//flyouts ypos
  2782. "wide" "0"//flyouts width
  2783. "tall" "20"
  2784. "visible" "0"
  2785. "enabled" "1"
  2786. "labeltext" ""
  2787. "tooltiptext" ""
  2788. "style" "MainMenuButton"
  2789. "command" "FlmNMCDRV1Flyout"
  2790. }
  2791. "BtnNMCDRV2"
  2792. {
  2793. "FieldName" "BtnNMCDRV2"
  2794. "ControlName" "L4D360HybridButton"
  2795. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2796. "ypos" "160"//flyouts ypos
  2797. "wide" "0"//flyouts width
  2798. "tall" "20"
  2799. "visible" "0"
  2800. "enabled" "1"
  2801. "labeltext" ""
  2802. "tooltiptext" ""
  2803. "style" "MainMenuButton"
  2804. "command" "FlmNMCDRV2Flyout"
  2805. }
  2806. "BtnNMCDRV3"
  2807. {
  2808. "FieldName" "BtnNMCDRV3"
  2809. "ControlName" "L4D360HybridButton"
  2810. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2811. "ypos" "160"//flyouts ypos
  2812. "wide" "0"//flyouts width
  2813. "tall" "20"
  2814. "visible" "0"
  2815. "enabled" "1"
  2816. "labeltext" ""
  2817. "tooltiptext" ""
  2818. "style" "MainMenuButton"
  2819. "command" "FlmNMCDRV3Flyout"
  2820. }
  2821. "BtnNMCDRV4"
  2822. {
  2823. "FieldName" "BtnNMCDRV4"
  2824. "ControlName" "L4D360HybridButton"
  2825. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2826. "ypos" "160"//flyouts ypos
  2827. "wide" "0"//flyouts width
  2828. "tall" "20"
  2829. "visible" "0"
  2830. "enabled" "1"
  2831. "labeltext" ""
  2832. "tooltiptext" ""
  2833. "style" "MainMenuButton"
  2834. "command" "FlmNMCDRV4Flyout"
  2835. }
  2836. "BtnCCCDRL"
  2837. {
  2838. "FieldName" "BtnCCCDRL"
  2839. "ControlName" "L4D360HybridButton"
  2840. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2841. "ypos" "160"//flyouts ypos
  2842. "wide" "0"//flyouts width
  2843. "tall" "20"
  2844. "visible" "0"
  2845. "enabled" "1"
  2846. "labeltext" ""
  2847. "tooltiptext" ""
  2848. "style" "MainMenuButton"
  2849. "command" "FlmCCCDRLFlyout"
  2850. }
  2851. "BtnCCCDRL1"
  2852. {
  2853. "FieldName" "BtnCCCDRL1"
  2854. "ControlName" "L4D360HybridButton"
  2855. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2856. "ypos" "160"//flyouts ypos
  2857. "wide" "0"//flyouts width
  2858. "tall" "20"
  2859. "visible" "0"
  2860. "enabled" "1"
  2861. "labeltext" ""
  2862. "tooltiptext" ""
  2863. "style" "MainMenuButton"
  2864. "command" "FlmCCCDRL1Flyout"
  2865. }
  2866. "BtnCCCDRV"
  2867. {
  2868. "FieldName" "BtnCCCDRV"
  2869. "ControlName" "L4D360HybridButton"
  2870. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2871. "ypos" "160"//flyouts ypos
  2872. "wide" "0"//flyouts width
  2873. "tall" "20"
  2874. "visible" "0"
  2875. "enabled" "1"
  2876. "labeltext" ""
  2877. "tooltiptext" ""
  2878. "style" "MainMenuButton"
  2879. "command" "FlmCCCDRVFlyout"
  2880. }
  2881. "BtnCCCDRV1"
  2882. {
  2883. "FieldName" "BtnCCCDRV1"
  2884. "ControlName" "L4D360HybridButton"
  2885. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2886. "ypos" "160"//flyouts ypos
  2887. "wide" "0"//flyouts width
  2888. "tall" "20"
  2889. "visible" "0"
  2890. "enabled" "1"
  2891. "labeltext" ""
  2892. "tooltiptext" ""
  2893. "style" "MainMenuButton"
  2894. "command" "FlmCCCDRV1Flyout"
  2895. }
  2896. "BtnDTCDRL"
  2897. {
  2898. "FieldName" "BtnDTCDRL"
  2899. "ControlName" "L4D360HybridButton"
  2900. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2901. "ypos" "160"//flyouts ypos
  2902. "wide" "0"//flyouts width
  2903. "tall" "20"
  2904. "visible" "0"
  2905. "enabled" "1"
  2906. "labeltext" ""
  2907. "tooltiptext" ""
  2908. "style" "MainMenuButton"
  2909. "command" "FlmDTCDRLFlyout"
  2910. }
  2911. "BtnDTCDRL1"
  2912. {
  2913. "FieldName" "BtnDTCDRL1"
  2914. "ControlName" "L4D360HybridButton"
  2915. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2916. "ypos" "160"//flyouts ypos
  2917. "wide" "0"//flyouts width
  2918. "tall" "20"
  2919. "visible" "0"
  2920. "enabled" "1"
  2921. "labeltext" ""
  2922. "tooltiptext" ""
  2923. "style" "MainMenuButton"
  2924. "command" "FlmDTCDRL1Flyout"
  2925. }
  2926. "BtnDTCDRL2"
  2927. {
  2928. "FieldName" "BtnDTCDRL2"
  2929. "ControlName" "L4D360HybridButton"
  2930. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2931. "ypos" "160"//flyouts ypos
  2932. "wide" "0"//flyouts width
  2933. "tall" "20"
  2934. "visible" "0"
  2935. "enabled" "1"
  2936. "labeltext" ""
  2937. "tooltiptext" ""
  2938. "style" "MainMenuButton"
  2939. "command" "FlmDTCDRL2Flyout"
  2940. }
  2941. "BtnDTCDRL3"
  2942. {
  2943. "FieldName" "BtnDTCDRL3"
  2944. "ControlName" "L4D360HybridButton"
  2945. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2946. "ypos" "160"//flyouts ypos
  2947. "wide" "0"//flyouts width
  2948. "tall" "20"
  2949. "visible" "0"
  2950. "enabled" "1"
  2951. "labeltext" ""
  2952. "tooltiptext" ""
  2953. "style" "MainMenuButton"
  2954. "command" "FlmDTCDRL3Flyout"
  2955. }
  2956. "BtnDTCDRL4"
  2957. {
  2958. "FieldName" "BtnDTCDRL4"
  2959. "ControlName" "L4D360HybridButton"
  2960. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2961. "ypos" "160"//flyouts ypos
  2962. "wide" "0"//flyouts width
  2963. "tall" "20"
  2964. "visible" "0"
  2965. "enabled" "1"
  2966. "labeltext" ""
  2967. "tooltiptext" ""
  2968. "style" "MainMenuButton"
  2969. "command" "FlmDTCDRL4Flyout"
  2970. }
  2971. "BtnDTCDRV"
  2972. {
  2973. "FieldName" "BtnDTCDRV"
  2974. "ControlName" "L4D360HybridButton"
  2975. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2976. "ypos" "160"//flyouts ypos
  2977. "wide" "0"//flyouts width
  2978. "tall" "20"
  2979. "visible" "0"
  2980. "enabled" "1"
  2981. "labeltext" ""
  2982. "tooltiptext" ""
  2983. "style" "MainMenuButton"
  2984. "command" "FlmDTCDRVFlyout"
  2985. }
  2986. "BtnDTCDRV1"
  2987. {
  2988. "FieldName" "BtnDTCDRV1"
  2989. "ControlName" "L4D360HybridButton"
  2990. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  2991. "ypos" "160"//flyouts ypos
  2992. "wide" "0"//flyouts width
  2993. "tall" "20"
  2994. "visible" "0"
  2995. "enabled" "1"
  2996. "labeltext" ""
  2997. "tooltiptext" ""
  2998. "style" "MainMenuButton"
  2999. "command" "FlmDTCDRV1Flyout"
  3000. }
  3001. "BtnDTCDRV2"
  3002. {
  3003. "FieldName" "BtnDTCDRV2"
  3004. "ControlName" "L4D360HybridButton"
  3005. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3006. "ypos" "160"//flyouts ypos
  3007. "wide" "0"//flyouts width
  3008. "tall" "20"
  3009. "visible" "0"
  3010. "enabled" "1"
  3011. "labeltext" ""
  3012. "tooltiptext" ""
  3013. "style" "MainMenuButton"
  3014. "command" "FlmDTCDRV2Flyout"
  3015. }
  3016. "BtnDTCDRV3"
  3017. {
  3018. "FieldName" "BtnDTCDRV3"
  3019. "ControlName" "L4D360HybridButton"
  3020. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3021. "ypos" "160"//flyouts ypos
  3022. "wide" "0"//flyouts width
  3023. "tall" "20"
  3024. "visible" "0"
  3025. "enabled" "1"
  3026. "labeltext" ""
  3027. "tooltiptext" ""
  3028. "style" "MainMenuButton"
  3029. "command" "FlmDTCDRV3Flyout"
  3030. }
  3031. "BtnDTCDRV4"
  3032. {
  3033. "FieldName" "BtnDTCDRV4"
  3034. "ControlName" "L4D360HybridButton"
  3035. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3036. "ypos" "160"//flyouts ypos
  3037. "wide" "0"//flyouts width
  3038. "tall" "20"
  3039. "visible" "0"
  3040. "enabled" "1"
  3041. "labeltext" ""
  3042. "tooltiptext" ""
  3043. "style" "MainMenuButton"
  3044. "command" "FlmDTCDRV4Flyout"
  3045. }
  3046. "BtnDACDRL"
  3047. {
  3048. "FieldName" "BtnDACDRL"
  3049. "ControlName" "L4D360HybridButton"
  3050. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3051. "ypos" "160"//flyouts ypos
  3052. "wide" "0"//flyouts width
  3053. "tall" "20"
  3054. "visible" "0"
  3055. "enabled" "1"
  3056. "labeltext" ""
  3057. "tooltiptext" ""
  3058. "style" "MainMenuButton"
  3059. "command" "FlmDACDRLFlyout"
  3060. }
  3061. "BtnDACDRL1"
  3062. {
  3063. "FieldName" "BtnDACDRL1"
  3064. "ControlName" "L4D360HybridButton"
  3065. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3066. "ypos" "160"//flyouts ypos
  3067. "wide" "0"//flyouts width
  3068. "tall" "20"
  3069. "visible" "0"
  3070. "enabled" "1"
  3071. "labeltext" ""
  3072. "tooltiptext" ""
  3073. "style" "MainMenuButton"
  3074. "command" "FlmDACDRL1Flyout"
  3075. }
  3076. "BtnDACDRL2"
  3077. {
  3078. "FieldName" "BtnDACDRL2"
  3079. "ControlName" "L4D360HybridButton"
  3080. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3081. "ypos" "160"//flyouts ypos
  3082. "wide" "0"//flyouts width
  3083. "tall" "20"
  3084. "visible" "0"
  3085. "enabled" "1"
  3086. "labeltext" ""
  3087. "tooltiptext" ""
  3088. "style" "MainMenuButton"
  3089. "command" "FlmDACDRL2Flyout"
  3090. }
  3091. "BtnDACDRL3"
  3092. {
  3093. "FieldName" "BtnDACDRL3"
  3094. "ControlName" "L4D360HybridButton"
  3095. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3096. "ypos" "160"//flyouts ypos
  3097. "wide" "0"//flyouts width
  3098. "tall" "20"
  3099. "visible" "0"
  3100. "enabled" "1"
  3101. "labeltext" ""
  3102. "tooltiptext" ""
  3103. "style" "MainMenuButton"
  3104. "command" "FlmDACDRL3Flyout"
  3105. }
  3106. "BtnDACDRL4"
  3107. {
  3108. "FieldName" "BtnDACDRL4"
  3109. "ControlName" "L4D360HybridButton"
  3110. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3111. "ypos" "160"//flyouts ypos
  3112. "wide" "0"//flyouts width
  3113. "tall" "20"
  3114. "visible" "0"
  3115. "enabled" "1"
  3116. "labeltext" ""
  3117. "tooltiptext" ""
  3118. "style" "MainMenuButton"
  3119. "command" "FlmDACDRL4Flyout"
  3120. }
  3121. "BtnDACDRV"
  3122. {
  3123. "FieldName" "BtnDACDRV"
  3124. "ControlName" "L4D360HybridButton"
  3125. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3126. "ypos" "160"//flyouts ypos
  3127. "wide" "0"//flyouts width
  3128. "tall" "20"
  3129. "visible" "0"
  3130. "enabled" "1"
  3131. "labeltext" ""
  3132. "tooltiptext" ""
  3133. "style" "MainMenuButton"
  3134. "command" "FlmDACDRVFlyout"
  3135. }
  3136. "BtnDACDRV1"
  3137. {
  3138. "FieldName" "BtnDACDRV1"
  3139. "ControlName" "L4D360HybridButton"
  3140. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3141. "ypos" "160"//flyouts ypos
  3142. "wide" "0"//flyouts width
  3143. "tall" "20"
  3144. "visible" "0"
  3145. "enabled" "1"
  3146. "labeltext" ""
  3147. "tooltiptext" ""
  3148. "style" "MainMenuButton"
  3149. "command" "FlmDACDRV1Flyout"
  3150. }
  3151. "BtnDACDRV2"
  3152. {
  3153. "FieldName" "BtnDACDRV2"
  3154. "ControlName" "L4D360HybridButton"
  3155. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3156. "ypos" "160"//flyouts ypos
  3157. "wide" "0"//flyouts width
  3158. "tall" "20"
  3159. "visible" "0"
  3160. "enabled" "1"
  3161. "labeltext" ""
  3162. "tooltiptext" ""
  3163. "style" "MainMenuButton"
  3164. "command" "FlmDACDRV2Flyout"
  3165. }
  3166. "BtnDACDRV3"
  3167. {
  3168. "FieldName" "BtnDACDRV3"
  3169. "ControlName" "L4D360HybridButton"
  3170. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3171. "ypos" "160"//flyouts ypos
  3172. "wide" "0"//flyouts width
  3173. "tall" "20"
  3174. "visible" "0"
  3175. "enabled" "1"
  3176. "labeltext" ""
  3177. "tooltiptext" ""
  3178. "style" "MainMenuButton"
  3179. "command" "FlmDACDRV3Flyout"
  3180. }
  3181. "BtnDACDRV4"
  3182. {
  3183. "FieldName" "BtnDACDRV4"
  3184. "ControlName" "L4D360HybridButton"
  3185. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3186. "ypos" "160"//flyouts ypos
  3187. "wide" "0"//flyouts width
  3188. "tall" "20"
  3189. "visible" "0"
  3190. "enabled" "1"
  3191. "labeltext" ""
  3192. "tooltiptext" ""
  3193. "style" "MainMenuButton"
  3194. "command" "FlmDACDRV4Flyout"
  3195. }
  3196. "BtnBHCDRL"
  3197. {
  3198. "FieldName" "BtnBHCDRL"
  3199. "ControlName" "L4D360HybridButton"
  3200. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3201. "ypos" "160"//flyouts ypos
  3202. "wide" "0"//flyouts width
  3203. "tall" "20"
  3204. "visible" "0"
  3205. "enabled" "1"
  3206. "labeltext" ""
  3207. "tooltiptext" ""
  3208. "style" "MainMenuButton"
  3209. "command" "FlmBHCDRLFlyout"
  3210. }
  3211. "BtnBHCDRL1"
  3212. {
  3213. "FieldName" "BtnBHCDRL1"
  3214. "ControlName" "L4D360HybridButton"
  3215. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3216. "ypos" "160"//flyouts ypos
  3217. "wide" "0"//flyouts width
  3218. "tall" "20"
  3219. "visible" "0"
  3220. "enabled" "1"
  3221. "labeltext" ""
  3222. "tooltiptext" ""
  3223. "style" "MainMenuButton"
  3224. "command" "FlmBHCDRL1Flyout"
  3225. }
  3226. "BtnBHCDRL2"
  3227. {
  3228. "FieldName" "BtnBHCDRL2"
  3229. "ControlName" "L4D360HybridButton"
  3230. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3231. "ypos" "160"//flyouts ypos
  3232. "wide" "0"//flyouts width
  3233. "tall" "20"
  3234. "visible" "0"
  3235. "enabled" "1"
  3236. "labeltext" ""
  3237. "tooltiptext" ""
  3238. "style" "MainMenuButton"
  3239. "command" "FlmBHCDRL2Flyout"
  3240. }
  3241. "BtnBHCDRL3"
  3242. {
  3243. "FieldName" "BtnBHCDRL3"
  3244. "ControlName" "L4D360HybridButton"
  3245. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3246. "ypos" "160"//flyouts ypos
  3247. "wide" "0"//flyouts width
  3248. "tall" "20"
  3249. "visible" "0"
  3250. "enabled" "1"
  3251. "labeltext" ""
  3252. "tooltiptext" ""
  3253. "style" "MainMenuButton"
  3254. "command" "FlmBHCDRL3Flyout"
  3255. }
  3256. "BtnBHCDRL4"
  3257. {
  3258. "FieldName" "BtnBHCDRL4"
  3259. "ControlName" "L4D360HybridButton"
  3260. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3261. "ypos" "160"//flyouts ypos
  3262. "wide" "0"//flyouts width
  3263. "tall" "20"
  3264. "visible" "0"
  3265. "enabled" "1"
  3266. "labeltext" ""
  3267. "tooltiptext" ""
  3268. "style" "MainMenuButton"
  3269. "command" "FlmBHCDRL4Flyout"
  3270. }
  3271. "BtnBHCDRV"
  3272. {
  3273. "FieldName" "BtnBHCDRV"
  3274. "ControlName" "L4D360HybridButton"
  3275. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3276. "ypos" "160"//flyouts ypos
  3277. "wide" "0"//flyouts width
  3278. "tall" "20"
  3279. "visible" "0"
  3280. "enabled" "1"
  3281. "labeltext" ""
  3282. "tooltiptext" ""
  3283. "style" "MainMenuButton"
  3284. "command" "FlmBHCDRVFlyout"
  3285. }
  3286. "BtnBHCDRV1"
  3287. {
  3288. "FieldName" "BtnBHCDRV1"
  3289. "ControlName" "L4D360HybridButton"
  3290. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3291. "ypos" "160"//flyouts ypos
  3292. "wide" "0"//flyouts width
  3293. "tall" "20"
  3294. "visible" "0"
  3295. "enabled" "1"
  3296. "labeltext" ""
  3297. "tooltiptext" ""
  3298. "style" "MainMenuButton"
  3299. "command" "FlmBHCDRV1Flyout"
  3300. }
  3301. "BtnBHCDRV2"
  3302. {
  3303. "FieldName" "BtnBHCDRV2"
  3304. "ControlName" "L4D360HybridButton"
  3305. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3306. "ypos" "160"//flyouts ypos
  3307. "wide" "0"//flyouts width
  3308. "tall" "20"
  3309. "visible" "0"
  3310. "enabled" "1"
  3311. "labeltext" ""
  3312. "tooltiptext" ""
  3313. "style" "MainMenuButton"
  3314. "command" "FlmBHCDRV2Flyout"
  3315. }
  3316. "BtnBHCDRV3"
  3317. {
  3318. "FieldName" "BtnBHCDRV3"
  3319. "ControlName" "L4D360HybridButton"
  3320. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3321. "ypos" "160"//flyouts ypos
  3322. "wide" "0"//flyouts width
  3323. "tall" "20"
  3324. "visible" "0"
  3325. "enabled" "1"
  3326. "labeltext" ""
  3327. "tooltiptext" ""
  3328. "style" "MainMenuButton"
  3329. "command" "FlmBHCDRV3Flyout"
  3330. }
  3331. "BtnBHCDRV4"
  3332. {
  3333. "FieldName" "BtnBHCDRV4"
  3334. "ControlName" "L4D360HybridButton"
  3335. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3336. "ypos" "160"//flyouts ypos
  3337. "wide" "0"//flyouts width
  3338. "tall" "20"
  3339. "visible" "0"
  3340. "enabled" "1"
  3341. "labeltext" ""
  3342. "tooltiptext" ""
  3343. "style" "MainMenuButton"
  3344. "command" "FlmBHCDRV4Flyout"
  3345. }
  3346. "BtnCSCDRL"
  3347. {
  3348. "FieldName" "BtnCSCDRL"
  3349. "ControlName" "L4D360HybridButton"
  3350. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3351. "ypos" "160"//flyouts ypos
  3352. "wide" "0"//flyouts width
  3353. "tall" "20"
  3354. "visible" "0"
  3355. "enabled" "1"
  3356. "labeltext" ""
  3357. "tooltiptext" ""
  3358. "style" "MainMenuButton"
  3359. "command" "FlmCSCDRLFlyout"
  3360. }
  3361. "BtnCSCDRL1"
  3362. {
  3363. "FieldName" "BtnCSCDRL1"
  3364. "ControlName" "L4D360HybridButton"
  3365. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3366. "ypos" "160"//flyouts ypos
  3367. "wide" "0"//flyouts width
  3368. "tall" "20"
  3369. "visible" "0"
  3370. "enabled" "1"
  3371. "labeltext" ""
  3372. "tooltiptext" ""
  3373. "style" "MainMenuButton"
  3374. "command" "FlmCSCDRL1Flyout"
  3375. }
  3376. "BtnCSCDRL2"
  3377. {
  3378. "FieldName" "BtnCSCDRL2"
  3379. "ControlName" "L4D360HybridButton"
  3380. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3381. "ypos" "160"//flyouts ypos
  3382. "wide" "0"//flyouts width
  3383. "tall" "20"
  3384. "visible" "0"
  3385. "enabled" "1"
  3386. "labeltext" ""
  3387. "tooltiptext" ""
  3388. "style" "MainMenuButton"
  3389. "command" "FlmCSCDRL2Flyout"
  3390. }
  3391. "BtnCSCDRL3"
  3392. {
  3393. "FieldName" "BtnCSCDRL3"
  3394. "ControlName" "L4D360HybridButton"
  3395. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3396. "ypos" "160"//flyouts ypos
  3397. "wide" "0"//flyouts width
  3398. "tall" "20"
  3399. "visible" "0"
  3400. "enabled" "1"
  3401. "labeltext" ""
  3402. "tooltiptext" ""
  3403. "style" "MainMenuButton"
  3404. "command" "FlmCSCDRL3Flyout"
  3405. }
  3406. "BtnCSCDRV"
  3407. {
  3408. "FieldName" "BtnCSCDRV"
  3409. "ControlName" "L4D360HybridButton"
  3410. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3411. "ypos" "160"//flyouts ypos
  3412. "wide" "0"//flyouts width
  3413. "tall" "20"
  3414. "visible" "0"
  3415. "enabled" "1"
  3416. "labeltext" ""
  3417. "tooltiptext" ""
  3418. "style" "MainMenuButton"
  3419. "command" "FlmCSCDRVFlyout"
  3420. }
  3421. "BtnCSCDRV1"
  3422. {
  3423. "FieldName" "BtnCSCDRV1"
  3424. "ControlName" "L4D360HybridButton"
  3425. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3426. "ypos" "160"//flyouts ypos
  3427. "wide" "0"//flyouts width
  3428. "tall" "20"
  3429. "visible" "0"
  3430. "enabled" "1"
  3431. "labeltext" ""
  3432. "tooltiptext" ""
  3433. "style" "MainMenuButton"
  3434. "command" "FlmCSCDRV1Flyout"
  3435. }
  3436. "BtnCSCDRV2"
  3437. {
  3438. "FieldName" "BtnCSCDRV2"
  3439. "ControlName" "L4D360HybridButton"
  3440. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3441. "ypos" "160"//flyouts ypos
  3442. "wide" "0"//flyouts width
  3443. "tall" "20"
  3444. "visible" "0"
  3445. "enabled" "1"
  3446. "labeltext" ""
  3447. "tooltiptext" ""
  3448. "style" "MainMenuButton"
  3449. "command" "FlmCSCDRV2Flyout"
  3450. }
  3451. "BtnCSCDRV3"
  3452. {
  3453. "FieldName" "BtnCSCDRV3"
  3454. "ControlName" "L4D360HybridButton"
  3455. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3456. "ypos" "160"//flyouts ypos
  3457. "wide" "0"//flyouts width
  3458. "tall" "20"
  3459. "visible" "0"
  3460. "enabled" "1"
  3461. "labeltext" ""
  3462. "tooltiptext" ""
  3463. "style" "MainMenuButton"
  3464. "command" "FlmCSCDRV3Flyout"
  3465. }
  3466. "BtnDCCDV"
  3467. {
  3468. "FieldName" "BtnDCCDV"
  3469. "ControlName" "L4D360HybridButton"
  3470. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3471. "ypos" "160"//flyouts ypos
  3472. "wide" "0"//flyouts width
  3473. "tall" "20"
  3474. "visible" "0"
  3475. "enabled" "1"
  3476. "labeltext" ""
  3477. "tooltiptext" ""
  3478. "style" "MainMenuButton"
  3479. "command" "FlmDCCDVFlyout"
  3480. }
  3481. "BtnDCCDV1"
  3482. {
  3483. "FieldName" "BtnDCCDV1"
  3484. "ControlName" "L4D360HybridButton"
  3485. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3486. "ypos" "160"//flyouts ypos
  3487. "wide" "0"//flyouts width
  3488. "tall" "20"
  3489. "visible" "0"
  3490. "enabled" "1"
  3491. "labeltext" ""
  3492. "tooltiptext" ""
  3493. "style" "MainMenuButton"
  3494. "command" "FlmDCCDV1Flyout"
  3495. }
  3496. "BtnDCCDV2"
  3497. {
  3498. "FieldName" "BtnDCCDV2"
  3499. "ControlName" "L4D360HybridButton"
  3500. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3501. "ypos" "160"//flyouts ypos
  3502. "wide" "0"//flyouts width
  3503. "tall" "20"
  3504. "visible" "0"
  3505. "enabled" "1"
  3506. "labeltext" ""
  3507. "tooltiptext" ""
  3508. "style" "MainMenuButton"
  3509. "command" "FlmDCCDV2Flyout"
  3510. }
  3511. "BtnDCCDV3"
  3512. {
  3513. "FieldName" "BtnDCCDV3"
  3514. "ControlName" "L4D360HybridButton"
  3515. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3516. "ypos" "160"//flyouts ypos
  3517. "wide" "0"//flyouts width
  3518. "tall" "20"
  3519. "visible" "0"
  3520. "enabled" "1"
  3521. "labeltext" ""
  3522. "tooltiptext" ""
  3523. "style" "MainMenuButton"
  3524. "command" "FlmDCCDV3Flyout"
  3525. }
  3526. "BtnDCLCDV"
  3527. {
  3528. "FieldName" "BtnDCLCDV"
  3529. "ControlName" "L4D360HybridButton"
  3530. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3531. "ypos" "160"//flyouts ypos
  3532. "wide" "0"//flyouts width
  3533. "tall" "20"
  3534. "visible" "0"
  3535. "enabled" "1"
  3536. "labeltext" ""
  3537. "tooltiptext" ""
  3538. "style" "MainMenuButton"
  3539. "command" "FlmDCLCDVFlyout"
  3540. }
  3541. "BtnDCLCDV1"
  3542. {
  3543. "FieldName" "BtnDCLCDV1"
  3544. "ControlName" "L4D360HybridButton"
  3545. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3546. "ypos" "160"//flyouts ypos
  3547. "wide" "0"//flyouts width
  3548. "tall" "20"
  3549. "visible" "0"
  3550. "enabled" "1"
  3551. "labeltext" ""
  3552. "tooltiptext" ""
  3553. "style" "MainMenuButton"
  3554. "command" "FlmDCLCDV1Flyout"
  3555. }
  3556. "BtnDCLCDV2"
  3557. {
  3558. "FieldName" "BtnDCLCDV2"
  3559. "ControlName" "L4D360HybridButton"
  3560. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3561. "ypos" "160"//flyouts ypos
  3562. "wide" "0"//flyouts width
  3563. "tall" "20"
  3564. "visible" "0"
  3565. "enabled" "1"
  3566. "labeltext" ""
  3567. "tooltiptext" ""
  3568. "style" "MainMenuButton"
  3569. "command" "FlmDCLCDV2Flyout"
  3570. }
  3571. "BtnDCLCDV3"
  3572. {
  3573. "FieldName" "BtnDCLCDV3"
  3574. "ControlName" "L4D360HybridButton"
  3575. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3576. "ypos" "160"//flyouts ypos
  3577. "wide" "0"//flyouts width
  3578. "tall" "20"
  3579. "visible" "0"
  3580. "enabled" "1"
  3581. "labeltext" ""
  3582. "tooltiptext" ""
  3583. "style" "MainMenuButton"
  3584. "command" "FlmDCLCDV3Flyout"
  3585. }
  3586. "BtnDCLCDV4"
  3587. {
  3588. "FieldName" "BtnDCLCDV4"
  3589. "ControlName" "L4D360HybridButton"
  3590. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3591. "ypos" "160"//flyouts ypos
  3592. "wide" "0"//flyouts width
  3593. "tall" "20"
  3594. "visible" "0"
  3595. "enabled" "1"
  3596. "labeltext" ""
  3597. "tooltiptext" ""
  3598. "style" "MainMenuButton"
  3599. "command" "FlmDCLCDV4Flyout"
  3600. }
  3601. "BtnSFCDV"
  3602. {
  3603. "FieldName" "BtnSFCDV"
  3604. "ControlName" "L4D360HybridButton"
  3605. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3606. "ypos" "160"//flyouts ypos
  3607. "wide" "0"//flyouts width
  3608. "tall" "20"
  3609. "visible" "0"
  3610. "enabled" "1"
  3611. "labeltext" ""
  3612. "tooltiptext" ""
  3613. "style" "MainMenuButton"
  3614. "command" "FlmSFCDVFlyout"
  3615. }
  3616. "BtnSFCDV1"
  3617. {
  3618. "FieldName" "BtnSFCDV1"
  3619. "ControlName" "L4D360HybridButton"
  3620. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3621. "ypos" "160"//flyouts ypos
  3622. "wide" "0"//flyouts width
  3623. "tall" "20"
  3624. "visible" "0"
  3625. "enabled" "1"
  3626. "labeltext" ""
  3627. "tooltiptext" ""
  3628. "style" "MainMenuButton"
  3629. "command" "FlmSFCDV1Flyout"
  3630. }
  3631. "BtnSFCDV2"
  3632. {
  3633. "FieldName" "BtnSFCDV2"
  3634. "ControlName" "L4D360HybridButton"
  3635. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3636. "ypos" "160"//flyouts ypos
  3637. "wide" "0"//flyouts width
  3638. "tall" "20"
  3639. "visible" "0"
  3640. "enabled" "1"
  3641. "labeltext" ""
  3642. "tooltiptext" ""
  3643. "style" "MainMenuButton"
  3644. "command" "FlmSFCDV2Flyout"
  3645. }
  3646. "BtnSFCDV3"
  3647. {
  3648. "FieldName" "BtnSFCDV3"
  3649. "ControlName" "L4D360HybridButton"
  3650. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3651. "ypos" "160"//flyouts ypos
  3652. "wide" "0"//flyouts width
  3653. "tall" "20"
  3654. "visible" "0"
  3655. "enabled" "1"
  3656. "labeltext" ""
  3657. "tooltiptext" ""
  3658. "style" "MainMenuButton"
  3659. "command" "FlmSFCDV3Flyout"
  3660. }
  3661. "BtnHRCDV"
  3662. {
  3663. "FieldName" "BtnHRCDV"
  3664. "ControlName" "L4D360HybridButton"
  3665. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3666. "ypos" "160"//flyouts ypos
  3667. "wide" "0"//flyouts width
  3668. "tall" "20"
  3669. "visible" "0"
  3670. "enabled" "1"
  3671. "labeltext" ""
  3672. "tooltiptext" ""
  3673. "style" "MainMenuButton"
  3674. "command" "FlmHRCDVFlyout"
  3675. }
  3676. "BtnHRCDV1"
  3677. {
  3678. "FieldName" "BtnHRCDV1"
  3679. "ControlName" "L4D360HybridButton"
  3680. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3681. "ypos" "160"//flyouts ypos
  3682. "wide" "0"//flyouts width
  3683. "tall" "20"
  3684. "visible" "0"
  3685. "enabled" "1"
  3686. "labeltext" ""
  3687. "tooltiptext" ""
  3688. "style" "MainMenuButton"
  3689. "command" "FlmHRCDV1Flyout"
  3690. }
  3691. "BtnHRCDV2"
  3692. {
  3693. "FieldName" "BtnHRCDV2"
  3694. "ControlName" "L4D360HybridButton"
  3695. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3696. "ypos" "160"//flyouts ypos
  3697. "wide" "0"//flyouts width
  3698. "tall" "20"
  3699. "visible" "0"
  3700. "enabled" "1"
  3701. "labeltext" ""
  3702. "tooltiptext" ""
  3703. "style" "MainMenuButton"
  3704. "command" "FlmHRCDV2Flyout"
  3705. }
  3706. "BtnHRCDV3"
  3707. {
  3708. "FieldName" "BtnHRCDV3"
  3709. "ControlName" "L4D360HybridButton"
  3710. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3711. "ypos" "160"//flyouts ypos
  3712. "wide" "0"//flyouts width
  3713. "tall" "20"
  3714. "visible" "0"
  3715. "enabled" "1"
  3716. "labeltext" ""
  3717. "tooltiptext" ""
  3718. "style" "MainMenuButton"
  3719. "command" "FlmHRCDV3Flyout"
  3720. }
  3721. "BtnHRCDV4"
  3722. {
  3723. "FieldName" "BtnHRCDV4"
  3724. "ControlName" "L4D360HybridButton"
  3725. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3726. "ypos" "160"//flyouts ypos
  3727. "wide" "0"//flyouts width
  3728. "tall" "20"
  3729. "visible" "0"
  3730. "enabled" "1"
  3731. "labeltext" ""
  3732. "tooltiptext" ""
  3733. "style" "MainMenuButton"
  3734. "command" "FlmHRCDV4Flyout"
  3735. }
  3736. "BtnPSCDV"
  3737. {
  3738. "FieldName" "BtnPSCDV"
  3739. "ControlName" "L4D360HybridButton"
  3740. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3741. "ypos" "160"//flyouts ypos
  3742. "wide" "0"//flyouts width
  3743. "tall" "20"
  3744. "visible" "0"
  3745. "enabled" "1"
  3746. "labeltext" ""
  3747. "tooltiptext" ""
  3748. "style" "MainMenuButton"
  3749. "command" "FlmPSCDVFlyout"
  3750. }
  3751. "BtnPSCDV1"
  3752. {
  3753. "FieldName" "BtnPSCDV1"
  3754. "ControlName" "L4D360HybridButton"
  3755. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3756. "ypos" "160"//flyouts ypos
  3757. "wide" "0"//flyouts width
  3758. "tall" "20"
  3759. "visible" "0"
  3760. "enabled" "1"
  3761. "labeltext" ""
  3762. "tooltiptext" ""
  3763. "style" "MainMenuButton"
  3764. "command" "FlmPSCDV1Flyout"
  3765. }
  3766. "BtnPSCDV2"
  3767. {
  3768. "FieldName" "BtnPSCDV2"
  3769. "ControlName" "L4D360HybridButton"
  3770. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3771. "ypos" "160"//flyouts ypos
  3772. "wide" "0"//flyouts width
  3773. "tall" "20"
  3774. "visible" "0"
  3775. "enabled" "1"
  3776. "labeltext" ""
  3777. "tooltiptext" ""
  3778. "style" "MainMenuButton"
  3779. "command" "FlmPSCDV2Flyout"
  3780. }
  3781. "BtnPSCDV3"
  3782. {
  3783. "FieldName" "BtnPSCDV3"
  3784. "ControlName" "L4D360HybridButton"
  3785. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3786. "ypos" "160"//flyouts ypos
  3787. "wide" "0"//flyouts width
  3788. "tall" "20"
  3789. "visible" "0"
  3790. "enabled" "1"
  3791. "labeltext" ""
  3792. "tooltiptext" ""
  3793. "style" "MainMenuButton"
  3794. "command" "FlmPSCDV3Flyout"
  3795. }
  3796. "BtnPSCDV4"
  3797. {
  3798. "FieldName" "BtnPSCDV4"
  3799. "ControlName" "L4D360HybridButton"
  3800. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3801. "ypos" "160"//flyouts ypos
  3802. "wide" "0"//flyouts width
  3803. "tall" "20"
  3804. "visible" "0"
  3805. "enabled" "1"
  3806. "labeltext" ""
  3807. "tooltiptext" ""
  3808. "style" "MainMenuButton"
  3809. "command" "FlmPSCDV4Flyout"
  3810. }
  3811. "BtnPGCDV"
  3812. {
  3813. "FieldName" "BtnPGCDV"
  3814. "ControlName" "L4D360HybridButton"
  3815. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3816. "ypos" "160"//flyouts ypos
  3817. "wide" "0"//flyouts width
  3818. "tall" "20"
  3819. "visible" "0"
  3820. "enabled" "1"
  3821. "labeltext" ""
  3822. "tooltiptext" ""
  3823. "style" "MainMenuButton"
  3824. "command" "FlmPGCDVFlyout"
  3825. }
  3826. "BtnPGCDV1"
  3827. {
  3828. "FieldName" "BtnPGCDV1"
  3829. "ControlName" "L4D360HybridButton"
  3830. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3831. "ypos" "160"//flyouts ypos
  3832. "wide" "0"//flyouts width
  3833. "tall" "20"
  3834. "visible" "0"
  3835. "enabled" "1"
  3836. "labeltext" ""
  3837. "tooltiptext" ""
  3838. "style" "MainMenuButton"
  3839. "command" "FlmPGCDV1Flyout"
  3840. }
  3841. "BtnPGCDV2"
  3842. {
  3843. "FieldName" "BtnPGCDV2"
  3844. "ControlName" "L4D360HybridButton"
  3845. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3846. "ypos" "160"//flyouts ypos
  3847. "wide" "0"//flyouts width
  3848. "tall" "20"
  3849. "visible" "0"
  3850. "enabled" "1"
  3851. "labeltext" ""
  3852. "tooltiptext" ""
  3853. "style" "MainMenuButton"
  3854. "command" "FlmPGCDV2Flyout"
  3855. }
  3856. "BtnSCCDV"
  3857. {
  3858. "FieldName" "BtnSCCDV"
  3859. "ControlName" "L4D360HybridButton"
  3860. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3861. "ypos" "160"//flyouts ypos
  3862. "wide" "0"//flyouts width
  3863. "tall" "20"
  3864. "visible" "0"
  3865. "enabled" "1"
  3866. "labeltext" ""
  3867. "tooltiptext" ""
  3868. "style" "MainMenuButton"
  3869. "command" "FlmSCCDVFlyout"
  3870. }
  3871. "BtnSCCDV1"
  3872. {
  3873. "FieldName" "BtnSCCDV1"
  3874. "ControlName" "L4D360HybridButton"
  3875. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3876. "ypos" "160"//flyouts ypos
  3877. "wide" "0"//flyouts width
  3878. "tall" "20"
  3879. "visible" "0"
  3880. "enabled" "1"
  3881. "labeltext" ""
  3882. "tooltiptext" ""
  3883. "style" "MainMenuButton"
  3884. "command" "FlmSCCDV1Flyout"
  3885. }
  3886. "BtnSCCDV2"
  3887. {
  3888. "FieldName" "BtnSCCDV2"
  3889. "ControlName" "L4D360HybridButton"
  3890. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3891. "ypos" "160"//flyouts ypos
  3892. "wide" "0"//flyouts width
  3893. "tall" "20"
  3894. "visible" "0"
  3895. "enabled" "1"
  3896. "labeltext" ""
  3897. "tooltiptext" ""
  3898. "style" "MainMenuButton"
  3899. "command" "FlmSCCDV2Flyout"
  3900. }
  3901. "BtnNMCDV"
  3902. {
  3903. "FieldName" "BtnNMCDV"
  3904. "ControlName" "L4D360HybridButton"
  3905. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3906. "ypos" "160"//flyouts ypos
  3907. "wide" "0"//flyouts width
  3908. "tall" "20"
  3909. "visible" "0"
  3910. "enabled" "1"
  3911. "labeltext" ""
  3912. "tooltiptext" ""
  3913. "style" "MainMenuButton"
  3914. "command" "FlmNMCDVFlyout"
  3915. }
  3916. "BtnNMCDV1"
  3917. {
  3918. "FieldName" "BtnNMCDV1"
  3919. "ControlName" "L4D360HybridButton"
  3920. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3921. "ypos" "160"//flyouts ypos
  3922. "wide" "0"//flyouts width
  3923. "tall" "20"
  3924. "visible" "0"
  3925. "enabled" "1"
  3926. "labeltext" ""
  3927. "tooltiptext" ""
  3928. "style" "MainMenuButton"
  3929. "command" "FlmNMCDV1Flyout"
  3930. }
  3931. "BtnNMCDV2"
  3932. {
  3933. "FieldName" "BtnNMCDV2"
  3934. "ControlName" "L4D360HybridButton"
  3935. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3936. "ypos" "160"//flyouts ypos
  3937. "wide" "0"//flyouts width
  3938. "tall" "20"
  3939. "visible" "0"
  3940. "enabled" "1"
  3941. "labeltext" ""
  3942. "tooltiptext" ""
  3943. "style" "MainMenuButton"
  3944. "command" "FlmNMCDV2Flyout"
  3945. }
  3946. "BtnNMCDV3"
  3947. {
  3948. "FieldName" "BtnNMCDV3"
  3949. "ControlName" "L4D360HybridButton"
  3950. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3951. "ypos" "160"//flyouts ypos
  3952. "wide" "0"//flyouts width
  3953. "tall" "20"
  3954. "visible" "0"
  3955. "enabled" "1"
  3956. "labeltext" ""
  3957. "tooltiptext" ""
  3958. "style" "MainMenuButton"
  3959. "command" "FlmNMCDV3Flyout"
  3960. }
  3961. "BtnNMCDV4"
  3962. {
  3963. "FieldName" "BtnNMCDV4"
  3964. "ControlName" "L4D360HybridButton"
  3965. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3966. "ypos" "160"//flyouts ypos
  3967. "wide" "0"//flyouts width
  3968. "tall" "20"
  3969. "visible" "0"
  3970. "enabled" "1"
  3971. "labeltext" ""
  3972. "tooltiptext" ""
  3973. "style" "MainMenuButton"
  3974. "command" "FlmNMCDV4Flyout"
  3975. }
  3976. "BtnCCCDV"
  3977. {
  3978. "FieldName" "BtnCCCDV"
  3979. "ControlName" "L4D360HybridButton"
  3980. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3981. "ypos" "160"//flyouts ypos
  3982. "wide" "0"//flyouts width
  3983. "tall" "20"
  3984. "visible" "0"
  3985. "enabled" "1"
  3986. "labeltext" ""
  3987. "tooltiptext" ""
  3988. "style" "MainMenuButton"
  3989. "command" "FlmCCCDVFlyout"
  3990. }
  3991. "BtnCCCDV1"
  3992. {
  3993. "FieldName" "BtnCCCDV1"
  3994. "ControlName" "L4D360HybridButton"
  3995. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  3996. "ypos" "160"//flyouts ypos
  3997. "wide" "0"//flyouts width
  3998. "tall" "20"
  3999. "visible" "0"
  4000. "enabled" "1"
  4001. "labeltext" ""
  4002. "tooltiptext" ""
  4003. "style" "MainMenuButton"
  4004. "command" "FlmCCCDV1Flyout"
  4005. }
  4006. "BtnDTCDV"
  4007. {
  4008. "FieldName" "BtnDTCDV"
  4009. "ControlName" "L4D360HybridButton"
  4010. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4011. "ypos" "160"//flyouts ypos
  4012. "wide" "0"//flyouts width
  4013. "tall" "20"
  4014. "visible" "0"
  4015. "enabled" "1"
  4016. "labeltext" ""
  4017. "tooltiptext" ""
  4018. "style" "MainMenuButton"
  4019. "command" "FlmDTCDVFlyout"
  4020. }
  4021. "BtnDTCDV1"
  4022. {
  4023. "FieldName" "BtnDTCDV1"
  4024. "ControlName" "L4D360HybridButton"
  4025. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4026. "ypos" "160"//flyouts ypos
  4027. "wide" "0"//flyouts width
  4028. "tall" "20"
  4029. "visible" "0"
  4030. "enabled" "1"
  4031. "labeltext" ""
  4032. "tooltiptext" ""
  4033. "style" "MainMenuButton"
  4034. "command" "FlmDTCDV1Flyout"
  4035. }
  4036. "BtnDTCDV2"
  4037. {
  4038. "FieldName" "BtnDTCDV2"
  4039. "ControlName" "L4D360HybridButton"
  4040. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4041. "ypos" "160"//flyouts ypos
  4042. "wide" "0"//flyouts width
  4043. "tall" "20"
  4044. "visible" "0"
  4045. "enabled" "1"
  4046. "labeltext" ""
  4047. "tooltiptext" ""
  4048. "style" "MainMenuButton"
  4049. "command" "FlmDTCDV2Flyout"
  4050. }
  4051. "BtnDTCDV3"
  4052. {
  4053. "FieldName" "BtnDTCDV3"
  4054. "ControlName" "L4D360HybridButton"
  4055. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4056. "ypos" "160"//flyouts ypos
  4057. "wide" "0"//flyouts width
  4058. "tall" "20"
  4059. "visible" "0"
  4060. "enabled" "1"
  4061. "labeltext" ""
  4062. "tooltiptext" ""
  4063. "style" "MainMenuButton"
  4064. "command" "FlmDTCDV3Flyout"
  4065. }
  4066. "BtnDTCDV4"
  4067. {
  4068. "FieldName" "BtnDTCDV4"
  4069. "ControlName" "L4D360HybridButton"
  4070. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4071. "ypos" "160"//flyouts ypos
  4072. "wide" "0"//flyouts width
  4073. "tall" "20"
  4074. "visible" "0"
  4075. "enabled" "1"
  4076. "labeltext" ""
  4077. "tooltiptext" ""
  4078. "style" "MainMenuButton"
  4079. "command" "FlmDTCDV4Flyout"
  4080. }
  4081. "BtnDACDV"
  4082. {
  4083. "FieldName" "BtnDACDV"
  4084. "ControlName" "L4D360HybridButton"
  4085. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4086. "ypos" "160"//flyouts ypos
  4087. "wide" "0"//flyouts width
  4088. "tall" "20"
  4089. "visible" "0"
  4090. "enabled" "1"
  4091. "labeltext" ""
  4092. "tooltiptext" ""
  4093. "style" "MainMenuButton"
  4094. "command" "FlmDACDVFlyout"
  4095. }
  4096. "BtnDACDV1"
  4097. {
  4098. "FieldName" "BtnDACDV1"
  4099. "ControlName" "L4D360HybridButton"
  4100. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4101. "ypos" "160"//flyouts ypos
  4102. "wide" "0"//flyouts width
  4103. "tall" "20"
  4104. "visible" "0"
  4105. "enabled" "1"
  4106. "labeltext" ""
  4107. "tooltiptext" ""
  4108. "style" "MainMenuButton"
  4109. "command" "FlmDACDV1Flyout"
  4110. }
  4111. "BtnDACDV2"
  4112. {
  4113. "FieldName" "BtnDACDV2"
  4114. "ControlName" "L4D360HybridButton"
  4115. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4116. "ypos" "160"//flyouts ypos
  4117. "wide" "0"//flyouts width
  4118. "tall" "20"
  4119. "visible" "0"
  4120. "enabled" "1"
  4121. "labeltext" ""
  4122. "tooltiptext" ""
  4123. "style" "MainMenuButton"
  4124. "command" "FlmDACDV2Flyout"
  4125. }
  4126. "BtnDACDV3"
  4127. {
  4128. "FieldName" "BtnDACDV3"
  4129. "ControlName" "L4D360HybridButton"
  4130. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4131. "ypos" "160"//flyouts ypos
  4132. "wide" "0"//flyouts width
  4133. "tall" "20"
  4134. "visible" "0"
  4135. "enabled" "1"
  4136. "labeltext" ""
  4137. "tooltiptext" ""
  4138. "style" "MainMenuButton"
  4139. "command" "FlmDACDV3Flyout"
  4140. }
  4141. "BtnDACDV4"
  4142. {
  4143. "FieldName" "BtnDACDV4"
  4144. "ControlName" "L4D360HybridButton"
  4145. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4146. "ypos" "160"//flyouts ypos
  4147. "wide" "0"//flyouts width
  4148. "tall" "20"
  4149. "visible" "0"
  4150. "enabled" "1"
  4151. "labeltext" ""
  4152. "tooltiptext" ""
  4153. "style" "MainMenuButton"
  4154. "command" "FlmDACDV4Flyout"
  4155. }
  4156. "BtnBHCDV"
  4157. {
  4158. "FieldName" "BtnBHCDV"
  4159. "ControlName" "L4D360HybridButton"
  4160. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4161. "ypos" "160"//flyouts ypos
  4162. "wide" "0"//flyouts width
  4163. "tall" "20"
  4164. "visible" "0"
  4165. "enabled" "1"
  4166. "labeltext" ""
  4167. "tooltiptext" ""
  4168. "style" "MainMenuButton"
  4169. "command" "FlmBHCDVFlyout"
  4170. }
  4171. "BtnBHCDV1"
  4172. {
  4173. "FieldName" "BtnBHCDV1"
  4174. "ControlName" "L4D360HybridButton"
  4175. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4176. "ypos" "160"//flyouts ypos
  4177. "wide" "0"//flyouts width
  4178. "tall" "20"
  4179. "visible" "0"
  4180. "enabled" "1"
  4181. "labeltext" ""
  4182. "tooltiptext" ""
  4183. "style" "MainMenuButton"
  4184. "command" "FlmBHCDV1Flyout"
  4185. }
  4186. "BtnBHCDV2"
  4187. {
  4188. "FieldName" "BtnBHCDV2"
  4189. "ControlName" "L4D360HybridButton"
  4190. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4191. "ypos" "160"//flyouts ypos
  4192. "wide" "0"//flyouts width
  4193. "tall" "20"
  4194. "visible" "0"
  4195. "enabled" "1"
  4196. "labeltext" ""
  4197. "tooltiptext" ""
  4198. "style" "MainMenuButton"
  4199. "command" "FlmBHCDV2Flyout"
  4200. }
  4201. "BtnBHCDV3"
  4202. {
  4203. "FieldName" "BtnBHCDV3"
  4204. "ControlName" "L4D360HybridButton"
  4205. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4206. "ypos" "160"//flyouts ypos
  4207. "wide" "0"//flyouts width
  4208. "tall" "20"
  4209. "visible" "0"
  4210. "enabled" "1"
  4211. "labeltext" ""
  4212. "tooltiptext" ""
  4213. "style" "MainMenuButton"
  4214. "command" "FlmBHCDV3Flyout"
  4215. }
  4216. "BtnBHCDV4"
  4217. {
  4218. "FieldName" "BtnBHCDV4"
  4219. "ControlName" "L4D360HybridButton"
  4220. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4221. "ypos" "160"//flyouts ypos
  4222. "wide" "0"//flyouts width
  4223. "tall" "20"
  4224. "visible" "0"
  4225. "enabled" "1"
  4226. "labeltext" ""
  4227. "tooltiptext" ""
  4228. "style" "MainMenuButton"
  4229. "command" "FlmBHCDV4Flyout"
  4230. }
  4231. "BtnCSCDV"
  4232. {
  4233. "FieldName" "BtnCSCDV"
  4234. "ControlName" "L4D360HybridButton"
  4235. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4236. "ypos" "160"//flyouts ypos
  4237. "wide" "0"//flyouts width
  4238. "tall" "20"
  4239. "visible" "0"
  4240. "enabled" "1"
  4241. "labeltext" ""
  4242. "tooltiptext" ""
  4243. "style" "MainMenuButton"
  4244. "command" "FlmCSCDVFlyout"
  4245. }
  4246. "BtnCSCDV1"
  4247. {
  4248. "FieldName" "BtnCSCDV1"
  4249. "ControlName" "L4D360HybridButton"
  4250. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4251. "ypos" "160"//flyouts ypos
  4252. "wide" "0"//flyouts width
  4253. "tall" "20"
  4254. "visible" "0"
  4255. "enabled" "1"
  4256. "labeltext" ""
  4257. "tooltiptext" ""
  4258. "style" "MainMenuButton"
  4259. "command" "FlmCSCDV1Flyout"
  4260. }
  4261. "BtnCSCDV2"
  4262. {
  4263. "FieldName" "BtnCSCDV2"
  4264. "ControlName" "L4D360HybridButton"
  4265. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4266. "ypos" "160"//flyouts ypos
  4267. "wide" "0"//flyouts width
  4268. "tall" "20"
  4269. "visible" "0"
  4270. "enabled" "1"
  4271. "labeltext" ""
  4272. "tooltiptext" ""
  4273. "style" "MainMenuButton"
  4274. "command" "FlmCSCDV2Flyout"
  4275. }
  4276. "BtnCSCDV3"
  4277. {
  4278. "FieldName" "BtnCSCDV3"
  4279. "ControlName" "L4D360HybridButton"
  4280. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4281. "ypos" "160"//flyouts ypos
  4282. "wide" "0"//flyouts width
  4283. "tall" "20"
  4284. "visible" "0"
  4285. "enabled" "1"
  4286. "labeltext" ""
  4287. "tooltiptext" ""
  4288. "style" "MainMenuButton"
  4289. "command" "FlmCSCDV3Flyout"
  4290. }
  4291. "BtnDC"
  4292. {
  4293. "FieldName" "BtnDC"
  4294. "ControlName" "L4D360HybridButton"
  4295. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4296. "ypos" "160"//flyouts ypos
  4297. "wide" "0"//flyouts width
  4298. "tall" "20"
  4299. "visible" "0"
  4300. "enabled" "1"
  4301. "labeltext" ""
  4302. "tooltiptext" ""
  4303. "style" "MainMenuButton"
  4304. "command" "FlmDCFlyout"
  4305. }
  4306. "BtnDCL"
  4307. {
  4308. "FieldName" "BtnDCL"
  4309. "ControlName" "L4D360HybridButton"
  4310. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4311. "ypos" "160"//flyouts ypos
  4312. "wide" "0"//flyouts width
  4313. "tall" "20"
  4314. "visible" "0"
  4315. "enabled" "1"
  4316. "labeltext" ""
  4317. "tooltiptext" ""
  4318. "style" "MainMenuButton"
  4319. "command" "FlmDCLFlyout"
  4320. }
  4321. "BtnSF"
  4322. {
  4323. "FieldName" "BtnSF"
  4324. "ControlName" "L4D360HybridButton"
  4325. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4326. "ypos" "160"//flyouts ypos
  4327. "wide" "0"//flyouts width
  4328. "tall" "20"
  4329. "visible" "0"
  4330. "enabled" "1"
  4331. "labeltext" ""
  4332. "tooltiptext" ""
  4333. "style" "MainMenuButton"
  4334. "command" "FlmSFFlyout"
  4335. }
  4336. "BtnHR"
  4337. {
  4338. "FieldName" "BtnHR"
  4339. "ControlName" "L4D360HybridButton"
  4340. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4341. "ypos" "160"//flyouts ypos
  4342. "wide" "0"//flyouts width
  4343. "tall" "20"
  4344. "visible" "0"
  4345. "enabled" "1"
  4346. "labeltext" ""
  4347. "tooltiptext" ""
  4348. "style" "MainMenuButton"
  4349. "command" "FlmHRFlyout"
  4350. }
  4351. "BtnPS"
  4352. {
  4353. "FieldName" "BtnPS"
  4354. "ControlName" "L4D360HybridButton"
  4355. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4356. "ypos" "160"//flyouts ypos
  4357. "wide" "0"//flyouts width
  4358. "tall" "20"
  4359. "visible" "0"
  4360. "enabled" "1"
  4361. "labeltext" ""
  4362. "tooltiptext" ""
  4363. "style" "MainMenuButton"
  4364. "command" "FlmPSFlyout"
  4365. }
  4366. "BtnPG"
  4367. {
  4368. "FieldName" "BtnPG"
  4369. "ControlName" "L4D360HybridButton"
  4370. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4371. "ypos" "160"//flyouts ypos
  4372. "wide" "0"//flyouts width
  4373. "tall" "20"
  4374. "visible" "0"
  4375. "enabled" "1"
  4376. "labeltext" ""
  4377. "tooltiptext" ""
  4378. "style" "MainMenuButton"
  4379. "command" "FlmPGFlyout"
  4380. }
  4381. "BtnSC"
  4382. {
  4383. "FieldName" "BtnSC"
  4384. "ControlName" "L4D360HybridButton"
  4385. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4386. "ypos" "160"//flyouts ypos
  4387. "wide" "0"//flyouts width
  4388. "tall" "20"
  4389. "visible" "0"
  4390. "enabled" "1"
  4391. "labeltext" ""
  4392. "tooltiptext" ""
  4393. "style" "MainMenuButton"
  4394. "command" "FlmSCFlyout"
  4395. }
  4396. "BtnNM"
  4397. {
  4398. "FieldName" "BtnNM"
  4399. "ControlName" "L4D360HybridButton"
  4400. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4401. "ypos" "160"//flyouts ypos
  4402. "wide" "0"//flyouts width
  4403. "tall" "20"
  4404. "visible" "0"
  4405. "enabled" "1"
  4406. "labeltext" ""
  4407. "tooltiptext" ""
  4408. "style" "MainMenuButton"
  4409. "command" "FlmNMFlyout"
  4410. }
  4411. "BtnCC"
  4412. {
  4413. "FieldName" "BtnCC"
  4414. "ControlName" "L4D360HybridButton"
  4415. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4416. "ypos" "160"//flyouts ypos
  4417. "wide" "0"//flyouts width
  4418. "tall" "20"
  4419. "visible" "0"
  4420. "enabled" "1"
  4421. "labeltext" ""
  4422. "tooltiptext" ""
  4423. "style" "MainMenuButton"
  4424. "command" "FlmCCFlyout"
  4425. }
  4426. "BtnDT"
  4427. {
  4428. "FieldName" "BtnDT"
  4429. "ControlName" "L4D360HybridButton"
  4430. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4431. "ypos" "160"//flyouts ypos
  4432. "wide" "0"//flyouts width
  4433. "tall" "20"
  4434. "visible" "0"
  4435. "enabled" "1"
  4436. "labeltext" ""
  4437. "tooltiptext" ""
  4438. "style" "MainMenuButton"
  4439. "command" "FlmDTFlyout"
  4440. }
  4441. "BtnDTSE"
  4442. {
  4443. "FieldName" "BtnDTSE"
  4444. "ControlName" "L4D360HybridButton"
  4445. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4446. "ypos" "160"//flyouts ypos
  4447. "wide" "0"//flyouts width
  4448. "tall" "20"
  4449. "visible" "0"
  4450. "enabled" "1"
  4451. "labeltext" ""
  4452. "tooltiptext" ""
  4453. "style" "MainMenuButton"
  4454. "command" "FlmDTSEFlyout"
  4455. }
  4456. "BtnDA"
  4457. {
  4458. "FieldName" "BtnDA"
  4459. "ControlName" "L4D360HybridButton"
  4460. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4461. "ypos" "160"//flyouts ypos
  4462. "wide" "0"//flyouts width
  4463. "tall" "20"
  4464. "visible" "0"
  4465. "enabled" "1"
  4466. "labeltext" ""
  4467. "tooltiptext" ""
  4468. "style" "MainMenuButton"
  4469. "command" "FlmDAFlyout"
  4470. }
  4471. "BtnDASE"
  4472. {
  4473. "FieldName" "BtnDASE"
  4474. "ControlName" "L4D360HybridButton"
  4475. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4476. "ypos" "160"//flyouts ypos
  4477. "wide" "0"//flyouts width
  4478. "tall" "20"
  4479. "visible" "0"
  4480. "enabled" "1"
  4481. "labeltext" ""
  4482. "tooltiptext" ""
  4483. "style" "MainMenuButton"
  4484. "command" "FlmDASEFlyout"
  4485. }
  4486. "BtnBH"
  4487. {
  4488. "FieldName" "BtnBH"
  4489. "ControlName" "L4D360HybridButton"
  4490. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4491. "ypos" "160"//flyouts ypos
  4492. "wide" "0"//flyouts width
  4493. "tall" "20"
  4494. "visible" "0"
  4495. "enabled" "1"
  4496. "labeltext" ""
  4497. "tooltiptext" ""
  4498. "style" "MainMenuButton"
  4499. "command" "FlmBHFlyout"
  4500. }
  4501. "BtnBHSE"
  4502. {
  4503. "FieldName" "BtnBHSE"
  4504. "ControlName" "L4D360HybridButton"
  4505. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4506. "ypos" "160"//flyouts ypos
  4507. "wide" "0"//flyouts width
  4508. "tall" "20"
  4509. "visible" "0"
  4510. "enabled" "1"
  4511. "labeltext" ""
  4512. "tooltiptext" ""
  4513. "style" "MainMenuButton"
  4514. "command" "FlmBHSEFlyout"
  4515. }
  4516. "BtnCS"
  4517. {
  4518. "FieldName" "BtnCS"
  4519. "ControlName" "L4D360HybridButton"
  4520. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4521. "ypos" "160"//flyouts ypos
  4522. "wide" "0"//flyouts width
  4523. "tall" "20"
  4524. "visible" "0"
  4525. "enabled" "1"
  4526. "labeltext" ""
  4527. "tooltiptext" ""
  4528. "style" "MainMenuButton"
  4529. "command" "FlmCSFlyout"
  4530. }
  4531. "BtnDCV"
  4532. {
  4533. "FieldName" "BtnDCV"
  4534. "ControlName" "L4D360HybridButton"
  4535. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4536. "ypos" "160"//flyouts ypos
  4537. "wide" "0"//flyouts width
  4538. "tall" "20"
  4539. "visible" "0"
  4540. "enabled" "1"
  4541. "labeltext" ""
  4542. "tooltiptext" ""
  4543. "style" "MainMenuButton"
  4544. "command" "FlmDCVFlyout"
  4545. }
  4546. "BtnDCLV"
  4547. {
  4548. "FieldName" "BtnDCLV"
  4549. "ControlName" "L4D360HybridButton"
  4550. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4551. "ypos" "160"//flyouts ypos
  4552. "wide" "0"//flyouts width
  4553. "tall" "20"
  4554. "visible" "0"
  4555. "enabled" "1"
  4556. "labeltext" ""
  4557. "tooltiptext" ""
  4558. "style" "MainMenuButton"
  4559. "command" "FlmDCLVFlyout"
  4560. }
  4561. "BtnSFV"
  4562. {
  4563. "FieldName" "BtnSFV"
  4564. "ControlName" "L4D360HybridButton"
  4565. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4566. "ypos" "160"//flyouts ypos
  4567. "wide" "0"//flyouts width
  4568. "tall" "20"
  4569. "visible" "0"
  4570. "enabled" "1"
  4571. "labeltext" ""
  4572. "tooltiptext" ""
  4573. "style" "MainMenuButton"
  4574. "command" "FlmSFVFlyout"
  4575. }
  4576. "BtnHRV"
  4577. {
  4578. "FieldName" "BtnHRV"
  4579. "ControlName" "L4D360HybridButton"
  4580. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4581. "ypos" "160"//flyouts ypos
  4582. "wide" "0"//flyouts width
  4583. "tall" "20"
  4584. "visible" "0"
  4585. "enabled" "1"
  4586. "labeltext" ""
  4587. "tooltiptext" ""
  4588. "style" "MainMenuButton"
  4589. "command" "FlmHRVFlyout"
  4590. }
  4591. "BtnPSV"
  4592. {
  4593. "FieldName" "BtnPSV"
  4594. "ControlName" "L4D360HybridButton"
  4595. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4596. "ypos" "160"//flyouts ypos
  4597. "wide" "0"//flyouts width
  4598. "tall" "20"
  4599. "visible" "0"
  4600. "enabled" "1"
  4601. "labeltext" ""
  4602. "tooltiptext" ""
  4603. "style" "MainMenuButton"
  4604. "command" "FlmPSVFlyout"
  4605. }
  4606. "BtnPGV"
  4607. {
  4608. "FieldName" "BtnPGV"
  4609. "ControlName" "L4D360HybridButton"
  4610. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4611. "ypos" "160"//flyouts ypos
  4612. "wide" "0"//flyouts width
  4613. "tall" "20"
  4614. "visible" "0"
  4615. "enabled" "1"
  4616. "labeltext" ""
  4617. "tooltiptext" ""
  4618. "style" "MainMenuButton"
  4619. "command" "FlmPGVFlyout"
  4620. }
  4621. "BtnSCV"
  4622. {
  4623. "FieldName" "BtnSCV"
  4624. "ControlName" "L4D360HybridButton"
  4625. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4626. "ypos" "160"//flyouts ypos
  4627. "wide" "0"//flyouts width
  4628. "tall" "20"
  4629. "visible" "0"
  4630. "enabled" "1"
  4631. "labeltext" ""
  4632. "tooltiptext" ""
  4633. "style" "MainMenuButton"
  4634. "command" "FlmSCVFlyout"
  4635. }
  4636. "BtnNMV"
  4637. {
  4638. "FieldName" "BtnNMV"
  4639. "ControlName" "L4D360HybridButton"
  4640. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4641. "ypos" "160"//flyouts ypos
  4642. "wide" "0"//flyouts width
  4643. "tall" "20"
  4644. "visible" "0"
  4645. "enabled" "1"
  4646. "labeltext" ""
  4647. "tooltiptext" ""
  4648. "style" "MainMenuButton"
  4649. "command" "FlmNMVFlyout"
  4650. }
  4651. "BtnCCV"
  4652. {
  4653. "FieldName" "BtnCCV"
  4654. "ControlName" "L4D360HybridButton"
  4655. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4656. "ypos" "160"//flyouts ypos
  4657. "wide" "0"//flyouts width
  4658. "tall" "20"
  4659. "visible" "0"
  4660. "enabled" "1"
  4661. "labeltext" ""
  4662. "tooltiptext" ""
  4663. "style" "MainMenuButton"
  4664. "command" "FlmCCVFlyout"
  4665. }
  4666. "BtnDTV"
  4667. {
  4668. "FieldName" "BtnDTV"
  4669. "ControlName" "L4D360HybridButton"
  4670. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4671. "ypos" "160"//flyouts ypos
  4672. "wide" "0"//flyouts width
  4673. "tall" "20"
  4674. "visible" "0"
  4675. "enabled" "1"
  4676. "labeltext" ""
  4677. "tooltiptext" ""
  4678. "style" "MainMenuButton"
  4679. "command" "FlmDTVFlyout"
  4680. }
  4681. "BtnDAV"
  4682. {
  4683. "FieldName" "BtnDAV"
  4684. "ControlName" "L4D360HybridButton"
  4685. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4686. "ypos" "160"//flyouts ypos
  4687. "wide" "0"//flyouts width
  4688. "tall" "20"
  4689. "visible" "0"
  4690. "enabled" "1"
  4691. "labeltext" ""
  4692. "tooltiptext" ""
  4693. "style" "MainMenuButton"
  4694. "command" "FlmDAVFlyout"
  4695. }
  4696. "BtnBHV"
  4697. {
  4698. "FieldName" "BtnBHV"
  4699. "ControlName" "L4D360HybridButton"
  4700. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4701. "ypos" "160"//flyouts ypos
  4702. "wide" "0"//flyouts width
  4703. "tall" "20"
  4704. "visible" "0"
  4705. "enabled" "1"
  4706. "labeltext" ""
  4707. "tooltiptext" ""
  4708. "style" "MainMenuButton"
  4709. "command" "FlmBHVFlyout"
  4710. }
  4711. "BtnCSV"
  4712. {
  4713. "FieldName" "BtnCSV"
  4714. "ControlName" "L4D360HybridButton"
  4715. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4716. "ypos" "160"//flyouts ypos
  4717. "wide" "0"//flyouts width
  4718. "tall" "20"
  4719. "visible" "0"
  4720. "enabled" "1"
  4721. "labeltext" ""
  4722. "tooltiptext" ""
  4723. "style" "MainMenuButton"
  4724. "command" "FlmCSVFlyout"
  4725. }
  4726. "BtnDCSV"
  4727. {
  4728. "FieldName" "BtnDCSV"
  4729. "ControlName" "L4D360HybridButton"
  4730. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4731. "ypos" "160"//flyouts ypos
  4732. "wide" "0"//flyouts width
  4733. "tall" "20"
  4734. "visible" "0"
  4735. "enabled" "1"
  4736. "labeltext" ""
  4737. "tooltiptext" ""
  4738. "style" "MainMenuButton"
  4739. "command" "FlmDCSVFlyout"
  4740. }
  4741. "BtnDCSE"
  4742. {
  4743. "FieldName" "BtnDCSE"
  4744. "ControlName" "L4D360HybridButton"
  4745. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4746. "ypos" "160"//flyouts ypos
  4747. "wide" "0"//flyouts width
  4748. "tall" "20"
  4749. "visible" "0"
  4750. "enabled" "1"
  4751. "labeltext" ""
  4752. "tooltiptext" ""
  4753. "style" "MainMenuButton"
  4754. "command" "FlmDCSEFlyout"
  4755. }
  4756. "BtnDCLSV"
  4757. {
  4758. "FieldName" "BtnDCLSV"
  4759. "ControlName" "L4D360HybridButton"
  4760. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4761. "ypos" "160"//flyouts ypos
  4762. "wide" "0"//flyouts width
  4763. "tall" "20"
  4764. "visible" "0"
  4765. "enabled" "1"
  4766. "labeltext" ""
  4767. "tooltiptext" ""
  4768. "style" "MainMenuButton"
  4769. "command" "FlmDCLSVFlyout"
  4770. }
  4771. "BtnDCLSE"
  4772. {
  4773. "FieldName" "BtnDCLSE"
  4774. "ControlName" "L4D360HybridButton"
  4775. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4776. "ypos" "160"//flyouts ypos
  4777. "wide" "0"//flyouts width
  4778. "tall" "20"
  4779. "visible" "0"
  4780. "enabled" "1"
  4781. "labeltext" ""
  4782. "tooltiptext" ""
  4783. "style" "MainMenuButton"
  4784. "command" "FlmDCLSEFlyout"
  4785. }
  4786. "BtnSFSV"
  4787. {
  4788. "FieldName" "BtnSFSV"
  4789. "ControlName" "L4D360HybridButton"
  4790. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4791. "ypos" "160"//flyouts ypos
  4792. "wide" "0"//flyouts width
  4793. "tall" "20"
  4794. "visible" "0"
  4795. "enabled" "1"
  4796. "labeltext" ""
  4797. "tooltiptext" ""
  4798. "style" "MainMenuButton"
  4799. "command" "FlmSFSVFlyout"
  4800. }
  4801. "BtnSFSE"
  4802. {
  4803. "FieldName" "BtnSFSE"
  4804. "ControlName" "L4D360HybridButton"
  4805. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4806. "ypos" "160"//flyouts ypos
  4807. "wide" "0"//flyouts width
  4808. "tall" "20"
  4809. "visible" "0"
  4810. "enabled" "1"
  4811. "labeltext" ""
  4812. "tooltiptext" ""
  4813. "style" "MainMenuButton"
  4814. "command" "FlmSFSEFlyout"
  4815. }
  4816. "BtnHRSV"
  4817. {
  4818. "FieldName" "BtnHRSV"
  4819. "ControlName" "L4D360HybridButton"
  4820. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4821. "ypos" "160"//flyouts ypos
  4822. "wide" "0"//flyouts width
  4823. "tall" "20"
  4824. "visible" "0"
  4825. "enabled" "1"
  4826. "labeltext" ""
  4827. "tooltiptext" ""
  4828. "style" "MainMenuButton"
  4829. "command" "FlmHRSVFlyout"
  4830. }
  4831. "BtnHRSE"
  4832. {
  4833. "FieldName" "BtnHRSE"
  4834. "ControlName" "L4D360HybridButton"
  4835. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4836. "ypos" "160"//flyouts ypos
  4837. "wide" "0"//flyouts width
  4838. "tall" "20"
  4839. "visible" "0"
  4840. "enabled" "1"
  4841. "labeltext" ""
  4842. "tooltiptext" ""
  4843. "style" "MainMenuButton"
  4844. "command" "FlmHRSEFlyout"
  4845. }
  4846. "BtnPSSV"
  4847. {
  4848. "FieldName" "BtnPSSV"
  4849. "ControlName" "L4D360HybridButton"
  4850. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4851. "ypos" "160"//flyouts ypos
  4852. "wide" "0"//flyouts width
  4853. "tall" "20"
  4854. "visible" "0"
  4855. "enabled" "1"
  4856. "labeltext" ""
  4857. "tooltiptext" ""
  4858. "style" "MainMenuButton"
  4859. "command" "FlmPSSVFlyout"
  4860. }
  4861. "BtnPSSE"
  4862. {
  4863. "FieldName" "BtnPSSE"
  4864. "ControlName" "L4D360HybridButton"
  4865. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4866. "ypos" "160"//flyouts ypos
  4867. "wide" "0"//flyouts width
  4868. "tall" "20"
  4869. "visible" "0"
  4870. "enabled" "1"
  4871. "labeltext" ""
  4872. "tooltiptext" ""
  4873. "style" "MainMenuButton"
  4874. "command" "FlmPSSEFlyout"
  4875. }
  4876. "BtnPGSV"
  4877. {
  4878. "FieldName" "BtnPGSV"
  4879. "ControlName" "L4D360HybridButton"
  4880. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4881. "ypos" "160"//flyouts ypos
  4882. "wide" "0"//flyouts width
  4883. "tall" "20"
  4884. "visible" "0"
  4885. "enabled" "1"
  4886. "labeltext" ""
  4887. "tooltiptext" ""
  4888. "style" "MainMenuButton"
  4889. "command" "FlmPGSVFlyout"
  4890. }
  4891. "BtnPGSE"
  4892. {
  4893. "FieldName" "BtnPGSE"
  4894. "ControlName" "L4D360HybridButton"
  4895. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4896. "ypos" "160"//flyouts ypos
  4897. "wide" "0"//flyouts width
  4898. "tall" "20"
  4899. "visible" "0"
  4900. "enabled" "1"
  4901. "labeltext" ""
  4902. "tooltiptext" ""
  4903. "style" "MainMenuButton"
  4904. "command" "FlmPGSEFlyout"
  4905. }
  4906. "BtnSCSV"
  4907. {
  4908. "FieldName" "BtnSCSV"
  4909. "ControlName" "L4D360HybridButton"
  4910. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4911. "ypos" "160"//flyouts ypos
  4912. "wide" "0"//flyouts width
  4913. "tall" "20"
  4914. "visible" "0"
  4915. "enabled" "1"
  4916. "labeltext" ""
  4917. "tooltiptext" ""
  4918. "style" "MainMenuButton"
  4919. "command" "FlmSCSVFlyout"
  4920. }
  4921. "BtnSCSE"
  4922. {
  4923. "FieldName" "BtnSCSE"
  4924. "ControlName" "L4D360HybridButton"
  4925. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4926. "ypos" "160"//flyouts ypos
  4927. "wide" "0"//flyouts width
  4928. "tall" "20"
  4929. "visible" "0"
  4930. "enabled" "1"
  4931. "labeltext" ""
  4932. "tooltiptext" ""
  4933. "style" "MainMenuButton"
  4934. "command" "FlmSCSEFlyout"
  4935. }
  4936. "BtnNMSV"
  4937. {
  4938. "FieldName" "BtnNMSV"
  4939. "ControlName" "L4D360HybridButton"
  4940. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4941. "ypos" "160"//flyouts ypos
  4942. "wide" "0"//flyouts width
  4943. "tall" "20"
  4944. "visible" "0"
  4945. "enabled" "1"
  4946. "labeltext" ""
  4947. "tooltiptext" ""
  4948. "style" "MainMenuButton"
  4949. "command" "FlmNMSVFlyout"
  4950. }
  4951. "BtnNMSE"
  4952. {
  4953. "FieldName" "BtnNMSE"
  4954. "ControlName" "L4D360HybridButton"
  4955. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4956. "ypos" "160"//flyouts ypos
  4957. "wide" "0"//flyouts width
  4958. "tall" "20"
  4959. "visible" "0"
  4960. "enabled" "1"
  4961. "labeltext" ""
  4962. "tooltiptext" ""
  4963. "style" "MainMenuButton"
  4964. "command" "FlmNMSEFlyout"
  4965. }
  4966. "BtnDCRL"
  4967. {
  4968. "FieldName" "BtnDCRL"
  4969. "ControlName" "L4D360HybridButton"
  4970. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4971. "ypos" "160"//flyouts ypos
  4972. "wide" "0"//flyouts width
  4973. "tall" "20"
  4974. "visible" "0"
  4975. "enabled" "1"
  4976. "labeltext" ""
  4977. "tooltiptext" ""
  4978. "style" "MainMenuButton"
  4979. "command" "FlmDCRLFlyout"
  4980. }
  4981. "BtnDCRV"
  4982. {
  4983. "FieldName" "BtnDCRV"
  4984. "ControlName" "L4D360HybridButton"
  4985. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  4986. "ypos" "160"//flyouts ypos
  4987. "wide" "0"//flyouts width
  4988. "tall" "20"
  4989. "visible" "0"
  4990. "enabled" "1"
  4991. "labeltext" ""
  4992. "tooltiptext" ""
  4993. "style" "MainMenuButton"
  4994. "command" "FlmDCRVFlyout"
  4995. }
  4996. "BtnDCLRL"
  4997. {
  4998. "FieldName" "BtnDCLRL"
  4999. "ControlName" "L4D360HybridButton"
  5000. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5001. "ypos" "160"//flyouts ypos
  5002. "wide" "0"//flyouts width
  5003. "tall" "20"
  5004. "visible" "0"
  5005. "enabled" "1"
  5006. "labeltext" ""
  5007. "tooltiptext" ""
  5008. "style" "MainMenuButton"
  5009. "command" "FlmDCLRLFlyout"
  5010. }
  5011. "BtnDCLRV"
  5012. {
  5013. "FieldName" "BtnDCLRV"
  5014. "ControlName" "L4D360HybridButton"
  5015. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5016. "ypos" "160"//flyouts ypos
  5017. "wide" "0"//flyouts width
  5018. "tall" "20"
  5019. "visible" "0"
  5020. "enabled" "1"
  5021. "labeltext" ""
  5022. "tooltiptext" ""
  5023. "style" "MainMenuButton"
  5024. "command" "FlmDCLRVFlyout"
  5025. }
  5026. "BtnSFRL"
  5027. {
  5028. "FieldName" "BtnSFRL"
  5029. "ControlName" "L4D360HybridButton"
  5030. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5031. "ypos" "160"//flyouts ypos
  5032. "wide" "0"//flyouts width
  5033. "tall" "20"
  5034. "visible" "0"
  5035. "enabled" "1"
  5036. "labeltext" ""
  5037. "tooltiptext" ""
  5038. "style" "MainMenuButton"
  5039. "command" "FlmSFRLFlyout"
  5040. }
  5041. "BtnSFRV"
  5042. {
  5043. "FieldName" "BtnSFRV"
  5044. "ControlName" "L4D360HybridButton"
  5045. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5046. "ypos" "160"//flyouts ypos
  5047. "wide" "0"//flyouts width
  5048. "tall" "20"
  5049. "visible" "0"
  5050. "enabled" "1"
  5051. "labeltext" ""
  5052. "tooltiptext" ""
  5053. "style" "MainMenuButton"
  5054. "command" "FlmSFRVFlyout"
  5055. }
  5056. "BtnHRRL"
  5057. {
  5058. "FieldName" "BtnHRRL"
  5059. "ControlName" "L4D360HybridButton"
  5060. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5061. "ypos" "160"//flyouts ypos
  5062. "wide" "0"//flyouts width
  5063. "tall" "20"
  5064. "visible" "0"
  5065. "enabled" "1"
  5066. "labeltext" ""
  5067. "tooltiptext" ""
  5068. "style" "MainMenuButton"
  5069. "command" "FlmHRRLFlyout"
  5070. }
  5071. "BtnHRRV"
  5072. {
  5073. "FieldName" "BtnHRRV"
  5074. "ControlName" "L4D360HybridButton"
  5075. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5076. "ypos" "160"//flyouts ypos
  5077. "wide" "0"//flyouts width
  5078. "tall" "20"
  5079. "visible" "0"
  5080. "enabled" "1"
  5081. "labeltext" ""
  5082. "tooltiptext" ""
  5083. "style" "MainMenuButton"
  5084. "command" "FlmHRRVFlyout"
  5085. }
  5086. "BtnPSRL"
  5087. {
  5088. "FieldName" "BtnPSRL"
  5089. "ControlName" "L4D360HybridButton"
  5090. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5091. "ypos" "160"//flyouts ypos
  5092. "wide" "0"//flyouts width
  5093. "tall" "20"
  5094. "visible" "0"
  5095. "enabled" "1"
  5096. "labeltext" ""
  5097. "tooltiptext" ""
  5098. "style" "MainMenuButton"
  5099. "command" "FlmPSRLFlyout"
  5100. }
  5101. "BtnPSRV"
  5102. {
  5103. "FieldName" "BtnPSRV"
  5104. "ControlName" "L4D360HybridButton"
  5105. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5106. "ypos" "160"//flyouts ypos
  5107. "wide" "0"//flyouts width
  5108. "tall" "20"
  5109. "visible" "0"
  5110. "enabled" "1"
  5111. "labeltext" ""
  5112. "tooltiptext" ""
  5113. "style" "MainMenuButton"
  5114. "command" "FlmPSRVFlyout"
  5115. }
  5116. "BtnPGRL"
  5117. {
  5118. "FieldName" "BtnPGRL"
  5119. "ControlName" "L4D360HybridButton"
  5120. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5121. "ypos" "160"//flyouts ypos
  5122. "wide" "0"//flyouts width
  5123. "tall" "20"
  5124. "visible" "0"
  5125. "enabled" "1"
  5126. "labeltext" ""
  5127. "tooltiptext" ""
  5128. "style" "MainMenuButton"
  5129. "command" "FlmPGRLFlyout"
  5130. }
  5131. "BtnPGRV"
  5132. {
  5133. "FieldName" "BtnPGRV"
  5134. "ControlName" "L4D360HybridButton"
  5135. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5136. "ypos" "160"//flyouts ypos
  5137. "wide" "0"//flyouts width
  5138. "tall" "20"
  5139. "visible" "0"
  5140. "enabled" "1"
  5141. "labeltext" ""
  5142. "tooltiptext" ""
  5143. "style" "MainMenuButton"
  5144. "command" "FlmPGRVFlyout"
  5145. }
  5146. "BtnSCRL"
  5147. {
  5148. "FieldName" "BtnSCRL"
  5149. "ControlName" "L4D360HybridButton"
  5150. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5151. "ypos" "160"//flyouts ypos
  5152. "wide" "0"//flyouts width
  5153. "tall" "20"
  5154. "visible" "0"
  5155. "enabled" "1"
  5156. "labeltext" ""
  5157. "tooltiptext" ""
  5158. "style" "MainMenuButton"
  5159. "command" "FlmSCRLFlyout"
  5160. }
  5161. "BtnSCRV"
  5162. {
  5163. "FieldName" "BtnSCRV"
  5164. "ControlName" "L4D360HybridButton"
  5165. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5166. "ypos" "160"//flyouts ypos
  5167. "wide" "0"//flyouts width
  5168. "tall" "20"
  5169. "visible" "0"
  5170. "enabled" "1"
  5171. "labeltext" ""
  5172. "tooltiptext" ""
  5173. "style" "MainMenuButton"
  5174. "command" "FlmSCRVFlyout"
  5175. }
  5176. "BtnNMRL"
  5177. {
  5178. "FieldName" "BtnNMRL"
  5179. "ControlName" "L4D360HybridButton"
  5180. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5181. "ypos" "160"//flyouts ypos
  5182. "wide" "0"//flyouts width
  5183. "tall" "20"
  5184. "visible" "0"
  5185. "enabled" "1"
  5186. "labeltext" ""
  5187. "tooltiptext" ""
  5188. "style" "MainMenuButton"
  5189. "command" "FlmNMRLFlyout"
  5190. }
  5191. "BtnNMRV"
  5192. {
  5193. "FieldName" "BtnNMRV"
  5194. "ControlName" "L4D360HybridButton"
  5195. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5196. "ypos" "160"//flyouts ypos
  5197. "wide" "0"//flyouts width
  5198. "tall" "20"
  5199. "visible" "0"
  5200. "enabled" "1"
  5201. "labeltext" ""
  5202. "tooltiptext" ""
  5203. "style" "MainMenuButton"
  5204. "command" "FlmNMRVFlyout"
  5205. }
  5206. "BtnNMRV"
  5207. {
  5208. "FieldName" "BtnNMRV"
  5209. "ControlName" "L4D360HybridButton"
  5210. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5211. "ypos" "160"//flyouts ypos
  5212. "wide" "0"//flyouts width
  5213. "tall" "20"
  5214. "visible" "0"
  5215. "enabled" "1"
  5216. "labeltext" ""
  5217. "tooltiptext" ""
  5218. "style" "MainMenuButton"
  5219. "command" "FlmCCRLFlyout"
  5220. }
  5221. "BtnCCRV"
  5222. {
  5223. "FieldName" "BtnCCRV"
  5224. "ControlName" "L4D360HybridButton"
  5225. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5226. "ypos" "160"//flyouts ypos
  5227. "wide" "0"//flyouts width
  5228. "tall" "20"
  5229. "visible" "0"
  5230. "enabled" "1"
  5231. "labeltext" ""
  5232. "tooltiptext" ""
  5233. "style" "MainMenuButton"
  5234. "command" "FlmCCRVFlyout"
  5235. }
  5236. "BtnDTRL"
  5237. {
  5238. "FieldName" "BtnDTRL"
  5239. "ControlName" "L4D360HybridButton"
  5240. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5241. "ypos" "160"//flyouts ypos
  5242. "wide" "0"//flyouts width
  5243. "tall" "20"
  5244. "visible" "0"
  5245. "enabled" "1"
  5246. "labeltext" ""
  5247. "tooltiptext" ""
  5248. "style" "MainMenuButton"
  5249. "command" "FlmDTRLFlyout"
  5250. }
  5251. "BtnDTRV"
  5252. {
  5253. "FieldName" "BtnDTRV"
  5254. "ControlName" "L4D360HybridButton"
  5255. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5256. "ypos" "160"//flyouts ypos
  5257. "wide" "0"//flyouts width
  5258. "tall" "20"
  5259. "visible" "0"
  5260. "enabled" "1"
  5261. "labeltext" ""
  5262. "tooltiptext" ""
  5263. "style" "MainMenuButton"
  5264. "command" "FlmDTRVFlyout"
  5265. }
  5266. "BtnDARL"
  5267. {
  5268. "FieldName" "BtnDARL"
  5269. "ControlName" "L4D360HybridButton"
  5270. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5271. "ypos" "160"//flyouts ypos
  5272. "wide" "0"//flyouts width
  5273. "tall" "20"
  5274. "visible" "0"
  5275. "enabled" "1"
  5276. "labeltext" ""
  5277. "tooltiptext" ""
  5278. "style" "MainMenuButton"
  5279. "command" "FlmDARLFlyout"
  5280. }
  5281. "BtnDARV"
  5282. {
  5283. "FieldName" "BtnDARV"
  5284. "ControlName" "L4D360HybridButton"
  5285. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5286. "ypos" "160"//flyouts ypos
  5287. "wide" "0"//flyouts width
  5288. "tall" "20"
  5289. "visible" "0"
  5290. "enabled" "1"
  5291. "labeltext" ""
  5292. "tooltiptext" ""
  5293. "style" "MainMenuButton"
  5294. "command" "FlmDARVFlyout"
  5295. }
  5296. "BtnBHRL"
  5297. {
  5298. "FieldName" "BtnBHRL"
  5299. "ControlName" "L4D360HybridButton"
  5300. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5301. "ypos" "160"//flyouts ypos
  5302. "wide" "0"//flyouts width
  5303. "tall" "20"
  5304. "visible" "0"
  5305. "enabled" "1"
  5306. "labeltext" ""
  5307. "tooltiptext" ""
  5308. "style" "MainMenuButton"
  5309. "command" "FlmBHRLFlyout"
  5310. }
  5311. "BtnBHRV"
  5312. {
  5313. "FieldName" "BtnBHRV"
  5314. "ControlName" "L4D360HybridButton"
  5315. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5316. "ypos" "160"//flyouts ypos
  5317. "wide" "0"//flyouts width
  5318. "tall" "20"
  5319. "visible" "0"
  5320. "enabled" "1"
  5321. "labeltext" ""
  5322. "tooltiptext" ""
  5323. "style" "MainMenuButton"
  5324. "command" "FlmBHRVFlyout"
  5325. }
  5326. "BtnCSRL"
  5327. {
  5328. "FieldName" "BtnCSRL"
  5329. "ControlName" "L4D360HybridButton"
  5330. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5331. "ypos" "160"//flyouts ypos
  5332. "wide" "0"//flyouts width
  5333. "tall" "20"
  5334. "visible" "0"
  5335. "enabled" "1"
  5336. "labeltext" ""
  5337. "tooltiptext" ""
  5338. "style" "MainMenuButton"
  5339. "command" "FlmCSRLFlyout"
  5340. }
  5341. "BtnCSRV"
  5342. {
  5343. "FieldName" "BtnCSRV"
  5344. "ControlName" "L4D360HybridButton"
  5345. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5346. "ypos" "160"//flyouts ypos
  5347. "wide" "0"//flyouts width
  5348. "tall" "20"
  5349. "visible" "0"
  5350. "enabled" "1"
  5351. "labeltext" ""
  5352. "tooltiptext" ""
  5353. "style" "MainMenuButton"
  5354. "command" "FlmCSRVFlyout"
  5355. }
  5356. "BtnDCCDSV3"
  5357. {
  5358. "FieldName" "BtnDCCDSV3"
  5359. "ControlName" "L4D360HybridButton"
  5360. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5361. "ypos" "160"//flyouts ypos
  5362. "wide" "0"//flyouts width
  5363. "tall" "20"
  5364. "visible" "0"
  5365. "enabled" "1"
  5366. "labeltext" ""
  5367. "tooltiptext" ""
  5368. "style" "MainMenuButton"
  5369. "command" "FlmDCCDSV3Flyout"
  5370. }
  5371. "BtnDCCDSE3"
  5372. {
  5373. "FieldName" "BtnDCCDSE3"
  5374. "ControlName" "L4D360HybridButton"
  5375. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5376. "ypos" "160"//flyouts ypos
  5377. "wide" "0"//flyouts width
  5378. "tall" "20"
  5379. "visible" "0"
  5380. "enabled" "1"
  5381. "labeltext" ""
  5382. "tooltiptext" ""
  5383. "style" "MainMenuButton"
  5384. "command" "FlmDCCDSE3Flyout"
  5385. }
  5386. "BtnDCLCDSV"
  5387. {
  5388. "FieldName" "BtnDCLCDSV"
  5389. "ControlName" "L4D360HybridButton"
  5390. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5391. "ypos" "160"//flyouts ypos
  5392. "wide" "0"//flyouts width
  5393. "tall" "20"
  5394. "visible" "0"
  5395. "enabled" "1"
  5396. "labeltext" ""
  5397. "tooltiptext" ""
  5398. "style" "MainMenuButton"
  5399. "command" "FlmDCLCDSVFlyout"
  5400. }
  5401. "BtnDCLCDSE"
  5402. {
  5403. "FieldName" "BtnDCLCDSE"
  5404. "ControlName" "L4D360HybridButton"
  5405. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5406. "ypos" "160"//flyouts ypos
  5407. "wide" "0"//flyouts width
  5408. "tall" "20"
  5409. "visible" "0"
  5410. "enabled" "1"
  5411. "labeltext" ""
  5412. "tooltiptext" ""
  5413. "style" "MainMenuButton"
  5414. "command" "FlmDCLCDSEFlyout"
  5415. }
  5416. "BtnDCLCDSV3"
  5417. {
  5418. "FieldName" "BtnDCLCDSV3"
  5419. "ControlName" "L4D360HybridButton"
  5420. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5421. "ypos" "160"//flyouts ypos
  5422. "wide" "0"//flyouts width
  5423. "tall" "20"
  5424. "visible" "0"
  5425. "enabled" "1"
  5426. "labeltext" ""
  5427. "tooltiptext" ""
  5428. "style" "MainMenuButton"
  5429. "command" "FlmDCLCDSV3Flyout"
  5430. }
  5431. "BtnDCLCDSV4"
  5432. {
  5433. "FieldName" "BtnDCLCDSV4"
  5434. "ControlName" "L4D360HybridButton"
  5435. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5436. "ypos" "160"//flyouts ypos
  5437. "wide" "0"//flyouts width
  5438. "tall" "20"
  5439. "visible" "0"
  5440. "enabled" "1"
  5441. "labeltext" ""
  5442. "tooltiptext" ""
  5443. "style" "MainMenuButton"
  5444. "command" "FlmDCLCDSV4Flyout"
  5445. }
  5446. "BtnSFCDSV"
  5447. {
  5448. "FieldName" "BtnSFCDSV"
  5449. "ControlName" "L4D360HybridButton"
  5450. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5451. "ypos" "160"//flyouts ypos
  5452. "wide" "0"//flyouts width
  5453. "tall" "20"
  5454. "visible" "0"
  5455. "enabled" "1"
  5456. "labeltext" ""
  5457. "tooltiptext" ""
  5458. "style" "MainMenuButton"
  5459. "command" "FlmSFCDSVFlyout"
  5460. }
  5461. "BtnSFCDSE"
  5462. {
  5463. "FieldName" "BtnSFCDSE"
  5464. "ControlName" "L4D360HybridButton"
  5465. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5466. "ypos" "160"//flyouts ypos
  5467. "wide" "0"//flyouts width
  5468. "tall" "20"
  5469. "visible" "0"
  5470. "enabled" "1"
  5471. "labeltext" ""
  5472. "tooltiptext" ""
  5473. "style" "MainMenuButton"
  5474. "command" "FlmSFCDSEFlyout"
  5475. }
  5476. "BtnSFCDSV3"
  5477. {
  5478. "FieldName" "BtnSFCDSV3"
  5479. "ControlName" "L4D360HybridButton"
  5480. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5481. "ypos" "160"//flyouts ypos
  5482. "wide" "0"//flyouts width
  5483. "tall" "20"
  5484. "visible" "0"
  5485. "enabled" "1"
  5486. "labeltext" ""
  5487. "tooltiptext" ""
  5488. "style" "MainMenuButton"
  5489. "command" "FlmSFCDSV3Flyout"
  5490. }
  5491. "BtnHRCDSV"
  5492. {
  5493. "FieldName" "BtnHRCDSV"
  5494. "ControlName" "L4D360HybridButton"
  5495. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5496. "ypos" "160"//flyouts ypos
  5497. "wide" "0"//flyouts width
  5498. "tall" "20"
  5499. "visible" "0"
  5500. "enabled" "1"
  5501. "labeltext" ""
  5502. "tooltiptext" ""
  5503. "style" "MainMenuButton"
  5504. "command" "FlmHRCDSVFlyout"
  5505. }
  5506. "BtnHRCDSV1"
  5507. {
  5508. "FieldName" "BtnHRCDSV1"
  5509. "ControlName" "L4D360HybridButton"
  5510. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5511. "ypos" "160"//flyouts ypos
  5512. "wide" "0"//flyouts width
  5513. "tall" "20"
  5514. "visible" "0"
  5515. "enabled" "1"
  5516. "labeltext" ""
  5517. "tooltiptext" ""
  5518. "style" "MainMenuButton"
  5519. "command" "FlmHRCDSV1Flyout"
  5520. }
  5521. "BtnHRCDSE"
  5522. {
  5523. "FieldName" "BtnHRCDSE"
  5524. "ControlName" "L4D360HybridButton"
  5525. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5526. "ypos" "160"//flyouts ypos
  5527. "wide" "0"//flyouts width
  5528. "tall" "20"
  5529. "visible" "0"
  5530. "enabled" "1"
  5531. "labeltext" ""
  5532. "tooltiptext" ""
  5533. "style" "MainMenuButton"
  5534. "command" "FlmHRCDSEFlyout"
  5535. }
  5536. "BtnHRCDSE1"
  5537. {
  5538. "FieldName" "BtnHRCDSE1"
  5539. "ControlName" "L4D360HybridButton"
  5540. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5541. "ypos" "160"//flyouts ypos
  5542. "wide" "0"//flyouts width
  5543. "tall" "20"
  5544. "visible" "0"
  5545. "enabled" "1"
  5546. "labeltext" ""
  5547. "tooltiptext" ""
  5548. "style" "MainMenuButton"
  5549. "command" "FlmHRCDSE1Flyout"
  5550. }
  5551. "BtnHRCDSE2"
  5552. {
  5553. "FieldName" "BtnHRCDSE2"
  5554. "ControlName" "L4D360HybridButton"
  5555. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5556. "ypos" "160"//flyouts ypos
  5557. "wide" "0"//flyouts width
  5558. "tall" "20"
  5559. "visible" "0"
  5560. "enabled" "1"
  5561. "labeltext" ""
  5562. "tooltiptext" ""
  5563. "style" "MainMenuButton"
  5564. "command" "FlmHRCDSE2Flyout"
  5565. }
  5566. "BtnPSCDSV1"
  5567. {
  5568. "FieldName" "BtnPSCDSV1"
  5569. "ControlName" "L4D360HybridButton"
  5570. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5571. "ypos" "160"//flyouts ypos
  5572. "wide" "0"//flyouts width
  5573. "tall" "20"
  5574. "visible" "0"
  5575. "enabled" "1"
  5576. "labeltext" ""
  5577. "tooltiptext" ""
  5578. "style" "MainMenuButton"
  5579. "command" "FlmPSCDSV1Flyout"
  5580. }
  5581. "BtnPSCDSE1"
  5582. {
  5583. "FieldName" "BtnPSCDSE1"
  5584. "ControlName" "L4D360HybridButton"
  5585. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5586. "ypos" "160"//flyouts ypos
  5587. "wide" "0"//flyouts width
  5588. "tall" "20"
  5589. "visible" "0"
  5590. "enabled" "1"
  5591. "labeltext" ""
  5592. "tooltiptext" ""
  5593. "style" "MainMenuButton"
  5594. "command" "FlmPSCDSE1Flyout"
  5595. }
  5596. "BtnPSCDSV4"
  5597. {
  5598. "FieldName" "BtnPSCDSV4"
  5599. "ControlName" "L4D360HybridButton"
  5600. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5601. "ypos" "160"//flyouts ypos
  5602. "wide" "0"//flyouts width
  5603. "tall" "20"
  5604. "visible" "0"
  5605. "enabled" "1"
  5606. "labeltext" ""
  5607. "tooltiptext" ""
  5608. "style" "MainMenuButton"
  5609. "command" "FlmPSCDSV4Flyout"
  5610. }
  5611. "BtnPGCDSV"
  5612. {
  5613. "FieldName" "BtnPGCDSV"
  5614. "ControlName" "L4D360HybridButton"
  5615. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5616. "ypos" "160"//flyouts ypos
  5617. "wide" "0"//flyouts width
  5618. "tall" "20"
  5619. "visible" "0"
  5620. "enabled" "1"
  5621. "labeltext" ""
  5622. "tooltiptext" ""
  5623. "style" "MainMenuButton"
  5624. "command" "FlmPGCDSVFlyout"
  5625. }
  5626. "BtnPGCDSV1"
  5627. {
  5628. "FieldName" "BtnPGCDSV1"
  5629. "ControlName" "L4D360HybridButton"
  5630. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5631. "ypos" "160"//flyouts ypos
  5632. "wide" "0"//flyouts width
  5633. "tall" "20"
  5634. "visible" "0"
  5635. "enabled" "1"
  5636. "labeltext" ""
  5637. "tooltiptext" ""
  5638. "style" "MainMenuButton"
  5639. "command" "FlmPGCDSV1Flyout"
  5640. }
  5641. "BtnPGCDSV2"
  5642. {
  5643. "FieldName" "BtnPGCDSV2"
  5644. "ControlName" "L4D360HybridButton"
  5645. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5646. "ypos" "160"//flyouts ypos
  5647. "wide" "0"//flyouts width
  5648. "tall" "20"
  5649. "visible" "0"
  5650. "enabled" "1"
  5651. "labeltext" ""
  5652. "tooltiptext" ""
  5653. "style" "MainMenuButton"
  5654. "command" "FlmPGCDSV2Flyout"
  5655. }
  5656. "BtnPGCDSE"
  5657. {
  5658. "FieldName" "BtnPGCDSE"
  5659. "ControlName" "L4D360HybridButton"
  5660. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5661. "ypos" "160"//flyouts ypos
  5662. "wide" "0"//flyouts width
  5663. "tall" "20"
  5664. "visible" "0"
  5665. "enabled" "1"
  5666. "labeltext" ""
  5667. "tooltiptext" ""
  5668. "style" "MainMenuButton"
  5669. "command" "FlmPGCDSEFlyout"
  5670. }
  5671. "BtnPGCDSE1"
  5672. {
  5673. "FieldName" "BtnPGCDSE1"
  5674. "ControlName" "L4D360HybridButton"
  5675. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5676. "ypos" "160"//flyouts ypos
  5677. "wide" "0"//flyouts width
  5678. "tall" "20"
  5679. "visible" "0"
  5680. "enabled" "1"
  5681. "labeltext" ""
  5682. "tooltiptext" ""
  5683. "style" "MainMenuButton"
  5684. "command" "FlmPGCDSE1Flyout"
  5685. }
  5686. "BtnPGCDSE2"
  5687. {
  5688. "FieldName" "BtnPGCDSE2"
  5689. "ControlName" "L4D360HybridButton"
  5690. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5691. "ypos" "160"//flyouts ypos
  5692. "wide" "0"//flyouts width
  5693. "tall" "20"
  5694. "visible" "0"
  5695. "enabled" "1"
  5696. "labeltext" ""
  5697. "tooltiptext" ""
  5698. "style" "MainMenuButton"
  5699. "command" "FlmPGCDSE2Flyout"
  5700. }
  5701. "BtnSCCDSV"
  5702. {
  5703. "FieldName" "BtnSCCDSV"
  5704. "ControlName" "L4D360HybridButton"
  5705. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5706. "ypos" "160"//flyouts ypos
  5707. "wide" "0"//flyouts width
  5708. "tall" "20"
  5709. "visible" "0"
  5710. "enabled" "1"
  5711. "labeltext" ""
  5712. "tooltiptext" ""
  5713. "style" "MainMenuButton"
  5714. "command" "FlmSCCDSVFlyout"
  5715. }
  5716. "BtnSCCDSV2"
  5717. {
  5718. "FieldName" "BtnSCCDSV2"
  5719. "ControlName" "L4D360HybridButton"
  5720. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5721. "ypos" "160"//flyouts ypos
  5722. "wide" "0"//flyouts width
  5723. "tall" "20"
  5724. "visible" "0"
  5725. "enabled" "1"
  5726. "labeltext" ""
  5727. "tooltiptext" ""
  5728. "style" "MainMenuButton"
  5729. "command" "FlmSCCDSV2Flyout"
  5730. }
  5731. "BtnSCCDSE"
  5732. {
  5733. "FieldName" "BtnSCCDSE"
  5734. "ControlName" "L4D360HybridButton"
  5735. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5736. "ypos" "160"//flyouts ypos
  5737. "wide" "0"//flyouts width
  5738. "tall" "20"
  5739. "visible" "0"
  5740. "enabled" "1"
  5741. "labeltext" ""
  5742. "tooltiptext" ""
  5743. "style" "MainMenuButton"
  5744. "command" "FlmSCCDSEFlyout"
  5745. }
  5746. "BtnSCCDSE1"
  5747. {
  5748. "FieldName" "BtnSCCDSE1"
  5749. "ControlName" "L4D360HybridButton"
  5750. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5751. "ypos" "160"//flyouts ypos
  5752. "wide" "0"//flyouts width
  5753. "tall" "20"
  5754. "visible" "0"
  5755. "enabled" "1"
  5756. "labeltext" ""
  5757. "tooltiptext" ""
  5758. "style" "MainMenuButton"
  5759. "command" "FlmSCCDSE1Flyout"
  5760. }
  5761. "BtnNMCDSV1"
  5762. {
  5763. "FieldName" "BtnNMCDSV1"
  5764. "ControlName" "L4D360HybridButton"
  5765. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5766. "ypos" "160"//flyouts ypos
  5767. "wide" "0"//flyouts width
  5768. "tall" "20"
  5769. "visible" "0"
  5770. "enabled" "1"
  5771. "labeltext" ""
  5772. "tooltiptext" ""
  5773. "style" "MainMenuButton"
  5774. "command" "FlmNMCDSV1Flyout"
  5775. }
  5776. "BtnNMCDSV4"
  5777. {
  5778. "FieldName" "BtnNMCDSV4"
  5779. "ControlName" "L4D360HybridButton"
  5780. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5781. "ypos" "160"//flyouts ypos
  5782. "wide" "0"//flyouts width
  5783. "tall" "20"
  5784. "visible" "0"
  5785. "enabled" "1"
  5786. "labeltext" ""
  5787. "tooltiptext" ""
  5788. "style" "MainMenuButton"
  5789. "command" "FlmNMCDSV4Flyout"
  5790. }
  5791. "BtnNMCDSE"
  5792. {
  5793. "FieldName" "BtnNMCDSE"
  5794. "ControlName" "L4D360HybridButton"
  5795. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5796. "ypos" "160"//flyouts ypos
  5797. "wide" "0"//flyouts width
  5798. "tall" "20"
  5799. "visible" "0"
  5800. "enabled" "1"
  5801. "labeltext" ""
  5802. "tooltiptext" ""
  5803. "style" "MainMenuButton"
  5804. "command" "FlmNMCDSEFlyout"
  5805. }
  5806. "BtnNMCDSE4"
  5807. {
  5808. "FieldName" "BtnNMCDSE4"
  5809. "ControlName" "L4D360HybridButton"
  5810. "xpos" "238"//flyouts xpos. This has to be adjusted to match gamemodes' initial flyouts xpos, which depend on "wideatopen" setting
  5811. "ypos" "160"//flyouts ypos
  5812. "wide" "0"//flyouts width
  5813. "tall" "20"
  5814. "visible" "0"
  5815. "enabled" "1"
  5816. "labeltext" ""
  5817. "tooltiptext" ""
  5818. "style" "MainMenuButton"
  5819. "command" "FlmNMCDSE4Flyout"
  5820. }
  5821. //SplitScreen btn end
  5822. //Urik btn
  5823. "BtnCreditsUrik"
  5824. {
  5825. "ControlName" "L4D360HybridButton"
  5826. "FieldName" "BtnCreditsUrik"
  5827. "xpos" "219"//flyoutsurik xpos.
  5828. "ypos" "160"//flyoutsurik ypos
  5829. "wide" "0"//flyouts width
  5830. "tall" "20"
  5831. "visible" "0"
  5832. "enabled" "1"
  5833. "labeltext" ""
  5834. "tooltiptext" ""
  5835. "style" "MainMenuButton"
  5836. "command" "FlmCreditsUrik"
  5837. }
  5838. "BtnReloadfont_FAQ"
  5839. {
  5840. "ControlName" "L4D360HybridButton"
  5841. "FieldName" "BtnReloadfont_FAQ"
  5842. "xpos" "219"//flyoutsurik xpos.
  5843. "ypos" "160"//flyoutsurik ypos
  5844. "wide" "0"//flyouts width
  5845. "tall" "20"
  5846. "visible" "0"
  5847. "enabled" "1"
  5848. "labeltext" ""
  5849. "tooltiptext" ""
  5850. "style" "MainMenuButton"
  5851. "command" "FlmReloadfont_FAQ"
  5852. }
  5853. // Custom Flyouts Buttons End
  5854. "IconConsole"
  5855. {
  5856. "ControlName" "ImagePanel"
  5857. "fieldName" "IconConsole"
  5858. "xpos" "c-380" [$WIN32WIDE]
  5859. "xpos" "26" [!$WIN32WIDE]
  5860. "ypos" "206"
  5861. "wide" "16"
  5862. "tall" "16"
  5863. "scaleImage" "1"
  5864. "pinCorner" "0"
  5865. "visible" "1"
  5866. "enabled" "1"
  5867. "tabPosition" "0"
  5868. "image" "icon_console"
  5869. "frame" "0"
  5870. "drawcolor" "255 50 0 255" [$xmas_]
  5871. "scaleImage" "1"
  5872. }
  5873. "BtnToggleConsole"
  5874. {
  5875. "ControlName" "L4D360HybridButton"
  5876. "fieldName" "BtnToggleConsole"
  5877. "xpos" "c-356" [$WIN32WIDE]
  5878. "xpos" "50" [!$WIN32WIDE]
  5879. "ypos" "205"
  5880. "wide" "140" [$RUSSIAN]
  5881. "wide" "160" [$ENGLISH || $GERMAN]
  5882. "wide" "210" [!$ENGLISH && !$GERMAN && !$RUSSIAN && !$FRENCH && !$JAPANESE && !$KOREAN && !$KOREANA && !$SCHINESE && !$TCHINESE && !$PORTUGUESE]
  5883. "wide" "190" [$FRENCH || $PORTUGUESE || $JAPANESE || $KOREAN || $KOREANA || $SCHINESE || $TCHINESE]
  5884. "tall" "20"
  5885. "autoResize" "1"
  5886. "pinCorner" "0"
  5887. "visible" "1"
  5888. "enabled" "1"
  5889. "tabPosition" "0"
  5890. "navUp" "BtnChangeGamers"
  5891. "navDown" "BtnSearchGames"
  5892. "labeltext" "CONSOLE"
  5893. "tooltiptext" ""
  5894. "style" "MainMenuButton"
  5895. "command" "#toggleconsole"
  5896. "ActivationType" "1"
  5897. "allcaps" "1" // Urik: to ensure caps'd letters
  5898. }
  5899. "IconSearchGames"
  5900. {
  5901. "ControlName" "ImagePanel"
  5902. "fieldName" "IconSearchGames"
  5903. "xpos" "c-380" [$WIN32WIDE]
  5904. "xpos" "26" [!$WIN32WIDE]
  5905. "ypos" "226"
  5906. "wide" "16"
  5907. "tall" "16"
  5908. "scaleImage" "1"
  5909. "pinCorner" "0"
  5910. "visible" "1"
  5911. "enabled" "1"
  5912. "tabPosition" "0"
  5913. "image" "icon_dice"
  5914. "frame" "0"
  5915. "drawcolor" "255 50 0 255" [$xmas_]
  5916. "scaleImage" "1"
  5917. }
  5918. "BtnSearchGames"
  5919. {
  5920. "ControlName" "L4D360HybridButton"
  5921. "fieldName" "BtnSearchGames"
  5922. "xpos" "c-356" [$WIN32WIDE]
  5923. "xpos" "50" [!$WIN32WIDE]
  5924. "ypos" "225"
  5925. "wide" "140" [$RUSSIAN]
  5926. "wide" "160" [$ENGLISH || $GERMAN]
  5927. "wide" "210" [!$ENGLISH && !$GERMAN && !$RUSSIAN && !$FRENCH && !$JAPANESE && !$KOREAN && !$KOREANA && !$SCHINESE && !$TCHINESE && !$PORTUGUESE]
  5928. "wide" "190" [$FRENCH || $PORTUGUESE || $JAPANESE || $KOREAN || $KOREANA || $SCHINESE || $TCHINESE]
  5929. "tall" "20"
  5930. "autoResize" "1"
  5931. "pinCorner" "0"
  5932. "visible" "1"
  5933. "enabled" "1"
  5934. "tabPosition" "0"
  5935. "navUp" "BtnToggleConsole"
  5936. "navDown" "BtnAddons"
  5937. "labeltext" "#L4D360UI_LiveMatchChooser"
  5938. "tooltiptext" ""
  5939. "style" "MainMenuButton"
  5940. "command" "FlmSearchGamesFlyout"
  5941. "ActivationType" "1"
  5942. "allcaps" "1" // Urik: to ensure caps'd letters
  5943. }
  5944. "IconAddons_urik"
  5945. {
  5946. "ControlName" "ImagePanel"
  5947. "fieldName" "IconAddons_urik"
  5948. "xpos" "c-380" [$WIN32WIDE]
  5949. "xpos" "26" [!$WIN32WIDE]
  5950. "ypos" "247"
  5951. "wide" "16"
  5952. "tall" "16"
  5953. "scaleImage" "1"
  5954. "pinCorner" "0"
  5955. "visible" "1"
  5956. "enabled" "1"
  5957. "tabPosition" "0"
  5958. "image" "icon_addons"
  5959. "frame" "0"
  5960. "drawcolor" "255 50 0 255" [$xmas_]
  5961. }
  5962. "IconAddons"
  5963. {
  5964. "visible" "0"
  5965. "enabled" "0"
  5966. }
  5967. "BtnAddons"
  5968. {
  5969. "ControlName" "L4D360HybridButton"
  5970. "fieldName" "BtnAddons"
  5971. "xpos" "c-356" [$WIN32WIDE]
  5972. "xpos" "50" [!$WIN32WIDE]
  5973. "ypos" "245"
  5974. "wide" "140" [$ENGLISH || $RUSSIAN || $JAPANESE || $KOREAN || $KOREANA || $SCHINESE || $TCHINESE || $ITALIAN]
  5975. "wide" "230" [!$RUSSIAN && !$ENGLISH && !$JAPANESE && !$KOREAN && !$KOREANA && !$SCHINESE && !$TCHINESE && !$GERMAN && !$ITALIAN]
  5976. "wide" "170" [$GERMAN]
  5977. "tall" "20"
  5978. "autoResize" "1"
  5979. "pinCorner" "0"
  5980. "visible" "1"
  5981. "enabled" "1"
  5982. "tabPosition" "0"
  5983. "navUp" "BtnSearchGames"
  5984. "navDown" "BtnStatsAndAchievements"
  5985. "tooltiptext" "#L4D360UI_Extras_Addons_Tip"
  5986. "labelText" "Дополнения" [$RUSSIAN]
  5987. "labelText" "#L4D360UI_Extras_Addons" [!$RUSSIAN]
  5988. "style" "MainMenuButton"
  5989. "command" "Addons"
  5990. "ActivationType" "1"
  5991. "allcaps" "1" // Urik: to ensure caps'd letters
  5992. }
  5993. "IconStatsAndAchievements"
  5994. {
  5995. "ControlName" "ImagePanel"
  5996. "fieldName" "IconStatsAndAchievements"
  5997. "xpos" "c-380" [$WIN32WIDE]
  5998. "xpos" "26" [!$WIN32WIDE]
  5999. "ypos" "267"
  6000. "wide" "16"
  6001. "tall" "16"
  6002. "scaleImage" "1"
  6003. "pinCorner" "0"
  6004. "visible" "1"
  6005. "enabled" "1"
  6006. "tabPosition" "0"
  6007. "image" "icon_achievements"
  6008. "frame" "0"
  6009. "drawcolor" "255 50 0 255" [$xmas_]
  6010. "scaleImage" "1"
  6011. }
  6012. "BtnStatsAndAchievements"
  6013. {
  6014. "ControlName" "L4D360HybridButton"
  6015. "fieldName" "BtnStatsAndAchievements"
  6016. "xpos" "c-356" [$WIN32WIDE]
  6017. "xpos" "50" [!$WIN32WIDE]
  6018. "ypos" "265"
  6019. "wide" "176" [$ENGLISH || $RUSSIAN || $JAPANESE || $KOREAN || $KOREANA || $SCHINESE || $TCHINESE || $ITALIAN]
  6020. "wide" "230" [!$RUSSIAN && !$ENGLISH && !$JAPANESE && !$KOREAN && !$KOREANA && !$SCHINESE && !$TCHINESE && !$GERMAN && !$ITALIAN]
  6021. "wide" "170" [$GERMAN]
  6022. "tall" "20"
  6023. "autoResize" "1"
  6024. "pinCorner" "0"
  6025. "visible" "1"
  6026. "enabled" "1"
  6027. "tabPosition" "0"
  6028. "navUp" "BtnAddons"
  6029. "navDown" "BtnOptions"
  6030. "labelText" "#L4D360UI_MainMenu_StatsAndAchievements"
  6031. "tooltiptext" "#L4D360UI_MainMenu_PCStatsAndAchievements_Tip"
  6032. "style" "MainMenuButton"
  6033. "command" "StatsAndAchievements"
  6034. "ActivationType" "1"
  6035. }
  6036. "IconOptions"
  6037. {
  6038. "ControlName" "ImagePanel"
  6039. "fieldName" "IconOptions"
  6040. "xpos" "c-380" [$WIN32WIDE]
  6041. "xpos" "26" [!$WIN32WIDE]
  6042. "ypos" "287"
  6043. "wide" "16"
  6044. "tall" "16"
  6045. "scaleImage" "1"
  6046. "pinCorner" "0"
  6047. "visible" "1"
  6048. "enabled" "1"
  6049. "tabPosition" "0"
  6050. "image" "icon_options"
  6051. "frame" "0"
  6052. "drawcolor" "255 50 0 255" [$xmas_]
  6053. "scaleImage" "1"
  6054. }
  6055. "BtnOptions"
  6056. {
  6057. "ControlName" "L4D360HybridButton"
  6058. "fieldName" "BtnOptions"
  6059. "xpos" "c-356" [$WIN32WIDE]
  6060. "xpos" "50" [!$WIN32WIDE]
  6061. "ypos" "285"
  6062. "wide" "140" [$ENGLISH || $JAPANESE || $KOREAN || $KOREANA || $SCHINESE || $TCHINESE || $ITALIAN]
  6063. "wide" "144" [$RUSSIAN]
  6064. "wide" "170" [!$RUSSIAN && !$ENGLISH && !$JAPANESE && !$KOREAN && !$KOREANA && !$SCHINESE && !$TCHINESE && !$GERMAN && !$ITALIAN && !$FRENCH]
  6065. "wide" "190" [$FRENCH]
  6066. "wide" "170" [$GERMAN]
  6067. "tall" "20"
  6068. "autoResize" "1"
  6069. "pinCorner" "0"
  6070. "visible" "1"
  6071. "enabled" "1"
  6072. "tabPosition" "0"
  6073. "navUp" "BtnStatsAndAchievements"
  6074. "navDown" "BtnExtras"
  6075. "labelText" "#L4D360UI_MainMenu_Options"
  6076. "tooltiptext" "#L4D360UI_MainMenu_Options_Tip"
  6077. "style" "MainMenuButton"
  6078. "command" "FlmOptionsFlyout"
  6079. "ActivationType" "1"
  6080. }
  6081. "IconExtras"
  6082. {
  6083. "ControlName" "ImagePanel"
  6084. "fieldName" "IconExtras"
  6085. "xpos" "c-380" [$WIN32WIDE]
  6086. "xpos" "26" [!$WIN32WIDE]
  6087. "ypos" "307"
  6088. "wide" "16"
  6089. "tall" "16"
  6090. "scaleImage" "1"
  6091. "pinCorner" "0"
  6092. "visible" "1"
  6093. "enabled" "1"
  6094. "tabPosition" "0"
  6095. "image" "icon_extras"
  6096. "frame" "0"
  6097. "drawcolor" "255 50 0 255" [$xmas_]
  6098. "scaleImage" "1"
  6099. }
  6100. "BtnExtras"
  6101. {
  6102. "ControlName" "L4D360HybridButton"
  6103. "fieldName" "BtnExtras"
  6104. "xpos" "c-356" [$WIN32WIDE]
  6105. "xpos" "50" [!$WIN32WIDE]
  6106. "ypos" "305"
  6107. "wide" "140" [$ENGLISH || $JAPANESE || $KOREAN || $KOREANA || $SCHINESE || $TCHINESE || $ITALIAN]
  6108. "wide" "144" [$RUSSIAN]
  6109. "wide" "170" [!$RUSSIAN && !$ENGLISH && !$JAPANESE && !$KOREAN && !$KOREANA && !$SCHINESE && !$TCHINESE && !$GERMAN && !$ITALIAN && !$FRENCH]
  6110. "wide" "190" [$FRENCH]
  6111. "wide" "170" [$GERMAN]
  6112. "tall" "20"
  6113. "autoResize" "1"
  6114. "pinCorner" "0"
  6115. "visible" "1"
  6116. "enabled" "1"
  6117. "tabPosition" "0"
  6118. "navUp" "BtnOptions"
  6119. "navDown" "BtnQuit"
  6120. "labelText" "#L4D360UI_MainMenu_Extras"
  6121. "tooltiptext" "#L4D360UI_MainMenu_Extras_Tip"
  6122. "style" "MainMenuButton"
  6123. "command" "FlmExtrasFlyoutCheck"
  6124. "ActivationType" "1"
  6125. }
  6126. "IconBlogPost"
  6127. {
  6128. "visible" "0"
  6129. "enabled" "0"
  6130. }
  6131. "BtnBlogPost"
  6132. {
  6133. "visible" "0"
  6134. "enabled" "0"
  6135. }
  6136. "IconQuit"
  6137. {
  6138. "ControlName" "ImagePanel"
  6139. "fieldName" "IconQuit"
  6140. "xpos" "c-380" [$WIN32WIDE]
  6141. "xpos" "26" [!$WIN32WIDE]
  6142. "ypos" "327"
  6143. "wide" "16"
  6144. "tall" "16"
  6145. "scaleImage" "1"
  6146. "pinCorner" "0"
  6147. "visible" "1"
  6148. "enabled" "1"
  6149. "tabPosition" "0"
  6150. "image" "exitL4D2"
  6151. "frame" "0"
  6152. "drawcolor" "255 50 0 255" [$xmas_]
  6153. "scaleImage" "1"
  6154. }
  6155. "BtnQuit"
  6156. {
  6157. "ControlName" "Button" [$xmas_]
  6158. "ControlName" "L4D360HybridButton"
  6159. "fieldName" "BtnQuit"
  6160. "xpos" "c-359" [$WIN32WIDE && $xmas_]
  6161. "xpos" "c-356" [$WIN32WIDE]
  6162. "xpos" "47" [$xmas_]
  6163. "xpos" "50"
  6164. "ypos" "325"
  6165. "wide" "140" [$ENGLISH || $RUSSIAN || $JAPANESE || $KOREAN || $KOREANA || $SCHINESE || $TCHINESE || $ITALIAN]
  6166. "wide" "230" [!$RUSSIAN && !$ENGLISH && !$JAPANESE && !$KOREAN && !$KOREANA && !$SCHINESE && !$TCHINESE && !$GERMAN && !$ITALIAN]
  6167. "wide" "170" [$GERMAN]
  6168. "tall" "20"
  6169. "autoResize" "1"
  6170. "pinCorner" "0"
  6171. "visible" "1"
  6172. "enabled" "1"
  6173. "tabPosition" "0"
  6174. "navUp" "BtnExtras"
  6175. "navDown" "PnlQuickJoin"
  6176. "labelText" "#L4D360UI_MainMenu_Quit"
  6177. "tooltiptext" "#L4D360UI_MainMenu_Quit_Tip"
  6178. "font" "MainBold" [$xmas_]
  6179. "style" "Button" [$xmas_]
  6180. "style" "MainMenuButton"
  6181. "paintborder" "0" [$xmas_]
  6182. "defaultBgColor_override" "0 0 0 0" [$xmas_]
  6183. "armedBgColor_override" "0 0 0 0" [$xmas_]
  6184. "depressedBgColor_override" "0 0 0 0" [$xmas_]
  6185. "command" "FlmXMAS_Quit" [$xmas_]
  6186. "command" "QuitGame"
  6187. "ActivationType" "1"
  6188.  
  6189. }
  6190. "FlmCampaignFlyout"
  6191. {
  6192. "ControlName" "FlyoutMenu"
  6193. "fieldName" "FlmCampaignFlyout"
  6194. "visible" "0"
  6195. "wide" "0"
  6196. "tall" "0"
  6197. "zpos" "3"
  6198. "InitialFocus" "BtnQuickMatch"
  6199. "ResourceFile" "resource/UI/L4D360UI/CampaignFlyout.res"
  6200. }
  6201. "FlmRealismFlyout"
  6202. {
  6203. "ControlName" "FlyoutMenu"
  6204. "fieldName" "FlmRealismFlyout"
  6205. "visible" "0"
  6206. "wide" "0"
  6207. "tall" "0"
  6208. "zpos" "3"
  6209. "InitialFocus" "BtnQuickMatch"
  6210. "ResourceFile" "resource/UI/L4D360UI/RealismFlyout.res"
  6211. }
  6212. "FlmSurvivalFlyout"
  6213. {
  6214. "ControlName" "FlyoutMenu"
  6215. "fieldName" "FlmSurvivalFlyout"
  6216. "visible" "0"
  6217. "wide" "0"
  6218. "tall" "0"
  6219. "zpos" "3"
  6220. "InitialFocus" "BtnQuickMatch"
  6221. "ResourceFile" "resource/UI/L4D360UI/SurvivalFlyout.res"
  6222. }
  6223. "FlmScavengeFlyout"
  6224. {
  6225. "ControlName" "FlyoutMenu"
  6226. "fieldName" "FlmScavengeFlyout"
  6227. "visible" "0"
  6228. "wide" "0"
  6229. "tall" "0"
  6230. "zpos" "3"
  6231. "InitialFocus" "BtnQuickMatch"
  6232. "ResourceFile" "resource/UI/L4D360UI/ScavengeFlyout.res"
  6233. }
  6234. "FlmVersusFlyout"
  6235. {
  6236. "ControlName" "FlyoutMenu"
  6237. "fieldName" "FlmVersusFlyout"
  6238. "visible" "0"
  6239. "wide" "0"
  6240. "tall" "0"
  6241. "zpos" "3"
  6242. "InitialFocus" "BtnQuickMatch"
  6243. "ResourceFile" "resource/UI/L4D360UI/VersusFlyout.res"
  6244. }
  6245. "FlmRealismVersusFlyout"
  6246. {
  6247. "ControlName" "FlyoutMenu"
  6248. "fieldName" "FlmRealismVersusFlyout"
  6249. "visible" "0"
  6250. "wide" "0"
  6251. "tall" "0"
  6252. "zpos" "3"
  6253. "InitialFocus" "BtnQuickMatch"
  6254. "ResourceFile" "resource/UI/L4D360UI/RealismVersusFlyout.res"
  6255. }
  6256. "FlmMutationCategories"
  6257. {
  6258. "ControlName" "FlyoutMenu"
  6259. "fieldName" "FlmMutationCategories"
  6260. "visible" "0"
  6261. "wide" "0"
  6262. "tall" "0"
  6263. "zpos" "3"
  6264. "InitialFocus" "BtnMutationSolo"
  6265. "ResourceFile" "resource/UI/L4D360UI/MutationCategoriesFlyout.res"
  6266. }
  6267. "FlmMutationSolo"
  6268. {
  6269. "ControlName" "FlyoutMenu"
  6270. "fieldName" "FlmMutationSolo"
  6271. "visible" "0"
  6272. "wide" "0"
  6273. "tall" "0"
  6274. "zpos" "3"
  6275. "InitialFocus" "BtnMutation1"
  6276. "ResourceFile" "resource/UI/L4D360UI/MutationSoloFlyout.res"
  6277. }
  6278. "FlmMutationCoop"
  6279. {
  6280. "ControlName" "FlyoutMenu"
  6281. "fieldName" "FlmMutationCoop"
  6282. "visible" "0"
  6283. "wide" "0"
  6284. "tall" "0"
  6285. "zpos" "3"
  6286. "InitialFocus" "BtnMutation2"
  6287. "ResourceFile" "resource/UI/L4D360UI/MutationCoopFlyout.res"
  6288. }
  6289. "FlmMutationVersus"
  6290. {
  6291. "ControlName" "FlyoutMenu"
  6292. "fieldName" "FlmMutationVersus"
  6293. "visible" "0"
  6294. "wide" "0"
  6295. "tall" "0"
  6296. "zpos" "3"
  6297. "InitialFocus" "BtnMutation11"
  6298. "ResourceFile" "resource/UI/L4D360UI/MutationVersusFlyout.res"
  6299. }
  6300. "FlmChallengeFlyout1"
  6301. {
  6302. "ControlName" "FlyoutMenu"
  6303. "fieldName" "FlmChallengeFlyout1"
  6304. "visible" "0"
  6305. "wide" "0"
  6306. "tall" "0"
  6307. "zpos" "3"
  6308. "InitialFocus" "BtnStartGame"
  6309. "ResourceFile" "resource/UI/L4D360UI/mainmenu_flyout_challenge1.res"
  6310. }
  6311. "FlmChallengeFlyout4"
  6312. {
  6313. "ControlName" "FlyoutMenu"
  6314. "fieldName" "FlmChallengeFlyout4"
  6315. "visible" "0"
  6316. "wide" "0"
  6317. "tall" "0"
  6318. "zpos" "3"
  6319. "InitialFocus" "BtnQuickMatch"
  6320. "ResourceFile" "resource/UI/L4D360UI/mainmenu_flyout_challenge4.res"
  6321. }
  6322. "FlmChallengeFlyout8"
  6323. {
  6324. "ControlName" "FlyoutMenu"
  6325. "fieldName" "FlmChallengeFlyout8"
  6326. "visible" "0"
  6327. "wide" "0"
  6328. "tall" "0"
  6329. "zpos" "3"
  6330. "InitialFocus" "BtnQuickMatch"
  6331. "ResourceFile" "resource/UI/L4D360UI/mainmenu_flyout_challenge8.res"
  6332. }
  6333. // Rayman FLM start
  6334.  
  6335. "FlmCusMutationsFlyout"
  6336. {
  6337. "ControlName" "FlyoutMenu"
  6338. "fieldName" "FlmCusMutationsFlyout"
  6339. "visible" "0"
  6340. "wide" "0"
  6341. "tall" "0"
  6342. "zpos" "3"
  6343. "InitialFocus" "BtnMutationList1"
  6344. "ResourceFile" "resource/UI/L4D360UI/CustomMutationsFlyout.res"
  6345. }
  6346.  
  6347. "FlmCustomMutationsFlyout"
  6348. {
  6349. "ControlName" "FlyoutMenu"
  6350. "fieldName" "FlmCustomMutationsFlyout"
  6351. "visible" "0"
  6352. "wide" "0"
  6353. "tall" "0"
  6354. "zpos" "3"
  6355. "InitialFocus" "BtnPlayMutation1"
  6356. "ResourceFile" "resource/UI/L4D360UI/CustomMutationsFlyout.res"
  6357. }
  6358.  
  6359. "FlmSVSMutationsFlyout"
  6360. {
  6361. "ControlName" "FlyoutMenu"
  6362. "fieldName" "FlmSVSMutationsFlyout"
  6363. "visible" "0"
  6364. "wide" "0"
  6365. "tall" "0"
  6366. "zpos" "3"
  6367. "InitialFocus" "BtnPlayMutation1"
  6368. "ResourceFile" "resource/UI/L4D360UI/SVSMutationsFlyout.res"
  6369. }
  6370.  
  6371. "FlmCustomMutations0Flyout"
  6372. {
  6373. "ControlName" "FlyoutMenu"
  6374. "fieldName" "FlmCustomMutations0Flyout"
  6375. "visible" "0"
  6376. "wide" "0"
  6377. "tall" "0"
  6378. "zpos" "3"
  6379. "InitialFocus" "BtnMutationList1"
  6380. "ResourceFile" "resource/UI/L4D360UI/CustomMutations0Flyout.res"
  6381. }
  6382.  
  6383. "FlmCustomMutations1Flyout"
  6384. {
  6385. "ControlName" "FlyoutMenu"
  6386. "fieldName" "FlmCustomMutations1Flyout"
  6387. "visible" "0"
  6388. "wide" "0"
  6389. "tall" "0"
  6390. "zpos" "3"
  6391. "InitialFocus" "BtnPlayMutation1"
  6392. "ResourceFile" "resource/UI/L4D360UI/CustomMutations1Flyout.res"
  6393. }
  6394.  
  6395. "FlmCampaignMutationsFlyout"
  6396. {
  6397. "ControlName" "FlyoutMenu"
  6398. "fieldName" "FlmCampaignMutationsFlyout"
  6399. "visible" "0"
  6400. "wide" "0"
  6401. "tall" "0"
  6402. "zpos" "3"
  6403. "InitialFocus" "BtnMutationList1"
  6404. "ResourceFile" "resource/UI/L4D360UI/CampaignMutationsFlyout.res"
  6405. }
  6406.  
  6407. "FlmCampaignMutations1Flyout"
  6408. {
  6409. "ControlName" "FlyoutMenu"
  6410. "fieldName" "FlmCampaignMutations1Flyout"
  6411. "visible" "0"
  6412. "wide" "0"
  6413. "tall" "0"
  6414. "zpos" "3"
  6415. "InitialFocus" "BtnPlayMutation1"
  6416. "ResourceFile" "resource/UI/L4D360UI/CampaignMutations1Flyout.res"
  6417. }
  6418.  
  6419. "FlmCampaignMutations2Flyout"
  6420. {
  6421. "ControlName" "FlyoutMenu"
  6422. "fieldName" "FlmCampaignMutations2Flyout"
  6423. "visible" "0"
  6424. "wide" "0"
  6425. "tall" "0"
  6426. "zpos" "3"
  6427. "InitialFocus" "BtnPlayMutation1"
  6428. "ResourceFile" "resource/UI/L4D360UI/CampaignMutations2Flyout.res"
  6429. }
  6430.  
  6431. "FlmCampaignMutations3Flyout"
  6432. {
  6433. "ControlName" "FlyoutMenu"
  6434. "fieldName" "FlmCampaignMutations3Flyout"
  6435. "visible" "0"
  6436. "wide" "0"
  6437. "tall" "0"
  6438. "zpos" "3"
  6439. "InitialFocus" "BtnPlayMutation1"
  6440. "ResourceFile" "resource/UI/L4D360UI/CampaignMutations3Flyout.res"
  6441. }
  6442.  
  6443. "FlmParasiteMutationsFlyout"
  6444. {
  6445. "ControlName" "FlyoutMenu"
  6446. "fieldName" "FlmParasiteMutationsFlyout"
  6447. "visible" "0"
  6448. "wide" "0"
  6449. "tall" "0"
  6450. "zpos" "3"
  6451. "InitialFocus" "BtnPlayMutation1"
  6452. "ResourceFile" "resource/UI/L4D360UI/ParasiteMutationsFlyout.res"
  6453. }
  6454.  
  6455. "Flm1L2LMutationsFlyout"
  6456. {
  6457. "ControlName" "FlyoutMenu"
  6458. "fieldName" "Flm1L2LMutationsFlyout"
  6459. "visible" "0"
  6460. "wide" "0"
  6461. "tall" "0"
  6462. "zpos" "3"
  6463. "InitialFocus" "BtnPlayMutation1"
  6464. "ResourceFile" "resource/UI/L4D360UI/1L2LMutationsFlyout.res"
  6465. }
  6466.  
  6467. "FlmVIPMutationsFlyout"
  6468. {
  6469. "ControlName" "FlyoutMenu"
  6470. "fieldName" "FlmVIPMutationsFlyout"
  6471. "visible" "0"
  6472. "wide" "0"
  6473. "tall" "0"
  6474. "zpos" "3"
  6475. "InitialFocus" "BtnPlayMutation1"
  6476. "ResourceFile" "resource/UI/L4D360UI/VIPMutationsFlyout.res"
  6477. }
  6478.  
  6479. "FlmViralMutationsFlyout"
  6480. {
  6481. "ControlName" "FlyoutMenu"
  6482. "fieldName" "FlmViralMutationsFlyout"
  6483. "visible" "0"
  6484. "wide" "0"
  6485. "tall" "0"
  6486. "zpos" "3"
  6487. "InitialFocus" "BtnPlayMutation1"
  6488. "ResourceFile" "resource/UI/L4D360UI/ViralMutationsFlyout.res"
  6489. }
  6490.  
  6491. "FlmM60MutationsFlyout"
  6492. {
  6493. "ControlName" "FlyoutMenu"
  6494. "fieldName" "FlmM60MutationsFlyout"
  6495. "visible" "0"
  6496. "wide" "0"
  6497. "tall" "0"
  6498. "zpos" "3"
  6499. "InitialFocus" "BtnPlayMutation1"
  6500. "ResourceFile" "resource/UI/L4D360UI/M60MutationsFlyout.res"
  6501. }
  6502.  
  6503. "FlmDeathThrowsMutationsFlyout"
  6504. {
  6505. "ControlName" "FlyoutMenu"
  6506. "fieldName" "FlmDeathThrowsMutationsFlyout"
  6507. "visible" "0"
  6508. "wide" "0"
  6509. "tall" "0"
  6510. "zpos" "3"
  6511. "InitialFocus" "BtnPlayMutation1"
  6512. "ResourceFile" "resource/UI/L4D360UI/DeathThrowsMutationsFlyout.res"
  6513. }
  6514.  
  6515. "FlmUncommonMutationsFlyout"
  6516. {
  6517. "ControlName" "FlyoutMenu"
  6518. "fieldName" "FlmUncommonMutationsFlyout"
  6519. "visible" "0"
  6520. "wide" "0"
  6521. "tall" "0"
  6522. "zpos" "3"
  6523. "InitialFocus" "BtnPlayMutation1"
  6524. "ResourceFile" "resource/UI/L4D360UI/UncommonMutationsFlyout.res"
  6525. }
  6526.  
  6527. "FlmAntiSpecialSquadMutationsFlyout"
  6528. {
  6529. "ControlName" "FlyoutMenu"
  6530. "fieldName" "FlmAntiSpecialSquadMutationsFlyout"
  6531. "visible" "0"
  6532. "wide" "0"
  6533. "tall" "0"
  6534. "zpos" "3"
  6535. "InitialFocus" "BtnPlayMutation1"
  6536. "ResourceFile" "resource/UI/L4D360UI/AntiSpecialSquadMutationsFlyout.res"
  6537. }
  6538.  
  6539. "FlmDeathClockMutationsFlyout"
  6540. {
  6541. "ControlName" "FlyoutMenu"
  6542. "fieldName" "FlmDeathClockMutationsFlyout"
  6543. "visible" "0"
  6544. "wide" "0"
  6545. "tall" "0"
  6546. "zpos" "3"
  6547. "InitialFocus" "BtnPlayMutation1"
  6548. "ResourceFile" "resource/UI/L4D360UI/DeathClockMutationsFlyout.res"
  6549. }
  6550.  
  6551. "FlmGunGame2MutationsFlyout"
  6552. {
  6553. "ControlName" "FlyoutMenu"
  6554. "fieldName" "FlmGunGame2MutationsFlyout"
  6555. "visible" "0"
  6556. "wide" "0"
  6557. "tall" "0"
  6558. "zpos" "3"
  6559. "InitialFocus" "BtnPlayMutation1"
  6560. "ResourceFile" "resource/UI/L4D360UI/GunGame2MutationsFlyout.res"
  6561. }
  6562.  
  6563. "FlmGunGameMutationsFlyout"
  6564. {
  6565. "ControlName" "FlyoutMenu"
  6566. "fieldName" "FlmGunGameMutationsFlyout"
  6567. "visible" "0"
  6568. "wide" "0"
  6569. "tall" "0"
  6570. "zpos" "3"
  6571. "InitialFocus" "BtnPlayMutation1"
  6572. "ResourceFile" "resource/UI/L4D360UI/GunGameMutationsFlyout.res"
  6573. }
  6574.  
  6575. "FlmSurvivalMutationsFlyout"
  6576. {
  6577. "ControlName" "FlyoutMenu"
  6578. "fieldName" "FlmSurvivalMutationsFlyout"
  6579. "visible" "0"
  6580. "wide" "0"
  6581. "tall" "0"
  6582. "zpos" "3"
  6583. "InitialFocus" "BtnPlayMutation1"
  6584. "ResourceFile" "resource/UI/L4D360UI/SurvivalMutationsFlyout.res"
  6585. }
  6586.  
  6587. "FlmScavengeMutationsFlyout"
  6588. {
  6589. "ControlName" "FlyoutMenu"
  6590. "fieldName" "FlmScavengeMutationsFlyout"
  6591. "visible" "0"
  6592. "wide" "0"
  6593. "tall" "0"
  6594. "zpos" "3"
  6595. "InitialFocus" "BtnPlayMutation1"
  6596. "ResourceFile" "resource/UI/L4D360UI/ScavengeMutationsFlyout.res"
  6597. }
  6598.  
  6599. "FlmVersusTrainingMutationsFlyout"
  6600. {
  6601. "ControlName" "FlyoutMenu"
  6602. "fieldName" "FlmVersusTrainingMutationsFlyout"
  6603. "visible" "0"
  6604. "wide" "0"
  6605. "tall" "0"
  6606. "zpos" "3"
  6607. "InitialFocus" "BtnPlayMutation1"
  6608. "ResourceFile" "resource/UI/L4D360UI/VersusTrainingMutationsFlyout.res"
  6609. }
  6610.  
  6611. "FlmVersusMutationsFlyout"
  6612. {
  6613. "ControlName" "FlyoutMenu"
  6614. "fieldName" "FlmVersusMutationsFlyout"
  6615. "visible" "0"
  6616. "wide" "0"
  6617. "tall" "0"
  6618. "zpos" "3"
  6619. "InitialFocus" "BtnMutationList1"
  6620. "ResourceFile" "resource/UI/L4D360UI/VersusMutationsFlyout.res"
  6621. }
  6622.  
  6623. "FlmVersusMutations1Flyout"
  6624. {
  6625. "ControlName" "FlyoutMenu"
  6626. "fieldName" "FlmVersusMutations1Flyout"
  6627. "visible" "0"
  6628. "wide" "0"
  6629. "tall" "0"
  6630. "zpos" "3"
  6631. "InitialFocus" "BtnPlayMutation1"
  6632. "ResourceFile" "resource/UI/L4D360UI/VersusMutations1Flyout.res"
  6633. }
  6634.  
  6635. "FlmClassicMutationsFlyout"
  6636. {
  6637. "ControlName" "FlyoutMenu"
  6638. "fieldName" "FlmClassicMutationsFlyout"
  6639. "visible" "0"
  6640. "wide" "0"
  6641. "tall" "0"
  6642. "zpos" "3"
  6643. "InitialFocus" "BtnPlayMutation1"
  6644. "ResourceFile" "resource/UI/L4D360UI/ClassicMutationsFlyout.res"
  6645. }
  6646.  
  6647. "FlmRealismMutationsFlyout"
  6648. {
  6649. "ControlName" "FlyoutMenu"
  6650. "fieldName" "FlmRealismMutationsFlyout"
  6651. "visible" "0"
  6652. "wide" "0"
  6653. "tall" "0"
  6654. "zpos" "3"
  6655. "InitialFocus" "BtnPlayMutation1"
  6656. "ResourceFile" "resource/UI/L4D360UI/RealismMutationsFlyout.res"
  6657. }
  6658.  
  6659. "FlmSoloMutationsFlyout"
  6660. {
  6661. "ControlName" "FlyoutMenu"
  6662. "fieldName" "FlmSoloMutationsFlyout"
  6663. "visible" "0"
  6664. "wide" "0"
  6665. "tall" "0"
  6666. "zpos" "3"
  6667. "InitialFocus" "BtnPlaySoloMutation1"
  6668. "ResourceFile" "resource/UI/L4D360UI/SoloMutationsFlyout.res"
  6669. }
  6670.  
  6671. "Flm2PMutationsFlyout"
  6672. {
  6673. "ControlName" "FlyoutMenu"
  6674. "fieldName" "Flm2PMutationsFlyout"
  6675. "visible" "0"
  6676. "wide" "0"
  6677. "tall" "0"
  6678. "zpos" "3"
  6679. "InitialFocus" "BtnPlayMutation1"
  6680. "ResourceFile" "resource/UI/L4D360UI/2PMutationsFlyout.res"
  6681. }
  6682.  
  6683. "FlmZSLFlyout"
  6684. {
  6685. "ControlName" "FlyoutMenu"
  6686. "fieldName" "FlmZSLFlyout"
  6687. "visible" "0"
  6688. "wide" "0"
  6689. "tall" "0"
  6690. "zpos" "3"
  6691. "InitialFocus" "BtnMutationList1"
  6692. "ResourceFile" "resource/UI/L4D360UI/ZSLFlyout.res"
  6693. }
  6694.  
  6695. "FlmZSLWeeklyFlyout"
  6696. {
  6697. "ControlName" "FlyoutMenu"
  6698. "fieldName" "FlmZSLWeeklyFlyout"
  6699. "visible" "0"
  6700. "wide" "0"
  6701. "tall" "0"
  6702. "zpos" "3"
  6703. "InitialFocus" "BtnPlayMutation1"
  6704. "ResourceFile" "resource/UI/L4D360UI/ZSLWeeklyFlyout.res"
  6705. }
  6706.  
  6707. "FlmZSLSurvivalFlyout"
  6708. {
  6709. "ControlName" "FlyoutMenu"
  6710. "fieldName" "FlmZSLSurvivalFlyout"
  6711. "visible" "0"
  6712. "wide" "0"
  6713. "tall" "0"
  6714. "zpos" "3"
  6715. "InitialFocus" "BtnPlayMutation1"
  6716. "ResourceFile" "resource/UI/L4D360UI/ZSLSurvivalFlyout.res"
  6717. }
  6718.  
  6719. "FlmGuestMutationsFlyout"
  6720. {
  6721. "ControlName" "FlyoutMenu"
  6722. "fieldName" "FlmGuestMutationsFlyout"
  6723. "visible" "0"
  6724. "wide" "0"
  6725. "tall" "0"
  6726. "zpos" "3"
  6727. "InitialFocus" "BtnMutationList1"
  6728. "ResourceFile" "resource/UI/L4D360UI/GuestMutationsFlyout.res"
  6729. }
  6730.  
  6731. "FlmGuestCampaignMutationsFlyout"
  6732. {
  6733. "ControlName" "FlyoutMenu"
  6734. "fieldName" "FlmGuestCampaignMutationsFlyout"
  6735. "visible" "0"
  6736. "wide" "0"
  6737. "tall" "0"
  6738. "zpos" "3"
  6739. "InitialFocus" "BtnPlayMutation1"
  6740. "ResourceFile" "resource/UI/L4D360UI/GuestCampaignMutationsFlyout.res"
  6741. }
  6742.  
  6743. "FlmGuestClassicMutationsFlyout"
  6744. {
  6745. "ControlName" "FlyoutMenu"
  6746. "fieldName" "FlmGuestClassicMutationsFlyout"
  6747. "visible" "0"
  6748. "wide" "0"
  6749. "tall" "0"
  6750. "zpos" "3"
  6751. "InitialFocus" "BtnPlayMutation1"
  6752. "ResourceFile" "resource/UI/L4D360UI/GuestClassicMutationsFlyout.res"
  6753. }
  6754.  
  6755. "FlmGuestRealismMutationsFlyout"
  6756. {
  6757. "ControlName" "FlyoutMenu"
  6758. "fieldName" "FlmGuestRealismMutationsFlyout"
  6759. "visible" "0"
  6760. "wide" "0"
  6761. "tall" "0"
  6762. "zpos" "3"
  6763. "InitialFocus" "BtnPlayMutation1"
  6764. "ResourceFile" "resource/UI/L4D360UI/GuestRealismMutationsFlyout.res"
  6765. }
  6766.  
  6767. "FlmGuestScavengeMutationsFlyout"
  6768. {
  6769. "ControlName" "FlyoutMenu"
  6770. "fieldName" "FlmGuestScavengeMutationsFlyout"
  6771. "visible" "0"
  6772. "wide" "0"
  6773. "tall" "0"
  6774. "zpos" "3"
  6775. "InitialFocus" "BtnPlayMutation1"
  6776. "ResourceFile" "resource/UI/L4D360UI/GuestScavengeMutationsFlyout.res"
  6777. }
  6778.  
  6779. "FlmGuestSoloMutationsFlyout"
  6780. {
  6781. "ControlName" "FlyoutMenu"
  6782. "fieldName" "FlmGuestSoloMutationsFlyout"
  6783. "visible" "0"
  6784. "wide" "0"
  6785. "tall" "0"
  6786. "zpos" "3"
  6787. "InitialFocus" "BtnPlayMutation1"
  6788. "ResourceFile" "resource/UI/L4D360UI/GuestSoloMutationsFlyout.res"
  6789. }
  6790.  
  6791. "FlmGuest2PMutationsFlyout"
  6792. {
  6793. "ControlName" "FlyoutMenu"
  6794. "fieldName" "FlmGuest2PMutationsFlyout"
  6795. "visible" "0"
  6796. "wide" "0"
  6797. "tall" "0"
  6798. "zpos" "3"
  6799. "InitialFocus" "BtnPlayMutation1"
  6800. "ResourceFile" "resource/UI/L4D360UI/Guest2PMutationsFlyout.res"
  6801. }
  6802.  
  6803. "FlmGuestSurvivalMutationsFlyout"
  6804. {
  6805. "ControlName" "FlyoutMenu"
  6806. "fieldName" "FlmGuestSurvivalMutationsFlyout"
  6807. "visible" "0"
  6808. "wide" "0"
  6809. "tall" "0"
  6810. "zpos" "3"
  6811. "InitialFocus" "BtnPlayMutation1"
  6812. "ResourceFile" "resource/UI/L4D360UI/GuestSurvivalMutationsFlyout.res"
  6813. }
  6814.  
  6815. "FlmGuestVersusMutationsFlyout"
  6816. {
  6817. "ControlName" "FlyoutMenu"
  6818. "fieldName" "FlmGuestVersusMutationsFlyout"
  6819. "visible" "0"
  6820. "wide" "0"
  6821. "tall" "0"
  6822. "zpos" "3"
  6823. "InitialFocus" "BtnPlayMutation1"
  6824. "ResourceFile" "resource/UI/L4D360UI/GuestVersusMutationsFlyout.res"
  6825. }
  6826.  
  6827. "FlmGuestUncommonMutationsFlyout"
  6828. {
  6829. "ControlName" "FlyoutMenu"
  6830. "fieldName" "FlmGuestUncommonMutationsFlyout"
  6831. "visible" "0"
  6832. "wide" "0"
  6833. "tall" "0"
  6834. "zpos" "3"
  6835. "InitialFocus" "BtnPlayMutation1"
  6836. "ResourceFile" "resource/UI/L4D360UI/GuestUncommonMutationsFlyout.res"
  6837. }
  6838. // Rayman FLM end
  6839. "FlmCreditsUrik"
  6840. {
  6841. "ControlName" "FlyoutMenu"
  6842. "fieldName" "FlmCreditsUrik"
  6843. "visible" "0"
  6844. "wide" "0"
  6845. "tall" "0"
  6846. "zpos" "3"
  6847. "InitialFocus" ""
  6848. "ResourceFile" "resource/UI/L4D360UI/CreditsUrik.res"
  6849. }
  6850. "FlmReloadFont_FAQ"
  6851. {
  6852. "ControlName" "FlyoutMenu"
  6853. "fieldName" "FlmReloadFont_FAQ"
  6854. "visible" "0"
  6855. "wide" "0"
  6856. "tall" "0"
  6857. "zpos" "3"
  6858. "InitialFocus" ""
  6859. "ResourceFile" "resource/UI/L4D360UI/reloadfont_FAQ.res"
  6860. }
  6861. "FlmSearchGamesFlyout"
  6862. {
  6863. "ControlName" "FlyoutMenu"
  6864. "fieldName" "FlmSearchGamesFlyout"
  6865. "visible" "0"
  6866. "wide" "0"
  6867. "tall" "0"
  6868. "zpos" "3"
  6869. "InitialFocus" "BtnGameBrowser"
  6870. "ResourceFile" "resource/UI/L4D360UI/SearchGamesFlyout.res"
  6871. }
  6872. "FlmOptionsFlyout"
  6873. {
  6874. "ControlName" "FlyoutMenu"
  6875. "fieldName" "FlmOptionsFlyout"
  6876. "visible" "0"
  6877. "wide" "0"
  6878. "tall" "0"
  6879. "zpos" "3"
  6880. "InitialFocus" "BtnVideo"
  6881. "ResourceFile" "resource/UI/L4D360UI/OptionsFlyout.res"
  6882. }
  6883. "FlmOptionsGuestFlyout"
  6884. {
  6885. "ControlName" "FlyoutMenu"
  6886. "fieldName" "FlmOptionsGuestFlyout"
  6887. "visible" "0"
  6888. "wide" "0"
  6889. "tall" "0"
  6890. "zpos" "3"
  6891. "InitialFocus" "BtnAudioVideo"
  6892. "ResourceFile" "resource/UI/L4D360UI/OptionsGuestFlyout.res"
  6893. }
  6894. "FlmExtrasFlyout_Simple"
  6895. {
  6896. "ControlName" "FlyoutMenu"
  6897. "fieldName" "FlmExtrasFlyout_Simple"
  6898. "visible" "0"
  6899. "wide" "0"
  6900. "tall" "0"
  6901. "zpos" "3"
  6902. "InitialFocus" "DemoUI"
  6903. "ResourceFile" "resource/UI/L4D360UI/ExtrasFlyout.res"
  6904. }
  6905. "FlmExtrasFlyout_Live"
  6906. {
  6907. "ControlName" "FlyoutMenu"
  6908. "fieldName" "FlmExtrasFlyout_Live"
  6909. "visible" "0"
  6910. "wide" "0"
  6911. "tall" "0"
  6912. "zpos" "3"
  6913. "InitialFocus" "BtnCommunity"
  6914. "ResourceFile" "resource/UI/L4D360UI/ExtrasFlyoutLive.res"
  6915. }
  6916. "PnlQuickJoin"
  6917. {
  6918. "ControlName" "QuickJoinPanel"
  6919. "fieldName" "PnlQuickJoin"
  6920. "ResourceFile" "resource/UI/L4D360UI/QuickJoin.res"
  6921. "visible" "0"
  6922. "wide" "240"
  6923. "tall" "300"
  6924. "xpos" "c-380" [$WIN32WIDE]
  6925. "xpos" "30" [!$WIN32WIDE]
  6926. "ypos" "r75"
  6927. "navUp" "BtnQuit"
  6928. "navDown" "BtnGameModes"
  6929. }
  6930.  
  6931. // Splitscreen flm start
  6932.  
  6933. "FlmSplitFlyout"
  6934. {
  6935. "ControlName" "FlyoutMenu"
  6936. "fieldName" "FlmSplitFlyout"
  6937. "visible" "0"
  6938. "wide" "0"
  6939. "tall" "0"
  6940. "zpos" "3"
  6941. "InitialFocus" "BtnDC"
  6942. "ResourceFile" "resource/UI/L4D360UI/SplitFlyout.res"
  6943. }
  6944.  
  6945. "FlmSplitModesFlyout"
  6946. {
  6947. "ControlName" "FlyoutMenu"
  6948. "fieldName" "FlmSplitModesFlyout"
  6949. "visible" "0"
  6950. "wide" "0"
  6951. "tall" "0"
  6952. "zpos" "3"
  6953. "InitialFocus" "BtnCP"
  6954. "ResourceFile" "resource/UI/L4D360UI/SplitModesFlyout.res"
  6955. }
  6956.  
  6957. "FlmSplitVerFlyout"
  6958. {
  6959. "ControlName" "FlyoutMenu"
  6960. "fieldName" "FlmSplitVerFlyout"
  6961. "visible" "0"
  6962. "wide" "0"
  6963. "tall" "0"
  6964. "zpos" "3"
  6965. "InitialFocus" "BtnDC"
  6966. "ResourceFile" "resource/UI/L4D360UI/SplitVerFlyout.res"
  6967. }
  6968.  
  6969. "FlmSplitRVerFlyout"
  6970. {
  6971. "ControlName" "FlyoutMenu"
  6972. "fieldName" "FlmSplitRVerFlyout"
  6973. "visible" "0"
  6974. "wide" "0"
  6975. "tall" "0"
  6976. "zpos" "3"
  6977. "InitialFocus" "BtnDCRV"
  6978. "ResourceFile" "resource/UI/L4D360UI/SplitRVerFlyout.res"
  6979. }
  6980.  
  6981. "FlmSplitSVFlyout"
  6982. {
  6983. "ControlName" "FlyoutMenu"
  6984. "fieldName" "FlmSplitSVFlyout"
  6985. "visible" "0"
  6986. "wide" "0"
  6987. "tall" "0"
  6988. "zpos" "3"
  6989. "InitialFocus" "BtnDCSV"
  6990. "ResourceFile" "resource/UI/L4D360UI/SplitSVFlyout.res"
  6991. }
  6992.  
  6993. "FlmSplitSEFlyout"
  6994. {
  6995. "ControlName" "FlyoutMenu"
  6996. "fieldName" "FlmSplitSEFlyout"
  6997. "visible" "0"
  6998. "wide" "0"
  6999. "tall" "0"
  7000. "zpos" "3"
  7001. "InitialFocus" "BtnDCSE"
  7002. "ResourceFile" "resource/UI/L4D360UI/SplitSEFlyout.res"
  7003. }
  7004.  
  7005. "FlmSplitRLFlyout"
  7006. {
  7007. "ControlName" "FlyoutMenu"
  7008. "fieldName" "FlmSplitRLFlyout"
  7009. "visible" "0"
  7010. "wide" "0"
  7011. "tall" "0"
  7012. "zpos" "3"
  7013. "InitialFocus" "BtnVSA"
  7014. "ResourceFile" "resource/UI/L4D360UI/SplitRLFlyout.res"
  7015. }
  7016.  
  7017. "FlmBtnSFK"
  7018. {
  7019. "ControlName" "FlyoutMenu"
  7020. "fieldName" "FlmBtnSFK"
  7021. "visible" "0"
  7022. "wide" "0"
  7023. "tall" "0"
  7024. "zpos" "3"
  7025. "InitialFocus" "BtnDC" [$X360]
  7026. "InitialFocus" "BtnDC" [$WIN32]
  7027. "ResourceFile" "resource/UI/L4D360UI/SplitFlyout.res"
  7028. }
  7029.  
  7030. "FlmDCCDFlyout"
  7031. {
  7032. "ControlName" "FlyoutMenu"
  7033. "fieldName" "FlmDCCDFlyout"
  7034. "visible" "0"
  7035. "wide" "0"
  7036. "tall" "0"
  7037. "zpos" "3"
  7038. "InitialFocus" "BtnDCNM"
  7039. "ResourceFile" "resource/UI/L4D360UI/DCCDFlyout.res"
  7040. }
  7041.  
  7042. "FlmDCCD1Flyout"
  7043. {
  7044. "ControlName" "FlyoutMenu"
  7045. "fieldName" "FlmDCCD1Flyout"
  7046. "visible" "0"
  7047. "wide" "0"
  7048. "tall" "0"
  7049. "zpos" "3"
  7050. "InitialFocus" "BtnDCNM"
  7051. "ResourceFile" "resource/UI/L4D360UI/DCCD1Flyout.res"
  7052. }
  7053.  
  7054. "FlmDCCD2Flyout"
  7055. {
  7056. "ControlName" "FlyoutMenu"
  7057. "fieldName" "FlmDCCD2Flyout"
  7058. "visible" "0"
  7059. "wide" "0"
  7060. "tall" "0"
  7061. "zpos" "3"
  7062. "InitialFocus" "BtnDCNM"
  7063. "ResourceFile" "resource/UI/L4D360UI/DCCD2Flyout.res"
  7064. }
  7065.  
  7066. "FlmDCCD3Flyout"
  7067. {
  7068. "ControlName" "FlyoutMenu"
  7069. "fieldName" "FlmDCCD3Flyout"
  7070. "visible" "0"
  7071. "wide" "0"
  7072. "tall" "0"
  7073. "zpos" "3"
  7074. "InitialFocus" "BtnDCNM"
  7075. "ResourceFile" "resource/UI/L4D360UI/DCCD3Flyout.res"
  7076. }
  7077.  
  7078. "FlmDCFlyout"
  7079. {
  7080. "ControlName" "FlyoutMenu"
  7081. "fieldName" "FlmDCFlyout"
  7082. "visible" "0"
  7083. "wide" "0"
  7084. "tall" "0"
  7085. "zpos" "3"
  7086. "InitialFocus" "BtnDC"
  7087. "ResourceFile" "resource/UI/L4D360UI/DCFlyout.res"
  7088. }
  7089.  
  7090. "FlmDCLFlyout"
  7091. {
  7092. "ControlName" "FlyoutMenu"
  7093. "fieldName" "FlmDCLFlyout"
  7094. "visible" "0"
  7095. "wide" "0"
  7096. "tall" "0"
  7097. "zpos" "3"
  7098. "InitialFocus" "BtnDCL"
  7099. "ResourceFile" "resource/UI/L4D360UI/DCLFlyout.res"
  7100. }
  7101.  
  7102. "FlmDCLCDFlyout"
  7103. {
  7104. "ControlName" "FlyoutMenu"
  7105. "fieldName" "FlmDCLCDFlyout"
  7106. "visible" "0"
  7107. "wide" "0"
  7108. "tall" "0"
  7109. "zpos" "3"
  7110. "InitialFocus" "BtnDCLNM"
  7111. "ResourceFile" "resource/UI/L4D360UI/DCLCDFlyout.res"
  7112. }
  7113.  
  7114. "FlmDCLCD1Flyout"
  7115. {
  7116. "ControlName" "FlyoutMenu"
  7117. "fieldName" "FlmDCLCD1Flyout"
  7118. "visible" "0"
  7119. "wide" "0"
  7120. "tall" "0"
  7121. "zpos" "3"
  7122. "InitialFocus" "BtnDCLNM"
  7123. "ResourceFile" "resource/UI/L4D360UI/DCLCD1Flyout.res"
  7124. }
  7125.  
  7126. "FlmDCLCD2Flyout"
  7127. {
  7128. "ControlName" "FlyoutMenu"
  7129. "fieldName" "FlmDCLCD2Flyout"
  7130. "visible" "0"
  7131. "wide" "0"
  7132. "tall" "0"
  7133. "zpos" "3"
  7134. "InitialFocus" "BtnDCLNM"
  7135. "ResourceFile" "resource/UI/L4D360UI/DCLCD2Flyout.res"
  7136. }
  7137.  
  7138. "FlmDCLCD3Flyout"
  7139. {
  7140. "ControlName" "FlyoutMenu"
  7141. "fieldName" "FlmDCLCD3Flyout"
  7142. "visible" "0"
  7143. "wide" "0"
  7144. "tall" "0"
  7145. "zpos" "3"
  7146. "InitialFocus" "BtnDCLNM"
  7147. "ResourceFile" "resource/UI/L4D360UI/DCLCD3Flyout.res"
  7148. }
  7149.  
  7150. "FlmDCLCD4Flyout"
  7151. {
  7152. "ControlName" "FlyoutMenu"
  7153. "fieldName" "FlmDCLCD4Flyout"
  7154. "visible" "0"
  7155. "wide" "0"
  7156. "tall" "0"
  7157. "zpos" "3"
  7158. "InitialFocus" "BtnDCLNM"
  7159. "ResourceFile" "resource/UI/L4D360UI/DCLCD4Flyout.res"
  7160. }
  7161.  
  7162. "FlmSFFlyout"
  7163. {
  7164. "ControlName" "FlyoutMenu"
  7165. "fieldName" "FlmSFFlyout"
  7166. "visible" "0"
  7167. "wide" "0"
  7168. "tall" "0"
  7169. "zpos" "3"
  7170. "InitialFocus" "BtnSF"
  7171. "ResourceFile" "resource/UI/L4D360UI/SFFlyout.res"
  7172. }
  7173.  
  7174. "FlmSFCDFlyout"
  7175. {
  7176. "ControlName" "FlyoutMenu"
  7177. "fieldName" "FlmSFCDFlyout"
  7178. "visible" "0"
  7179. "wide" "0"
  7180. "tall" "0"
  7181. "zpos" "3"
  7182. "InitialFocus" "BtnSFNM"
  7183. "ResourceFile" "resource/UI/L4D360UI/SFCDFlyout.res"
  7184. }
  7185.  
  7186. "FlmSFCD1Flyout"
  7187. {
  7188. "ControlName" "FlyoutMenu"
  7189. "fieldName" "FlmSFCD1Flyout"
  7190. "visible" "0"
  7191. "wide" "0"
  7192. "tall" "0"
  7193. "zpos" "3"
  7194. "InitialFocus" "BtnSFNM"
  7195. "ResourceFile" "resource/UI/L4D360UI/SFCD1Flyout.res"
  7196. }
  7197.  
  7198. "FlmSFCD2Flyout"
  7199. {
  7200. "ControlName" "FlyoutMenu"
  7201. "fieldName" "FlmSFCD2Flyout"
  7202. "visible" "0"
  7203. "wide" "0"
  7204. "tall" "0"
  7205. "zpos" "3"
  7206. "InitialFocus" "BtnSFNM"
  7207. "ResourceFile" "resource/UI/L4D360UI/SFCD2Flyout.res"
  7208. }
  7209.  
  7210. "FlmSFCD3Flyout"
  7211. {
  7212. "ControlName" "FlyoutMenu"
  7213. "fieldName" "FlmSFCD3Flyout"
  7214. "visible" "0"
  7215. "wide" "0"
  7216. "tall" "0"
  7217. "zpos" "3"
  7218. "InitialFocus" "BtnSFNM"
  7219. "ResourceFile" "resource/UI/L4D360UI/SFCD3Flyout.res"
  7220. }
  7221.  
  7222. "FlmHRFlyout"
  7223. {
  7224. "ControlName" "FlyoutMenu"
  7225. "fieldName" "FlmHRFlyout"
  7226. "visible" "0"
  7227. "wide" "0"
  7228. "tall" "0"
  7229. "zpos" "3"
  7230. "InitialFocus" "BtnHR"
  7231. "ResourceFile" "resource/UI/L4D360UI/HRFlyout.res"
  7232. }
  7233.  
  7234. "FlmHRCDFlyout"
  7235. {
  7236. "ControlName" "FlyoutMenu"
  7237. "fieldName" "FlmHRCDFlyout"
  7238. "visible" "0"
  7239. "wide" "0"
  7240. "tall" "0"
  7241. "zpos" "3"
  7242. "InitialFocus" "BtnHRNM"
  7243. "ResourceFile" "resource/UI/L4D360UI/HRCDFlyout.res"
  7244. }
  7245.  
  7246. "FlmHRCD1Flyout"
  7247. {
  7248. "ControlName" "FlyoutMenu"
  7249. "fieldName" "FlmHRCD1Flyout"
  7250. "visible" "0"
  7251. "wide" "0"
  7252. "tall" "0"
  7253. "zpos" "3"
  7254. "InitialFocus" "BtnHRNM"
  7255. "ResourceFile" "resource/UI/L4D360UI/HRCD1Flyout.res"
  7256. }
  7257.  
  7258. "FlmHRCD2Flyout"
  7259. {
  7260. "ControlName" "FlyoutMenu"
  7261. "fieldName" "FlmHRCD2Flyout"
  7262. "visible" "0"
  7263. "wide" "0"
  7264. "tall" "0"
  7265. "zpos" "3"
  7266. "InitialFocus" "BtnHRNM"
  7267. "ResourceFile" "resource/UI/L4D360UI/HRCD2Flyout.res"
  7268. }
  7269.  
  7270. "FlmHRCD3Flyout"
  7271. {
  7272. "ControlName" "FlyoutMenu"
  7273. "fieldName" "FlmHRCD3Flyout"
  7274. "visible" "0"
  7275. "wide" "0"
  7276. "tall" "0"
  7277. "zpos" "3"
  7278. "InitialFocus" "BtnHRNM"
  7279. "ResourceFile" "resource/UI/L4D360UI/HRCD3Flyout.res"
  7280. }
  7281.  
  7282. "FlmHRCD4Flyout"
  7283. {
  7284. "ControlName" "FlyoutMenu"
  7285. "fieldName" "FlmHRCD4Flyout"
  7286. "visible" "0"
  7287. "wide" "0"
  7288. "tall" "0"
  7289. "zpos" "3"
  7290. "InitialFocus" "BtnHRNM"
  7291. "ResourceFile" "resource/UI/L4D360UI/HRCD4Flyout.res"
  7292. }
  7293.  
  7294. "FlmPSFlyout"
  7295. {
  7296. "ControlName" "FlyoutMenu"
  7297. "fieldName" "FlmPSFlyout"
  7298. "visible" "0"
  7299. "wide" "0"
  7300. "tall" "0"
  7301. "zpos" "3"
  7302. "InitialFocus" "BtnPS"
  7303. "ResourceFile" "resource/UI/L4D360UI/PSFlyout.res"
  7304. }
  7305.  
  7306. "FlmPSCDFlyout"
  7307. {
  7308. "ControlName" "FlyoutMenu"
  7309. "fieldName" "FlmPSCDFlyout"
  7310. "visible" "0"
  7311. "wide" "0"
  7312. "tall" "0"
  7313. "zpos" "3"
  7314. "InitialFocus" "BtnPSNM"
  7315. "ResourceFile" "resource/UI/L4D360UI/PSCDFlyout.res"
  7316. }
  7317.  
  7318. "FlmPSCD1Flyout"
  7319. {
  7320. "ControlName" "FlyoutMenu"
  7321. "fieldName" "FlmPSCD1Flyout"
  7322. "visible" "0"
  7323. "wide" "0"
  7324. "tall" "0"
  7325. "zpos" "3"
  7326. "InitialFocus" "BtnPSNM"
  7327. "ResourceFile" "resource/UI/L4D360UI/PSCD1Flyout.res"
  7328. }
  7329.  
  7330. "FlmPSCD2Flyout"
  7331. {
  7332. "ControlName" "FlyoutMenu"
  7333. "fieldName" "FlmPSCD2Flyout"
  7334. "visible" "0"
  7335. "wide" "0"
  7336. "tall" "0"
  7337. "zpos" "3"
  7338. "InitialFocus" "BtnPSNM"
  7339. "ResourceFile" "resource/UI/L4D360UI/PSCD2Flyout.res"
  7340. }
  7341.  
  7342. "FlmPSCD3Flyout"
  7343. {
  7344. "ControlName" "FlyoutMenu"
  7345. "fieldName" "FlmPSCD3Flyout"
  7346. "visible" "0"
  7347. "wide" "0"
  7348. "tall" "0"
  7349. "zpos" "3"
  7350. "InitialFocus" "BtnPSNM"
  7351. "ResourceFile" "resource/UI/L4D360UI/PSCD3Flyout.res"
  7352. }
  7353.  
  7354. "FlmPSCD4Flyout"
  7355. {
  7356. "ControlName" "FlyoutMenu"
  7357. "fieldName" "FlmPSCD4Flyout"
  7358. "visible" "0"
  7359. "wide" "0"
  7360. "tall" "0"
  7361. "zpos" "3"
  7362. "InitialFocus" "BtnPSNM"
  7363. "ResourceFile" "resource/UI/L4D360UI/PSCD4Flyout.res"
  7364. }
  7365.  
  7366. "FlmPGFlyout"
  7367. {
  7368. "ControlName" "FlyoutMenu"
  7369. "fieldName" "FlmPGFlyout"
  7370. "visible" "0"
  7371. "wide" "0"
  7372. "tall" "0"
  7373. "zpos" "3"
  7374. "InitialFocus" "BtnPG"
  7375. "ResourceFile" "resource/UI/L4D360UI/PGFlyout.res"
  7376. }
  7377.  
  7378. "FlmPGCDFlyout"
  7379. {
  7380. "ControlName" "FlyoutMenu"
  7381. "fieldName" "FlmPGCDFlyout"
  7382. "visible" "0"
  7383. "wide" "0"
  7384. "tall" "0"
  7385. "zpos" "3"
  7386. "InitialFocus" "BtnPGNM"
  7387. "ResourceFile" "resource/UI/L4D360UI/PGCDFlyout.res"
  7388. }
  7389.  
  7390. "FlmPGCD1Flyout"
  7391. {
  7392. "ControlName" "FlyoutMenu"
  7393. "fieldName" "FlmPGCD1Flyout"
  7394. "visible" "0"
  7395. "wide" "0"
  7396. "tall" "0"
  7397. "zpos" "3"
  7398. "InitialFocus" "BtnPGNM"
  7399. "ResourceFile" "resource/UI/L4D360UI/PGCD1Flyout.res"
  7400. }
  7401.  
  7402. "FlmPGCD2Flyout"
  7403. {
  7404. "ControlName" "FlyoutMenu"
  7405. "fieldName" "FlmPGCD2Flyout"
  7406. "visible" "0"
  7407. "wide" "0"
  7408. "tall" "0"
  7409. "zpos" "3"
  7410. "InitialFocus" "BtnPGNM"
  7411. "ResourceFile" "resource/UI/L4D360UI/PGCD2Flyout.res"
  7412. }
  7413.  
  7414. "FlmSCFlyout"
  7415. {
  7416. "ControlName" "FlyoutMenu"
  7417. "fieldName" "FlmSCFlyout"
  7418. "visible" "0"
  7419. "wide" "0"
  7420. "tall" "0"
  7421. "zpos" "3"
  7422. "InitialFocus" "BtnSC"
  7423. "ResourceFile" "resource/UI/L4D360UI/SCFlyout.res"
  7424. }
  7425.  
  7426. "FlmSCCDFlyout"
  7427. {
  7428. "ControlName" "FlyoutMenu"
  7429. "fieldName" "FlmSCCDFlyout"
  7430. "visible" "0"
  7431. "wide" "0"
  7432. "tall" "0"
  7433. "zpos" "3"
  7434. "InitialFocus" "BtnSCNM"
  7435. "ResourceFile" "resource/UI/L4D360UI/SCCDFlyout.res"
  7436. }
  7437.  
  7438. "FlmSCCD1Flyout"
  7439. {
  7440. "ControlName" "FlyoutMenu"
  7441. "fieldName" "FlmSCCD1Flyout"
  7442. "visible" "0"
  7443. "wide" "0"
  7444. "tall" "0"
  7445. "zpos" "3"
  7446. "InitialFocus" "BtnSCNM"
  7447. "ResourceFile" "resource/UI/L4D360UI/SCCD1Flyout.res"
  7448. }
  7449.  
  7450. "FlmSCCD2Flyout"
  7451. {
  7452. "ControlName" "FlyoutMenu"
  7453. "fieldName" "FlmSCCD2Flyout"
  7454. "visible" "0"
  7455. "wide" "0"
  7456. "tall" "0"
  7457. "zpos" "3"
  7458. "InitialFocus" "BtnSCNM"
  7459. "ResourceFile" "resource/UI/L4D360UI/SCCD2Flyout.res"
  7460. }
  7461.  
  7462. "FlmNMFlyout"
  7463. {
  7464. "ControlName" "FlyoutMenu"
  7465. "fieldName" "FlmNMFlyout"
  7466. "visible" "0"
  7467. "wide" "0"
  7468. "tall" "0"
  7469. "zpos" "3"
  7470. "InitialFocus" "BtnNM"
  7471. "ResourceFile" "resource/UI/L4D360UI/NMFlyout.res"
  7472. }
  7473.  
  7474. "FlmNMCDFlyout"
  7475. {
  7476. "ControlName" "FlyoutMenu"
  7477. "fieldName" "FlmNMCDFlyout"
  7478. "visible" "0"
  7479. "wide" "0"
  7480. "tall" "0"
  7481. "zpos" "3"
  7482. "InitialFocus" "BtnNMNM"
  7483. "ResourceFile" "resource/UI/L4D360UI/NMCDFlyout.res"
  7484. }
  7485.  
  7486. "FlmNMCD1Flyout"
  7487. {
  7488. "ControlName" "FlyoutMenu"
  7489. "fieldName" "FlmNMCD1Flyout"
  7490. "visible" "0"
  7491. "wide" "0"
  7492. "tall" "0"
  7493. "zpos" "3"
  7494. "InitialFocus" "BtnNMNM"
  7495. "ResourceFile" "resource/UI/L4D360UI/NMCD1Flyout.res"
  7496. }
  7497.  
  7498. "FlmNMCD2Flyout"
  7499. {
  7500. "ControlName" "FlyoutMenu"
  7501. "fieldName" "FlmNMCD2Flyout"
  7502. "visible" "0"
  7503. "wide" "0"
  7504. "tall" "0"
  7505. "zpos" "3"
  7506. "InitialFocus" "BtnNMNM"
  7507. "ResourceFile" "resource/UI/L4D360UI/NMCD2Flyout.res"
  7508. }
  7509.  
  7510. "FlmNMCD3Flyout"
  7511. {
  7512. "ControlName" "FlyoutMenu"
  7513. "fieldName" "FlmNMCD3Flyout"
  7514. "visible" "0"
  7515. "wide" "0"
  7516. "tall" "0"
  7517. "zpos" "3"
  7518. "InitialFocus" "BtnNMNM"
  7519. "ResourceFile" "resource/UI/L4D360UI/NMCD3Flyout.res"
  7520. }
  7521.  
  7522. "FlmNMCD4Flyout"
  7523. {
  7524. "ControlName" "FlyoutMenu"
  7525. "fieldName" "FlmNMCD4Flyout"
  7526. "visible" "0"
  7527. "wide" "0"
  7528. "tall" "0"
  7529. "zpos" "3"
  7530. "InitialFocus" "BtnNMNM"
  7531. "ResourceFile" "resource/UI/L4D360UI/NMCD4Flyout.res"
  7532. }
  7533.  
  7534. "FlmCCFlyout"
  7535. {
  7536. "ControlName" "FlyoutMenu"
  7537. "fieldName" "FlmCCFlyout"
  7538. "visible" "0"
  7539. "wide" "0"
  7540. "tall" "0"
  7541. "zpos" "3"
  7542. "InitialFocus" "BtnCC"
  7543. "ResourceFile" "resource/UI/L4D360UI/CCFlyout.res"
  7544. }
  7545.  
  7546. "FlmCCCDFlyout"
  7547. {
  7548. "ControlName" "FlyoutMenu"
  7549. "fieldName" "FlmCCCDFlyout"
  7550. "visible" "0"
  7551. "wide" "0"
  7552. "tall" "0"
  7553. "zpos" "3"
  7554. "InitialFocus" "BtnCCNM"
  7555. "ResourceFile" "resource/UI/L4D360UI/CCCDFlyout.res"
  7556. }
  7557.  
  7558. "FlmCCCD1Flyout"
  7559. {
  7560. "ControlName" "FlyoutMenu"
  7561. "fieldName" "FlmCCCD1Flyout"
  7562. "visible" "0"
  7563. "wide" "0"
  7564. "tall" "0"
  7565. "zpos" "3"
  7566. "InitialFocus" "BtnCCNM"
  7567. "ResourceFile" "resource/UI/L4D360UI/CCCD1Flyout.res"
  7568. }
  7569.  
  7570. "FlmDTFlyout"
  7571. {
  7572. "ControlName" "FlyoutMenu"
  7573. "fieldName" "FlmDTFlyout"
  7574. "visible" "0"
  7575. "wide" "0"
  7576. "tall" "0"
  7577. "zpos" "3"
  7578. "InitialFocus" "BtnDT"
  7579. "ResourceFile" "resource/UI/L4D360UI/DTFlyout.res"
  7580. }
  7581.  
  7582. "FlmDTSEFlyout"
  7583. {
  7584. "ControlName" "FlyoutMenu"
  7585. "fieldName" "FlmDTSEFlyout"
  7586. "visible" "0"
  7587. "wide" "0"
  7588. "tall" "0"
  7589. "zpos" "3"
  7590. "InitialFocus" "BtnDT"
  7591. "ResourceFile" "resource/UI/L4D360UI/DTSEFlyout.res"
  7592. }
  7593.  
  7594. "FlmDTCDFlyout"
  7595. {
  7596. "ControlName" "FlyoutMenu"
  7597. "fieldName" "FlmDTCDFlyout"
  7598. "visible" "0"
  7599. "wide" "0"
  7600. "tall" "0"
  7601. "zpos" "3"
  7602. "InitialFocus" "BtnDTNM"
  7603. "ResourceFile" "resource/UI/L4D360UI/DTCDFlyout.res"
  7604. }
  7605.  
  7606. "FlmDTCDSE2Flyout"
  7607. {
  7608. "ControlName" "FlyoutMenu"
  7609. "fieldName" "FlmDTCDSE2Flyout"
  7610. "visible" "0"
  7611. "wide" "0"
  7612. "tall" "0"
  7613. "zpos" "3"
  7614. "InitialFocus" "BtnDTNM"
  7615. "ResourceFile" "resource/UI/L4D360UI/DTCDSE2Flyout.res"
  7616. }
  7617.  
  7618. "FlmDTCD1Flyout"
  7619. {
  7620. "ControlName" "FlyoutMenu"
  7621. "fieldName" "FlmDTCD1Flyout"
  7622. "visible" "0"
  7623. "wide" "0"
  7624. "tall" "0"
  7625. "zpos" "3"
  7626. "InitialFocus" "BtnDTNM"
  7627. "ResourceFile" "resource/UI/L4D360UI/DTCD1Flyout.res"
  7628. }
  7629.  
  7630. "FlmDTCD2Flyout"
  7631. {
  7632. "ControlName" "FlyoutMenu"
  7633. "fieldName" "FlmDTCD2Flyout"
  7634. "visible" "0"
  7635. "wide" "0"
  7636. "tall" "0"
  7637. "zpos" "3"
  7638. "InitialFocus" "BtnDTNM"
  7639. "ResourceFile" "resource/UI/L4D360UI/DTCD2Flyout.res"
  7640. }
  7641.  
  7642. "FlmDTCD3Flyout"
  7643. {
  7644. "ControlName" "FlyoutMenu"
  7645. "fieldName" "FlmDTCD3Flyout"
  7646. "visible" "0"
  7647. "wide" "0"
  7648. "tall" "0"
  7649. "zpos" "3"
  7650. "InitialFocus" "BtnDTNM"
  7651. "ResourceFile" "resource/UI/L4D360UI/DTCD3Flyout.res"
  7652. }
  7653.  
  7654. "FlmDTCD4Flyout"
  7655. {
  7656. "ControlName" "FlyoutMenu"
  7657. "fieldName" "FlmDTCD4Flyout"
  7658. "visible" "0"
  7659. "wide" "0"
  7660. "tall" "0"
  7661. "zpos" "3"
  7662. "InitialFocus" "BtnDTNM"
  7663. "ResourceFile" "resource/UI/L4D360UI/DTCD4Flyout.res"
  7664. }
  7665.  
  7666. "FlmDAFlyout"
  7667. {
  7668. "ControlName" "FlyoutMenu"
  7669. "fieldName" "FlmDAFlyout"
  7670. "visible" "0"
  7671. "wide" "0"
  7672. "tall" "0"
  7673. "zpos" "3"
  7674. "InitialFocus" "BtnDA"
  7675. "ResourceFile" "resource/UI/L4D360UI/DAFlyout.res"
  7676. }
  7677.  
  7678. "FlmDASEFlyout"
  7679. {
  7680. "ControlName" "FlyoutMenu"
  7681. "fieldName" "FlmDASEFlyout"
  7682. "visible" "0"
  7683. "wide" "0"
  7684. "tall" "0"
  7685. "zpos" "3"
  7686. "InitialFocus" "BtnDASE"
  7687. "ResourceFile" "resource/UI/L4D360UI/DASEFlyout.res"
  7688. }
  7689.  
  7690. "FlmDACDSE3Flyout"
  7691. {
  7692. "ControlName" "FlyoutMenu"
  7693. "fieldName" "FlmDACDSE3Flyout"
  7694. "visible" "0"
  7695. "wide" "0"
  7696. "tall" "0"
  7697. "zpos" "3"
  7698. "InitialFocus" "BtnDANM"
  7699. "ResourceFile" "resource/UI/L4D360UI/DACDSE3Flyout.res"
  7700. }
  7701.  
  7702. "FlmDACDFlyout"
  7703. {
  7704. "ControlName" "FlyoutMenu"
  7705. "fieldName" "FlmDACDFlyout"
  7706. "visible" "0"
  7707. "wide" "0"
  7708. "tall" "0"
  7709. "zpos" "3"
  7710. "InitialFocus" "BtnDANM"
  7711. "ResourceFile" "resource/UI/L4D360UI/DACDFlyout.res"
  7712. }
  7713.  
  7714. "FlmDACD1Flyout"
  7715. {
  7716. "ControlName" "FlyoutMenu"
  7717. "fieldName" "FlmDACD1Flyout"
  7718. "visible" "0"
  7719. "wide" "0"
  7720. "tall" "0"
  7721. "zpos" "3"
  7722. "InitialFocus" "BtnDANM"
  7723. "ResourceFile" "resource/UI/L4D360UI/DACD1Flyout.res"
  7724. }
  7725.  
  7726. "FlmDACD2Flyout"
  7727. {
  7728. "ControlName" "FlyoutMenu"
  7729. "fieldName" "FlmDACD2Flyout"
  7730. "visible" "0"
  7731. "wide" "0"
  7732. "tall" "0"
  7733. "zpos" "3"
  7734. "InitialFocus" "BtnDANM"
  7735. "ResourceFile" "resource/UI/L4D360UI/DACD2Flyout.res"
  7736. }
  7737.  
  7738. "FlmDACD3Flyout"
  7739. {
  7740. "ControlName" "FlyoutMenu"
  7741. "fieldName" "FlmDACD3Flyout"
  7742. "visible" "0"
  7743. "wide" "0"
  7744. "tall" "0"
  7745. "zpos" "3"
  7746. "InitialFocus" "BtnDANM"
  7747. "ResourceFile" "resource/UI/L4D360UI/DACD3Flyout.res"
  7748. }
  7749.  
  7750. "FlmDACD4Flyout"
  7751. {
  7752. "ControlName" "FlyoutMenu"
  7753. "fieldName" "FlmDACD4Flyout"
  7754. "visible" "0"
  7755. "wide" "0"
  7756. "tall" "0"
  7757. "zpos" "3"
  7758. "InitialFocus" "BtnDANM"
  7759. "ResourceFile" "resource/UI/L4D360UI/DACD4Flyout.res"
  7760. }
  7761.  
  7762. "FlmBHFlyout"
  7763. {
  7764. "ControlName" "FlyoutMenu"
  7765. "fieldName" "FlmBHFlyout"
  7766. "visible" "0"
  7767. "wide" "0"
  7768. "tall" "0"
  7769. "zpos" "3"
  7770. "InitialFocus" "BtnBH"
  7771. "ResourceFile" "resource/UI/L4D360UI/BHFlyout.res"
  7772. }
  7773.  
  7774. "FlmBHSEFlyout"
  7775. {
  7776. "ControlName" "FlyoutMenu"
  7777. "fieldName" "FlmBHSEFlyout"
  7778. "visible" "0"
  7779. "wide" "0"
  7780. "tall" "0"
  7781. "zpos" "3"
  7782. "InitialFocus" "BtnBHSE"
  7783. "ResourceFile" "resource/UI/L4D360UI/BHSEFlyout.res"
  7784. }
  7785.  
  7786. "FlmBHCDSE4Flyout"
  7787. {
  7788. "ControlName" "FlyoutMenu"
  7789. "fieldName" "FlmBHCDSE4Flyout"
  7790. "visible" "0"
  7791. "wide" "0"
  7792. "tall" "0"
  7793. "zpos" "3"
  7794. "InitialFocus" "BtnBHNM"
  7795. "ResourceFile" "resource/UI/L4D360UI/BHCDSE4Flyout.res"
  7796. }
  7797.  
  7798. "FlmBHCDFlyout"
  7799. {
  7800. "ControlName" "FlyoutMenu"
  7801. "fieldName" "FlmBHCDFlyout"
  7802. "visible" "0"
  7803. "wide" "0"
  7804. "tall" "0"
  7805. "zpos" "3"
  7806. "InitialFocus" "BtnBH"
  7807. "ResourceFile" "resource/UI/L4D360UI/BHCDFlyout.res"
  7808. }
  7809.  
  7810. "FlmBHCD1Flyout"
  7811. {
  7812. "ControlName" "FlyoutMenu"
  7813. "fieldName" "FlmBHCD1Flyout"
  7814. "visible" "0"
  7815. "wide" "0"
  7816. "tall" "0"
  7817. "zpos" "3"
  7818. "InitialFocus" "BtnBHNM"
  7819. "ResourceFile" "resource/UI/L4D360UI/BHCD1Flyout.res"
  7820. }
  7821.  
  7822. "FlmBHCD2Flyout"
  7823. {
  7824. "ControlName" "FlyoutMenu"
  7825. "fieldName" "FlmBHCD2Flyout"
  7826. "visible" "0"
  7827. "wide" "0"
  7828. "tall" "0"
  7829. "zpos" "3"
  7830. "InitialFocus" "BtnBHNM"
  7831. "ResourceFile" "resource/UI/L4D360UI/BHCD2Flyout.res"
  7832. }
  7833.  
  7834. "FlmBHCD3Flyout"
  7835. {
  7836. "ControlName" "FlyoutMenu"
  7837. "fieldName" "FlmBHCD3Flyout"
  7838. "visible" "0"
  7839. "wide" "0"
  7840. "tall" "0"
  7841. "zpos" "3"
  7842. "InitialFocus" "BtnBHNM"
  7843. "ResourceFile" "resource/UI/L4D360UI/BHCD3Flyout.res"
  7844. }
  7845.  
  7846. "FlmBHCD4Flyout"
  7847. {
  7848. "ControlName" "FlyoutMenu"
  7849. "fieldName" "FlmBHCD4Flyout"
  7850. "visible" "0"
  7851. "wide" "0"
  7852. "tall" "0"
  7853. "zpos" "3"
  7854. "InitialFocus" "BtnBHNM"
  7855. "ResourceFile" "resource/UI/L4D360UI/BHCD4Flyout.res"
  7856. }
  7857.  
  7858. "FlmCSFlyout"
  7859. {
  7860. "ControlName" "FlyoutMenu"
  7861. "fieldName" "FlmCSFlyout"
  7862. "visible" "0"
  7863. "wide" "0"
  7864. "tall" "0"
  7865. "zpos" "3"
  7866. "InitialFocus" "BtnCS"
  7867. "ResourceFile" "resource/UI/L4D360UI/CSFlyout.res"
  7868. }
  7869.  
  7870. "FlmCSCDFlyout"
  7871. {
  7872. "ControlName" "FlyoutMenu"
  7873. "fieldName" "FlmCSCDFlyout"
  7874. "visible" "0"
  7875. "wide" "0"
  7876. "tall" "0"
  7877. "zpos" "3"
  7878. "InitialFocus" "BtnCSNM"
  7879. "ResourceFile" "resource/UI/L4D360UI/CSCDFlyout.res"
  7880. }
  7881.  
  7882. "FlmCSCD1Flyout"
  7883. {
  7884. "ControlName" "FlyoutMenu"
  7885. "fieldName" "FlmCSCD1Flyout"
  7886. "visible" "0"
  7887. "wide" "0"
  7888. "tall" "0"
  7889. "zpos" "3"
  7890. "InitialFocus" "BtnCSNM"
  7891. "ResourceFile" "resource/UI/L4D360UI/CSCD1Flyout.res"
  7892. }
  7893.  
  7894. "FlmCSCD2Flyout"
  7895. {
  7896. "ControlName" "FlyoutMenu"
  7897. "fieldName" "FlmCSCD2Flyout"
  7898. "visible" "0"
  7899. "wide" "0"
  7900. "tall" "0"
  7901. "zpos" "3"
  7902. "InitialFocus" "BtnCSNM"
  7903. "ResourceFile" "resource/UI/L4D360UI/CSCD2Flyout.res"
  7904. }
  7905.  
  7906. "FlmCSCD3Flyout"
  7907. {
  7908. "ControlName" "FlyoutMenu"
  7909. "fieldName" "FlmCSCD3Flyout"
  7910. "visible" "0"
  7911. "wide" "0"
  7912. "tall" "0"
  7913. "zpos" "3"
  7914. "InitialFocus" "BtnCSNM"
  7915. "ResourceFile" "resource/UI/L4D360UI/CSCD3Flyout.res"
  7916. }
  7917.  
  7918. "FlmDCVFlyout"
  7919. {
  7920. "ControlName" "FlyoutMenu"
  7921. "fieldName" "FlmDCVFlyout"
  7922. "visible" "0"
  7923. "wide" "0"
  7924. "tall" "0"
  7925. "zpos" "3"
  7926. "InitialFocus" "BtnDC"
  7927. "ResourceFile" "resource/UI/L4D360UI/DCVFlyout.res"
  7928. }
  7929.  
  7930. "FlmDCCDVFlyout"
  7931. {
  7932. "ControlName" "FlyoutMenu"
  7933. "fieldName" "FlmDCCDVFlyout"
  7934. "visible" "0"
  7935. "wide" "0"
  7936. "tall" "0"
  7937. "zpos" "3"
  7938. "InitialFocus" "BtnDCNM"
  7939. "ResourceFile" "resource/UI/L4D360UI/DCCDVFlyout.res"
  7940. }
  7941.  
  7942. "FlmDCCDV1Flyout"
  7943. {
  7944. "ControlName" "FlyoutMenu"
  7945. "fieldName" "FlmDCCDV1Flyout"
  7946. "visible" "0"
  7947. "wide" "0"
  7948. "tall" "0"
  7949. "zpos" "3"
  7950. "InitialFocus" "BtnDCNM"
  7951. "ResourceFile" "resource/UI/L4D360UI/DCCDV1Flyout.res"
  7952. }
  7953.  
  7954. "FlmDCCDV2Flyout"
  7955. {
  7956. "ControlName" "FlyoutMenu"
  7957. "fieldName" "FlmDCCDV2Flyout"
  7958. "visible" "0"
  7959. "wide" "0"
  7960. "tall" "0"
  7961. "zpos" "3"
  7962. "InitialFocus" "BtnDCNM"
  7963. "ResourceFile" "resource/UI/L4D360UI/DCCDV2Flyout.res"
  7964. }
  7965.  
  7966. "FlmDCCDV3Flyout"
  7967. {
  7968. "ControlName" "FlyoutMenu"
  7969. "fieldName" "FlmDCCDV3Flyout"
  7970. "visible" "0"
  7971. "wide" "0"
  7972. "tall" "0"
  7973. "zpos" "3"
  7974. "InitialFocus" "BtnDCNM"
  7975. "ResourceFile" "resource/UI/L4D360UI/DCCDV3Flyout.res"
  7976. }
  7977.  
  7978. "FlmDCLVFlyout"
  7979. {
  7980. "ControlName" "FlyoutMenu"
  7981. "fieldName" "FlmDCLVFlyout"
  7982. "visible" "0"
  7983. "wide" "0"
  7984. "tall" "0"
  7985. "zpos" "3"
  7986. "InitialFocus" "BtnDCL"
  7987. "ResourceFile" "resource/UI/L4D360UI/DCLVFlyout.res"
  7988. }
  7989.  
  7990. "FlmDCLCDVFlyout"
  7991. {
  7992. "ControlName" "FlyoutMenu"
  7993. "fieldName" "FlmDCLCDVFlyout"
  7994. "visible" "0"
  7995. "wide" "0"
  7996. "tall" "0"
  7997. "zpos" "3"
  7998. "InitialFocus" "BtnDCLNM"
  7999. "ResourceFile" "resource/UI/L4D360UI/DCLCDVFlyout.res"
  8000. }
  8001.  
  8002. "FlmDCLCDV1Flyout"
  8003. {
  8004. "ControlName" "FlyoutMenu"
  8005. "fieldName" "FlmDCLCDV1Flyout"
  8006. "visible" "0"
  8007. "wide" "0"
  8008. "tall" "0"
  8009. "zpos" "3"
  8010. "InitialFocus" "BtnDCLNM"
  8011. "ResourceFile" "resource/UI/L4D360UI/DCLCDV1Flyout.res"
  8012. }
  8013.  
  8014. "FlmDCLCDV2Flyout"
  8015. {
  8016. "ControlName" "FlyoutMenu"
  8017. "fieldName" "FlmDCLCDV2Flyout"
  8018. "visible" "0"
  8019. "wide" "0"
  8020. "tall" "0"
  8021. "zpos" "3"
  8022. "InitialFocus" "BtnDCLNM"
  8023. "ResourceFile" "resource/UI/L4D360UI/DCLCDV2Flyout.res"
  8024. }
  8025.  
  8026. "FlmDCLCDV3Flyout"
  8027. {
  8028. "ControlName" "FlyoutMenu"
  8029. "fieldName" "FlmDCLCDV3Flyout"
  8030. "visible" "0"
  8031. "wide" "0"
  8032. "tall" "0"
  8033. "zpos" "3"
  8034. "InitialFocus" "BtnDCLNM"
  8035. "ResourceFile" "resource/UI/L4D360UI/DCLCDV3Flyout.res"
  8036. }
  8037.  
  8038. "FlmDCLCDV4Flyout"
  8039. {
  8040. "ControlName" "FlyoutMenu"
  8041. "fieldName" "FlmDCLCDV4Flyout"
  8042. "visible" "0"
  8043. "wide" "0"
  8044. "tall" "0"
  8045. "zpos" "3"
  8046. "InitialFocus" "BtnDCLNM"
  8047. "ResourceFile" "resource/UI/L4D360UI/DCLCDV4Flyout.res"
  8048. }
  8049.  
  8050. "FlmSFVFlyout"
  8051. {
  8052. "ControlName" "FlyoutMenu"
  8053. "fieldName" "FlmSFVFlyout"
  8054. "visible" "0"
  8055. "wide" "0"
  8056. "tall" "0"
  8057. "zpos" "3"
  8058. "InitialFocus" "BtnSF"
  8059. "ResourceFile" "resource/UI/L4D360UI/SFVFlyout.res"
  8060. }
  8061.  
  8062. "FlmSFCDVFlyout"
  8063. {
  8064. "ControlName" "FlyoutMenu"
  8065. "fieldName" "FlmSFCDVFlyout"
  8066. "visible" "0"
  8067. "wide" "0"
  8068. "tall" "0"
  8069. "zpos" "3"
  8070. "InitialFocus" "BtnSFNM"
  8071. "ResourceFile" "resource/UI/L4D360UI/SFCDVFlyout.res"
  8072. }
  8073.  
  8074. "FlmSFCDV1Flyout"
  8075. {
  8076. "ControlName" "FlyoutMenu"
  8077. "fieldName" "FlmSFCDV1Flyout"
  8078. "visible" "0"
  8079. "wide" "0"
  8080. "tall" "0"
  8081. "zpos" "3"
  8082. "InitialFocus" "BtnSFNM"
  8083. "ResourceFile" "resource/UI/L4D360UI/SFCDV1Flyout.res"
  8084. }
  8085.  
  8086. "FlmSFCDV2Flyout"
  8087. {
  8088. "ControlName" "FlyoutMenu"
  8089. "fieldName" "FlmSFCDV2Flyout"
  8090. "visible" "0"
  8091. "wide" "0"
  8092. "tall" "0"
  8093. "zpos" "3"
  8094. "InitialFocus" "BtnSFNM"
  8095. "ResourceFile" "resource/UI/L4D360UI/SFCDV2Flyout.res"
  8096. }
  8097.  
  8098. "FlmSFCDV3Flyout"
  8099. {
  8100. "ControlName" "FlyoutMenu"
  8101. "fieldName" "FlmSFCDV3Flyout"
  8102. "visible" "0"
  8103. "wide" "0"
  8104. "tall" "0"
  8105. "zpos" "3"
  8106. "InitialFocus" "BtnSFNM"
  8107. "ResourceFile" "resource/UI/L4D360UI/SFCDV3Flyout.res"
  8108. }
  8109.  
  8110. "FlmHRVFlyout"
  8111. {
  8112. "ControlName" "FlyoutMenu"
  8113. "fieldName" "FlmHRVFlyout"
  8114. "visible" "0"
  8115. "wide" "0"
  8116. "tall" "0"
  8117. "zpos" "3"
  8118. "InitialFocus" "BtnHR"
  8119. "ResourceFile" "resource/UI/L4D360UI/HRVFlyout.res"
  8120. }
  8121.  
  8122. "FlmHRCDVFlyout"
  8123. {
  8124. "ControlName" "FlyoutMenu"
  8125. "fieldName" "FlmHRCDVFlyout"
  8126. "visible" "0"
  8127. "wide" "0"
  8128. "tall" "0"
  8129. "zpos" "3"
  8130. "InitialFocus" "BtnHRNM"
  8131. "ResourceFile" "resource/UI/L4D360UI/HRCDVFlyout.res"
  8132. }
  8133.  
  8134. "FlmHRCDV1Flyout"
  8135. {
  8136. "ControlName" "FlyoutMenu"
  8137. "fieldName" "FlmHRCDV1Flyout"
  8138. "visible" "0"
  8139. "wide" "0"
  8140. "tall" "0"
  8141. "zpos" "3"
  8142. "InitialFocus" "BtnHRNM"
  8143. "ResourceFile" "resource/UI/L4D360UI/HRCDV1Flyout.res"
  8144. }
  8145.  
  8146. "FlmHRCDV2Flyout"
  8147. {
  8148. "ControlName" "FlyoutMenu"
  8149. "fieldName" "FlmHRCDV2Flyout"
  8150. "visible" "0"
  8151. "wide" "0"
  8152. "tall" "0"
  8153. "zpos" "3"
  8154. "InitialFocus" "BtnHRNM"
  8155. "ResourceFile" "resource/UI/L4D360UI/HRCDV2Flyout.res"
  8156. }
  8157.  
  8158. "FlmHRCDV3Flyout"
  8159. {
  8160. "ControlName" "FlyoutMenu"
  8161. "fieldName" "FlmHRCDV3Flyout"
  8162. "visible" "0"
  8163. "wide" "0"
  8164. "tall" "0"
  8165. "zpos" "3"
  8166. "InitialFocus" "BtnHRNM"
  8167. "ResourceFile" "resource/UI/L4D360UI/HRCDV3Flyout.res"
  8168. }
  8169.  
  8170. "FlmHRCDV4Flyout"
  8171. {
  8172. "ControlName" "FlyoutMenu"
  8173. "fieldName" "FlmHRCDV4Flyout"
  8174. "visible" "0"
  8175. "wide" "0"
  8176. "tall" "0"
  8177. "zpos" "3"
  8178. "InitialFocus" "BtnHRNM"
  8179. "ResourceFile" "resource/UI/L4D360UI/HRCDV4Flyout.res"
  8180. }
  8181.  
  8182. "FlmPSVFlyout"
  8183. {
  8184. "ControlName" "FlyoutMenu"
  8185. "fieldName" "FlmPSVFlyout"
  8186. "visible" "0"
  8187. "wide" "0"
  8188. "tall" "0"
  8189. "zpos" "3"
  8190. "InitialFocus" "BtnPS"
  8191. "ResourceFile" "resource/UI/L4D360UI/PSVFlyout.res"
  8192. }
  8193.  
  8194. "FlmPSCDVFlyout"
  8195. {
  8196. "ControlName" "FlyoutMenu"
  8197. "fieldName" "FlmPSCDVFlyout"
  8198. "visible" "0"
  8199. "wide" "0"
  8200. "tall" "0"
  8201. "zpos" "3"
  8202. "InitialFocus" "BtnPSNM"
  8203. "ResourceFile" "resource/UI/L4D360UI/PSCDVFlyout.res"
  8204. }
  8205.  
  8206. "FlmPSCDV1Flyout"
  8207. {
  8208. "ControlName" "FlyoutMenu"
  8209. "fieldName" "FlmPSCDV1Flyout"
  8210. "visible" "0"
  8211. "wide" "0"
  8212. "tall" "0"
  8213. "zpos" "3"
  8214. "InitialFocus" "BtnPSNM"
  8215. "ResourceFile" "resource/UI/L4D360UI/PSCDV1Flyout.res"
  8216. }
  8217.  
  8218. "FlmPSCDV2Flyout"
  8219. {
  8220. "ControlName" "FlyoutMenu"
  8221. "fieldName" "FlmPSCDV2Flyout"
  8222. "visible" "0"
  8223. "wide" "0"
  8224. "tall" "0"
  8225. "zpos" "3"
  8226. "InitialFocus" "BtnPSNM"
  8227. "ResourceFile" "resource/UI/L4D360UI/PSCDV2Flyout.res"
  8228. }
  8229.  
  8230. "FlmPSCDV3Flyout"
  8231. {
  8232. "ControlName" "FlyoutMenu"
  8233. "fieldName" "FlmPSCDV3Flyout"
  8234. "visible" "0"
  8235. "wide" "0"
  8236. "tall" "0"
  8237. "zpos" "3"
  8238. "InitialFocus" "BtnPSNM"
  8239. "ResourceFile" "resource/UI/L4D360UI/PSCDV3Flyout.res"
  8240. }
  8241.  
  8242. "FlmPSCDV4Flyout"
  8243. {
  8244. "ControlName" "FlyoutMenu"
  8245. "fieldName" "FlmPSCDV4Flyout"
  8246. "visible" "0"
  8247. "wide" "0"
  8248. "tall" "0"
  8249. "zpos" "3"
  8250. "InitialFocus" "BtnPSNM"
  8251. "ResourceFile" "resource/UI/L4D360UI/PSCDV4Flyout.res"
  8252. }
  8253.  
  8254. "FlmPGVFlyout"
  8255. {
  8256. "ControlName" "FlyoutMenu"
  8257. "fieldName" "FlmPGVFlyout"
  8258. "visible" "0"
  8259. "wide" "0"
  8260. "tall" "0"
  8261. "zpos" "3"
  8262. "InitialFocus" "BtnPG"
  8263. "ResourceFile" "resource/UI/L4D360UI/PGVFlyout.res"
  8264. }
  8265.  
  8266. "FlmPGCDVFlyout"
  8267. {
  8268. "ControlName" "FlyoutMenu"
  8269. "fieldName" "FlmPGCDVFlyout"
  8270. "visible" "0"
  8271. "wide" "0"
  8272. "tall" "0"
  8273. "zpos" "3"
  8274. "InitialFocus" "BtnPGNM"
  8275. "ResourceFile" "resource/UI/L4D360UI/PGCDVFlyout.res"
  8276. }
  8277.  
  8278. "FlmPGCDV1Flyout"
  8279. {
  8280. "ControlName" "FlyoutMenu"
  8281. "fieldName" "FlmPGCDV1Flyout"
  8282. "visible" "0"
  8283. "wide" "0"
  8284. "tall" "0"
  8285. "zpos" "3"
  8286. "InitialFocus" "BtnPGNM"
  8287. "ResourceFile" "resource/UI/L4D360UI/PGCDV1Flyout.res"
  8288. }
  8289.  
  8290. "FlmPGCDV2Flyout"
  8291. {
  8292. "ControlName" "FlyoutMenu"
  8293. "fieldName" "FlmPGCDV2Flyout"
  8294. "visible" "0"
  8295. "wide" "0"
  8296. "tall" "0"
  8297. "zpos" "3"
  8298. "InitialFocus" "BtnPGNM"
  8299. "ResourceFile" "resource/UI/L4D360UI/PGCDV2Flyout.res"
  8300. }
  8301.  
  8302. "FlmSCVFlyout"
  8303. {
  8304. "ControlName" "FlyoutMenu"
  8305. "fieldName" "FlmSCVFlyout"
  8306. "visible" "0"
  8307. "wide" "0"
  8308. "tall" "0"
  8309. "zpos" "3"
  8310. "InitialFocus" "BtnSC"
  8311. "ResourceFile" "resource/UI/L4D360UI/SCVFlyout.res"
  8312. }
  8313.  
  8314. "FlmSCCDVFlyout"
  8315. {
  8316. "ControlName" "FlyoutMenu"
  8317. "fieldName" "FlmSCCDVFlyout"
  8318. "visible" "0"
  8319. "wide" "0"
  8320. "tall" "0"
  8321. "zpos" "3"
  8322. "InitialFocus" "BtnSCNM"
  8323. "ResourceFile" "resource/UI/L4D360UI/SCCDVFlyout.res"
  8324. }
  8325.  
  8326. "FlmSCCDV1Flyout"
  8327. {
  8328. "ControlName" "FlyoutMenu"
  8329. "fieldName" "FlmSCCDV1Flyout"
  8330. "visible" "0"
  8331. "wide" "0"
  8332. "tall" "0"
  8333. "zpos" "3"
  8334. "InitialFocus" "BtnSCNM"
  8335. "ResourceFile" "resource/UI/L4D360UI/SCCDV1Flyout.res"
  8336. }
  8337.  
  8338. "FlmSCCDV2Flyout"
  8339. {
  8340. "ControlName" "FlyoutMenu"
  8341. "fieldName" "FlmSCCDV2Flyout"
  8342. "visible" "0"
  8343. "wide" "0"
  8344. "tall" "0"
  8345. "zpos" "3"
  8346. "InitialFocus" "BtnSCNM"
  8347. "ResourceFile" "resource/UI/L4D360UI/SCCDV2Flyout.res"
  8348. }
  8349.  
  8350. "FlmNMVFlyout"
  8351. {
  8352. "ControlName" "FlyoutMenu"
  8353. "fieldName" "FlmNMVFlyout"
  8354. "visible" "0"
  8355. "wide" "0"
  8356. "tall" "0"
  8357. "zpos" "3"
  8358. "InitialFocus" "BtnNM"
  8359. "ResourceFile" "resource/UI/L4D360UI/NMVFlyout.res"
  8360. }
  8361.  
  8362. "FlmNMCDVFlyout"
  8363. {
  8364. "ControlName" "FlyoutMenu"
  8365. "fieldName" "FlmNMCDVFlyout"
  8366. "visible" "0"
  8367. "wide" "0"
  8368. "tall" "0"
  8369. "zpos" "3"
  8370. "InitialFocus" "BtnNMNM"
  8371. "ResourceFile" "resource/UI/L4D360UI/NMCDVFlyout.res"
  8372. }
  8373.  
  8374. "FlmNMCDV1Flyout"
  8375. {
  8376. "ControlName" "FlyoutMenu"
  8377. "fieldName" "FlmNMCDV1Flyout"
  8378. "visible" "0"
  8379. "wide" "0"
  8380. "tall" "0"
  8381. "zpos" "3"
  8382. "InitialFocus" "BtnNMNM"
  8383. "ResourceFile" "resource/UI/L4D360UI/NMCDV1Flyout.res"
  8384. }
  8385.  
  8386. "FlmNMCDV2Flyout"
  8387. {
  8388. "ControlName" "FlyoutMenu"
  8389. "fieldName" "FlmNMCDV2Flyout"
  8390. "visible" "0"
  8391. "wide" "0"
  8392. "tall" "0"
  8393. "zpos" "3"
  8394. "InitialFocus" "BtnNMNM"
  8395. "ResourceFile" "resource/UI/L4D360UI/NMCDV2Flyout.res"
  8396. }
  8397.  
  8398. "FlmNMCDV3Flyout"
  8399. {
  8400. "ControlName" "FlyoutMenu"
  8401. "fieldName" "FlmNMCDV3Flyout"
  8402. "visible" "0"
  8403. "wide" "0"
  8404. "tall" "0"
  8405. "zpos" "3"
  8406. "InitialFocus" "BtnNMNM"
  8407. "ResourceFile" "resource/UI/L4D360UI/NMCDV3Flyout.res"
  8408. }
  8409.  
  8410. "FlmNMCDV4Flyout"
  8411. {
  8412. "ControlName" "FlyoutMenu"
  8413. "fieldName" "FlmNMCDV4Flyout"
  8414. "visible" "0"
  8415. "wide" "0"
  8416. "tall" "0"
  8417. "zpos" "3"
  8418. "InitialFocus" "BtnNMNM"
  8419. "ResourceFile" "resource/UI/L4D360UI/NMCDV4Flyout.res"
  8420. }
  8421.  
  8422. "FlmCCVFlyout"
  8423. {
  8424. "ControlName" "FlyoutMenu"
  8425. "fieldName" "FlmCCVFlyout"
  8426. "visible" "0"
  8427. "wide" "0"
  8428. "tall" "0"
  8429. "zpos" "3"
  8430. "InitialFocus" "BtnCC"
  8431. "ResourceFile" "resource/UI/L4D360UI/CCVFlyout.res"
  8432. }
  8433.  
  8434. "FlmCCCDVFlyout"
  8435. {
  8436. "ControlName" "FlyoutMenu"
  8437. "fieldName" "FlmCCCDVFlyout"
  8438. "visible" "0"
  8439. "wide" "0"
  8440. "tall" "0"
  8441. "zpos" "3"
  8442. "InitialFocus" "BtnCCNM"
  8443. "ResourceFile" "resource/UI/L4D360UI/CCCDVFlyout.res"
  8444. }
  8445.  
  8446. "FlmCCCDV1Flyout"
  8447. {
  8448. "ControlName" "FlyoutMenu"
  8449. "fieldName" "FlmCCCDV1Flyout"
  8450. "visible" "0"
  8451. "wide" "0"
  8452. "tall" "0"
  8453. "zpos" "3"
  8454. "InitialFocus" "BtnCCNM"
  8455. "ResourceFile" "resource/UI/L4D360UI/CCCDV1Flyout.res"
  8456. }
  8457.  
  8458. "FlmDTVFlyout"
  8459. {
  8460. "ControlName" "FlyoutMenu"
  8461. "fieldName" "FlmDTVFlyout"
  8462. "visible" "0"
  8463. "wide" "0"
  8464. "tall" "0"
  8465. "zpos" "3"
  8466. "InitialFocus" "BtnDT"
  8467. "ResourceFile" "resource/UI/L4D360UI/DTVFlyout.res"
  8468. }
  8469.  
  8470. "FlmDTCDVFlyout"
  8471. {
  8472. "ControlName" "FlyoutMenu"
  8473. "fieldName" "FlmDTCDVFlyout"
  8474. "visible" "0"
  8475. "wide" "0"
  8476. "tall" "0"
  8477. "zpos" "3"
  8478. "InitialFocus" "BtnDTNM"
  8479. "ResourceFile" "resource/UI/L4D360UI/DTCDVFlyout.res"
  8480. }
  8481.  
  8482. "FlmDTCDV1Flyout"
  8483. {
  8484. "ControlName" "FlyoutMenu"
  8485. "fieldName" "FlmDTCDV1Flyout"
  8486. "visible" "0"
  8487. "wide" "0"
  8488. "tall" "0"
  8489. "zpos" "3"
  8490. "InitialFocus" "BtnDTNM"
  8491. "ResourceFile" "resource/UI/L4D360UI/DTCDV1Flyout.res"
  8492. }
  8493.  
  8494. "FlmDTCDV2Flyout"
  8495. {
  8496. "ControlName" "FlyoutMenu"
  8497. "fieldName" "FlmDTCDV2Flyout"
  8498. "visible" "0"
  8499. "wide" "0"
  8500. "tall" "0"
  8501. "zpos" "3"
  8502. "InitialFocus" "BtnDTNM"
  8503. "ResourceFile" "resource/UI/L4D360UI/DTCDV2Flyout.res"
  8504. }
  8505.  
  8506. "FlmDTCDV3Flyout"
  8507. {
  8508. "ControlName" "FlyoutMenu"
  8509. "fieldName" "FlmDTCDV3Flyout"
  8510. "visible" "0"
  8511. "wide" "0"
  8512. "tall" "0"
  8513. "zpos" "3"
  8514. "InitialFocus" "BtnDTNM"
  8515. "ResourceFile" "resource/UI/L4D360UI/DTCDV3Flyout.res"
  8516. }
  8517.  
  8518. "FlmDTCDV4Flyout"
  8519. {
  8520. "ControlName" "FlyoutMenu"
  8521. "fieldName" "FlmDTCDV4Flyout"
  8522. "visible" "0"
  8523. "wide" "0"
  8524. "tall" "0"
  8525. "zpos" "3"
  8526. "InitialFocus" "BtnDTNM"
  8527. "ResourceFile" "resource/UI/L4D360UI/DTCDV4Flyout.res"
  8528. }
  8529.  
  8530. "FlmDAVFlyout"
  8531. {
  8532. "ControlName" "FlyoutMenu"
  8533. "fieldName" "FlmDAVFlyout"
  8534. "visible" "0"
  8535. "wide" "0"
  8536. "tall" "0"
  8537. "zpos" "3"
  8538. "InitialFocus" "BtnDA"
  8539. "ResourceFile" "resource/UI/L4D360UI/DAVFlyout.res"
  8540. }
  8541.  
  8542. "FlmDACDVFlyout"
  8543. {
  8544. "ControlName" "FlyoutMenu"
  8545. "fieldName" "FlmDACDVFlyout"
  8546. "visible" "0"
  8547. "wide" "0"
  8548. "tall" "0"
  8549. "zpos" "3"
  8550. "InitialFocus" "BtnDANM"
  8551. "ResourceFile" "resource/UI/L4D360UI/DACDVFlyout.res"
  8552. }
  8553.  
  8554. "FlmDACDV1Flyout"
  8555. {
  8556. "ControlName" "FlyoutMenu"
  8557. "fieldName" "FlmDACDV1Flyout"
  8558. "visible" "0"
  8559. "wide" "0"
  8560. "tall" "0"
  8561. "zpos" "3"
  8562. "InitialFocus" "BtnDANM"
  8563. "ResourceFile" "resource/UI/L4D360UI/DACDV1Flyout.res"
  8564. }
  8565.  
  8566. "FlmDACDV2Flyout"
  8567. {
  8568. "ControlName" "FlyoutMenu"
  8569. "fieldName" "FlmDACDV2Flyout"
  8570. "visible" "0"
  8571. "wide" "0"
  8572. "tall" "0"
  8573. "zpos" "3"
  8574. "InitialFocus" "BtnDANM"
  8575. "ResourceFile" "resource/UI/L4D360UI/DACDV2Flyout.res"
  8576. }
  8577.  
  8578. "FlmDACDV3Flyout"
  8579. {
  8580. "ControlName" "FlyoutMenu"
  8581. "fieldName" "FlmDACDV3Flyout"
  8582. "visible" "0"
  8583. "wide" "0"
  8584. "tall" "0"
  8585. "zpos" "3"
  8586. "InitialFocus" "BtnDANM"
  8587. "ResourceFile" "resource/UI/L4D360UI/DACDV3Flyout.res"
  8588. }
  8589.  
  8590. "FlmDACDV4Flyout"
  8591. {
  8592. "ControlName" "FlyoutMenu"
  8593. "fieldName" "FlmDACDV4Flyout"
  8594. "visible" "0"
  8595. "wide" "0"
  8596. "tall" "0"
  8597. "zpos" "3"
  8598. "InitialFocus" "BtnDANM"
  8599. "ResourceFile" "resource/UI/L4D360UI/DACDV4Flyout.res"
  8600. }
  8601.  
  8602. "FlmBHVFlyout"
  8603. {
  8604. "ControlName" "FlyoutMenu"
  8605. "fieldName" "FlmBHVFlyout"
  8606. "visible" "0"
  8607. "wide" "0"
  8608. "tall" "0"
  8609. "zpos" "3"
  8610. "InitialFocus" "BtnBH"
  8611. "ResourceFile" "resource/UI/L4D360UI/BHVFlyout.res"
  8612. }
  8613.  
  8614. "FlmBHCDVFlyout"
  8615. {
  8616. "ControlName" "FlyoutMenu"
  8617. "fieldName" "FlmBHCDVFlyout"
  8618. "visible" "0"
  8619. "wide" "0"
  8620. "tall" "0"
  8621. "zpos" "3"
  8622. "InitialFocus" "BtnBH"
  8623. "ResourceFile" "resource/UI/L4D360UI/BHCDVFlyout.res"
  8624. }
  8625.  
  8626. "FlmBHCDV1Flyout"
  8627. {
  8628. "ControlName" "FlyoutMenu"
  8629. "fieldName" "FlmBHCDV1Flyout"
  8630. "visible" "0"
  8631. "wide" "0"
  8632. "tall" "0"
  8633. "zpos" "3"
  8634. "InitialFocus" "BtnBHNM"
  8635. "ResourceFile" "resource/UI/L4D360UI/BHCDV1Flyout.res"
  8636. }
  8637.  
  8638. "FlmBHCDV2Flyout"
  8639. {
  8640. "ControlName" "FlyoutMenu"
  8641. "fieldName" "FlmBHCDV2Flyout"
  8642. "visible" "0"
  8643. "wide" "0"
  8644. "tall" "0"
  8645. "zpos" "3"
  8646. "InitialFocus" "BtnBHNM"
  8647. "ResourceFile" "resource/UI/L4D360UI/BHCDV2Flyout.res"
  8648. }
  8649.  
  8650. "FlmBHCDV3Flyout"
  8651. {
  8652. "ControlName" "FlyoutMenu"
  8653. "fieldName" "FlmBHCDV3Flyout"
  8654. "visible" "0"
  8655. "wide" "0"
  8656. "tall" "0"
  8657. "zpos" "3"
  8658. "InitialFocus" "BtnBHNM"
  8659. "ResourceFile" "resource/UI/L4D360UI/BHCDV3Flyout.res"
  8660. }
  8661.  
  8662. "FlmBHCDV4Flyout"
  8663. {
  8664. "ControlName" "FlyoutMenu"
  8665. "fieldName" "FlmBHCDV4Flyout"
  8666. "visible" "0"
  8667. "wide" "0"
  8668. "tall" "0"
  8669. "zpos" "3"
  8670. "InitialFocus" "BtnBHNM"
  8671. "ResourceFile" "resource/UI/L4D360UI/BHCDV4Flyout.res"
  8672. }
  8673.  
  8674. "FlmCSVFlyout"
  8675. {
  8676. "ControlName" "FlyoutMenu"
  8677. "fieldName" "FlmCSVFlyout"
  8678. "visible" "0"
  8679. "wide" "0"
  8680. "tall" "0"
  8681. "zpos" "3"
  8682. "InitialFocus" "BtnCS"
  8683. "ResourceFile" "resource/UI/L4D360UI/CSVFlyout.res"
  8684. }
  8685.  
  8686. "FlmCSCDVFlyout"
  8687. {
  8688. "ControlName" "FlyoutMenu"
  8689. "fieldName" "FlmCSCDVFlyout"
  8690. "visible" "0"
  8691. "wide" "0"
  8692. "tall" "0"
  8693. "zpos" "3"
  8694. "InitialFocus" "BtnCSNM"
  8695. "ResourceFile" "resource/UI/L4D360UI/CSCDVFlyout.res"
  8696. }
  8697.  
  8698. "FlmCSCDV1Flyout"
  8699. {
  8700. "ControlName" "FlyoutMenu"
  8701. "fieldName" "FlmCSCDV1Flyout"
  8702. "visible" "0"
  8703. "wide" "0"
  8704. "tall" "0"
  8705. "zpos" "3"
  8706. "InitialFocus" "BtnCSNM"
  8707. "ResourceFile" "resource/UI/L4D360UI/CSCDV1Flyout.res"
  8708. }
  8709.  
  8710. "FlmCSCDV2Flyout"
  8711. {
  8712. "ControlName" "FlyoutMenu"
  8713. "fieldName" "FlmCSCDV2Flyout"
  8714. "visible" "0"
  8715. "wide" "0"
  8716. "tall" "0"
  8717. "zpos" "3"
  8718. "InitialFocus" "BtnCSNM"
  8719. "ResourceFile" "resource/UI/L4D360UI/CSCDV2Flyout.res"
  8720. }
  8721.  
  8722. "FlmCSCDV3Flyout"
  8723. {
  8724. "ControlName" "FlyoutMenu"
  8725. "fieldName" "FlmCSCDV3Flyout"
  8726. "visible" "0"
  8727. "wide" "0"
  8728. "tall" "0"
  8729. "zpos" "3"
  8730. "InitialFocus" "BtnCSNM"
  8731. "ResourceFile" "resource/UI/L4D360UI/CSCDV3Flyout.res"
  8732. }
  8733.  
  8734. "FlmDCSVFlyout"
  8735. {
  8736. "ControlName" "FlyoutMenu"
  8737. "fieldName" "FlmDCSVFlyout"
  8738. "visible" "0"
  8739. "wide" "0"
  8740. "tall" "0"
  8741. "zpos" "3"
  8742. "InitialFocus" "BtnDCSV"
  8743. "ResourceFile" "resource/UI/L4D360UI/DCSVFlyout.res"
  8744. }
  8745.  
  8746. "FlmDCSEFlyout"
  8747. {
  8748. "ControlName" "FlyoutMenu"
  8749. "fieldName" "FlmDCSEFlyout"
  8750. "visible" "0"
  8751. "wide" "0"
  8752. "tall" "0"
  8753. "zpos" "3"
  8754. "InitialFocus" "BtnDCNM"
  8755. "ResourceFile" "resource/UI/L4D360UI/DCSEFlyout.res"
  8756. }
  8757.  
  8758. "FlmDCLSVFlyout"
  8759. {
  8760. "ControlName" "FlyoutMenu"
  8761. "fieldName" "FlmDCLSVFlyout"
  8762. "visible" "0"
  8763. "wide" "0"
  8764. "tall" "0"
  8765. "zpos" "3"
  8766. "InitialFocus" "BtnDCLSV"
  8767. "ResourceFile" "resource/UI/L4D360UI/DCLSVFlyout.res"
  8768. }
  8769.  
  8770. "FlmDCLSEFlyout"
  8771. {
  8772. "ControlName" "FlyoutMenu"
  8773. "fieldName" "FlmDCLSEFlyout"
  8774. "visible" "0"
  8775. "wide" "0"
  8776. "tall" "0"
  8777. "zpos" "3"
  8778. "InitialFocus" "BtnDCLSE"
  8779. "ResourceFile" "resource/UI/L4D360UI/DCLSEFlyout.res"
  8780. }
  8781.  
  8782. "FlmDCLCDSEFlyout"
  8783. {
  8784. "ControlName" "FlyoutMenu"
  8785. "fieldName" "FlmDCLCDSEFlyout"
  8786. "visible" "0"
  8787. "wide" "0"
  8788. "tall" "0"
  8789. "zpos" "3"
  8790. "InitialFocus" "BtnDCLNM"
  8791. "ResourceFile" "resource/UI/L4D360UI/DCLCDSEFlyout.res"
  8792. }
  8793.  
  8794. "FlmSFSVFlyout"
  8795. {
  8796. "ControlName" "FlyoutMenu"
  8797. "fieldName" "FlmSFSVFlyout"
  8798. "visible" "0"
  8799. "wide" "0"
  8800. "tall" "0"
  8801. "zpos" "3"
  8802. "InitialFocus" "BtnSFSV"
  8803. "ResourceFile" "resource/UI/L4D360UI/SFSVFlyout.res"
  8804. }
  8805.  
  8806. "FlmSFSEFlyout"
  8807. {
  8808. "ControlName" "FlyoutMenu"
  8809. "fieldName" "FlmSFSEFlyout"
  8810. "visible" "0"
  8811. "wide" "0"
  8812. "tall" "0"
  8813. "zpos" "3"
  8814. "InitialFocus" "BtnSFSE"
  8815. "ResourceFile" "resource/UI/L4D360UI/SFSEFlyout.res"
  8816. }
  8817.  
  8818. "FlmHRSVFlyout"
  8819. {
  8820. "ControlName" "FlyoutMenu"
  8821. "fieldName" "FlmHRSVFlyout"
  8822. "visible" "0"
  8823. "wide" "0"
  8824. "tall" "0"
  8825. "zpos" "3"
  8826. "InitialFocus" "BtnHRSV"
  8827. "ResourceFile" "resource/UI/L4D360UI/HRSVFlyout.res"
  8828. }
  8829.  
  8830. "FlmHRSEFlyout"
  8831. {
  8832. "ControlName" "FlyoutMenu"
  8833. "fieldName" "FlmHRSEFlyout"
  8834. "visible" "0"
  8835. "wide" "0"
  8836. "tall" "0"
  8837. "zpos" "3"
  8838. "InitialFocus" "BtnHRSE"
  8839. "ResourceFile" "resource/UI/L4D360UI/HRSEFlyout.res"
  8840. }
  8841.  
  8842. "FlmPSSVFlyout"
  8843. {
  8844. "ControlName" "FlyoutMenu"
  8845. "fieldName" "FlmPSSVFlyout"
  8846. "visible" "0"
  8847. "wide" "0"
  8848. "tall" "0"
  8849. "zpos" "3"
  8850. "InitialFocus" "BtnPSSV"
  8851. "ResourceFile" "resource/UI/L4D360UI/PSSVFlyout.res"
  8852. }
  8853.  
  8854. "FlmPSSEFlyout"
  8855. {
  8856. "ControlName" "FlyoutMenu"
  8857. "fieldName" "FlmPSSEFlyout"
  8858. "visible" "0"
  8859. "wide" "0"
  8860. "tall" "0"
  8861. "zpos" "3"
  8862. "InitialFocus" "BtnPSSE"
  8863. "ResourceFile" "resource/UI/L4D360UI/PSSEFlyout.res"
  8864. }
  8865.  
  8866. "FlmPGSVFlyout"
  8867. {
  8868. "ControlName" "FlyoutMenu"
  8869. "fieldName" "FlmPGSVFlyout"
  8870. "visible" "0"
  8871. "wide" "0"
  8872. "tall" "0"
  8873. "zpos" "3"
  8874. "InitialFocus" "BtnPGSV"
  8875. "ResourceFile" "resource/UI/L4D360UI/PGSVFlyout.res"
  8876. }
  8877.  
  8878. "FlmPGSEFlyout"
  8879. {
  8880. "ControlName" "FlyoutMenu"
  8881. "fieldName" "FlmPGSEFlyout"
  8882. "visible" "0"
  8883. "wide" "0"
  8884. "tall" "0"
  8885. "zpos" "3"
  8886. "InitialFocus" "BtnPGSE"
  8887. "ResourceFile" "resource/UI/L4D360UI/PGSEFlyout.res"
  8888. }
  8889.  
  8890. "FlmSCSVFlyout"
  8891. {
  8892. "ControlName" "FlyoutMenu"
  8893. "fieldName" "FlmSCSVFlyout"
  8894. "visible" "0"
  8895. "wide" "0"
  8896. "tall" "0"
  8897. "zpos" "3"
  8898. "InitialFocus" "BtnSCSV"
  8899. "ResourceFile" "resource/UI/L4D360UI/SCSVFlyout.res"
  8900. }
  8901.  
  8902. "FlmSCSEFlyout"
  8903. {
  8904. "ControlName" "FlyoutMenu"
  8905. "fieldName" "FlmSCSEFlyout"
  8906. "visible" "0"
  8907. "wide" "0"
  8908. "tall" "0"
  8909. "zpos" "3"
  8910. "InitialFocus" "BtnSCSE"
  8911. "ResourceFile" "resource/UI/L4D360UI/SCSEFlyout.res"
  8912. }
  8913.  
  8914. "FlmNMSVFlyout"
  8915. {
  8916. "ControlName" "FlyoutMenu"
  8917. "fieldName" "FlmNMSVFlyout"
  8918. "visible" "0"
  8919. "wide" "0"
  8920. "tall" "0"
  8921. "zpos" "3"
  8922. "InitialFocus" "BtnNMSV"
  8923. "ResourceFile" "resource/UI/L4D360UI/NMSVFlyout.res"
  8924. }
  8925.  
  8926. "FlmNMSEFlyout"
  8927. {
  8928. "ControlName" "FlyoutMenu"
  8929. "fieldName" "FlmNMSEFlyout"
  8930. "visible" "0"
  8931. "wide" "0"
  8932. "tall" "0"
  8933. "zpos" "3"
  8934. "InitialFocus" "BtnNMSE"
  8935. "ResourceFile" "resource/UI/L4D360UI/NMSEFlyout.res"
  8936. }
  8937.  
  8938. "FlmDCRLFlyout"
  8939. {
  8940. "ControlName" "FlyoutMenu"
  8941. "fieldName" "FlmDCRLFlyout"
  8942. "visible" "0"
  8943. "wide" "0"
  8944. "tall" "0"
  8945. "zpos" "3"
  8946. "InitialFocus" "BtnDCRL"
  8947. "ResourceFile" "resource/UI/L4D360UI/DCRLFlyout.res"
  8948. }
  8949.  
  8950. "FlmDCRVFlyout"
  8951. {
  8952. "ControlName" "FlyoutMenu"
  8953. "fieldName" "FlmDCRVFlyout"
  8954. "visible" "0"
  8955. "wide" "0"
  8956. "tall" "0"
  8957. "zpos" "3"
  8958. "InitialFocus" "BtnDCRV"
  8959. "ResourceFile" "resource/UI/L4D360UI/DCRVFlyout.res"
  8960. }
  8961.  
  8962. "FlmDCCDRLFlyout"
  8963. {
  8964. "ControlName" "FlyoutMenu"
  8965. "fieldName" "FlmDCCDRLFlyout"
  8966. "visible" "0"
  8967. "wide" "0"
  8968. "tall" "0"
  8969. "zpos" "3"
  8970. "InitialFocus" "BtnDCNM"
  8971. "ResourceFile" "resource/UI/L4D360UI/DCCDRLFlyout.res"
  8972. }
  8973.  
  8974. "FlmDCCDRL1Flyout"
  8975. {
  8976. "ControlName" "FlyoutMenu"
  8977. "fieldName" "FlmDCCDRL1Flyout"
  8978. "visible" "0"
  8979. "wide" "0"
  8980. "tall" "0"
  8981. "zpos" "3"
  8982. "InitialFocus" "BtnDCNM"
  8983. "ResourceFile" "resource/UI/L4D360UI/DCCDRL1Flyout.res"
  8984. }
  8985.  
  8986. "FlmDCCDRL2Flyout"
  8987. {
  8988. "ControlName" "FlyoutMenu"
  8989. "fieldName" "FlmDCCDRL2Flyout"
  8990. "visible" "0"
  8991. "wide" "0"
  8992. "tall" "0"
  8993. "zpos" "3"
  8994. "InitialFocus" "BtnDCNM"
  8995. "ResourceFile" "resource/UI/L4D360UI/DCCDRL2Flyout.res"
  8996. }
  8997.  
  8998. "FlmDCCDRL3Flyout"
  8999. {
  9000. "ControlName" "FlyoutMenu"
  9001. "fieldName" "FlmDCCDRL3Flyout"
  9002. "visible" "0"
  9003. "wide" "0"
  9004. "tall" "0"
  9005. "zpos" "3"
  9006. "InitialFocus" "BtnDCNM"
  9007. "ResourceFile" "resource/UI/L4D360UI/DCCDRL3Flyout.res"
  9008. }
  9009.  
  9010. "FlmDCCDRVFlyout"
  9011. {
  9012. "ControlName" "FlyoutMenu"
  9013. "fieldName" "FlmDCCDRVFlyout"
  9014. "visible" "0"
  9015. "wide" "0"
  9016. "tall" "0"
  9017. "zpos" "3"
  9018. "InitialFocus" "BtnDCNM"
  9019. "ResourceFile" "resource/UI/L4D360UI/DCCDRVFlyout.res"
  9020. }
  9021.  
  9022. "FlmDCCDRV1Flyout"
  9023. {
  9024. "ControlName" "FlyoutMenu"
  9025. "fieldName" "FlmDCCDRV1Flyout"
  9026. "visible" "0"
  9027. "wide" "0"
  9028. "tall" "0"
  9029. "zpos" "3"
  9030. "InitialFocus" "BtnDCNM"
  9031. "ResourceFile" "resource/UI/L4D360UI/DCCDRV1Flyout.res"
  9032. }
  9033.  
  9034. "FlmDCCDRV2Flyout"
  9035. {
  9036. "ControlName" "FlyoutMenu"
  9037. "fieldName" "FlmDCCDRV2Flyout"
  9038. "visible" "0"
  9039. "wide" "0"
  9040. "tall" "0"
  9041. "zpos" "3"
  9042. "InitialFocus" "BtnDCNM"
  9043. "ResourceFile" "resource/UI/L4D360UI/DCCDRV2Flyout.res"
  9044. }
  9045.  
  9046. "FlmDCCDRV3Flyout"
  9047. {
  9048. "ControlName" "FlyoutMenu"
  9049. "fieldName" "FlmDCCDRV3Flyout"
  9050. "visible" "0"
  9051. "wide" "0"
  9052. "tall" "0"
  9053. "zpos" "3"
  9054. "InitialFocus" "BtnDCNM"
  9055. "ResourceFile" "resource/UI/L4D360UI/DCCDRV3Flyout.res"
  9056. }
  9057.  
  9058. "FlmDCLRLFlyout"
  9059. {
  9060. "ControlName" "FlyoutMenu"
  9061. "fieldName" "FlmDCLRLFlyout"
  9062. "visible" "0"
  9063. "wide" "0"
  9064. "tall" "0"
  9065. "zpos" "3"
  9066. "InitialFocus" "BtnDCLRL"
  9067. "ResourceFile" "resource/UI/L4D360UI/DCLRLFlyout.res"
  9068. }
  9069.  
  9070. "FlmDCLRVFlyout"
  9071. {
  9072. "ControlName" "FlyoutMenu"
  9073. "fieldName" "FlmDCLRVFlyout"
  9074. "visible" "0"
  9075. "wide" "0"
  9076. "tall" "0"
  9077. "zpos" "3"
  9078. "InitialFocus" "BtnDCLRV"
  9079. "ResourceFile" "resource/UI/L4D360UI/DCLRVFlyout.res"
  9080. }
  9081.  
  9082. "FlmDCLCDRLFlyout"
  9083. {
  9084. "ControlName" "FlyoutMenu"
  9085. "fieldName" "FlmDCLCDRLFlyout"
  9086. "visible" "0"
  9087. "wide" "0"
  9088. "tall" "0"
  9089. "zpos" "3"
  9090. "InitialFocus" "BtnDCLNM"
  9091. "ResourceFile" "resource/UI/L4D360UI/DCLCDRLFlyout.res"
  9092. }
  9093.  
  9094. "FlmDCLCDRL1Flyout"
  9095. {
  9096. "ControlName" "FlyoutMenu"
  9097. "fieldName" "FlmDCLCDRL1Flyout"
  9098. "visible" "0"
  9099. "wide" "0"
  9100. "tall" "0"
  9101. "zpos" "3"
  9102. "InitialFocus" "BtnDCLNM"
  9103. "ResourceFile" "resource/UI/L4D360UI/DCLCDRL1Flyout.res"
  9104. }
  9105.  
  9106. "FlmDCLCDRL2Flyout"
  9107. {
  9108. "ControlName" "FlyoutMenu"
  9109. "fieldName" "FlmDCLCDRL2Flyout"
  9110. "visible" "0"
  9111. "wide" "0"
  9112. "tall" "0"
  9113. "zpos" "3"
  9114. "InitialFocus" "BtnDCLNM"
  9115. "ResourceFile" "resource/UI/L4D360UI/DCLCDRL2Flyout.res"
  9116. }
  9117.  
  9118. "FlmDCLCDRL3Flyout"
  9119. {
  9120. "ControlName" "FlyoutMenu"
  9121. "fieldName" "FlmDCLCDRL3Flyout"
  9122. "visible" "0"
  9123. "wide" "0"
  9124. "tall" "0"
  9125. "zpos" "3"
  9126. "InitialFocus" "BtnDCLNM"
  9127. "ResourceFile" "resource/UI/L4D360UI/DCLCDRL3Flyout.res"
  9128. }
  9129.  
  9130. "FlmDCLCDRL4Flyout"
  9131. {
  9132. "ControlName" "FlyoutMenu"
  9133. "fieldName" "FlmDCLCDRL4Flyout"
  9134. "visible" "0"
  9135. "wide" "0"
  9136. "tall" "0"
  9137. "zpos" "3"
  9138. "InitialFocus" "BtnDCLNM"
  9139. "ResourceFile" "resource/UI/L4D360UI/DCLCDRL4Flyout.res"
  9140. }
  9141.  
  9142. "FlmDCLCDRVFlyout"
  9143. {
  9144. "ControlName" "FlyoutMenu"
  9145. "fieldName" "FlmDCLCDRVFlyout"
  9146. "visible" "0"
  9147. "wide" "0"
  9148. "tall" "0"
  9149. "zpos" "3"
  9150. "InitialFocus" "BtnDCLNM"
  9151. "ResourceFile" "resource/UI/L4D360UI/DCLCDRVFlyout.res"
  9152. }
  9153.  
  9154. "FlmDCLCDRV1Flyout"
  9155. {
  9156. "ControlName" "FlyoutMenu"
  9157. "fieldName" "FlmDCLCDRV1Flyout"
  9158. "visible" "0"
  9159. "wide" "0"
  9160. "tall" "0"
  9161. "zpos" "3"
  9162. "InitialFocus" "BtnDCLNM"
  9163. "ResourceFile" "resource/UI/L4D360UI/DCLCDRV1Flyout.res"
  9164. }
  9165.  
  9166. "FlmDCLCDRV2Flyout"
  9167. {
  9168. "ControlName" "FlyoutMenu"
  9169. "fieldName" "FlmDCLCDRV2Flyout"
  9170. "visible" "0"
  9171. "wide" "0"
  9172. "tall" "0"
  9173. "zpos" "3"
  9174. "InitialFocus" "BtnDCLNM"
  9175. "ResourceFile" "resource/UI/L4D360UI/DCLCDRV2Flyout.res"
  9176. }
  9177.  
  9178. "FlmDCLCDRV3Flyout"
  9179. {
  9180. "ControlName" "FlyoutMenu"
  9181. "fieldName" "FlmDCLCDRV3Flyout"
  9182. "visible" "0"
  9183. "wide" "0"
  9184. "tall" "0"
  9185. "zpos" "3"
  9186. "InitialFocus" "BtnDCLNM"
  9187. "ResourceFile" "resource/UI/L4D360UI/DCLCDRV3Flyout.res"
  9188. }
  9189.  
  9190. "FlmDCLCDRV4Flyout"
  9191. {
  9192. "ControlName" "FlyoutMenu"
  9193. "fieldName" "FlmDCLCDRV4Flyout"
  9194. "visible" "0"
  9195. "wide" "0"
  9196. "tall" "0"
  9197. "zpos" "3"
  9198. "InitialFocus" "BtnDCLNM"
  9199. "ResourceFile" "resource/UI/L4D360UI/DCLCDRV4Flyout.res"
  9200. }
  9201.  
  9202. "FlmSFRLFlyout"
  9203. {
  9204. "ControlName" "FlyoutMenu"
  9205. "fieldName" "FlmSFRLFlyout"
  9206. "visible" "0"
  9207. "wide" "0"
  9208. "tall" "0"
  9209. "zpos" "3"
  9210. "InitialFocus" "BtnSFRL"
  9211. "ResourceFile" "resource/UI/L4D360UI/SFRLFlyout.res"
  9212. }
  9213.  
  9214. "FlmSFRVFlyout"
  9215. {
  9216. "ControlName" "FlyoutMenu"
  9217. "fieldName" "FlmSFRVFlyout"
  9218. "visible" "0"
  9219. "wide" "0"
  9220. "tall" "0"
  9221. "zpos" "3"
  9222. "InitialFocus" "BtnSFRV"
  9223. "ResourceFile" "resource/UI/L4D360UI/SFRVFlyout.res"
  9224. }
  9225.  
  9226. "FlmSFCDRLFlyout"
  9227. {
  9228. "ControlName" "FlyoutMenu"
  9229. "fieldName" "FlmSFCDRLFlyout"
  9230. "visible" "0"
  9231. "wide" "0"
  9232. "tall" "0"
  9233. "zpos" "3"
  9234. "InitialFocus" "BtnSFNM"
  9235. "ResourceFile" "resource/UI/L4D360UI/SFCDRLFlyout.res"
  9236. }
  9237.  
  9238. "FlmSFCDRL1Flyout"
  9239. {
  9240. "ControlName" "FlyoutMenu"
  9241. "fieldName" "FlmSFCDRL1Flyout"
  9242. "visible" "0"
  9243. "wide" "0"
  9244. "tall" "0"
  9245. "zpos" "3"
  9246. "InitialFocus" "BtnSFNM"
  9247. "ResourceFile" "resource/UI/L4D360UI/SFCDRL1Flyout.res"
  9248. }
  9249.  
  9250. "FlmSFCDRL2Flyout"
  9251. {
  9252. "ControlName" "FlyoutMenu"
  9253. "fieldName" "FlmSFCDRL2Flyout"
  9254. "visible" "0"
  9255. "wide" "0"
  9256. "tall" "0"
  9257. "zpos" "3"
  9258. "InitialFocus" "BtnSFNM"
  9259. "ResourceFile" "resource/UI/L4D360UI/SFCDRL2Flyout.res"
  9260. }
  9261.  
  9262. "FlmSFCDRL3Flyout"
  9263. {
  9264. "ControlName" "FlyoutMenu"
  9265. "fieldName" "FlmSFCDRL3Flyout"
  9266. "visible" "0"
  9267. "wide" "0"
  9268. "tall" "0"
  9269. "zpos" "3"
  9270. "InitialFocus" "BtnSFNM"
  9271. "ResourceFile" "resource/UI/L4D360UI/SFCDRL3Flyout.res"
  9272. }
  9273.  
  9274. "FlmSFCDRVFlyout"
  9275. {
  9276. "ControlName" "FlyoutMenu"
  9277. "fieldName" "FlmSFCDRVFlyout"
  9278. "visible" "0"
  9279. "wide" "0"
  9280. "tall" "0"
  9281. "zpos" "3"
  9282. "InitialFocus" "BtnSFNM"
  9283. "ResourceFile" "resource/UI/L4D360UI/SFCDRVFlyout.res"
  9284. }
  9285.  
  9286. "FlmSFCDRV1Flyout"
  9287. {
  9288. "ControlName" "FlyoutMenu"
  9289. "fieldName" "FlmSFCDRV1Flyout"
  9290. "visible" "0"
  9291. "wide" "0"
  9292. "tall" "0"
  9293. "zpos" "3"
  9294. "InitialFocus" "BtnSFNM"
  9295. "ResourceFile" "resource/UI/L4D360UI/SFCDRV1Flyout.res"
  9296. }
  9297.  
  9298. "FlmSFCDRV2Flyout"
  9299. {
  9300. "ControlName" "FlyoutMenu"
  9301. "fieldName" "FlmSFCDRV2Flyout"
  9302. "visible" "0"
  9303. "wide" "0"
  9304. "tall" "0"
  9305. "zpos" "3"
  9306. "InitialFocus" "BtnSFNM"
  9307. "ResourceFile" "resource/UI/L4D360UI/SFCDRV2Flyout.res"
  9308. }
  9309.  
  9310. "FlmSFCDRV3Flyout"
  9311. {
  9312. "ControlName" "FlyoutMenu"
  9313. "fieldName" "FlmSFCDRV3Flyout"
  9314. "visible" "0"
  9315. "wide" "0"
  9316. "tall" "0"
  9317. "zpos" "3"
  9318. "InitialFocus" "BtnSFNM"
  9319. "ResourceFile" "resource/UI/L4D360UI/SFCDRV3Flyout.res"
  9320. }
  9321.  
  9322. "FlmHRRLFlyout"
  9323. {
  9324. "ControlName" "FlyoutMenu"
  9325. "fieldName" "FlmHRRLFlyout"
  9326. "visible" "0"
  9327. "wide" "0"
  9328. "tall" "0"
  9329. "zpos" "3"
  9330. "InitialFocus" "BtnHRRL"
  9331. "ResourceFile" "resource/UI/L4D360UI/HRRLFlyout.res"
  9332. }
  9333.  
  9334. "FlmHRRVFlyout"
  9335. {
  9336. "ControlName" "FlyoutMenu"
  9337. "fieldName" "FlmHRRVFlyout"
  9338. "visible" "0"
  9339. "wide" "0"
  9340. "tall" "0"
  9341. "zpos" "3"
  9342. "InitialFocus" "BtnHRRV"
  9343. "ResourceFile" "resource/UI/L4D360UI/HRRVFlyout.res"
  9344. }
  9345.  
  9346. "FlmHRCDRLFlyout"
  9347. {
  9348. "ControlName" "FlyoutMenu"
  9349. "fieldName" "FlmHRCDRLFlyout"
  9350. "visible" "0"
  9351. "wide" "0"
  9352. "tall" "0"
  9353. "zpos" "3"
  9354. "InitialFocus" "BtnHRNM"
  9355. "ResourceFile" "resource/UI/L4D360UI/HRCDRLFlyout.res"
  9356. }
  9357.  
  9358. "FlmHRCDRL1Flyout"
  9359. {
  9360. "ControlName" "FlyoutMenu"
  9361. "fieldName" "FlmHRCDRL1Flyout"
  9362. "visible" "0"
  9363. "wide" "0"
  9364. "tall" "0"
  9365. "zpos" "3"
  9366. "InitialFocus" "BtnHRNM"
  9367. "ResourceFile" "resource/UI/L4D360UI/HRCDRL1Flyout.res"
  9368. }
  9369.  
  9370. "FlmHRCDRL2Flyout"
  9371. {
  9372. "ControlName" "FlyoutMenu"
  9373. "fieldName" "FlmHRCDRL2Flyout"
  9374. "visible" "0"
  9375. "wide" "0"
  9376. "tall" "0"
  9377. "zpos" "3"
  9378. "InitialFocus" "BtnHRNM"
  9379. "ResourceFile" "resource/UI/L4D360UI/HRCDRL2Flyout.res"
  9380. }
  9381.  
  9382. "FlmHRCDRL3Flyout"
  9383. {
  9384. "ControlName" "FlyoutMenu"
  9385. "fieldName" "FlmHRCDRL3Flyout"
  9386. "visible" "0"
  9387. "wide" "0"
  9388. "tall" "0"
  9389. "zpos" "3"
  9390. "InitialFocus" "BtnHRNM"
  9391. "ResourceFile" "resource/UI/L4D360UI/HRCDRL3Flyout.res"
  9392. }
  9393.  
  9394. "FlmHRCDRL4Flyout"
  9395. {
  9396. "ControlName" "FlyoutMenu"
  9397. "fieldName" "FlmHRCDRL4Flyout"
  9398. "visible" "0"
  9399. "wide" "0"
  9400. "tall" "0"
  9401. "zpos" "3"
  9402. "InitialFocus" "BtnHRNM"
  9403. "ResourceFile" "resource/UI/L4D360UI/HRCDRL4Flyout.res"
  9404. }
  9405.  
  9406. "FlmHRCDRVFlyout"
  9407. {
  9408. "ControlName" "FlyoutMenu"
  9409. "fieldName" "FlmHRCDRVFlyout"
  9410. "visible" "0"
  9411. "wide" "0"
  9412. "tall" "0"
  9413. "zpos" "3"
  9414. "InitialFocus" "BtnHRNM"
  9415. "ResourceFile" "resource/UI/L4D360UI/HRCDRVFlyout.res"
  9416. }
  9417.  
  9418. "FlmHRCDRV1Flyout"
  9419. {
  9420. "ControlName" "FlyoutMenu"
  9421. "fieldName" "FlmHRCDRV1Flyout"
  9422. "visible" "0"
  9423. "wide" "0"
  9424. "tall" "0"
  9425. "zpos" "3"
  9426. "InitialFocus" "BtnHRNM"
  9427. "ResourceFile" "resource/UI/L4D360UI/HRCDRV1Flyout.res"
  9428. }
  9429.  
  9430. "FlmHRCDRV2Flyout"
  9431. {
  9432. "ControlName" "FlyoutMenu"
  9433. "fieldName" "FlmHRCDRV2Flyout"
  9434. "visible" "0"
  9435. "wide" "0"
  9436. "tall" "0"
  9437. "zpos" "3"
  9438. "InitialFocus" "BtnHRNM"
  9439. "ResourceFile" "resource/UI/L4D360UI/HRCDRV2Flyout.res"
  9440. }
  9441.  
  9442. "FlmHRCDRV3Flyout"
  9443. {
  9444. "ControlName" "FlyoutMenu"
  9445. "fieldName" "FlmHRCDRV3Flyout"
  9446. "visible" "0"
  9447. "wide" "0"
  9448. "tall" "0"
  9449. "zpos" "3"
  9450. "InitialFocus" "BtnHRNM"
  9451. "ResourceFile" "resource/UI/L4D360UI/HRCDRV3Flyout.res"
  9452. }
  9453.  
  9454. "FlmHRCDRV4Flyout"
  9455. {
  9456. "ControlName" "FlyoutMenu"
  9457. "fieldName" "FlmHRCDRV4Flyout"
  9458. "visible" "0"
  9459. "wide" "0"
  9460. "tall" "0"
  9461. "zpos" "3"
  9462. "InitialFocus" "BtnHRNM"
  9463. "ResourceFile" "resource/UI/L4D360UI/HRCDRV4Flyout.res"
  9464. }
  9465.  
  9466. "FlmPSRLFlyout"
  9467. {
  9468. "ControlName" "FlyoutMenu"
  9469. "fieldName" "FlmPSRLFlyout"
  9470. "visible" "0"
  9471. "wide" "0"
  9472. "tall" "0"
  9473. "zpos" "3"
  9474. "InitialFocus" "BtnPSRL"
  9475. "ResourceFile" "resource/UI/L4D360UI/PSRLFlyout.res"
  9476. }
  9477.  
  9478. "FlmPSRVFlyout"
  9479. {
  9480. "ControlName" "FlyoutMenu"
  9481. "fieldName" "FlmPSRVFlyout"
  9482. "visible" "0"
  9483. "wide" "0"
  9484. "tall" "0"
  9485. "zpos" "3"
  9486. "InitialFocus" "BtnPSRL"
  9487. "ResourceFile" "resource/UI/L4D360UI/PSRVFlyout.res"
  9488. }
  9489.  
  9490. "FlmPSCDRLFlyout"
  9491. {
  9492. "ControlName" "FlyoutMenu"
  9493. "fieldName" "FlmPSCDRLFlyout"
  9494. "visible" "0"
  9495. "wide" "0"
  9496. "tall" "0"
  9497. "zpos" "3"
  9498. "InitialFocus" "BtnPSNM"
  9499. "ResourceFile" "resource/UI/L4D360UI/PSCDRLFlyout.res"
  9500. }
  9501.  
  9502. "FlmPSCDRL1Flyout"
  9503. {
  9504. "ControlName" "FlyoutMenu"
  9505. "fieldName" "FlmPSCDRL1Flyout"
  9506. "visible" "0"
  9507. "wide" "0"
  9508. "tall" "0"
  9509. "zpos" "3"
  9510. "InitialFocus" "BtnPSNM"
  9511. "ResourceFile" "resource/UI/L4D360UI/PSCDRL1Flyout.res"
  9512. }
  9513.  
  9514. "FlmPSCDRL2Flyout"
  9515. {
  9516. "ControlName" "FlyoutMenu"
  9517. "fieldName" "FlmPSCDRL2Flyout"
  9518. "visible" "0"
  9519. "wide" "0"
  9520. "tall" "0"
  9521. "zpos" "3"
  9522. "InitialFocus" "BtnPSNM"
  9523. "ResourceFile" "resource/UI/L4D360UI/PSCDRL2Flyout.res"
  9524. }
  9525.  
  9526. "FlmPSCDRL3Flyout"
  9527. {
  9528. "ControlName" "FlyoutMenu"
  9529. "fieldName" "FlmPSCDRL3Flyout"
  9530. "visible" "0"
  9531. "wide" "0"
  9532. "tall" "0"
  9533. "zpos" "3"
  9534. "InitialFocus" "BtnPSNM"
  9535. "ResourceFile" "resource/UI/L4D360UI/PSCDRL3Flyout.res"
  9536. }
  9537.  
  9538. "FlmPSCDRL4Flyout"
  9539. {
  9540. "ControlName" "FlyoutMenu"
  9541. "fieldName" "FlmPSCDRL4Flyout"
  9542. "visible" "0"
  9543. "wide" "0"
  9544. "tall" "0"
  9545. "zpos" "3"
  9546. "InitialFocus" "BtnPSNM"
  9547. "ResourceFile" "resource/UI/L4D360UI/PSCDRL4Flyout.res"
  9548. }
  9549.  
  9550. "FlmPSCDRVFlyout"
  9551. {
  9552. "ControlName" "FlyoutMenu"
  9553. "fieldName" "FlmPSCDRVFlyout"
  9554. "visible" "0"
  9555. "wide" "0"
  9556. "tall" "0"
  9557. "zpos" "3"
  9558. "InitialFocus" "BtnPSNM"
  9559. "ResourceFile" "resource/UI/L4D360UI/PSCDRVFlyout.res"
  9560. }
  9561.  
  9562. "FlmPSCDRV1Flyout"
  9563. {
  9564. "ControlName" "FlyoutMenu"
  9565. "fieldName" "FlmPSCDRV1Flyout"
  9566. "visible" "0"
  9567. "wide" "0"
  9568. "tall" "0"
  9569. "zpos" "3"
  9570. "InitialFocus" "BtnPSNM"
  9571. "ResourceFile" "resource/UI/L4D360UI/PSCDRV1Flyout.res"
  9572. }
  9573.  
  9574. "FlmPSCDRV2Flyout"
  9575. {
  9576. "ControlName" "FlyoutMenu"
  9577. "fieldName" "FlmPSCDRV2Flyout"
  9578. "visible" "0"
  9579. "wide" "0"
  9580. "tall" "0"
  9581. "zpos" "3"
  9582. "InitialFocus" "BtnPSNM"
  9583. "ResourceFile" "resource/UI/L4D360UI/PSCDRV2Flyout.res"
  9584. }
  9585.  
  9586. "FlmPSCDRV3Flyout"
  9587. {
  9588. "ControlName" "FlyoutMenu"
  9589. "fieldName" "FlmPSCDRV3Flyout"
  9590. "visible" "0"
  9591. "wide" "0"
  9592. "tall" "0"
  9593. "zpos" "3"
  9594. "InitialFocus" "BtnPSNM"
  9595. "ResourceFile" "resource/UI/L4D360UI/PSCDRV3Flyout.res"
  9596. }
  9597.  
  9598. "FlmPSCDRV4Flyout"
  9599. {
  9600. "ControlName" "FlyoutMenu"
  9601. "fieldName" "FlmPSCDRV4Flyout"
  9602. "visible" "0"
  9603. "wide" "0"
  9604. "tall" "0"
  9605. "zpos" "3"
  9606. "InitialFocus" "BtnPSNM"
  9607. "ResourceFile" "resource/UI/L4D360UI/PSCDRV4Flyout.res"
  9608. }
  9609.  
  9610. "FlmPGRLFlyout"
  9611. {
  9612. "ControlName" "FlyoutMenu"
  9613. "fieldName" "FlmPGRLFlyout"
  9614. "visible" "0"
  9615. "wide" "0"
  9616. "tall" "0"
  9617. "zpos" "3"
  9618. "InitialFocus" "BtnPGRL"
  9619. "ResourceFile" "resource/UI/L4D360UI/PGRLFlyout.res"
  9620. }
  9621.  
  9622. "FlmPGRVFlyout"
  9623. {
  9624. "ControlName" "FlyoutMenu"
  9625. "fieldName" "FlmPGRVFlyout"
  9626. "visible" "0"
  9627. "wide" "0"
  9628. "tall" "0"
  9629. "zpos" "3"
  9630. "InitialFocus" "BtnPGRL"
  9631. "ResourceFile" "resource/UI/L4D360UI/PGRVFlyout.res"
  9632. }
  9633.  
  9634. "FlmPGCDRLFlyout"
  9635. {
  9636. "ControlName" "FlyoutMenu"
  9637. "fieldName" "FlmPGCDRLFlyout"
  9638. "visible" "0"
  9639. "wide" "0"
  9640. "tall" "0"
  9641. "zpos" "3"
  9642. "InitialFocus" "BtnPGNM"
  9643. "ResourceFile" "resource/UI/L4D360UI/PGCDRLFlyout.res"
  9644. }
  9645.  
  9646. "FlmPGCDRL1Flyout"
  9647. {
  9648. "ControlName" "FlyoutMenu"
  9649. "fieldName" "FlmPGCDRL1Flyout"
  9650. "visible" "0"
  9651. "wide" "0"
  9652. "tall" "0"
  9653. "zpos" "3"
  9654. "InitialFocus" "BtnPGNM"
  9655. "ResourceFile" "resource/UI/L4D360UI/PGCDRL1Flyout.res"
  9656. }
  9657.  
  9658. "FlmPGCDRL2Flyout"
  9659. {
  9660. "ControlName" "FlyoutMenu"
  9661. "fieldName" "FlmPGCDRL2Flyout"
  9662. "visible" "0"
  9663. "wide" "0"
  9664. "tall" "0"
  9665. "zpos" "3"
  9666. "InitialFocus" "BtnPGNM"
  9667. "ResourceFile" "resource/UI/L4D360UI/PGCDRL2Flyout.res"
  9668. }
  9669.  
  9670. "FlmPGCDRVFlyout"
  9671. {
  9672. "ControlName" "FlyoutMenu"
  9673. "fieldName" "FlmPGCDRVFlyout"
  9674. "visible" "0"
  9675. "wide" "0"
  9676. "tall" "0"
  9677. "zpos" "3"
  9678. "InitialFocus" "BtnPGNM"
  9679. "ResourceFile" "resource/UI/L4D360UI/PGCDRVFlyout.res"
  9680. }
  9681.  
  9682. "FlmPGCDRV1Flyout"
  9683. {
  9684. "ControlName" "FlyoutMenu"
  9685. "fieldName" "FlmPGCDRV1Flyout"
  9686. "visible" "0"
  9687. "wide" "0"
  9688. "tall" "0"
  9689. "zpos" "3"
  9690. "InitialFocus" "BtnPGNM"
  9691. "ResourceFile" "resource/UI/L4D360UI/PGCDRV1Flyout.res"
  9692. }
  9693.  
  9694. "FlmPGCDRV2Flyout"
  9695. {
  9696. "ControlName" "FlyoutMenu"
  9697. "fieldName" "FlmPGCDRV2Flyout"
  9698. "visible" "0"
  9699. "wide" "0"
  9700. "tall" "0"
  9701. "zpos" "3"
  9702. "InitialFocus" "BtnPGNM"
  9703. "ResourceFile" "resource/UI/L4D360UI/PGCDRV2Flyout.res"
  9704. }
  9705.  
  9706. "FlmSCRLFlyout"
  9707. {
  9708. "ControlName" "FlyoutMenu"
  9709. "fieldName" "FlmSCRLFlyout"
  9710. "visible" "0"
  9711. "wide" "0"
  9712. "tall" "0"
  9713. "zpos" "3"
  9714. "InitialFocus" "BtnSCRL"
  9715. "ResourceFile" "resource/UI/L4D360UI/SCRLFlyout.res"
  9716. }
  9717.  
  9718. "FlmSCRVFlyout"
  9719. {
  9720. "ControlName" "FlyoutMenu"
  9721. "fieldName" "FlmSCRVFlyout"
  9722. "visible" "0"
  9723. "wide" "0"
  9724. "tall" "0"
  9725. "zpos" "3"
  9726. "InitialFocus" "BtnSCRL"
  9727. "ResourceFile" "resource/UI/L4D360UI/SCRVFlyout.res"
  9728. }
  9729.  
  9730. "FlmSCCDRLFlyout"
  9731. {
  9732. "ControlName" "FlyoutMenu"
  9733. "fieldName" "FlmSCCDRLFlyout"
  9734. "visible" "0"
  9735. "wide" "0"
  9736. "tall" "0"
  9737. "zpos" "3"
  9738. "InitialFocus" "BtnSCNM"
  9739. "ResourceFile" "resource/UI/L4D360UI/SCCDRLFlyout.res"
  9740. }
  9741.  
  9742. "FlmSCCDRL1Flyout"
  9743. {
  9744. "ControlName" "FlyoutMenu"
  9745. "fieldName" "FlmSCCDRL1Flyout"
  9746. "visible" "0"
  9747. "wide" "0"
  9748. "tall" "0"
  9749. "zpos" "3"
  9750. "InitialFocus" "BtnSCNM"
  9751. "ResourceFile" "resource/UI/L4D360UI/SCCDRL1Flyout.res"
  9752. }
  9753.  
  9754. "FlmSCCDRL2Flyout"
  9755. {
  9756. "ControlName" "FlyoutMenu"
  9757. "fieldName" "FlmSCCDRL2Flyout"
  9758. "visible" "0"
  9759. "wide" "0"
  9760. "tall" "0"
  9761. "zpos" "3"
  9762. "InitialFocus" "BtnSCNM"
  9763. "ResourceFile" "resource/UI/L4D360UI/SCCDRL2Flyout.res"
  9764. }
  9765.  
  9766. "FlmSCCDRVFlyout"
  9767. {
  9768. "ControlName" "FlyoutMenu"
  9769. "fieldName" "FlmSCCDRVFlyout"
  9770. "visible" "0"
  9771. "wide" "0"
  9772. "tall" "0"
  9773. "zpos" "3"
  9774. "InitialFocus" "BtnSCNM"
  9775. "ResourceFile" "resource/UI/L4D360UI/SCCDRVFlyout.res"
  9776. }
  9777.  
  9778. "FlmSCCDRV1Flyout"
  9779. {
  9780. "ControlName" "FlyoutMenu"
  9781. "fieldName" "FlmSCCDRV1Flyout"
  9782. "visible" "0"
  9783. "wide" "0"
  9784. "tall" "0"
  9785. "zpos" "3"
  9786. "InitialFocus" "BtnSCNM"
  9787. "ResourceFile" "resource/UI/L4D360UI/SCCDRV1Flyout.res"
  9788. }
  9789.  
  9790. "FlmSCCDRV2Flyout"
  9791. {
  9792. "ControlName" "FlyoutMenu"
  9793. "fieldName" "FlmSCCDRV2Flyout"
  9794. "visible" "0"
  9795. "wide" "0"
  9796. "tall" "0"
  9797. "zpos" "3"
  9798. "InitialFocus" "BtnSCNM"
  9799. "ResourceFile" "resource/UI/L4D360UI/SCCDRV2Flyout.res"
  9800. }
  9801.  
  9802. "FlmNMRLFlyout"
  9803. {
  9804. "ControlName" "FlyoutMenu"
  9805. "fieldName" "FlmNMRLFlyout"
  9806. "visible" "0"
  9807. "wide" "0"
  9808. "tall" "0"
  9809. "zpos" "3"
  9810. "InitialFocus" "BtnNMRL"
  9811. "ResourceFile" "resource/UI/L4D360UI/NMRLFlyout.res"
  9812. }
  9813.  
  9814. "FlmNMRVFlyout"
  9815. {
  9816. "ControlName" "FlyoutMenu"
  9817. "fieldName" "FlmNMRVFlyout"
  9818. "visible" "0"
  9819. "wide" "0"
  9820. "tall" "0"
  9821. "zpos" "3"
  9822. "InitialFocus" "BtnNMRL"
  9823. "ResourceFile" "resource/UI/L4D360UI/NMRVFlyout.res"
  9824. }
  9825.  
  9826. "FlmNMCDRLFlyout"
  9827. {
  9828. "ControlName" "FlyoutMenu"
  9829. "fieldName" "FlmNMCDRLFlyout"
  9830. "visible" "0"
  9831. "wide" "0"
  9832. "tall" "0"
  9833. "zpos" "3"
  9834. "InitialFocus" "BtnNMNM"
  9835. "ResourceFile" "resource/UI/L4D360UI/NMCDRLFlyout.res"
  9836. }
  9837.  
  9838. "FlmNMCDRL1Flyout"
  9839. {
  9840. "ControlName" "FlyoutMenu"
  9841. "fieldName" "FlmNMCDRL1Flyout"
  9842. "visible" "0"
  9843. "wide" "0"
  9844. "tall" "0"
  9845. "zpos" "3"
  9846. "InitialFocus" "BtnNMNM"
  9847. "ResourceFile" "resource/UI/L4D360UI/NMCDRL1Flyout.res"
  9848. }
  9849.  
  9850. "FlmNMCDRL2Flyout"
  9851. {
  9852. "ControlName" "FlyoutMenu"
  9853. "fieldName" "FlmNMCDRL2Flyout"
  9854. "visible" "0"
  9855. "wide" "0"
  9856. "tall" "0"
  9857. "zpos" "3"
  9858. "InitialFocus" "BtnNMNM"
  9859. "ResourceFile" "resource/UI/L4D360UI/NMCDRL2Flyout.res"
  9860. }
  9861.  
  9862. "FlmNMCDRL3Flyout"
  9863. {
  9864. "ControlName" "FlyoutMenu"
  9865. "fieldName" "FlmNMCDRL3Flyout"
  9866. "visible" "0"
  9867. "wide" "0"
  9868. "tall" "0"
  9869. "zpos" "3"
  9870. "InitialFocus" "BtnNMNM"
  9871. "ResourceFile" "resource/UI/L4D360UI/NMCDRL3Flyout.res"
  9872. }
  9873.  
  9874. "FlmNMCDRL4Flyout"
  9875. {
  9876. "ControlName" "FlyoutMenu"
  9877. "fieldName" "FlmNMCDRL4Flyout"
  9878. "visible" "0"
  9879. "wide" "0"
  9880. "tall" "0"
  9881. "zpos" "3"
  9882. "InitialFocus" "BtnNMNM"
  9883. "ResourceFile" "resource/UI/L4D360UI/NMCDRL4Flyout.res"
  9884. }
  9885.  
  9886. "FlmNMCDRVFlyout"
  9887. {
  9888. "ControlName" "FlyoutMenu"
  9889. "fieldName" "FlmNMCDRVFlyout"
  9890. "visible" "0"
  9891. "wide" "0"
  9892. "tall" "0"
  9893. "zpos" "3"
  9894. "InitialFocus" "BtnNMNM"
  9895. "ResourceFile" "resource/UI/L4D360UI/NMCDRVFlyout.res"
  9896. }
  9897.  
  9898. "FlmNMCDRV1Flyout"
  9899. {
  9900. "ControlName" "FlyoutMenu"
  9901. "fieldName" "FlmNMCDRV1Flyout"
  9902. "visible" "0"
  9903. "wide" "0"
  9904. "tall" "0"
  9905. "zpos" "3"
  9906. "InitialFocus" "BtnNMNM"
  9907. "ResourceFile" "resource/UI/L4D360UI/NMCDRV1Flyout.res"
  9908. }
  9909.  
  9910. "FlmNMCDRV2Flyout"
  9911. {
  9912. "ControlName" "FlyoutMenu"
  9913. "fieldName" "FlmNMCDRV2Flyout"
  9914. "visible" "0"
  9915. "wide" "0"
  9916. "tall" "0"
  9917. "zpos" "3"
  9918. "InitialFocus" "BtnNMNM"
  9919. "ResourceFile" "resource/UI/L4D360UI/NMCDRV2Flyout.res"
  9920. }
  9921.  
  9922. "FlmNMCDRV3Flyout"
  9923. {
  9924. "ControlName" "FlyoutMenu"
  9925. "fieldName" "FlmNMCDRV3Flyout"
  9926. "visible" "0"
  9927. "wide" "0"
  9928. "tall" "0"
  9929. "zpos" "3"
  9930. "InitialFocus" "BtnNMNM"
  9931. "ResourceFile" "resource/UI/L4D360UI/NMCDRV3Flyout.res"
  9932. }
  9933.  
  9934. "FlmNMCDRV4Flyout"
  9935. {
  9936. "ControlName" "FlyoutMenu"
  9937. "fieldName" "FlmNMCDRV4Flyout"
  9938. "visible" "0"
  9939. "wide" "0"
  9940. "tall" "0"
  9941. "zpos" "3"
  9942. "InitialFocus" "BtnNMNM"
  9943. "ResourceFile" "resource/UI/L4D360UI/NMCDRV4Flyout.res"
  9944. }
  9945.  
  9946. "FlmCCRLFlyout"
  9947. {
  9948. "ControlName" "FlyoutMenu"
  9949. "fieldName" "FlmCCRLFlyout"
  9950. "visible" "0"
  9951. "wide" "0"
  9952. "tall" "0"
  9953. "zpos" "3"
  9954. "InitialFocus" "BtnCCRL"
  9955. "ResourceFile" "resource/UI/L4D360UI/CCRLFlyout.res"
  9956. }
  9957.  
  9958. "FlmCCRVFlyout"
  9959. {
  9960. "ControlName" "FlyoutMenu"
  9961. "fieldName" "FlmCCRVFlyout"
  9962. "visible" "0"
  9963. "wide" "0"
  9964. "tall" "0"
  9965. "zpos" "3"
  9966. "InitialFocus" "BtnCCRL"
  9967. "ResourceFile" "resource/UI/L4D360UI/CCRVFlyout.res"
  9968. }
  9969.  
  9970. "FlmCCCDRLFlyout"
  9971. {
  9972. "ControlName" "FlyoutMenu"
  9973. "fieldName" "FlmCCCDRLFlyout"
  9974. "visible" "0"
  9975. "wide" "0"
  9976. "tall" "0"
  9977. "zpos" "3"
  9978. "InitialFocus" "BtnCCNM"
  9979. "ResourceFile" "resource/UI/L4D360UI/CCCDRLFlyout.res"
  9980. }
  9981.  
  9982. "FlmCCCDRL1Flyout"
  9983. {
  9984. "ControlName" "FlyoutMenu"
  9985. "fieldName" "FlmCCCDRL1Flyout"
  9986. "visible" "0"
  9987. "wide" "0"
  9988. "tall" "0"
  9989. "zpos" "3"
  9990. "InitialFocus" "BtnCCNM"
  9991. "ResourceFile" "resource/UI/L4D360UI/CCCDRL1Flyout.res"
  9992. }
  9993.  
  9994. "FlmCCCDRVFlyout"
  9995. {
  9996. "ControlName" "FlyoutMenu"
  9997. "fieldName" "FlmCCCDRVFlyout"
  9998. "visible" "0"
  9999. "wide" "0"
  10000. "tall" "0"
  10001. "zpos" "3"
  10002. "InitialFocus" "BtnCCNM"
  10003. "ResourceFile" "resource/UI/L4D360UI/CCCDRVFlyout.res"
  10004. }
  10005.  
  10006. "FlmCCCDRV1Flyout"
  10007. {
  10008. "ControlName" "FlyoutMenu"
  10009. "fieldName" "FlmCCCDRV1Flyout"
  10010. "visible" "0"
  10011. "wide" "0"
  10012. "tall" "0"
  10013. "zpos" "3"
  10014. "InitialFocus" "BtnCCNM"
  10015. "ResourceFile" "resource/UI/L4D360UI/CCCDRV1Flyout.res"
  10016. }
  10017.  
  10018. "FlmDTRLFlyout"
  10019. {
  10020. "ControlName" "FlyoutMenu"
  10021. "fieldName" "FlmDTRLFlyout"
  10022. "visible" "0"
  10023. "wide" "0"
  10024. "tall" "0"
  10025. "zpos" "3"
  10026. "InitialFocus" "BtnDTRL"
  10027. "ResourceFile" "resource/UI/L4D360UI/DTRLFlyout.res"
  10028. }
  10029.  
  10030. "FlmDTRVFlyout"
  10031. {
  10032. "ControlName" "FlyoutMenu"
  10033. "fieldName" "FlmDTRVFlyout"
  10034. "visible" "0"
  10035. "wide" "0"
  10036. "tall" "0"
  10037. "zpos" "3"
  10038. "InitialFocus" "BtnDTRL"
  10039. "ResourceFile" "resource/UI/L4D360UI/DTRVFlyout.res"
  10040. }
  10041.  
  10042. "FlmDTCDRLFlyout"
  10043. {
  10044. "ControlName" "FlyoutMenu"
  10045. "fieldName" "FlmDTCDRLFlyout"
  10046. "visible" "0"
  10047. "wide" "0"
  10048. "tall" "0"
  10049. "zpos" "3"
  10050. "InitialFocus" "BtnDTNM"
  10051. "ResourceFile" "resource/UI/L4D360UI/DTCDRLFlyout.res"
  10052. }
  10053.  
  10054. "FlmDTCDRL1Flyout"
  10055. {
  10056. "ControlName" "FlyoutMenu"
  10057. "fieldName" "FlmDTCDRL1Flyout"
  10058. "visible" "0"
  10059. "wide" "0"
  10060. "tall" "0"
  10061. "zpos" "3"
  10062. "InitialFocus" "BtnDTNM"
  10063. "ResourceFile" "resource/UI/L4D360UI/DTCDRL1Flyout.res"
  10064. }
  10065.  
  10066. "FlmDTCDRL2Flyout"
  10067. {
  10068. "ControlName" "FlyoutMenu"
  10069. "fieldName" "FlmDTCDRL2Flyout"
  10070. "visible" "0"
  10071. "wide" "0"
  10072. "tall" "0"
  10073. "zpos" "3"
  10074. "InitialFocus" "BtnDTNM"
  10075. "ResourceFile" "resource/UI/L4D360UI/DTCDRL2Flyout.res"
  10076. }
  10077.  
  10078. "FlmDTCDRL3Flyout"
  10079. {
  10080. "ControlName" "FlyoutMenu"
  10081. "fieldName" "FlmDTCDRL3Flyout"
  10082. "visible" "0"
  10083. "wide" "0"
  10084. "tall" "0"
  10085. "zpos" "3"
  10086. "InitialFocus" "BtnDTNM"
  10087. "ResourceFile" "resource/UI/L4D360UI/DTCDRL3Flyout.res"
  10088. }
  10089.  
  10090. "FlmDTCDRL4Flyout"
  10091. {
  10092. "ControlName" "FlyoutMenu"
  10093. "fieldName" "FlmDTCDRL4Flyout"
  10094. "visible" "0"
  10095. "wide" "0"
  10096. "tall" "0"
  10097. "zpos" "3"
  10098. "InitialFocus" "BtnDTNM"
  10099. "ResourceFile" "resource/UI/L4D360UI/DTCDRL4Flyout.res"
  10100. }
  10101.  
  10102. "FlmDTCDRVFlyout"
  10103. {
  10104. "ControlName" "FlyoutMenu"
  10105. "fieldName" "FlmDTCDRVFlyout"
  10106. "visible" "0"
  10107. "wide" "0"
  10108. "tall" "0"
  10109. "zpos" "3"
  10110. "InitialFocus" "BtnDTNM"
  10111. "ResourceFile" "resource/UI/L4D360UI/DTCDRVFlyout.res"
  10112. }
  10113.  
  10114. "FlmDTCDRV1Flyout"
  10115. {
  10116. "ControlName" "FlyoutMenu"
  10117. "fieldName" "FlmDTCDRV1Flyout"
  10118. "visible" "0"
  10119. "wide" "0"
  10120. "tall" "0"
  10121. "zpos" "3"
  10122. "InitialFocus" "BtnDTNM"
  10123. "ResourceFile" "resource/UI/L4D360UI/DTCDRV1Flyout.res"
  10124. }
  10125.  
  10126. "FlmDTCDRV2Flyout"
  10127. {
  10128. "ControlName" "FlyoutMenu"
  10129. "fieldName" "FlmDTCDRV2Flyout"
  10130. "visible" "0"
  10131. "wide" "0"
  10132. "tall" "0"
  10133. "zpos" "3"
  10134. "InitialFocus" "BtnDTNM"
  10135. "ResourceFile" "resource/UI/L4D360UI/DTCDRV2Flyout.res"
  10136. }
  10137.  
  10138. "FlmDTCDRV3Flyout"
  10139. {
  10140. "ControlName" "FlyoutMenu"
  10141. "fieldName" "FlmDTCDRV3Flyout"
  10142. "visible" "0"
  10143. "wide" "0"
  10144. "tall" "0"
  10145. "zpos" "3"
  10146. "InitialFocus" "BtnDTNM"
  10147. "ResourceFile" "resource/UI/L4D360UI/DTCDRV3Flyout.res"
  10148. }
  10149.  
  10150. "FlmDTCDRV4Flyout"
  10151. {
  10152. "ControlName" "FlyoutMenu"
  10153. "fieldName" "FlmDTCDRV4Flyout"
  10154. "visible" "0"
  10155. "wide" "0"
  10156. "tall" "0"
  10157. "zpos" "3"
  10158. "InitialFocus" "BtnDTNM"
  10159. "ResourceFile" "resource/UI/L4D360UI/DTCDRV4Flyout.res"
  10160. }
  10161.  
  10162. "FlmDARLFlyout"
  10163. {
  10164. "ControlName" "FlyoutMenu"
  10165. "fieldName" "FlmDARLFlyout"
  10166. "visible" "0"
  10167. "wide" "0"
  10168. "tall" "0"
  10169. "zpos" "3"
  10170. "InitialFocus" "BtnDARL"
  10171. "ResourceFile" "resource/UI/L4D360UI/DARLFlyout.res"
  10172. }
  10173.  
  10174. "FlmDARVFlyout"
  10175. {
  10176. "ControlName" "FlyoutMenu"
  10177. "fieldName" "FlmDARVFlyout"
  10178. "visible" "0"
  10179. "wide" "0"
  10180. "tall" "0"
  10181. "zpos" "3"
  10182. "InitialFocus" "BtnDARL"
  10183. "ResourceFile" "resource/UI/L4D360UI/DARVFlyout.res"
  10184. }
  10185.  
  10186. "FlmDACDRLFlyout"
  10187. {
  10188. "ControlName" "FlyoutMenu"
  10189. "fieldName" "FlmDACDRLFlyout"
  10190. "visible" "0"
  10191. "wide" "0"
  10192. "tall" "0"
  10193. "zpos" "3"
  10194. "InitialFocus" "BtnDANM"
  10195. "ResourceFile" "resource/UI/L4D360UI/DACDRLFlyout.res"
  10196. }
  10197.  
  10198. "FlmDACDRL1Flyout"
  10199. {
  10200. "ControlName" "FlyoutMenu"
  10201. "fieldName" "FlmDACDRL1Flyout"
  10202. "visible" "0"
  10203. "wide" "0"
  10204. "tall" "0"
  10205. "zpos" "3"
  10206. "InitialFocus" "BtnDANM"
  10207. "ResourceFile" "resource/UI/L4D360UI/DACDRL1Flyout.res"
  10208. }
  10209.  
  10210. "FlmDACDRL2Flyout"
  10211. {
  10212. "ControlName" "FlyoutMenu"
  10213. "fieldName" "FlmDACDRL2Flyout"
  10214. "visible" "0"
  10215. "wide" "0"
  10216. "tall" "0"
  10217. "zpos" "3"
  10218. "InitialFocus" "BtnDANM"
  10219. "ResourceFile" "resource/UI/L4D360UI/DACDRL2Flyout.res"
  10220. }
  10221.  
  10222. "FlmDACDRL3Flyout"
  10223. {
  10224. "ControlName" "FlyoutMenu"
  10225. "fieldName" "FlmDACDRL3Flyout"
  10226. "visible" "0"
  10227. "wide" "0"
  10228. "tall" "0"
  10229. "zpos" "3"
  10230. "InitialFocus" "BtnDANM"
  10231. "ResourceFile" "resource/UI/L4D360UI/DACDRL3Flyout.res"
  10232. }
  10233.  
  10234. "FlmDACDRL4Flyout"
  10235. {
  10236. "ControlName" "FlyoutMenu"
  10237. "fieldName" "FlmDACDRL4Flyout"
  10238. "visible" "0"
  10239. "wide" "0"
  10240. "tall" "0"
  10241. "zpos" "3"
  10242. "InitialFocus" "BtnDANM"
  10243. "ResourceFile" "resource/UI/L4D360UI/DACDRL4Flyout.res"
  10244. }
  10245.  
  10246. "FlmDACDRVFlyout"
  10247. {
  10248. "ControlName" "FlyoutMenu"
  10249. "fieldName" "FlmDACDRVFlyout"
  10250. "visible" "0"
  10251. "wide" "0"
  10252. "tall" "0"
  10253. "zpos" "3"
  10254. "InitialFocus" "BtnDANM"
  10255. "ResourceFile" "resource/UI/L4D360UI/DACDRVFlyout.res"
  10256. }
  10257.  
  10258. "FlmDACDRV1Flyout"
  10259. {
  10260. "ControlName" "FlyoutMenu"
  10261. "fieldName" "FlmDACDRV1Flyout"
  10262. "visible" "0"
  10263. "wide" "0"
  10264. "tall" "0"
  10265. "zpos" "3"
  10266. "InitialFocus" "BtnDANM"
  10267. "ResourceFile" "resource/UI/L4D360UI/DACDRV1Flyout.res"
  10268. }
  10269.  
  10270. "FlmDACDRV2Flyout"
  10271. {
  10272. "ControlName" "FlyoutMenu"
  10273. "fieldName" "FlmDACDRV2Flyout"
  10274. "visible" "0"
  10275. "wide" "0"
  10276. "tall" "0"
  10277. "zpos" "3"
  10278. "InitialFocus" "BtnDANM"
  10279. "ResourceFile" "resource/UI/L4D360UI/DACDRV2Flyout.res"
  10280. }
  10281.  
  10282. "FlmDACDRV3Flyout"
  10283. {
  10284. "ControlName" "FlyoutMenu"
  10285. "fieldName" "FlmDACDRV3Flyout"
  10286. "visible" "0"
  10287. "wide" "0"
  10288. "tall" "0"
  10289. "zpos" "3"
  10290. "InitialFocus" "BtnDANM"
  10291. "ResourceFile" "resource/UI/L4D360UI/DACDRV3Flyout.res"
  10292. }
  10293.  
  10294. "FlmDACDRV4Flyout"
  10295. {
  10296. "ControlName" "FlyoutMenu"
  10297. "fieldName" "FlmDACDRV4Flyout"
  10298. "visible" "0"
  10299. "wide" "0"
  10300. "tall" "0"
  10301. "zpos" "3"
  10302. "InitialFocus" "BtnDANM"
  10303. "ResourceFile" "resource/UI/L4D360UI/DACDRV4Flyout.res"
  10304. }
  10305.  
  10306. "FlmBHRLFlyout"
  10307. {
  10308. "ControlName" "FlyoutMenu"
  10309. "fieldName" "FlmBHRLFlyout"
  10310. "visible" "0"
  10311. "wide" "0"
  10312. "tall" "0"
  10313. "zpos" "3"
  10314. "InitialFocus" "BtnBHRL"
  10315. "ResourceFile" "resource/UI/L4D360UI/BHRLFlyout.res"
  10316. }
  10317.  
  10318. "FlmBHRVFlyout"
  10319. {
  10320. "ControlName" "FlyoutMenu"
  10321. "fieldName" "FlmBHRVFlyout"
  10322. "visible" "0"
  10323. "wide" "0"
  10324. "tall" "0"
  10325. "zpos" "3"
  10326. "InitialFocus" "BtnBHRL"
  10327. "ResourceFile" "resource/UI/L4D360UI/BHRVFlyout.res"
  10328. }
  10329.  
  10330. "FlmBHCDRLFlyout"
  10331. {
  10332. "ControlName" "FlyoutMenu"
  10333. "fieldName" "FlmBHCDRLFlyout"
  10334. "visible" "0"
  10335. "wide" "0"
  10336. "tall" "0"
  10337. "zpos" "3"
  10338. "InitialFocus" "BtnBH"
  10339. "ResourceFile" "resource/UI/L4D360UI/BHCDRLFlyout.res"
  10340. }
  10341.  
  10342. "FlmBHCDRL1Flyout"
  10343. {
  10344. "ControlName" "FlyoutMenu"
  10345. "fieldName" "FlmBHCDRL1Flyout"
  10346. "visible" "0"
  10347. "wide" "0"
  10348. "tall" "0"
  10349. "zpos" "3"
  10350. "InitialFocus" "BtnBHNM"
  10351. "ResourceFile" "resource/UI/L4D360UI/BHCDRL1Flyout.res"
  10352. }
  10353.  
  10354. "FlmBHCDRL2Flyout"
  10355. {
  10356. "ControlName" "FlyoutMenu"
  10357. "fieldName" "FlmBHCDRL2Flyout"
  10358. "visible" "0"
  10359. "wide" "0"
  10360. "tall" "0"
  10361. "zpos" "3"
  10362. "InitialFocus" "BtnBHNM"
  10363. "ResourceFile" "resource/UI/L4D360UI/BHCDRL2Flyout.res"
  10364. }
  10365.  
  10366. "FlmBHCDRL3Flyout"
  10367. {
  10368. "ControlName" "FlyoutMenu"
  10369. "fieldName" "FlmBHCDRL3Flyout"
  10370. "visible" "0"
  10371. "wide" "0"
  10372. "tall" "0"
  10373. "zpos" "3"
  10374. "InitialFocus" "BtnBHNM"
  10375. "ResourceFile" "resource/UI/L4D360UI/BHCDRL3Flyout.res"
  10376. }
  10377.  
  10378. "FlmBHCDRL4Flyout"
  10379. {
  10380. "ControlName" "FlyoutMenu"
  10381. "fieldName" "FlmBHCDRL4Flyout"
  10382. "visible" "0"
  10383. "wide" "0"
  10384. "tall" "0"
  10385. "zpos" "3"
  10386. "InitialFocus" "BtnBHNM"
  10387. "ResourceFile" "resource/UI/L4D360UI/BHCDRL4Flyout.res"
  10388. }
  10389.  
  10390. "FlmBHCDRVFlyout"
  10391. {
  10392. "ControlName" "FlyoutMenu"
  10393. "fieldName" "FlmBHCDRVFlyout"
  10394. "visible" "0"
  10395. "wide" "0"
  10396. "tall" "0"
  10397. "zpos" "3"
  10398. "InitialFocus" "BtnBH"
  10399. "ResourceFile" "resource/UI/L4D360UI/BHCDRVFlyout.res"
  10400. }
  10401.  
  10402. "FlmBHCDRV1Flyout"
  10403. {
  10404. "ControlName" "FlyoutMenu"
  10405. "fieldName" "FlmBHCDRV1Flyout"
  10406. "visible" "0"
  10407. "wide" "0"
  10408. "tall" "0"
  10409. "zpos" "3"
  10410. "InitialFocus" "BtnBHNM"
  10411. "ResourceFile" "resource/UI/L4D360UI/BHCDRV1Flyout.res"
  10412. }
  10413.  
  10414. "FlmBHCDRV2Flyout"
  10415. {
  10416. "ControlName" "FlyoutMenu"
  10417. "fieldName" "FlmBHCDRV2Flyout"
  10418. "visible" "0"
  10419. "wide" "0"
  10420. "tall" "0"
  10421. "zpos" "3"
  10422. "InitialFocus" "BtnBHNM"
  10423. "ResourceFile" "resource/UI/L4D360UI/BHCDRV2Flyout.res"
  10424. }
  10425.  
  10426. "FlmBHCDRV3Flyout"
  10427. {
  10428. "ControlName" "FlyoutMenu"
  10429. "fieldName" "FlmBHCDRV3Flyout"
  10430. "visible" "0"
  10431. "wide" "0"
  10432. "tall" "0"
  10433. "zpos" "3"
  10434. "InitialFocus" "BtnBHNM"
  10435. "ResourceFile" "resource/UI/L4D360UI/BHCDRV3Flyout.res"
  10436. }
  10437.  
  10438. "FlmBHCDRV4Flyout"
  10439. {
  10440. "ControlName" "FlyoutMenu"
  10441. "fieldName" "FlmBHCDRV4Flyout"
  10442. "visible" "0"
  10443. "wide" "0"
  10444. "tall" "0"
  10445. "zpos" "3"
  10446. "InitialFocus" "BtnBHNM"
  10447. "ResourceFile" "resource/UI/L4D360UI/BHCDRV4Flyout.res"
  10448. }
  10449.  
  10450. "FlmCSRLFlyout"
  10451. {
  10452. "ControlName" "FlyoutMenu"
  10453. "fieldName" "FlmCSRLFlyout"
  10454. "visible" "0"
  10455. "wide" "0"
  10456. "tall" "0"
  10457. "zpos" "3"
  10458. "InitialFocus" "BtnCSRL"
  10459. "ResourceFile" "resource/UI/L4D360UI/CSRLFlyout.res"
  10460. }
  10461.  
  10462. "FlmCSRVFlyout"
  10463. {
  10464. "ControlName" "FlyoutMenu"
  10465. "fieldName" "FlmCSRVFlyout"
  10466. "visible" "0"
  10467. "wide" "0"
  10468. "tall" "0"
  10469. "zpos" "3"
  10470. "InitialFocus" "BtnCSRL"
  10471. "ResourceFile" "resource/UI/L4D360UI/CSRVFlyout.res"
  10472. }
  10473.  
  10474. "FlmCSCDRLFlyout"
  10475. {
  10476. "ControlName" "FlyoutMenu"
  10477. "fieldName" "FlmCSCDRLFlyout"
  10478. "visible" "0"
  10479. "wide" "0"
  10480. "tall" "0"
  10481. "zpos" "3"
  10482. "InitialFocus" "BtnCSNM"
  10483. "ResourceFile" "resource/UI/L4D360UI/CSCDRLFlyout.res"
  10484. }
  10485.  
  10486. "FlmCSCDRL1Flyout"
  10487. {
  10488. "ControlName" "FlyoutMenu"
  10489. "fieldName" "FlmCSCDRL1Flyout"
  10490. "visible" "0"
  10491. "wide" "0"
  10492. "tall" "0"
  10493. "zpos" "3"
  10494. "InitialFocus" "BtnCSNM"
  10495. "ResourceFile" "resource/UI/L4D360UI/CSCDRL1Flyout.res"
  10496. }
  10497.  
  10498. "FlmCSCDRL2Flyout"
  10499. {
  10500. "ControlName" "FlyoutMenu"
  10501. "fieldName" "FlmCSCDRL2Flyout"
  10502. "visible" "0"
  10503. "wide" "0"
  10504. "tall" "0"
  10505. "zpos" "3"
  10506. "InitialFocus" "BtnCSNM"
  10507. "ResourceFile" "resource/UI/L4D360UI/CSCDRL2Flyout.res"
  10508. }
  10509.  
  10510. "FlmCSCDRL3Flyout"
  10511. {
  10512. "ControlName" "FlyoutMenu"
  10513. "fieldName" "FlmCSCDRL3Flyout"
  10514. "visible" "0"
  10515. "wide" "0"
  10516. "tall" "0"
  10517. "zpos" "3"
  10518. "InitialFocus" "BtnCSNM"
  10519. "ResourceFile" "resource/UI/L4D360UI/CSCDRL3Flyout.res"
  10520. }
  10521.  
  10522. "FlmCSCDRVFlyout"
  10523. {
  10524. "ControlName" "FlyoutMenu"
  10525. "fieldName" "FlmCSCDRVFlyout"
  10526. "visible" "0"
  10527. "wide" "0"
  10528. "tall" "0"
  10529. "zpos" "3"
  10530. "InitialFocus" "BtnCSNM"
  10531. "ResourceFile" "resource/UI/L4D360UI/CSCDRVFlyout.res"
  10532. }
  10533.  
  10534. "FlmCSCDRV1Flyout"
  10535. {
  10536. "ControlName" "FlyoutMenu"
  10537. "fieldName" "FlmCSCDRV1Flyout"
  10538. "visible" "0"
  10539. "wide" "0"
  10540. "tall" "0"
  10541. "zpos" "3"
  10542. "InitialFocus" "BtnCSNM"
  10543. "ResourceFile" "resource/UI/L4D360UI/CSCDRV1Flyout.res"
  10544. }
  10545.  
  10546. "FlmCSCDRV2Flyout"
  10547. {
  10548. "ControlName" "FlyoutMenu"
  10549. "fieldName" "FlmCSCDRV2Flyout"
  10550. "visible" "0"
  10551. "wide" "0"
  10552. "tall" "0"
  10553. "zpos" "3"
  10554. "InitialFocus" "BtnCSNM"
  10555. "ResourceFile" "resource/UI/L4D360UI/CSCDRV2Flyout.res"
  10556. }
  10557.  
  10558. "FlmCSCDRV3Flyout"
  10559. {
  10560. "ControlName" "FlyoutMenu"
  10561. "fieldName" "FlmCSCDRV3Flyout"
  10562. "visible" "0"
  10563. "wide" "0"
  10564. "tall" "0"
  10565. "zpos" "3"
  10566. "InitialFocus" "BtnCSNM"
  10567. "ResourceFile" "resource/UI/L4D360UI/CSCDRV3Flyout.res"
  10568. }
  10569.  
  10570. "FlmDCCDSV3Flyout"
  10571. {
  10572. "ControlName" "FlyoutMenu"
  10573. "fieldName" "FlmDCCDSV3Flyout"
  10574. "visible" "0"
  10575. "wide" "0"
  10576. "tall" "0"
  10577. "zpos" "3"
  10578. "InitialFocus" "BtnDCNM"
  10579. "ResourceFile" "resource/UI/L4D360UI/DCCDSV3Flyout.res"
  10580. }
  10581.  
  10582. "FlmDCCDSE3Flyout"
  10583. {
  10584. "ControlName" "FlyoutMenu"
  10585. "fieldName" "FlmDCCDSE3Flyout"
  10586. "visible" "0"
  10587. "wide" "0"
  10588. "tall" "0"
  10589. "zpos" "3"
  10590. "InitialFocus" "BtnDCNM"
  10591. "ResourceFile" "resource/UI/L4D360UI/DCCDSE3Flyout.res"
  10592. }
  10593.  
  10594. "FlmDCLCDSVFlyout"
  10595. {
  10596. "ControlName" "FlyoutMenu"
  10597. "fieldName" "FlmDCLCDSVFlyout"
  10598. "visible" "0"
  10599. "wide" "0"
  10600. "tall" "0"
  10601. "zpos" "3"
  10602. "InitialFocus" "BtnDCLNM"
  10603. "ResourceFile" "resource/UI/L4D360UI/DCLCDSVFlyout.res"
  10604. }
  10605.  
  10606. "FlmDCLCDSV3Flyout"
  10607. {
  10608. "ControlName" "FlyoutMenu"
  10609. "fieldName" "FlmDCLCDSV3Flyout"
  10610. "visible" "0"
  10611. "wide" "0"
  10612. "tall" "0"
  10613. "zpos" "3"
  10614. "InitialFocus" "BtnDCLNM"
  10615. "ResourceFile" "resource/UI/L4D360UI/DCLCDSV3Flyout.res"
  10616. }
  10617.  
  10618. "FlmDCLCDSV4Flyout"
  10619. {
  10620. "ControlName" "FlyoutMenu"
  10621. "fieldName" "FlmDCLCDSV4Flyout"
  10622. "visible" "0"
  10623. "wide" "0"
  10624. "tall" "0"
  10625. "zpos" "3"
  10626. "InitialFocus" "BtnDCLNM"
  10627. "ResourceFile" "resource/UI/L4D360UI/DCLCDSV4Flyout.res"
  10628. }
  10629.  
  10630. "FlmSFCDSVFlyout"
  10631. {
  10632. "ControlName" "FlyoutMenu"
  10633. "fieldName" "FlmSFCDSVFlyout"
  10634. "visible" "0"
  10635. "wide" "0"
  10636. "tall" "0"
  10637. "zpos" "3"
  10638. "InitialFocus" "BtnSFNM"
  10639. "ResourceFile" "resource/UI/L4D360UI/SFCDSVFlyout.res"
  10640. }
  10641.  
  10642. "FlmSFCDSEFlyout"
  10643. {
  10644. "ControlName" "FlyoutMenu"
  10645. "fieldName" "FlmSFCDSEFlyout"
  10646. "visible" "0"
  10647. "wide" "0"
  10648. "tall" "0"
  10649. "zpos" "3"
  10650. "InitialFocus" "BtnSFNM"
  10651. "ResourceFile" "resource/UI/L4D360UI/SFCDSEFlyout.res"
  10652. }
  10653.  
  10654. "FlmSFCDSV3Flyout"
  10655. {
  10656. "ControlName" "FlyoutMenu"
  10657. "fieldName" "FlmSFCDSV3Flyout"
  10658. "visible" "0"
  10659. "wide" "0"
  10660. "tall" "0"
  10661. "zpos" "3"
  10662. "InitialFocus" "BtnSFNM"
  10663. "ResourceFile" "resource/UI/L4D360UI/SFCDSV3Flyout.res"
  10664. }
  10665.  
  10666. "FlmHRCDSVFlyout"
  10667. {
  10668. "ControlName" "FlyoutMenu"
  10669. "fieldName" "FlmHRCDSVFlyout"
  10670. "visible" "0"
  10671. "wide" "0"
  10672. "tall" "0"
  10673. "zpos" "3"
  10674. "InitialFocus" "BtnHRNM"
  10675. "ResourceFile" "resource/UI/L4D360UI/HRCDSVFlyout.res"
  10676. }
  10677.  
  10678. "FlmHRCDSV1Flyout"
  10679. {
  10680. "ControlName" "FlyoutMenu"
  10681. "fieldName" "FlmHRCDSV1Flyout"
  10682. "visible" "0"
  10683. "wide" "0"
  10684. "tall" "0"
  10685. "zpos" "3"
  10686. "InitialFocus" "BtnHRNM"
  10687. "ResourceFile" "resource/UI/L4D360UI/HRCDSV1Flyout.res"
  10688. }
  10689.  
  10690. "FlmHRCDSEFlyout"
  10691. {
  10692. "ControlName" "FlyoutMenu"
  10693. "fieldName" "FlmHRCDSEFlyout"
  10694. "visible" "0"
  10695. "wide" "0"
  10696. "tall" "0"
  10697. "zpos" "3"
  10698. "InitialFocus" "BtnHRNM"
  10699. "ResourceFile" "resource/UI/L4D360UI/HRCDSEFlyout.res"
  10700. }
  10701.  
  10702. "FlmHRCDSE1Flyout"
  10703. {
  10704. "ControlName" "FlyoutMenu"
  10705. "fieldName" "FlmHRCDSE1Flyout"
  10706. "visible" "0"
  10707. "wide" "0"
  10708. "tall" "0"
  10709. "zpos" "3"
  10710. "InitialFocus" "BtnHRNM"
  10711. "ResourceFile" "resource/UI/L4D360UI/HRCDSE1Flyout.res"
  10712. }
  10713.  
  10714. "FlmHRCDSE2Flyout"
  10715. {
  10716. "ControlName" "FlyoutMenu"
  10717. "fieldName" "FlmHRCDSE2Flyout"
  10718. "visible" "0"
  10719. "wide" "0"
  10720. "tall" "0"
  10721. "zpos" "3"
  10722. "InitialFocus" "BtnHRNM"
  10723. "ResourceFile" "resource/UI/L4D360UI/HRCDSE2Flyout.res"
  10724. }
  10725.  
  10726. "FlmPSCDSV1Flyout"
  10727. {
  10728. "ControlName" "FlyoutMenu"
  10729. "fieldName" "FlmPSCDSV1Flyout"
  10730. "visible" "0"
  10731. "wide" "0"
  10732. "tall" "0"
  10733. "zpos" "3"
  10734. "InitialFocus" "BtnPSNM"
  10735. "ResourceFile" "resource/UI/L4D360UI/PSCDSV1Flyout.res"
  10736. }
  10737.  
  10738. "FlmPSCDSE1Flyout"
  10739. {
  10740. "ControlName" "FlyoutMenu"
  10741. "fieldName" "FlmPSCDSE1Flyout"
  10742. "visible" "0"
  10743. "wide" "0"
  10744. "tall" "0"
  10745. "zpos" "3"
  10746. "InitialFocus" "BtnPSNM"
  10747. "ResourceFile" "resource/UI/L4D360UI/PSCDSE1Flyout.res"
  10748. }
  10749.  
  10750. "FlmPSCDSV4Flyout"
  10751. {
  10752. "ControlName" "FlyoutMenu"
  10753. "fieldName" "FlmPSCDSV4Flyout"
  10754. "visible" "0"
  10755. "wide" "0"
  10756. "tall" "0"
  10757. "zpos" "3"
  10758. "InitialFocus" "BtnPSNM"
  10759. "ResourceFile" "resource/UI/L4D360UI/PSCDSV4Flyout.res"
  10760. }
  10761.  
  10762. "FlmPGCDSVFlyout"
  10763. {
  10764. "ControlName" "FlyoutMenu"
  10765. "fieldName" "FlmPGCDSVFlyout"
  10766. "visible" "0"
  10767. "wide" "0"
  10768. "tall" "0"
  10769. "zpos" "3"
  10770. "InitialFocus" "BtnPGNM"
  10771. "ResourceFile" "resource/UI/L4D360UI/PGCDSVFlyout.res"
  10772. }
  10773.  
  10774. "FlmPGCDSV1Flyout"
  10775. {
  10776. "ControlName" "FlyoutMenu"
  10777. "fieldName" "FlmPGCDSV1Flyout"
  10778. "visible" "0"
  10779. "wide" "0"
  10780. "tall" "0"
  10781. "zpos" "3"
  10782. "InitialFocus" "BtnPGNM"
  10783. "ResourceFile" "resource/UI/L4D360UI/PGCDSV1Flyout.res"
  10784. }
  10785.  
  10786. "FlmPGCDSV2Flyout"
  10787. {
  10788. "ControlName" "FlyoutMenu"
  10789. "fieldName" "FlmPGCDSV2Flyout"
  10790. "visible" "0"
  10791. "wide" "0"
  10792. "tall" "0"
  10793. "zpos" "3"
  10794. "InitialFocus" "BtnPGNM"
  10795. "ResourceFile" "resource/UI/L4D360UI/PGCDSV2Flyout.res"
  10796. }
  10797.  
  10798. "FlmPGCDSEFlyout"
  10799. {
  10800. "ControlName" "FlyoutMenu"
  10801. "fieldName" "FlmPGCDSEFlyout"
  10802. "visible" "0"
  10803. "wide" "0"
  10804. "tall" "0"
  10805. "zpos" "3"
  10806. "InitialFocus" "BtnPGNM"
  10807. "ResourceFile" "resource/UI/L4D360UI/PGCDSEFlyout.res"
  10808. }
  10809.  
  10810. "FlmPGCDSE1Flyout"
  10811. {
  10812. "ControlName" "FlyoutMenu"
  10813. "fieldName" "FlmPGCDSE1Flyout"
  10814. "visible" "0"
  10815. "wide" "0"
  10816. "tall" "0"
  10817. "zpos" "3"
  10818. "InitialFocus" "BtnPGNM"
  10819. "ResourceFile" "resource/UI/L4D360UI/PGCDSE1Flyout.res"
  10820. }
  10821.  
  10822. "FlmPGCDSE2Flyout"
  10823. {
  10824. "ControlName" "FlyoutMenu"
  10825. "fieldName" "FlmPGCDSE2Flyout"
  10826. "visible" "0"
  10827. "wide" "0"
  10828. "tall" "0"
  10829. "zpos" "3"
  10830. "InitialFocus" "BtnPGNM"
  10831. "ResourceFile" "resource/UI/L4D360UI/PGCDSE2Flyout.res"
  10832. }
  10833.  
  10834. "FlmSCCDSVFlyout"
  10835. {
  10836. "ControlName" "FlyoutMenu"
  10837. "fieldName" "FlmSCCDSVFlyout"
  10838. "visible" "0"
  10839. "wide" "0"
  10840. "tall" "0"
  10841. "zpos" "3"
  10842. "InitialFocus" "BtnSCNM"
  10843. "ResourceFile" "resource/UI/L4D360UI/SCCDSVFlyout.res"
  10844. }
  10845.  
  10846. "FlmSCCDSV2Flyout"
  10847. {
  10848. "ControlName" "FlyoutMenu"
  10849. "fieldName" "FlmSCCDSV2Flyout"
  10850. "visible" "0"
  10851. "wide" "0"
  10852. "tall" "0"
  10853. "zpos" "3"
  10854. "InitialFocus" "BtnSCNM"
  10855. "ResourceFile" "resource/UI/L4D360UI/SCCDSV2Flyout.res"
  10856. }
  10857.  
  10858. "FlmSCCDSEFlyout"
  10859. {
  10860. "ControlName" "FlyoutMenu"
  10861. "fieldName" "FlmSCCDSEFlyout"
  10862. "visible" "0"
  10863. "wide" "0"
  10864. "tall" "0"
  10865. "zpos" "3"
  10866. "InitialFocus" "BtnSCNM"
  10867. "ResourceFile" "resource/UI/L4D360UI/SCCDSEFlyout.res"
  10868. }
  10869.  
  10870. "FlmSCCDSE1Flyout"
  10871. {
  10872. "ControlName" "FlyoutMenu"
  10873. "fieldName" "FlmSCCDSE1Flyout"
  10874. "visible" "0"
  10875. "wide" "0"
  10876. "tall" "0"
  10877. "zpos" "3"
  10878. "InitialFocus" "BtnSCNM"
  10879. "ResourceFile" "resource/UI/L4D360UI/SCCDSE1Flyout.res"
  10880. }
  10881.  
  10882. "FlmNMCDSV1Flyout"
  10883. {
  10884. "ControlName" "FlyoutMenu"
  10885. "fieldName" "FlmNMCDSV1Flyout"
  10886. "visible" "0"
  10887. "wide" "0"
  10888. "tall" "0"
  10889. "zpos" "3"
  10890. "InitialFocus" "BtnNMNM"
  10891. "ResourceFile" "resource/UI/L4D360UI/NMCDSV1Flyout.res"
  10892. }
  10893.  
  10894. "FlmNMCDSV4Flyout"
  10895. {
  10896. "ControlName" "FlyoutMenu"
  10897. "fieldName" "FlmNMCDSV4Flyout"
  10898. "visible" "0"
  10899. "wide" "0"
  10900. "tall" "0"
  10901. "zpos" "3"
  10902. "InitialFocus" "BtnNMNM"
  10903. "ResourceFile" "resource/UI/L4D360UI/NMCDSV4Flyout.res"
  10904. }
  10905.  
  10906. "FlmNMCDSEFlyout"
  10907. {
  10908. "ControlName" "FlyoutMenu"
  10909. "fieldName" "FlmNMCDSEFlyout"
  10910. "visible" "0"
  10911. "wide" "0"
  10912. "tall" "0"
  10913. "zpos" "3"
  10914. "InitialFocus" "BtnNMNM"
  10915. "ResourceFile" "resource/UI/L4D360UI/NMCDSEFlyout.res"
  10916. }
  10917.  
  10918. "FlmNMCDSE4Flyout"
  10919. {
  10920. "ControlName" "FlyoutMenu"
  10921. "fieldName" "FlmNMCDSE4Flyout"
  10922. "visible" "0"
  10923. "wide" "0"
  10924. "tall" "0"
  10925. "zpos" "3"
  10926. "InitialFocus" "BtnNMNM"
  10927. "ResourceFile" "resource/UI/L4D360UI/NMCDSE4Flyout.res"
  10928. }
  10929.  
  10930. "FlmSSModeFlyout"
  10931. {
  10932. "ControlName" "FlyoutMenu"
  10933. "fieldName" "FlmSSModeFlyout"
  10934. "visible" "0"
  10935. "wide" "0"
  10936. "tall" "0"
  10937. "zpos" "3"
  10938. "InitialFocus" "BtnSSHL"
  10939. "ResourceFile" "resource/UI/L4D360UI/SSModeFlyout.res"
  10940. }
  10941. // Splitscreen flm end
  10942.  
  10943. // Xmas btn & flyout
  10944. "BtnXMAS_Quit"
  10945. {
  10946. "ControlName" "L4D360HybridButton"
  10947. "FieldName" "BtnXMAS_Quit"
  10948. "xpos" "219"//flyoutsurik xpos.
  10949. "ypos" "160"//flyoutsurik ypos
  10950. "wide" "0"//flyouts width
  10951. "tall" "20"
  10952. "visible" "0"
  10953. "enabled" "1"
  10954. "labeltext" ""
  10955. "tooltiptext" ""
  10956. "style" "MainMenuButton"
  10957. "command" "FlmXMAS_Quit"
  10958. }
  10959. "FlmXMAS_Quit"
  10960. {
  10961. "ControlName" "FlyoutMenu"
  10962. "fieldName" "FlmXMAS_Quit"
  10963. "visible" "0"
  10964. "wide" "0"
  10965. "tall" "0"
  10966. "zpos" "3"
  10967. "InitialFocus" ""
  10968. "ResourceFile" "resource/UI/L4D360UI/XMAS_Quit.res"
  10969. }
  10970. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement