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

  1. [MultiMountWindow]
  2. {
  3.  
  4.     shortcut = Cancel, KEY_ESCAPE
  5.     shortcut = Ok, KEY_RETURN
  6.  
  7.     [Background]
  8.     {
  9.         type=Image
  10.         Pos=387,503
  11.         Filename=Gfx\Interface\Management\unitmountalos_b_alap.tga
  12.     }
  13.  
  14.     [Background2]
  15.     {
  16.         type=Button
  17.         TwoDArea = 0, 0, 1024, 768
  18.     }
  19.  
  20.     [Image]
  21.     {
  22.         type=Image
  23.         Pos=452,507
  24.     }
  25.  
  26.     [Name]
  27.     {
  28.         type=Text
  29.         TwoDArea = 387, 551, 231, 30
  30.         Align=ALIGN_CENTER
  31.         Font=newmenu_20_white
  32.     }
  33.  
  34.     [AmountText]
  35.     {
  36.         type=Text
  37.         TwoDArea = 394, 594, 197, 30
  38.         Text="#iAMOUNT#"
  39.         Font=newmenu_20_white
  40.     }
  41.  
  42.     [Amount]
  43.     {
  44.         type=EditField
  45.         TwoDArea = 537, 594, 42, 30
  46.         Align=ALIGN_RIGHT
  47.         ValidChars="0123456789"
  48.         Font=newmenu_20_white
  49.     }
  50.  
  51.     [AmountPlus]
  52.     {
  53.         type=Button
  54.         BackgroundImage=Gfx\Interface\Management\plus_black.tga
  55.         PressImage=Gfx\Interface\Management\plus.tga
  56.         MouseOverImage=Gfx\Interface\Management\plus.tga
  57.         TwoDArea=582,594,17,22
  58.         OnClickSound="Sounds/Interface/Click 02.wav"
  59.     }
  60.  
  61.     [AmountMinus]
  62.     {
  63.         type=Button
  64.         BackgroundImage=Gfx\Interface\Management\minus_black.tga
  65.         PressImage=Gfx\Interface\Management\minus.tga
  66.         MouseOverImage=Gfx\Interface\Management\minus.tga
  67.         TwoDArea=599,594,17,22
  68.         OnClickSound="Sounds/Interface/Click 02.wav"
  69.     }
  70.  
  71.     [Cancel]
  72.     {
  73.         type=TextButton
  74.         TwoDArea = 397, 665, 80, 30
  75.         Align=ALIGN_LEFT
  76.         Text="#iCANCEL#"
  77.         Font=newmenu_20_white
  78.         MouseOverColor=MENU_MOUSEOVER_COLOR
  79.         OnClickSound="Sounds/Interface/Click 01.wav"
  80.         DropShadow=1;
  81.     }
  82.  
  83.     [Max]
  84.     {
  85.         type=TextButton
  86.         TwoDArea = 477, 665, 65, 30
  87.         Align=ALIGN_CENTER
  88.         Text="#iMAX#"
  89.         Font=newmenu_20_white
  90.         MouseOverColor=MENU_MOUSEOVER_COLOR
  91.         OnClickSound="Sounds/Interface/Click 01.wav"
  92.         DropShadow=1;
  93.     }
  94.  
  95.     [Ok]
  96.     {
  97.         type=TextButton
  98.         TwoDArea = 552, 665, 50, 30
  99.         Align=ALIGN_RIGHT
  100.         Text="#iOK#"
  101.         Font=newmenu_20_white
  102.         MouseOverColor=MENU_MOUSEOVER_COLOR
  103.         OnClickSound="Sounds/Interface/Click 01.wav"
  104.         DropShadow=1;
  105.     }
  106.  
  107.     [MainScene2d]
  108.     {
  109.         type=Scene
  110.         Create                =FALSE
  111.         DeleteZBuffer         =FALSE
  112.         DeleteBackground      =FALSE
  113.         Render_Screen_Viewport=1
  114.     }
  115.  
  116.  
  117. }
  118.