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

  1.  
  2. [SaveGameMenu]
  3. {
  4.  
  5.     shortcut = Back, KEY_ESCAPE
  6.     shortcut = Delete, KEY_DELETE
  7.  
  8.     [Background]
  9.     {
  10.         type=Image
  11.         Pos=0,0
  12.         Filename=Gfx\Interface\Menu\Save_Game.tga
  13.     }
  14.  
  15.     [Background2]
  16.     {
  17.         type=Button
  18.         TwoDArea = 0, 0, 1024, 768
  19.     }
  20.  
  21.     [Title]
  22.     {
  23.         type=Text
  24.         TwoDArea = 0, 85, 1024, 0
  25.         Text="#iSAVE_GAME#"
  26.         Align=ALIGN_CENTER
  27.         Color=0,0,0,255
  28.         Font=newmenu_35_white
  29.     }
  30.  
  31.     [ListScrollUp]
  32.     {
  33.         type=Button
  34.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_up_1.tga
  35.         PressImage=Gfx\Interface\Menu\slider_arrow_up_2.tga
  36.         TwoDArea=806,141,16,16
  37.         OnClickSound="Sounds/Interface/Click 02.wav"
  38.     }
  39.  
  40.     [ListScrollDown]
  41.     {
  42.         type=Button
  43.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_down_1.tga
  44.         PressImage=Gfx\Interface\Menu\slider_arrow_down_2.tga
  45.         TwoDArea=806,515,16,16
  46.         OnClickSound="Sounds/Interface/Click 02.wav"
  47.     }
  48.  
  49.     [ListScrollBar]
  50.     {
  51.         type=ScrollBar
  52.         TwoDArea = 805, 159, 16, 355
  53.         TwoDArea = 806, 159, 0, 355
  54.         BarImage=Gfx\Interface\Menu\slider_vert.tga
  55.         UpButton=ListScrollUp
  56.         DownButton=ListScrollDown
  57.         BackgroundUpImage=Gfx\Interface\slideralap_felso.tga
  58.         BackgroundCenterImage=Gfx\Interface\slideralap_center.tga
  59.         BackgroundDownImage=Gfx\Interface\slideralap_also.tga
  60.     }
  61.  
  62.     [List]
  63.     {
  64.         type=ListBox
  65.         TwoDArea = 200, 145, 600, 380
  66.         Color=255,255,255,255
  67.         SelectedColor=MENU_MOUSEOVER_COLOR
  68.         Font=newmenu_20_white
  69.         ScrollBar=ListScrollBar
  70.     }
  71.  
  72.     [Selection]
  73.     {
  74.         type=Image
  75.         Pos=195,145
  76.         Filename=Gfx\Interface\Menu\select_stripe.tga
  77.     }
  78.  
  79.     [SaveName]
  80.     {
  81.         type=EditField
  82.         TwoDArea = 210, 592, 590, 0
  83.         Font=newmenu_20_white
  84.     }
  85.  
  86.     [Back]
  87.     {
  88.         type=TextButton
  89.         TwoDArea = 238, 649, 182, 25
  90.         Align=ALIGN_CENTER
  91.         Text="#iBACK#"
  92.         Font=newmenu_20_white
  93.         Color=255,255,255,255
  94.         MouseOverColor=MENU_MOUSEOVER_COLOR
  95.         OnClickSound="Sounds/Interface/Click 01.wav"
  96.         DropShadow=1;
  97.     }
  98.  
  99.     [Delete]
  100.     {
  101.         type=TextButton
  102.         TwoDArea = 420, 649, 182, 25
  103.         Align=ALIGN_CENTER
  104.         Text="#iDELETE#"
  105.         Font=newmenu_20_white
  106.         Color=255,255,255,255
  107.         MouseOverColor=MENU_MOUSEOVER_COLOR
  108.         OnClickSound="Sounds/Interface/Click 01.wav"
  109.         DropShadow=1;
  110.     }
  111.  
  112.     [Save]
  113.     {
  114.         type=TextButton
  115.         TwoDArea = 602, 649, 182, 25
  116.         Align=ALIGN_CENTER
  117.         Text="#iSAVE_GAME#"
  118.         Font=newmenu_20_white
  119.         Color=255,255,255,255
  120.         MouseOverColor=MENU_MOUSEOVER_COLOR
  121.         OnClickSound="Sounds/Interface/Click 01.wav"
  122.         DropShadow=1;
  123.     }
  124.  
  125.     [MainScene2d]
  126.     {
  127.         type=Scene
  128.         Create                =FALSE
  129.         DeleteZBuffer         =FALSE
  130.         DeleteBackground      =FALSE
  131.         Render_Screen_Viewport=1
  132.     }
  133.  
  134. }
  135.