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

  1.  
  2. [GSCreateRoomDialog]
  3. {
  4.  
  5.     shortcut = Back, KEY_ESCAPE
  6.     shortcut = Start, KEY_SPACE
  7.  
  8.     [Background]
  9.     {
  10.         type=Image
  11.         Pos=304,171
  12.         Filename=Gfx\Interface\GameSpy\CreateRoom.tga
  13.     }
  14.  
  15.     [Background2]
  16.     {
  17.         type=Button
  18.         TwoDArea = 0, 0, 1024, 768
  19.     }
  20.  
  21.     ;[Title]
  22.     ;{
  23.     ;    type=Text
  24.     ;    TwoDArea = 256, 229, 512, 0
  25.     ;    Align=ALIGN_CENTER
  26.     ;    Text="#iSTARTSERVER#"
  27.     ;    Font=newmenu_35_white
  28.     ;    Color=0,0,0,255
  29.     ;}
  30.  
  31.     [RoomNameText]
  32.     {
  33.         type=Text
  34.         TwoDArea = 330, 343, 140, 0
  35.         Text="#iROOMNAME#"
  36.         Font=newmenu_20_white
  37.     }
  38.  
  39.     [RoomName]
  40.     {
  41.         type=EditField
  42.         TwoDArea = 480, 343, 195, 25
  43.         Font=newmenu_20_white
  44.         ValidChars="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$%&'()*+-.:;<=>?@[]^_`{|}~ "
  45.     }
  46.  
  47.     [PasswordText]
  48.     {
  49.         type=Text
  50.         TwoDArea = 330, 393, 140, 0
  51.         Text="#iPASSWORD#"
  52.         Font=newmenu_20_white
  53.     }
  54.  
  55.     [Password]
  56.     {
  57.         type=EditField
  58.         TwoDArea = 480, 393, 195, 25
  59.         Font=newmenu_20_white
  60.         ValidChars="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$%&'()*+-.:;<=>?@[]^_`{|}~ "
  61.     }
  62.  
  63.     [PlayerLimitText]
  64.     {
  65.         type=Text
  66.         TwoDArea = 330, 441, 140, 0
  67.         Text="#iPLAYERLIMIT#"
  68.         Font=newmenu_20_white
  69.     }
  70.  
  71.     [PlayerLimit]
  72.     {
  73.         type=EditField
  74.         TwoDArea = 575, 441, 100, 25
  75.         Align=ALIGN_RIGHT
  76.         Font=newmenu_20_white
  77.         ValidChars="2345678"
  78.         MaxLength=1
  79.     }
  80.  
  81. ;    [AllowInternetText]
  82. ;    {
  83. ;        type=Text
  84. ;        TwoDArea = 355, 403, 275, 30
  85. ;        Text="#iALLOWIPLAYERS#"
  86. ;        Font=newmenu_20_white
  87. ;    }
  88.  
  89. ;    [AllowInternet]
  90. ;    {
  91. ;        type=CheckBox
  92. ;        TwoDArea = 637, 408, 0, 0
  93. ;        CheckedImage=Gfx\Interface\GameSetup\Ready.tga
  94. ;        UnCheckedImage=Gfx\Interface\GameSetup\NotReady.tga
  95. ;    }
  96.  
  97.     [Back]
  98.     {
  99.         type=TextButton
  100.         TwoDArea = 341, 496, 153, 25
  101.         Align=ALIGN_CENTER
  102.         Text="#iBACK#"
  103.         Font=newmenu_20_white
  104.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  105.         MouseOverColor=MENU_MOUSEOVER_COLOR
  106.         OnClickSound="Sounds/Interface/Click 01.wav"
  107.         DropShadow=1;
  108.     }
  109.  
  110.     [Start]
  111.     {
  112.         type=TextButton
  113.         TwoDArea = 527, 496, 153, 25
  114.         Align=ALIGN_CENTER
  115.         Text="#iSTART#"
  116.         Font=newmenu_20_white
  117.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  118.         MouseOverColor=MENU_MOUSEOVER_COLOR
  119.         OnClickSound="Sounds/Interface/Click 01.wav"
  120.         DropShadow=1;
  121.     }
  122.  
  123.     [MainScene2d]
  124.     {
  125.         type=Scene
  126.         Create                =FALSE
  127.         DeleteZBuffer         =FALSE
  128.         DeleteBackground      =FALSE
  129.         Render_Screen_Viewport=1
  130.     }
  131.  
  132. }
  133.