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

  1.  
  2. [ConnectionStatusScreen]
  3. {
  4.  
  5.     shortcut = Cancel, KEY_ESCAPE
  6.  
  7.     [Background]
  8.     {
  9.         type=Image
  10.         Pos=327,270
  11.         Filename=Gfx\Interface\Menu\Message1.tga
  12.     }
  13.  
  14.     [Background2]
  15.     {
  16.         type=Button
  17.         TwoDArea = 0, 0, 1024, 768
  18.     }
  19.  
  20.     [Status]
  21.     {
  22.         type=Text
  23.         TwoDArea = 450, 370, 330, 180
  24.         Align=ALIGN_LEFT
  25.         Font=newmenu_20_white
  26.     }
  27.  
  28.     [Cancel]
  29.     {
  30.         type=TextButton
  31.         TwoDArea = 440, 491, 136, 25
  32.         Align=ALIGN_CENTER
  33.         Text="#iCANCEL#"
  34.         Font=newmenu_20_white
  35.         MouseOverColor=MENU_MOUSEOVER_COLOR
  36.         OnClickSound="Sounds/Interface/Click 01.wav"
  37.         DropShadow=1;
  38.     }
  39.  
  40.     [MainScene2d]
  41.     {
  42.         type=Scene
  43.         Create                =FALSE
  44.         DeleteZBuffer         =FALSE
  45.         DeleteBackground      =FALSE
  46.         Render_Screen_Viewport=1
  47.     }
  48.  
  49. }
  50.