home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2005 May / Igromania_2005-05.iso / DemosThemes2 / Demo1944BattleOfTheBulge / demo1944english.exe / Inf / ReinforcementPanel.inf < prev    next >
INI File  |  2004-07-21  |  2KB  |  88 lines

  1. #include "../GlobalIncludes.inf"
  2.  
  3.  
  4. [ReinforcementUpgrade_Officer]
  5. {
  6.     type=CheckBox
  7.     TwoDArea = 975, 612, 0, 0
  8.     CheckedImage=Gfx\Gui\Officer_Button_02.tga
  9.     UnCheckedImage=Gfx\Gui\Officer_Button_01.tga
  10.     OnClickSound="Sounds/Interface/Click 02.wav"
  11.     ToolTip = "#iUPGRADE_OFFICER#"
  12. }
  13. [ReinforcementUpgrade_Scout]
  14. {
  15.     type=CheckBox
  16.     TwoDArea = 975, 648, 0, 0
  17.     CheckedImage=Gfx\Gui\Recon_Button_02.tga
  18.     UnCheckedImage=Gfx\Gui\Recon_Button_01.tga
  19.     OnClickSound="Sounds/Interface/Click 02.wav"
  20.     ToolTip = "#iUPGRADE_SCOUT#"
  21. }
  22. [ReinforcementUpgrade_Bazooka]
  23. {
  24.     type=CheckBox
  25.     TwoDArea = 975, 684, 0, 0
  26.     CheckedImage=Gfx\Gui\Bazooka_Button_02.tga
  27.     UnCheckedImage=Gfx\Gui\Bazooka_Button_01.tga
  28.     OnClickSound="Sounds/Interface/Click 02.wav"
  29.     ToolTip = "#iUPGRADE_BAZOOKA#"
  30. }
  31. [ReinforcementUpgrade_Machinegunner]
  32. {
  33.     type=CheckBox
  34.     TwoDArea = 975, 720, 0, 0
  35.     CheckedImage=Gfx\Gui\MGun_Button_02.tga
  36.     UnCheckedImage=Gfx\Gui\MGun_Button_01.tga
  37.     OnClickSound="Sounds/Interface/Click 02.wav"
  38.     ToolTip = "#iUPGRADE_MACHINEGUNNER#"
  39. }
  40.  
  41. [CurrentMPText]
  42. {
  43.     type = Text
  44.     TwoDArea = 413, 734, 150, 0
  45.     Text = "#iCURRENT_MP#"
  46.     Font = newmenu_20_white
  47. }
  48.  
  49. [CurrentMP]
  50. {
  51.     type = Text
  52.     TwoDArea = 413, 734, 150, 0
  53.     Align=ALIGN_RIGHT
  54.     Font = newmenu_20_white
  55. }
  56.  
  57. [MaxMPText]
  58. {
  59.     type = Text
  60.     TwoDArea = 613, 734, 150, 0
  61.     Text = "#iMAX_MP#"
  62.     Font = newmenu_20_white
  63. }
  64.  
  65. [MaxMP]
  66. {
  67.     type = Text
  68.     TwoDArea = 613, 734, 150, 0
  69.     Align=ALIGN_RIGHT
  70.     Font = newmenu_20_white
  71. }
  72.  
  73. [ArmyMPText]
  74. {
  75.     type = Text
  76.     TwoDArea = 813, 734, 150, 0
  77.     Text = "#iARMY_MP#"
  78.     Font = newmenu_20_white
  79. }
  80.  
  81. [ArmyMP]
  82. {
  83.     type = Text
  84.     TwoDArea = 813, 734, 150, 0
  85.     Align=ALIGN_RIGHT
  86.     Font = newmenu_20_white
  87. }
  88.