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

  1.  
  2. [Diary]
  3. {
  4.  
  5.     shortcut = Next, KEY_SPACE
  6.  
  7.     [Background]
  8.     {
  9.         type=Image
  10.         Pos=0,0
  11.         Filename=Gfx\Interface\Diaries\Diary.tga
  12.     }
  13.  
  14.     [Photo]
  15.     {
  16.         type=Image
  17.         Pos=512,0
  18.     }
  19.  
  20.     [Text]
  21.     {
  22.         type=Text
  23.         TwoDArea = 105, 50, 375, 560
  24.         Align=ALIGN_LEFT
  25.         Font=diary_white
  26.         Color=0,0,0,255
  27.     }
  28.  
  29.     [Text2]
  30.     {
  31.         type=Text
  32.         TwoDArea = 555, 50, 375, 560
  33.         Align=ALIGN_LEFT
  34.         Font=diary_white
  35.         Color=0,0,0,255
  36.     }
  37.  
  38.     [PrevPage]
  39.     {
  40.         type=TextButton
  41.         TwoDArea = 128, 665, 256, 25
  42.         Align=ALIGN_CENTER
  43.         Text="#iBACK#"
  44.         Font=diary_white
  45.         Color=0,0,0,0
  46.         MouseOverColor=MENU_MOUSEOVER_COLOR
  47.         OnClickSound="Sounds/Interface/Diaryback.wav"
  48.         DropShadow=1;
  49.     }
  50.  
  51.     [NextPage]
  52.     {
  53.         type=TextButton
  54.         TwoDArea = 640, 665, 256, 25
  55.         Align=ALIGN_CENTER
  56.         Text="#iNEXT#"
  57.         Font=diary_white
  58.         Color=0,0,0,0
  59.         MouseOverColor=MENU_MOUSEOVER_COLOR
  60.         OnClickSound="Sounds/Interface/Diarynext.wav"
  61.         DropShadow=1;
  62.     }
  63.  
  64.     [MainMenu]
  65.     {
  66.         type=TextButton
  67.         TwoDArea = 0, 710, 256, 40
  68.         Align=ALIGN_CENTER
  69.         Text="#iMAINMENU#"
  70.         Font=newmenu_20_white
  71.         Color=192,192,192,255
  72.         MouseOverColor=MENU_MOUSEOVER_COLOR
  73.         OnClickSound="Sounds/Interface/Click 01.wav"
  74.         DropShadow=1;
  75.     }
  76.  
  77.     [Next]
  78.     {
  79.         type=TextButton
  80.         TwoDArea = 768, 710, 256, 40
  81.         Align=ALIGN_CENTER
  82.         Text="#iDIARY_BRIEFING#"
  83.         Font=newmenu_20_white
  84.         Color=192,192,192,255
  85.         MouseOverColor=MENU_MOUSEOVER_COLOR
  86.         OnClickSound="Sounds/Interface/Click 01.wav"
  87.         DropShadow=1;
  88.     }
  89.  
  90.     [PreviousEpilogue]
  91.     {
  92.         type=TextButton
  93.         TwoDArea = 512, 710, 256, 40
  94.         Align=ALIGN_CENTER
  95.         Text="#iPREVIOUS#"
  96.         Font=newmenu_20_white
  97.         Color=192,192,192,255
  98.         MouseOverColor=MENU_MOUSEOVER_COLOR
  99.         OnClickSound="Sounds/Interface/Click 01.wav"
  100.         DropShadow=1;
  101.     }
  102.  
  103.     [NextEpilogue]
  104.     {
  105.         type=TextButton
  106.         TwoDArea = 768, 710, 256, 40
  107.         Align=ALIGN_CENTER
  108.         Text="#iNEXT#"
  109.         Font=newmenu_20_white
  110.         Color=192,192,192,255
  111.         MouseOverColor=MENU_MOUSEOVER_COLOR
  112.         OnClickSound="Sounds/Interface/Click 01.wav"
  113.         DropShadow=1;
  114.     }
  115.  
  116.     [MainScene2d]
  117.     {
  118.         type=Scene
  119.         Create                =FALSE
  120.         DeleteZBuffer         =FALSE
  121.         DeleteBackground      =FALSE
  122.         Render_Screen_Viewport=1
  123.     }
  124.  
  125. }
  126.