home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 July / maximum-cd-2010-07.iso / DiscContents / wesnoth-1.8-win32.exe / data / gui / default / window / lobby_main.cfg < prev    next >
Encoding:
Text File  |  2010-02-10  |  16.1 KB  |  797 lines

  1. #textdomain wesnoth-lib
  2. ###
  3. ### Definition of the lobby screen
  4. ###
  5.  
  6. #define HORIZONTAL_BEGIN
  7.     [grid][row]
  8.     [column]
  9. #enddef
  10. #define HORIZONTAL_SEP
  11.     [/column]
  12.     [column]
  13. #enddef
  14. #define HORIZONTAL_END
  15.     [/column]
  16.     [/row][/grid]
  17. #enddef
  18.  
  19. #define VERTICAL_BEGIN
  20.     [grid]
  21.     [row][column]
  22. #enddef
  23. #define VERTICAL_SEP
  24.     [/column][/row]
  25.     [row][column]
  26. #enddef
  27. #define VERTICAL_END
  28.     [/column][/row]
  29.     [/grid]
  30. #enddef
  31.  
  32. #define GAMELISTBOX_HEADER_LABEL ID LABEL
  33. [column]
  34.     grow_factor = 1
  35.     horizontal_grow = "true"
  36.     border = "right"
  37.     border_size = 5
  38.     [label]
  39.         id = {ID}
  40.         definition = "default"
  41.         label = {LABEL}
  42.     [/label]
  43. [/column]
  44. #enddef
  45.  
  46. #define GAMELISTBOX_BODY_LABEL ID LABEL
  47.     {GAMELISTBOX_HEADER_LABEL {ID} {LABEL}}
  48. #enddef
  49.  
  50. #define GAMELISTBOX_BODY_LABEL_TINY ID LABEL
  51. [column]
  52.     border = "right"
  53.     border_size = 5
  54.     [label]
  55.         id = {ID}
  56.         definition = "default_tiny"
  57.         label = {LABEL}
  58.     [/label]
  59. [/column]
  60. #enddef
  61.  
  62. #define GAMELISTBOX_BODY_BUTTON ID LABEL
  63. [column]
  64.     grow_factor = 1
  65.     horizontal_alignment = "right"
  66.     border = "left,right"
  67.     border_size = 5
  68.     [button]
  69.         id = {ID}
  70.         definition = "default"
  71.         label = {LABEL}
  72.     [/button]
  73. [/column]
  74. #enddef
  75.  
  76. #define GAMELISTBOX_BODY_IMAGE ID LABEL TOOLTIP
  77. [column]
  78.     border = "all"
  79.     border_size = 1
  80.     [image]
  81.         id = {ID}
  82.         definition = "default"
  83.         label = {LABEL}
  84.         tooltip = {TOOLTIP}
  85.     [/image]
  86. [/column]
  87. #enddef
  88.  
  89. #define GAMELISTBOX_LABEL LABEL
  90. [column]
  91.     [label]
  92.         definition = "default"
  93.         label = {LABEL}
  94.     [/label]
  95. [/column]
  96. #enddef
  97.  
  98. #define GAMELISTBOX
  99. [listbox]
  100.     id = "game_list"
  101.     definition = "default"
  102.  
  103.     vertical_scrollbar_mode = "always"
  104.     [header]
  105.         [row]
  106.             [column]
  107.                 [grid]
  108.                     [row]
  109.                         {GAMELISTBOX_HEADER_LABEL "map" _"Games"}
  110.                     [/row]
  111.                 [/grid]
  112.             [/column]
  113.         [/row]
  114.     [/header]
  115.     [list_definition]
  116.         [row]
  117.             [column]
  118.                 horizontal_grow = "true"
  119.                 [toggle_panel]
  120.                     id = "panel"
  121.                     definition = "default"
  122.                     {HORIZONTAL_BEGIN}
  123.                         {GUI_FORCE_WIDGET_MINIMUM_SIZE 60 60 (
  124.                             border = "all"
  125.                             border_size = 5
  126.                             [minimap]
  127.                                 id = "minimap"
  128.                                 definition = "no_size"
  129.                             [/minimap]
  130.                         )}
  131.                     {HORIZONTAL_SEP}
  132.                         horizontal_grow = "true"
  133.                         grow_factor = 1
  134.                         {VERTICAL_BEGIN}
  135.                             horizontal_grow = "true"
  136.                             grow_factor = 1
  137.                             border = "bottom"
  138.                             border_size = 5
  139.                             [grid]
  140.                                 [row]
  141.                                     [column]
  142.                                         border = "left,right"
  143.                                         border_size = 5
  144.                                         [label]
  145.                                             id = "name"
  146.                                             definition = "default"
  147.                                         [/label]
  148.                                     [/column]
  149.                                     [column]
  150.                                         horizontal_grow = "true"
  151.                                         grow_factor = 1
  152.                                         [label]
  153.                                         [/label]
  154.                                     [/column]
  155.                                     [column]
  156.                                         border = "left,right"
  157.                                         border_size = 5
  158.                                         [label]
  159.                                             id = "status"
  160.                                             definition = "default"
  161.                                         [/label]
  162.                                     [/column]
  163.                                 [/row]
  164.                             [/grid]
  165.                         {VERTICAL_SEP}
  166.                             horizontal_alignment = "left"
  167.                             border = "left,right"
  168.                             border_size = 4
  169.                             [grid]
  170.                                 [row]
  171.                                     horizontal_grow = "true"
  172.                                     grow_factor = 1
  173.                                     {GAMELISTBOX_BODY_LABEL "era" "Era"}
  174.                                     {GAMELISTBOX_BODY_LABEL "map_size_text" ""}
  175.                                     {GAMELISTBOX_BODY_LABEL "scenario" ""}
  176.                                     {GAMELISTBOX_BODY_IMAGE "observer_icon" "misc/eye.png" ""}
  177.                                     {GAMELISTBOX_BODY_IMAGE "needs_password" "misc/key.png" _"Requires a password to join"}
  178.                                     {GAMELISTBOX_BODY_IMAGE "use_map_settings" "misc/ums.png" _"Use map settings"}
  179.                                     {GAMELISTBOX_BODY_IMAGE "reloaded" "misc/reloaded.png" _"Reloaded game"}
  180.                                     {GAMELISTBOX_BODY_IMAGE "no_era" "misc/qmark.png" _"Unknown era"}
  181.                                     {GAMELISTBOX_BODY_IMAGE "vision_icon" "" ""}
  182.                                     {GAMELISTBOX_BODY_IMAGE "gold_icon" "themes/gold-t.png" _"Gold per village"}
  183.                                     {GAMELISTBOX_BODY_LABEL_TINY "gold_text" "265"}
  184.                                     {GAMELISTBOX_BODY_IMAGE "xp_icon" "themes/units-t.png" _"Experience modifier"}
  185.                                     {GAMELISTBOX_BODY_LABEL_TINY "xp_text" "70%"}
  186.                                     {GAMELISTBOX_BODY_IMAGE "time_limit_icon" "themes/sand-clock-t.png" _"Time limit"}
  187.                                     {GAMELISTBOX_BODY_LABEL_TINY "time_limit_text" ""}
  188.                                 [/row]
  189.                             [/grid]
  190.                         {VERTICAL_END}
  191. #                    {HORIZONTAL_SEP}
  192. #                        horizontal_alignment = "right"
  193. #                        [grid]
  194. #                            [row]
  195. #                                {GAMELISTBOX_BODY_BUTTON "join" "Join"}
  196. #                            [/row]
  197. #                            [row]
  198. #                                {GAMELISTBOX_BODY_BUTTON "observe" "Observe"}
  199. #                            [/row]
  200. #                        [/grid]
  201.                     {HORIZONTAL_END}
  202.                 [/toggle_panel]
  203.             [/column]
  204.         [/row]
  205.     [/list_definition]
  206. [/listbox]
  207. #enddef
  208.  
  209. #define ONE_PLAYERLISTBOX ID LABEL
  210. [row]
  211.     [column]
  212.         [grid]
  213.             [row]
  214.                 [column]
  215.                     horizontal_grow = "true"
  216.                     border = "left,right"
  217.                     border_size = 5
  218.                     [grid]
  219.                         [row]
  220.                             [column]
  221.                                 [toggle_button]
  222.                                     id = {ID}_show_toggle
  223.                                     definition = "icon_tiny"
  224.                                 [/toggle_button]
  225.                             [/column]
  226.                             [column]
  227.                                 [label]
  228.                                     id = {ID}_label
  229.                                     definition = "default_tiny"
  230.                                     label = {LABEL}
  231.                                 [/label]
  232.                             [/column]
  233.                             [column]
  234.                                 border="left"
  235.                                 border_size = 2
  236.                                 [label]
  237.                                     id = {ID}_count
  238.                                     definition = "default_tiny"
  239.                                     label = "0"
  240.                                 [/label]
  241.                             [/column]
  242.                         [/row]
  243.                     [/grid]
  244.                 [/column]
  245.             [/row]
  246.         [/grid]
  247.     [/column]
  248. [/row]
  249. [row]
  250.     [column]
  251.         horizontal_grow = "true"
  252.         [listbox]
  253.             id = {ID}
  254.             definition = "default"
  255.             horizontal_scrollbar_mode = "never"
  256.             vertical_scrollbar_mode = "never"
  257.             [list_definition]
  258.                 [row]
  259.                     [column]
  260.                         horizontal_grow = "true"
  261.                         [toggle_panel]
  262.                             id = "userpanel"
  263.                             definition = "default"
  264.                             [grid]
  265.                                 [row]
  266.                                     [column]
  267.                                         border = "all"
  268.                                         border_size = 1
  269.                                         [image]
  270.                                             id = "main_icon"
  271.                                             definition = "default"
  272.                                             label = ""
  273.                                         [/image]
  274.                                     [/column]
  275.                                     [column]
  276.                                         grow_factor = 1
  277.                                         horizontal_grow = "true"
  278.                                         border = "top,right,bottom"
  279.                                         border_size = 3
  280.                                         [label]
  281.                                             id = "player"
  282.                                             definition = "default"
  283.                                         [/label]
  284.                                     [/column]
  285.                                 [/row]
  286.                             [/grid]
  287.                         [/toggle_panel]
  288.                     [/column]
  289.                 [/row]
  290.             [/list_definition]
  291.         [/listbox]
  292.     [/column]
  293. [/row]
  294. #enddef
  295.  
  296. #define PLAYERLISTBOX
  297. [grid]
  298.     [row]
  299.         [column]
  300.             [grid]
  301.                 [row]
  302.                     [column]
  303.                         [label]
  304.                             definition = "default_small"
  305.                             label = _ "Sort players:"
  306.                         [/label]
  307.                     [/column]
  308.                     [column]
  309.                         [toggle_button]
  310.                             id = "player_list_sort_relation"
  311.                             definition = "icon_small"
  312.                             icon = "lobby/sort-friend-off.png"
  313.                             tooltip = _ "Friends first, ignored people last"
  314.                         [/toggle_button]
  315.                     [/column]
  316.                     [column]
  317.                         [toggle_button]
  318.                             id = "player_list_sort_name"
  319.                             definition = "icon_small"
  320.                             icon = "lobby/sort-az-off.png"
  321.                             tooltip = _ "Alphabetically"
  322.                         [/toggle_button]
  323.                     [/column]
  324.                 [/row]
  325.             [/grid]
  326.         [/column]
  327.     [/row]
  328.     [row]
  329.         [column]
  330.             horizontal_grow = "true"
  331.             vertical_grow = "true"
  332.             [scrollbar_panel]
  333.                 id = "old_player_list"
  334.                 horizontal_scrollbar_mode = "never"
  335.                 vertical_scrollbar_mode = "auto"
  336.                 [definition]
  337.                     {ONE_PLAYERLISTBOX "active_game" _"Selected game"}
  338.                     {ONE_PLAYERLISTBOX "active_room" _"Current room"}
  339.                     {ONE_PLAYERLISTBOX "other_rooms" _"Lobby"}
  340.                     {ONE_PLAYERLISTBOX "other_games" _"Other games"}
  341.                 [/definition]
  342.             [/scrollbar_panel]
  343.         [/column]
  344.     [/row]
  345.  
  346.     [row]
  347.         grow_factor = 1
  348.  
  349.         [column]
  350.             vertical_grow = "true"
  351.  
  352.             [tree_view]
  353.                 id = "player_tree"
  354.                 definition = "default"
  355.  
  356.                 horizontal_scrollbar_mode = "never"
  357.                 vertical_scrollbar_mode = "always"
  358.  
  359.                 indention_step_size = "0"
  360.  
  361.                 [node]
  362.                     id = "player_group"
  363.                     [node_definition]
  364.  
  365.                         [row]
  366.  
  367.                             [column]
  368.  
  369.                                 [toggle_button]
  370.                                     id = "tree_view_node_icon"
  371.                                     definition = "tree_view_node"
  372.                                 [/toggle_button]
  373.  
  374.                             [/column]
  375.  
  376.                             [column]
  377.                                 grow_factor = 1
  378.                                 horizontal_grow = "true"
  379.  
  380.                                 [label]
  381.                                     id = "tree_view_node_label"
  382.                                     definition = "default_tiny"
  383.                                     label = "group"
  384.                                 [/label]
  385.  
  386.                             [/column]
  387.  
  388.                         [/row]
  389.  
  390.                     [/node_definition]
  391.  
  392.                 [/node]
  393.  
  394.                 [node]
  395.                     id = "player"
  396.                     [node_definition]
  397.  
  398.                         vertical_grow = "true"
  399.                         return_value_id = "ok"
  400.                         [row]
  401.  
  402.                             [column]
  403.                                 horizontal_grow = "true"
  404.  
  405.                                 [toggle_panel]
  406.                                     id = "tree_view_node_label"
  407.                                     definition = "default"
  408.  
  409.                                     horizontal_grow = "true"
  410.                                     [grid]
  411.  
  412.                                         [row]
  413.  
  414.                                             [column]
  415.                                                 border = "all"
  416.                                                 border_size = 5
  417.                                                 vertical_alignment = "top"
  418.  
  419.                                                 [image]
  420.                                                     id = "icon"
  421.                                                     definition = "default"
  422.                                                 [/image]
  423.  
  424.                                             [/column]
  425.  
  426.                                             [column]
  427.                                                 grow_factor = 1
  428.                                                 horizontal_grow = "true"
  429.  
  430.                                                 border = "right"
  431.                                                 border_size = 8
  432.  
  433.                                                 [label]
  434.                                                     id = "name"
  435.                                                     definition = "default"
  436.                                                 [/label]
  437.  
  438.                                             [/column]
  439.  
  440.                                         [/row]
  441.  
  442.                                     [/grid]
  443.  
  444.                                 [/toggle_panel]
  445.  
  446.                             [/column]
  447.  
  448.                         [/row]
  449.  
  450.                     [/node_definition]
  451.  
  452.                 [/node]
  453.  
  454.             [/tree_view]
  455.  
  456.         [/column]
  457.  
  458.     [/row]
  459.  
  460. [/grid]
  461. #enddef
  462.  
  463. #define ROOMLISTBOX
  464. [listbox]
  465.     id = "room_list"
  466.     definition = "default"
  467.  
  468.     horizontal_scrollbar_mode = "never"
  469.     [header]
  470.         [row]
  471.             [column]
  472.                 grow_factor = 1
  473.                 horizontal_grow = "true"
  474.                 border = "all"
  475.                 border_size = 5
  476.                 [label]
  477.                     id = "room"
  478.                     definition = "default"
  479.                     label = _ "Rooms"
  480.                 [/label]
  481.             [/column]
  482.         [/row]
  483.     [/header]
  484.     [list_definition]
  485.         [row]
  486.             [column]
  487.                 horizontal_grow = "true"
  488.                 [toggle_panel]
  489.                     definition = "default"
  490.                     [grid]
  491.                         [row]
  492.                             [column]
  493.                                 [image]
  494.                                     definition = "default"
  495.                                     id = "pending_messages"
  496.                                     label = "lobby/sort-friend.png"
  497.                                     tooltip = _"Messages waiting"
  498.                                 [/image]
  499.                             [/column]
  500.                             [column]
  501.                                 grow_factor = 1
  502.                                 horizontal_grow = "true"
  503.                                 border = "all"
  504.                                 border_size = 5
  505.                                 [label]
  506.                                     id = "room"
  507.                                     definition = "default"
  508.                                 [/label]
  509.                             [/column]
  510.                         [/row]
  511.                     [/grid]
  512.                 [/toggle_panel]
  513.             [/column]
  514.         [/row]
  515.     [/list_definition]
  516. [/listbox]
  517. #enddef
  518.  
  519. #define CHATLOG
  520. [multi_page]
  521.     id = "chat_log_container"
  522.     definition = "default"
  523.     horizontal_scrollbar_mode = "never"
  524.     [page_definition]
  525.         [row]
  526.             [column]
  527.                 vertical_grow = "true"
  528.                 horizontal_grow = "true"
  529.                 [grid]
  530.                     [row]
  531.                         [column]
  532.                             horizontal_alignment = "center"
  533.                             vertical_alignment = "top"
  534.                             [label]
  535.                                 id = "log_header"
  536.                                 definition = "title"
  537.                                 label = "lobby"
  538.                             [/label]
  539.                         [/column]
  540.                     [/row]
  541.                     [row]
  542.                         grow_factor = 1
  543.                         [column]
  544.                             horizontal_grow = "true"
  545.                             vertical_grow = "true"
  546.                             [scroll_label]
  547.                                 id = "log_text"
  548.                                 definition = "default"
  549.  
  550.                                 vertical_scrollbar_mode = "auto"
  551.                                 horizontal_scrollbar_mode = "auto"
  552.                             [/scroll_label]
  553.                         [/column]
  554.                     [/row]
  555.                 [/grid]
  556.             [/column]
  557.         [/row]
  558.     [/page_definition]
  559. [/multi_page]
  560. #enddef
  561.  
  562. #define _GUI_TITLE
  563.     border = "all"
  564.     border_size = 5
  565.     [label]
  566.         definition = "title"
  567.         label = _ "Multiplayer Lobby"
  568.     [/label]
  569. #enddef
  570.  
  571. #define _GUI_FILTER_AREA
  572.     {HORIZONTAL_BEGIN}
  573.         [label]
  574.             definition = "default"
  575.             label = _ "Filter:"
  576.         [/label]
  577.     {HORIZONTAL_SEP}
  578.         [text_box]
  579.             definition = "default"
  580.             id = "filter_text"
  581.         [/text_box]
  582.     {HORIZONTAL_SEP}
  583.         [toggle_button]
  584.             definition = "default"
  585.             id = "filter_with_friends"
  586.             label = _ "Friends"
  587.         [/toggle_button]
  588.     {HORIZONTAL_SEP}
  589.         [toggle_button]
  590.             definition = "default"
  591.             id = "filter_without_ignored"
  592.             label = _ "No ignored"
  593.         [/toggle_button]
  594.     {HORIZONTAL_SEP}
  595.         [toggle_button]
  596.             definition = "default"
  597.             id = "filter_vacant_slots"
  598.             label = _ "Vacant slots"
  599.         [/toggle_button]
  600.     {HORIZONTAL_SEP}
  601.         [toggle_button]
  602.             definition = "default"
  603.             id = "filter_invert"
  604.             label = _ "Invert filter"
  605.         [/toggle_button]
  606.     {HORIZONTAL_END}
  607. #enddef
  608.  
  609. #define _GUI_CHAT_AREA
  610.     {HORIZONTAL_BEGIN}
  611.         vertical_alignment = "top"
  612.         {VERTICAL_BEGIN}
  613.             horizontal_grow = "true"
  614.             {ROOMLISTBOX}
  615.         {VERTICAL_SEP}
  616.             [button]
  617.                 id = "close_window"
  618.                 definition = "default"
  619.                 label = _ "Close"
  620.             [/button]
  621.         {VERTICAL_END}
  622.     {HORIZONTAL_SEP}
  623.         grow_factor = 1
  624.         horizontal_grow = "true"
  625.         vertical_grow = "true"
  626. [grid]
  627.     [row]
  628.         grow_factor = 1
  629.         [column]
  630.             horizontal_grow = "true"
  631.             vertical_grow = "true"
  632.             {CHATLOG}
  633.         {VERTICAL_SEP}
  634.             horizontal_grow = "true"
  635.             {HORIZONTAL_BEGIN}
  636.                 horizontal_grow = "true"
  637.                 grow_factor = 1
  638.                 [text_box]
  639.                     id = "chat_input"
  640.                     definition = "default"
  641.                     history = "mp_chat_input_history"
  642.                     label = ""
  643.                 [/text_box]
  644.             {HORIZONTAL_SEP}
  645.                 [button]
  646.                     id = "send_message"
  647.                     definition = "default"
  648.                     label = _ "Send"
  649.                 [/button]
  650.             {HORIZONTAL_END}
  651.         {VERTICAL_END}
  652.     {HORIZONTAL_END}
  653. #enddef
  654.  
  655. #define _GUI_CONTROL_AREA
  656. {HORIZONTAL_BEGIN}
  657.         [button]
  658.             id = "quit"
  659.             definition = "default"
  660.             label = _ "Quit"
  661.         [/button]
  662.     {VERTICAL_SEP}
  663.         [button]
  664.             id = "show_preferences"
  665.             definition = "default"
  666.             label = _ "Preferences"
  667.         [/button]
  668.     {VERTICAL_SEP}
  669.         [button]
  670.             id = "refresh"
  671.             definition = "default"
  672.             label = _ "Refresh"
  673.         [/button]
  674. #    {VERTICAL_SEP}
  675. #        [button]
  676. #            id = "show_help"
  677. #            definition = "default"
  678. #            label = _ "Help"
  679. #        [/button]
  680.     {VERTICAL_SEP}
  681.         border = "top"
  682.         border_size = 5
  683.         [button]
  684.             id = "create"
  685.             definition = "default"
  686.             label = _ "Create Game"
  687.         [/button]
  688.     {VERTICAL_SEP}
  689.         [button]
  690.             id = "join_global"
  691.             definition = "default"
  692.             label = _ "Join"
  693.         [/button]
  694.     {VERTICAL_SEP}
  695.         [button]
  696.             id = "observe_global"
  697.             definition = "default"
  698.             label = _ "Observe"
  699.         [/button]
  700.     {VERTICAL_SEP}
  701.         [toggle_button]
  702.             id = "skip_replay"
  703.             definition = "default"
  704.             label = _ "Quick replay"
  705.         [/toggle_button]
  706.     [/column]
  707. [/row]
  708. [row]
  709.     grow_factor = 1
  710.     [column]
  711.         border = "top"
  712.         border_size = 5
  713.         horizontal_grow = "true"
  714.         vertical_grow = "true"
  715.         {PLAYERLISTBOX}
  716. {HORIZONTAL_END}
  717. #enddef
  718.  
  719. [window]
  720.     id = "lobby_main"
  721.     description = "Lobby screen."
  722.     [resolution]
  723.         definition = "default"
  724.         automatic_placement = "false"
  725.         x = 0
  726.         y = 0
  727.         width = "(screen_width)"
  728.         height = "(screen_height)"
  729.         [grid]
  730.             [row]
  731.                 grow_factor = 0
  732.                 [column]
  733.                     grow_factor = 1
  734.                     horizontal_alignment = "left"
  735.                     {_GUI_TITLE}
  736.                 [/column]
  737.             [/row]
  738.             [row]
  739.                 grow_factor = 1
  740.                 [column]
  741.                     horizontal_grow = "true"
  742.                     vertical_grow = "true"
  743.                     [grid]
  744.                         [row]
  745.                             [column]
  746.                                 grow_factor = 1
  747.                                 vertical_grow = "true"
  748.                                 horizontal_grow = "true"
  749.                                 [grid]
  750.                                     [row]
  751.                                         grow_factor = 1
  752.                                         [column]
  753.                                             horizontal_grow = "true"
  754.                                             vertical_grow = "true"
  755.                                             {GUI_FORCE_WIDGET_MINIMUM_SIZE 0 "((screen_height * 30) / 100)"  (
  756.                                                 {GAMELISTBOX}
  757.                                             )}
  758.                                         [/column]
  759.                                     [/row]
  760.                                     [row]
  761.                                         [column]
  762.                                             vertical_grow = "true"
  763.                                             horizontal_grow = "true"
  764.                                             {_GUI_FILTER_AREA}
  765.                                         [/column]
  766.                                     [/row]
  767.                                     [row]
  768.                                         [column]
  769.                                             horizontal_grow = "true"
  770.                                             vertical_grow = "true"
  771.                                             {GUI_FORCE_WIDGET_MINIMUM_SIZE 0 "((screen_height * 30) / 100)"  (
  772.                                                 {_GUI_CHAT_AREA}
  773.                                             )}
  774.                                         [/column]
  775.                                     [/row]
  776.                                 [/grid]
  777.                             [/column]
  778.                             [column]
  779.                                 vertical_grow = "true"
  780.                                 {_GUI_CONTROL_AREA}
  781.                             [/column]
  782.                         [/row]
  783.                     [/grid]
  784.                 [/column]
  785.             [/row]
  786.         [/grid]
  787.     [/resolution]
  788. [/window]
  789.  
  790. #undef _GUI_CONTROL_AREA
  791. #undef _GUI_CHAT_AREA
  792. #undef _GUI_FILTER_AREA
  793. #undef _GUI_TITLE
  794. #undef GAMELISTBOX
  795. #undef PLAYERLISTBOX
  796. #undef ROOMLISTBOX
  797.