<Dialog>        
        <text name = "toutput" style="FuncButtonText">
            <rect> 0, 0, 480, 30 </rect>
            <text> LANG('Audio output') </text>
            <dock_side> 'LEFT', 'RIGHT'</dock_side>
        </text>

        <SettingButton name = "boutput">
            <rect> 0, 30-6, 580, 60 </rect>
            <caption> '' </caption>
            <dock_side> 'LEFT', 'RIGHT'</dock_side>
        </SettingButton>

        <text name = "tprofile" style="FuncButtonText">
            <rect> 0, 88, 480, 30 </rect>
            <text> LANG('Audio profile') </text>
            <dock_side> 'LEFT', 'RIGHT'</dock_side>
        </text>

        <SettingButton name = "bprofile">
            <rect> 0, 118-6, 580, 60 </rect>
            <caption> '' </caption>
            <dock_side> 'LEFT', 'RIGHT'</dock_side>
        </SettingButton>

        <text name = "texpand" style="FuncButtonText">
            <rect> 0, 176, 480, 30 </rect>
            <text> LANG('Audio channel expander') </text>
            <dock_side> 'LEFT', 'RIGHT'</dock_side>
        </text>

        <SettingButton name = "bexpand">
            <rect> 0, 206-6, 580, 60 </rect>
            <caption> '' </caption>
            <dock_side> 'LEFT', 'RIGHT'</dock_side>
        </SettingButton>

        <text name = "tdynaRange" style="FuncButtonText">
            <rect> 0, 264, 480, 30 </rect>
            <text> LANG('Dynamic range compression') </text>
            <dock_side> 'LEFT', 'RIGHT'</dock_side>
        </text>

        <SettingButton name = "bdynaRange">
            <rect> 0, 294-6, 580, 60 </rect>
            <caption> '' </caption>
            <dock_side> 'LEFT', 'RIGHT'</dock_side>
        </SettingButton>

    <dirmap from = "boutput" up = "bdynaRange"/>
    <dirmap from = "boutput" down = "bprofile"/>

    <dirmap from = "bprofile" up = "boutput"/>
    <dirmap from = "bprofile" down = "bexpand"/>

    <dirmap from = "bexpand" up = "bprofile"/>
    <dirmap from = "bexpand" down = "bdynaRange"/>

    <dirmap from = "bdynaRange" up = "bexpand"/>
    <dirmap from = "bdynaRange" down = "boutput"/>

</Dialog>
