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

  1. [MultiTransferWindow]
  2. {
  3.  
  4.     shortcut = Cancel, KEY_ESCAPE
  5.     shortcut = Ok, KEY_RETURN
  6.  
  7.     [Background]
  8.     {
  9.         type=Image
  10.         Pos=150,306
  11.         Filename=Gfx\Interface\Management\unit_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=215,310
  24.     }
  25.  
  26.     [Name]
  27.     {
  28.         type=Text
  29.         TwoDArea = 150, 354, 231, 30
  30.         Align=ALIGN_CENTER
  31.         Font=newmenu_20_white
  32.     }
  33.  
  34.     [AmountText]
  35.     {
  36.         type=Text
  37.         TwoDArea = 157, 397, 197, 30
  38.         Text="#iAMOUNT#"
  39.         Font=newmenu_20_white
  40.     }
  41.  
  42.     [Amount]
  43.     {
  44.         type=EditField
  45.         TwoDArea = 300, 397, 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=345,397,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=362,397,17,22
  68.         OnClickSound="Sounds/Interface/Click 02.wav"
  69.     }
  70.  
  71.     [CostText]
  72.     {
  73.         type=Text
  74.         TwoDArea = 157, 423, 197, 30
  75.         Text="#iVALUE#"
  76.         Font=newmenu_20_white
  77.     }
  78.  
  79.     [Cost]
  80.     {
  81.         type=Text
  82.         TwoDArea = 300, 423, 42, 30
  83.         Align=ALIGN_RIGHT
  84.         Font=newmenu_20_white
  85.     }
  86.  
  87.     [MPText]
  88.     {
  89.         type=Text
  90.         TwoDArea = 157, 449, 197, 30
  91.         Text="#iMP#"
  92.         Font=newmenu_20_white
  93.     }
  94.  
  95.     [MP]
  96.     {
  97.         type=Text
  98.         TwoDArea = 300, 449, 42, 30
  99.         Align=ALIGN_RIGHT
  100.         Font=newmenu_20_white
  101.     }
  102.  
  103.     [Cancel]
  104.     {
  105.         type=TextButton
  106.         TwoDArea = 160, 495, 80, 30
  107.         Align=ALIGN_LEFT
  108.         Text="#iCANCEL#"
  109.         Font=newmenu_20_white
  110.         MouseOverColor=MENU_MOUSEOVER_COLOR
  111.         OnClickSound="Sounds/Interface/Click 01.wav"
  112.         DropShadow=1;
  113.     }
  114.  
  115.     [Max]
  116.     {
  117.         type=TextButton
  118.         TwoDArea = 240, 495, 65, 30
  119.         Align=ALIGN_CENTER
  120.         Text="#iMAX#"
  121.         Font=newmenu_20_white
  122.         MouseOverColor=MENU_MOUSEOVER_COLOR
  123.         OnClickSound="Sounds/Interface/Click 01.wav"
  124.         DropShadow=1;
  125.     }
  126.  
  127.     [Ok]
  128.     {
  129.         type=TextButton
  130.         TwoDArea = 305, 495, 60, 30
  131.         Align=ALIGN_RIGHT
  132.         Text="#iOK#"
  133.         Font=newmenu_20_white
  134.         MouseOverColor=MENU_MOUSEOVER_COLOR
  135.         OnClickSound="Sounds/Interface/Click 01.wav"
  136.         DropShadow=1;
  137.     }
  138.  
  139.     [MainScene2d]
  140.     {
  141.         type=Scene
  142.         Create                =FALSE
  143.         DeleteZBuffer         =FALSE
  144.         DeleteBackground      =FALSE
  145.         Render_Screen_Viewport=1
  146.     }
  147.  
  148.  
  149. }
  150.