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

  1.  
  2. [MessageWindow]
  3. {
  4.  
  5.     shortcut = Escape, KEY_ESCAPE
  6.     shortcut = Space, KEY_SPACE
  7.     shortcut = Enter, KEY_RETURN
  8.  
  9.     [Background]
  10.     {
  11.         type=Image
  12.         Pos=327,270
  13.         Filename=Gfx\Interface\Menu\Message0.tga,B0
  14.         Filename=Gfx\Interface\Menu\Message1.tga,B1
  15.         Filename=Gfx\Interface\Menu\Message2.tga,B2
  16.     }
  17.  
  18.     [Background2]
  19.     {
  20.         type=Button
  21.         TwoDArea = 0, 0, 1024, 768
  22.     }
  23.  
  24.     [Text]
  25.     {
  26.         type=Text
  27.         TwoDArea = 347, 300, 330, 180
  28.         Align=ALIGN_CENTER
  29.         Font=newmenu_20_white
  30.     }
  31.  
  32.     [Ok]
  33.     {
  34.         type=TextButton
  35.         TwoDArea = 440, 491, 136, 25
  36.         Align=ALIGN_CENTER
  37.         Text="#iOK#"
  38.         Font=newmenu_20_white
  39.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  40.         MouseOverColor=MENU_MOUSEOVER_COLOR
  41.         OnClickSound="Sounds/Interface/Click 01.wav"
  42.         DropShadow=1;
  43.     }
  44.  
  45.     [Yes]
  46.     {
  47.         type=TextButton
  48.         TwoDArea = 360, 490, 133, 25
  49.         Align=ALIGN_CENTER
  50.         Text="#iYES#"
  51.         Font=newmenu_20_white
  52.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  53.         MouseOverColor=MENU_MOUSEOVER_COLOR
  54.         OnClickSound="Sounds/Interface/Click 01.wav"
  55.         DropShadow=1;
  56.     }
  57.  
  58.     [No]
  59.     {
  60.         type=TextButton
  61.         TwoDArea = 526, 490, 133, 25
  62.         Align=ALIGN_CENTER
  63.         Text="#iNO#"
  64.         Font=newmenu_20_white
  65.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  66.         MouseOverColor=MENU_MOUSEOVER_COLOR
  67.         OnClickSound="Sounds/Interface/Click 01.wav"
  68.         DropShadow=1;
  69.     }
  70.  
  71.     [MainScene2d]
  72.     {
  73.         type=Scene
  74.         Create                =FALSE
  75.         DeleteZBuffer         =FALSE
  76.         DeleteBackground      =FALSE
  77.         Render_Screen_Viewport=1
  78.     }
  79.  
  80.  
  81. }
  82.