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

  1.  
  2. [StartServerDialog]
  3. {
  4.  
  5.     shortcut = Back, KEY_ESCAPE
  6.     shortcut = Start, KEY_SPACE
  7.  
  8.     [Background]
  9.     {
  10.         type=Image
  11.         Pos=304,172
  12.         Filename=Gfx\Interface\Menu\MainMultiNewGame.tga
  13.     }
  14.  
  15.     ;[Title]
  16.     ;{
  17.     ;    type=Text
  18.     ;    TwoDArea = 256, 229, 512, 0
  19.     ;    Align=ALIGN_CENTER
  20.     ;    Text="#iSTARTSERVER#"
  21.     ;    Font=newmenu_35_white
  22.     ;    Color=0,0,0,255
  23.     ;}
  24.  
  25.     [GameNameText]
  26.     {
  27.         type=Text
  28.         TwoDArea = 330, 345, 140, 0
  29.         Text="#iGAMENAME#"
  30.         Font=newmenu_20_white
  31.     }
  32.  
  33.     [GameName]
  34.     {
  35.         type=EditField
  36.         TwoDArea = 480, 345, 200, 25
  37.         MaxLengthPixels=145
  38.         Font=newmenu_20_white
  39.     }
  40.  
  41.     [PasswordText]
  42.     {
  43.         type=Text
  44.         TwoDArea = 330, 393, 140, 0
  45.         Text="#iPASSWORD#"
  46.         Font=newmenu_20_white
  47.     }
  48.  
  49.     [Password]
  50.     {
  51.         type=EditField
  52.         TwoDArea = 480, 393, 195, 25
  53.         Font=newmenu_20_white
  54.     }
  55.  
  56. ;    [AllowInternetText]
  57. ;    {
  58. ;        type=Text
  59. ;        TwoDArea = 355, 403, 275, 30
  60. ;        Text="#iALLOWIPLAYERS#"
  61. ;        Font=newmenu_20_white
  62. ;    }
  63.  
  64. ;    [AllowInternet]
  65. ;    {
  66. ;        type=CheckBox
  67. ;        TwoDArea = 637, 408, 0, 0
  68. ;        CheckedImage=Gfx\Interface\GameSetup\Ready.tga
  69. ;        UnCheckedImage=Gfx\Interface\GameSetup\NotReady.tga
  70. ;    }
  71.  
  72.     [Back]
  73.     {
  74.         type=TextButton
  75.         TwoDArea = 341, 448, 153, 25
  76.         Align=ALIGN_CENTER
  77.         Text="#iBACK#"
  78.         Font=newmenu_20_white
  79.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  80.         MouseOverColor=MENU_MOUSEOVER_COLOR
  81.         OnClickSound="Sounds/Interface/Click 01.wav"
  82.         DropShadow=1;
  83.     }
  84.  
  85.     [Start]
  86.     {
  87.         type=TextButton
  88.         TwoDArea = 527, 448, 153, 25
  89.         Align=ALIGN_CENTER
  90.         Text="#iSTART#"
  91.         Font=newmenu_20_white
  92.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  93.         MouseOverColor=MENU_MOUSEOVER_COLOR
  94.         OnClickSound="Sounds/Interface/Click 01.wav"
  95.         DropShadow=1;
  96.     }
  97.  
  98.     [MainScene2d]
  99.     {
  100.         type=Scene
  101.         Create                =FALSE
  102.         DeleteZBuffer         =FALSE
  103.         DeleteBackground      =FALSE
  104.         Render_Screen_Viewport=1
  105.     }
  106.  
  107. }
  108.