<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
 follows="all"
 height="635"
 label="Group Info"
 layout="topleft"
 min_height="460"
 left="0"
 top="20"
 name="GroupInfo"
 width="323">
    <panel.string
     name="default_needs_apply_text">
        There are unsaved changes to the current tab
    </panel.string>
    <panel.string
     name="want_apply_text">
        Do you want to save these changes?
    </panel.string>
    <panel.string
     name="group_join_btn">
        Join (L$[AMOUNT])
    </panel.string>
    <panel.string
     name="group_join_free">
        Free
    </panel.string>
    <button
     follows="top|right"
     height="23"
     image_overlay="BackArrow_Off"
     layout="topleft"
     name="back"
     left="10"
     tab_stop="false"
     top="2"
     width="23" />
    <text
     follows="top|left|right"
     font="SansSerifHugeBold"
     height="26"
     layout="topleft"
     left_pad="10"
     name="group_name"
     text_color="white"
     top="0"
     value="(Loading...)"
     use_ellipses="true"
     width="300" />
    <line_editor
     follows="left|top"
     font="SansSerif"
     label="Type your new group name here"
     layout="topleft"
     left_delta="10"
     max_length="35"
     name="group_name_editor"
     top_delta="5"
     width="250"
     height="20"
     visible="false" />
    <texture_picker
     follows="left|top"
     height="113"
     label=""
     layout="topleft"
     left="20"
     name="insignia"
     tool_tip="Click to choose a picture"
     top_pad="5"
     width="100" />
    <text
     type="string"
     follows="left|top"
     height="16"
     length="1"
     layout="topleft"
     left_pad="10"
     name="prepend_founded_by"
     top_delta="0"
     width="140">
      Founder:
    </text>
    <name_box
     follows="left|top"
     height="16"
     initial_value="(retrieving)"
     layout="topleft"
     left_delta="0"
     name="founder_name"
     top_pad="2"
     use_ellipses="true"
     width="140" />
    <text
    font="SansSerifBig"
    text_color="EmphasisColor"
     type="string"
     follows="left|top"
     height="16"
     layout="topleft"
     left_delta="0"
     name="join_cost_text"
     top_pad="10"
     visible="true"
     width="140">
      Free
    </text>
    <button
     follows="left|top"
     left_delta="0"
     top_pad="6"
     height="23"
     label="JOIN NOW!"
     name="btn_join"
     visible="true"
     width="120" />
   <accordion
           single_expansion="true"
             follows="all"
             height="478"
             layout="topleft"
             left="0"
             name="groups_accordion"
             top_pad="10"
             width="323">
             <accordion_tab
            expanded="false"
            layout="topleft"
            name="group_general_tab"
            title="General">
            <panel
             border="false"
             class="panel_group_general"
             filename="panel_group_general.xml"
             layout="topleft"
             left="0"
             help_topic="group_general_tab"
             name="group_general_tab_panel"
             top="0" />
         </accordion_tab>
         <accordion_tab
            expanded="true"
            layout="topleft"
            name="group_roles_tab"
            title="Roles">
            <panel
            border="false"
            class="panel_group_roles"
             filename="panel_group_roles.xml"
             layout="topleft"
             left="0"
             help_topic="group_roles_tab"
             name="group_roles_tab_panel"
             top="0" />
         </accordion_tab>
         <accordion_tab
                 expanded="false"
                 layout="topleft"
                 name="group_notices_tab"
                 title="Notices">
        <panel
        border="false"
         class="panel_group_notices"
         filename="panel_group_notices.xml"
         layout="topleft"
         left="0"
         help_topic="group_notices_tab"
         name="group_notices_tab_panel"
         top="0" />
         </accordion_tab>
        <accordion_tab
                 expanded="false"
                 layout="topleft"
                 name="group_land_tab"
                 title="Land/Assets">
        <panel
        border="false"
         class="panel_group_land_money"
         filename="panel_group_land_money.xml"
         layout="topleft"
         left="0"
         help_topic="group_land_money_tab"
         name="group_land_tab_panel"
         top="0" />
         </accordion_tab>
         </accordion>
   <panel
   name="button_row"
   height="23"
   follows="bottom|left"
   top_pad="-1"
   width="323">
   <button
     follows="top|left"
     height="22"
     image_overlay="Refresh_Off"
     layout="topleft"
     left="10"
     name="btn_refresh"
     width="23" />
    <button
     height="22"
     label="Create"
     label_selected="New group"
     name="btn_create"
     left_pad="10"
     visible="false"
     width="100" />
   <!-- <button
     left_pad="10"
     height="20"
     label="Cancel"
     label_selected="Cancel"
     name="btn_cancel"
     visible="false"
     width="65" />-->
     <button
     height="22"
     label="Save"
     label_selected="Save"
     name="btn_apply"
     left_pad="10"
     right="-10"
     width="100" />
     </panel>
</panel>