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

  1.  
  2. [JoinGameDialog]
  3. {
  4.  
  5.     shortcut = Back, KEY_ESCAPE
  6.  
  7.     [Background]
  8.     {
  9.         type=Image
  10.         Pos=0,0
  11.         Filename=Gfx\Interface\Menu\Join_Game.tga
  12.     }
  13.  
  14.     [Title]
  15.     {
  16.         type=Text
  17.         TwoDArea = 175, 112, 1024, 0
  18.         Text="#iJOINGAME#"
  19.         Color=0,0,0,255
  20.         Font=newmenu_35_white
  21.     }
  22.  
  23.     [NameText]
  24.     {
  25.         type=Text
  26.         TwoDArea = 209, 215, 145, 0
  27.         Text="#iNAME#"
  28.         Font=newmenu_20_white
  29.     }
  30.  
  31.     [MapText]
  32.     {
  33.         type=Text
  34.         TwoDArea = 366, 215, 145, 0
  35.         Text="#iJOINGAME_MAP#"
  36.         Font=newmenu_20_white
  37.     }
  38.  
  39.     [TypeText]
  40.     {
  41.         type=Text
  42.         TwoDArea = 524, 215, 145, 0
  43.         Text="#iTYPE1#"
  44.         Font=newmenu_20_white
  45.     }
  46.  
  47.     [HostText]
  48.     {
  49.         type=Text
  50.         TwoDArea = 683, 215, 145, 0
  51.         Text="#iHOST#"
  52.         Font=newmenu_20_white
  53.     }
  54.  
  55. ;    [PingText]
  56. ;    {
  57. ;        type=Text
  58. ;        TwoDArea = 816, 123, 256, 20
  59. ;        Text="#iPING#"
  60. ;        Font=newmenu_20_white
  61. ;    }
  62.  
  63. ;    [VersionText]
  64. ;    {
  65. ;        type=Text
  66. ;        TwoDArea = 879, 123, 256, 20
  67. ;        Text="#iVERSION#"
  68. ;        Font=newmenu_20_white
  69. ;    }
  70.  
  71.     [GameList]
  72.     {
  73.         type=ListBox
  74.         TwoDArea = 209, 240, 720, 260
  75.         Font=newmenu_20_white
  76.     }
  77.  
  78.     [Back]
  79.     {
  80.         type=TextButton
  81.         TwoDArea = 256, 584, 256, 40
  82.         Align=ALIGN_CENTER
  83.         Text="#iBACK#"
  84.         Font=newmenu_20_white
  85.         Color=255,255,255,255
  86.         MouseOverColor=MENU_MOUSEOVER_COLOR
  87.         OnClickSound="Sounds/Interface/Click 01.wav"
  88.         DropShadow=1;
  89.     }
  90.  
  91.     [Join]
  92.     {
  93.         type=TextButton
  94.         TwoDArea = 512, 584, 256, 40
  95.         Align=ALIGN_CENTER
  96.         Text="#iJOIN#"
  97.         Font=newmenu_20_white
  98.         Color=255,255,255,255
  99.         MouseOverColor=MENU_MOUSEOVER_COLOR
  100.         OnClickSound="Sounds/Interface/Click 01.wav"
  101.         DropShadow=1;
  102.     }
  103.  
  104.     [IPAddress]
  105.     {
  106.         type=EditField
  107.         TwoDArea = 562, 547, 140, 25
  108.         DefaultText="0.0.0.0"
  109.         Font=newmenu_20_white
  110.     }
  111.  
  112.     [JoinByIPAddress]
  113.     {
  114.         type=Text
  115.         TwoDArea = 320, 547, 220, 0
  116.         Text="#iJOIN_IP#"
  117.         Align=ALIGN_RIGHT
  118.         Font=newmenu_20_white
  119.         Color=0,0,0,255
  120.         ;MouseOverColor=MENU_MOUSEOVER_COLOR
  121.         ;OnClickSound="Sounds/Interface/Click 01.wav"
  122.     }
  123.  
  124.     [MainScene2d]
  125.     {
  126.         type=Scene
  127.         Create                =FALSE
  128.         DeleteZBuffer         =FALSE
  129.         DeleteBackground      =FALSE
  130.         Render_Screen_Viewport=1
  131.     }
  132.  
  133. }
  134.