home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _BC87C85B262E42ACAC860922F2FCA291 < prev    next >
Encoding:
Text File  |  2005-09-15  |  478 b   |  51 lines

  1. !Include("..\\..\\menu\\uidef\\UILogicVis.def")
  2.  
  3. UIElem("ID_NEXT")
  4. {
  5.     Default()
  6.     {
  7.         Visible(1)
  8.     }
  9. }
  10.  
  11. UIElem("ID_BUY_SELL")
  12. {
  13.     Default()
  14.     {
  15.         Visible(0)
  16.     }
  17. }
  18.  
  19. UIElem("ID_CASH")
  20. {
  21.     Default()
  22.     {
  23.         Visible(0)
  24.     }
  25. }
  26.  
  27. UIElem("ID_UPPER_LIST_LABEL")
  28. {
  29.     Default()
  30.     {
  31.         Visible(0)
  32.     }
  33. }
  34.  
  35. UIElem("ID_LIST_PLAYER_BTN")
  36. {
  37.     Default()
  38.     {
  39.         Visible(0)
  40.     }
  41.  
  42. }
  43.  
  44. UIElem("ID_TITLE")
  45. {
  46.     Default()
  47.     {
  48.         Text("&MenuSelectCarTitle&")
  49.     }
  50. }
  51.