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

  1.  
  2. [GSTitleRoomMenu]
  3. {
  4.  
  5.     [Background]
  6.     {
  7.         type=Image
  8.         Pos=0,0
  9.         Filename=Gfx\Interface\GameSpy\TitleRoom.tga
  10.     }
  11.  
  12.     [Logo]
  13.     {
  14.         type=Image
  15.         Pos=0,727
  16.         Filename=Gfx\Interface\GameSpy\GameSpy_Logo.tga
  17.     }
  18.  
  19.     [Title]
  20.     {
  21.         type=Text
  22.         TwoDArea = 0, 51, 1024, 0
  23.         Text="#iGAMESPY#"
  24.         Align=ALIGN_CENTER
  25.         Color=0,0,0,255
  26.         Font=newmenu_35_white
  27.     }
  28.  
  29.     [Back]
  30.     {
  31.         type=TextButton
  32.         TwoDArea = 157, 683, 222, 25
  33.         Align=ALIGN_CENTER
  34.         Text="#iBACK#"
  35.         Font=newmenu_20_white
  36.         Color=255,255,255,255
  37.         MouseOverColor=MENU_MOUSEOVER_COLOR
  38.         OnClickSound="Sounds/Interface/Click 01.wav"
  39.         DropShadow=1;
  40.     } 
  41.  
  42.     [JoinGame]
  43.     {
  44.         type=TextButton
  45.         TwoDArea = 394, 683, 222, 25
  46.         Align=ALIGN_CENTER
  47.         Text="#iJOINGAME#"
  48.         Font=newmenu_20_white
  49.         Color=255,255,255,255
  50.         MouseOverColor=MENU_MOUSEOVER_COLOR
  51.         OnClickSound="Sounds/Interface/Click 01.wav"
  52.         DropShadow=1;
  53.     } 
  54.  
  55.     [CreateGame]
  56.     {
  57.         type=TextButton
  58.         TwoDArea = 648, 683, 222, 25
  59.         Align=ALIGN_CENTER
  60.         Text="#iCREATEGAME#"
  61.         Font=newmenu_20_white
  62.         Color=255,255,255,255
  63.         MouseOverColor=MENU_MOUSEOVER_COLOR
  64.         OnClickSound="Sounds/Interface/Click 01.wav"
  65.         DropShadow=1;
  66.     } 
  67.  
  68.     [GamesListLine1]
  69.     {
  70.         type=Image
  71.         Pos=65,153
  72.         Filename=Gfx\Interface\Extras\csik.tga
  73.     }
  74.     [GamesListLine2]
  75.     {
  76.         type=Image
  77.         Pos=275,153
  78.         Filename=Gfx\Interface\Extras\csik.tga
  79.     }
  80.     [GamesListLine3]
  81.     {
  82.         type=Image
  83.         Pos=485,153
  84.         Filename=Gfx\Interface\Extras\csik.tga
  85.     }
  86.     [GamesListLine4]
  87.     {
  88.         type=Image
  89.         Pos=695,153
  90.         Filename=Gfx\Interface\Extras\csik.tga
  91.     }
  92.     [GamesListLine5]
  93.     {
  94.         type=Image
  95.         Pos=741,153
  96.         Filename=Gfx\Interface\Extras\csik.tga
  97.     }
  98.  
  99.     [GameNameText]
  100.     {
  101.         type=Text
  102.         TwoDArea = 68, 131, 1024, 0
  103.         Text="#iNAME#"
  104.         Font=newmenu_20_white
  105.     }
  106.  
  107.     [PlayersText]
  108.     {
  109.         type=Text
  110.         TwoDArea = 788, 131, 1024, 0
  111.         Text="#iPLAYERS#"
  112.         Font=newmenu_20_white
  113.     }
  114.  
  115.     [PingText]
  116.     {
  117.         type=Text
  118.         TwoDArea = 888, 131, 1024, 0
  119.         Text="#iPING#"
  120.         Font=newmenu_20_white
  121.     }
  122.  
  123.     [GamesListScrollUp]
  124.     {
  125.         type=Button
  126.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_up_1.tga
  127.         PressImage=Gfx\Interface\Menu\slider_arrow_up_2.tga
  128.         TwoDArea=944,155,16,16
  129.         OnClickSound="Sounds/Interface/Click 02.wav"
  130.     }
  131.  
  132.     [GamesListScrollDown]
  133.     {
  134.         type=Button
  135.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_down_1.tga
  136.         PressImage=Gfx\Interface\Menu\slider_arrow_down_2.tga
  137.         TwoDArea=944,307,16,16
  138.         OnClickSound="Sounds/Interface/Click 02.wav"
  139.     }
  140.  
  141.     [GamesListScrollBar]
  142.     {
  143.         type=ScrollBar
  144.         TwoDArea = 943, 174, 16, 131
  145.         TwoDArea = 944, 174, 0, 131
  146.         BarImage=Gfx\Interface\Menu\slider_vert.tga
  147.         UpButton=GamesListScrollUp
  148.         DownButton=GamesListScrollDown
  149.         BackgroundUpImage=Gfx\Interface\slideralap_felso.tga
  150.         BackgroundCenterImage=Gfx\Interface\slideralap_center.tga
  151.         BackgroundDownImage=Gfx\Interface\slideralap_also.tga
  152.     }
  153.  
  154.     [GamesList]
  155.     {
  156.         type=ListBox
  157.         TwoDArea = 68, 160, 870, 160
  158.         SelectedColor=255,255,128,255
  159.         ScrollBar=GamesListScrollBar
  160.         Font=newmenu_20_white
  161.     }
  162.  
  163.  
  164.     [PlayersListScrollUp]
  165.     {
  166.         type=Button
  167.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_up_1.tga
  168.         PressImage=Gfx\Interface\Menu\slider_arrow_up_2.tga
  169.         TwoDArea=944,352,16,16
  170.         OnClickSound="Sounds/Interface/Click 02.wav"
  171.     }
  172.  
  173.     [PlayersListScrollDown]
  174.     {
  175.         type=Button
  176.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_down_1.tga
  177.         PressImage=Gfx\Interface\Menu\slider_arrow_down_2.tga
  178.         TwoDArea=944,613,16,16
  179.         OnClickSound="Sounds/Interface/Click 02.wav"
  180.     }
  181.  
  182.     [PlayersListScrollBar]
  183.     {
  184.         type=ScrollBar
  185.         TwoDArea = 943, 371, 16, 240
  186.         TwoDArea = 944, 371, 0, 240
  187.         BarImage=Gfx\Interface\Menu\slider_vert.tga
  188.         UpButton=PlayersListScrollUp
  189.         DownButton=PlayersListScrollDown
  190.         BackgroundUpImage=Gfx\Interface\slideralap_felso.tga
  191.         BackgroundCenterImage=Gfx\Interface\slideralap_center.tga
  192.         BackgroundDownImage=Gfx\Interface\slideralap_also.tga
  193.     }
  194.  
  195.     [PlayersList]
  196.     {
  197.         type=LongText
  198.         TwoDArea = 607, 350, 333, 280
  199.         Color=255,255,255,255
  200.         ScrollBar=PlayersListScrollBar
  201.         Font=newmenu_20_white
  202.     }
  203.  
  204.  
  205.     [MessagesScrollUp]
  206.     {
  207.         type=Button
  208.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_up_1.tga
  209.         PressImage=Gfx\Interface\Menu\slider_arrow_up_2.tga
  210.         TwoDArea=563,352,16,16
  211.         OnClickSound="Sounds/Interface/Click 02.wav"
  212.     }
  213.  
  214.     [MessagesScrollDown]
  215.     {
  216.         type=Button
  217.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_down_1.tga
  218.         PressImage=Gfx\Interface\Menu\slider_arrow_down_2.tga
  219.         TwoDArea=563,587,16,16
  220.         OnClickSound="Sounds/Interface/Click 02.wav"
  221.     }
  222.  
  223.     [MessagesScrollBar]
  224.     {
  225.         type=ScrollBar
  226.         TwoDArea = 562, 371, 16, 214
  227.         TwoDArea = 563, 371, 0, 214
  228.         BarImage=Gfx\Interface\Menu\slider_vert.tga
  229.         UpButton=MessagesScrollUp
  230.         DownButton=MessagesScrollDown
  231.         BackgroundUpImage=Gfx\Interface\slideralap_felso.tga
  232.         BackgroundCenterImage=Gfx\Interface\slideralap_center.tga
  233.         BackgroundDownImage=Gfx\Interface\slideralap_also.tga
  234.     }
  235.  
  236.     [Messages]
  237.     {
  238.         type=LongText
  239.         TwoDArea = 68, 350, 485, 255
  240.         Align=ALIGN_LEFT
  241.         ScrollBar=MessagesScrollBar
  242.         Font=newmenu_20_white
  243.     }
  244.  
  245.     [MessagesLine1]
  246.     {
  247.         type=Image
  248.         Pos=65,605
  249.         Filename=Gfx\Interface\Extras\csik.tga
  250.     }
  251.     [MessagesLine2]
  252.     {
  253.         type=Image
  254.         Pos=275,605
  255.         Filename=Gfx\Interface\Extras\csik.tga
  256.     }
  257.     [MessagesLine3]
  258.     {
  259.         type=Image
  260.         Pos=365,605
  261.         Filename=Gfx\Interface\Extras\csik.tga
  262.     }
  263.  
  264.     [MessageInput]
  265.     {
  266.         type=EditField
  267.         TwoDArea = 68, 607, 485, 25
  268.         Align=ALIGN_LEFT
  269.         Font=newmenu_20_white
  270.         Tooltip="#iT_CHATEDIT#"
  271.         RetainsInputFocus=1
  272.     }
  273.  
  274.  
  275.     [MainScene2d]
  276.     {
  277.         type=Scene
  278.         Create                =FALSE
  279.         DeleteZBuffer         =FALSE
  280.         DeleteBackground      =FALSE
  281.         Render_Screen_Viewport=1
  282.     }
  283.  
  284. }
  285.