home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _A52C83243F3E4EA0920EBD8E8AC9B4C5 < prev    next >
Encoding:
Text File  |  2005-12-21  |  886 b   |  42 lines

  1. !Include("MenuGarage.vis")
  2.  
  3. UIElem("ID_CARINFO_TITLE")
  4. {
  5.     Default()
  6.     {
  7.         Text("&#CurrSelectedCar.m_sID#_NAME&")
  8.     }
  9. }
  10.  
  11. UIElem("ID_CARINFO_TXT")
  12. {
  13.     Default()
  14.     {
  15.         Text("&CAR_Group&: 
  16. &CAR_Drive&: 
  17. &CAR_EngineType&: 
  18. &CAR_Displacement&: 
  19. &CAR_Power&: 
  20. &CAR_Torque&: 
  21. &CAR_Date&: 
  22. &CAR_SellPrice&: ")
  23.     }
  24. }
  25.  
  26. UIElem("ID_CARINFO_TXT_2")
  27. {
  28.     Default()
  29.     {
  30. //        Text("#CurrSelectedCar.m_sCarGroup#
  31.         Text("#CurrSelectedCar.m_sCarDisplayedGroup#
  32. #CurrSelectedCar.m_sWheelDrive#
  33. #CurrSelectedCar.m_sEngineType#
  34. #%0CurrSelectedCar.m_nDisplacement#ccm
  35. #%0CurrSelectedCar.m_fPower#&bhp&
  36. #%0CurrSelectedCar.m_nTorque * CurrSelectedCar.m_fPower / CurrSelectedCar.m_fBasePower #&Nm&/#%0CurrSelectedCar.m_nMaxTorqueRPM#&rpm&
  37. #%0CurrSelectedCar.m_nProductionDate#
  38. #%0CurrSelectedCar.m_iSellPrice#&MenuCashPostfix&")
  39.     }
  40. }
  41.  
  42.