﻿<?xml version="1.0" encoding="utf-8"?>
<Page eq2opensound="ui_window_main_open" eq2usescomwndcontrols="true" Location="735,289" MinimumSize="120,135" Name="VoiceChat" ScrollExtent="150,222" Size="150,222" UserMovable="true" UserResizable="true">
    <Namespace Name="voicestates">
        <ImageStyle Filter="true" Name="none">
            <ImageFrame Name="image" Source="images/window_elements_specific.dds" SourceRect="321,406,334,419" />
        </ImageStyle>
        <ImageStyle Filter="true" Name="speaking">
            <ImageFrame Name="image" Source="images/window_elements_specific.dds" SourceRect="321,341,334,354" />
        </ImageStyle>
        <ImageStyle Filter="true" Name="muted">
            <ImageFrame Name="image" Source="images/window_elements_specific.dds" SourceRect="321,328,334,341" />
        </ImageStyle>
        <ImageStyle Filter="true" Name="modmuted">
            <ImageFrame Name="image" Source="images/window_elements_specific.dds" SourceRect="321,393,334,406" />
        </ImageStyle>
    </Namespace>
    <Composite Location="10,55" Name="Speakers" Orientation="Horizontal" PackSize="a,a" ScrollExtent="130,156" Size="130,156" SpacingType="Fill">
        <Listbox DataSource="/GameData.VoiceChat.Participants" Margin="1,1,0,0" Name="Players" PackSize="absolute,absolute" RowTemplate="voicetemplate" ScrollExtent="691,156" SelectedItemIndex="1" Size="130,156" Style="/listboxlist.clear_listbox_no_selection" />
        <Scrollbar ArrowPressSound="sounds/button" Control="Players" HideIfUnnecessary="true" Location="108,0" MaximumSize="22,16384" MinimumSize="22,60" Name="Scroll" PackLocation="right,top" PackSize="fixed,absolute" ScrollExtent="22,156" Size="22,156" Style="/CommonElements.ScrollbarVertical.data.style" Visible="false" />
    </Composite>
    <Template Name="voicetemplate" Size="691,17">eq2ui_voice_template.xml</Template>
    <Page AbsorbsInput="false" Name="WindowFrame" PackSize="absolute,absolute" ScrollExtent="150,222" Size="150,222">
        <Button Location="110,3" Name="Settings" PackLocation="right,top" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.MiniWindowFrame.data.settings.style" Tooltip="Window Settings" UserMovable="true" />
        <Button Location="127,3" Name="Close" PackLocation="right,top" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.MiniWindowFrame.data.close.style" Tooltip="Close" UserMovable="true" />
        <Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="108,0" Name="RightGrouper" PackLocation="right,top" RStyleDefault="/WindowElements.MiniWindowFrame.data.right_grouper.rect" ScrollExtent="40,21" Size="40,21" />
        <Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="3,0" Name="LeftGrouper" PackSize="a,f" RStyleDefault="/WindowElements.MiniWindowFrame.data.left_grouper.rect" ScrollExtent="106,21" Size="106,21">
            <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="15,2" MaxLines="1" Name="Title" PackSize="absolute,fixed" ScrollExtent="84,20" ShadowStyle="/ShadowStylesNew.Outline.style" Size="84,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#F0D080">Voice Users</Text>
        </Page>
        <Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="0,21" Name="Frame" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/WindowElements.MiniWindowFrame.data.frame.rect" ScrollExtent="150,201" Size="150,201">
            <Dropdownbox Location="8,8" Name="ChannelDropdown" OnSelect="vivox_join_session SelectedItem.Session" PackLocation="left,top" PackSize="a,f" RowTemplate="/Templates.dropdowntemplate" ScrollExtent="134,19" Size="134,19" Style="/dropdownlist.dropdown_default" />
            <Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="8,31" Name="ListFrame" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/FrameStyles.single_pixel" ScrollExtent="134,160" Size="134,160" />
            <Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="8,31" Name="ListBackground" PackLocation="left,top" PackSize="absolute,absolute" ScrollExtent="134,160" Size="134,160" />
        </Page>
        <Page AbsorbsInput="false" Location="0,22" Name="Bkg" PackSize="a,a" ScrollExtent="150,201" Size="150,201">
            <Namespace Name="data">
                <Namespace Name="unchecked_disabled">
                    <ImageStyle Name="center">
                        <ImageFrame Name="image" Source="images/window_elements_specific.dds" SourceRect="295,148,314,167" />
                    </ImageStyle>
                    <RectangleStyle Center="center" Name="rect" />
                </Namespace>
                <CheckboxStyle DisabledTextShadowStyle="/ShadowStylesNew.Drop.style" DisabledTextStyle="/TextStyles.Normal.NormalStyle" Name="style" NormalTextShadowStyle="/ShadowStylesNew.Drop.style" NormalTextStyle="/TextStyles.Normal.NormalStyle" RStyleActivated="checked.rect" RStyleDefault="unchecked.rect" RStyleDisabled="unchecked_disabled.rect" RStyleDisabledActivated="checked_disabled.rect" RStyleMouseOver=" " TextOffset="24,3" />
                <Namespace Name="checked">
                    <ImageStyle Name="center">
                        <ImageFrame Name="image" Source="images/window_elements_specific.dds" SourceRect="295,169,314,188" />
                    </ImageStyle>
                    <RectangleStyle Center="center" Name="rect" />
                </Namespace>
                <Namespace Name="checked_disabled">
                    <ImageStyle Name="center">
                        <ImageFrame Name="image" Source="images/window_elements_specific.dds" SourceRect="295,169,314,188" />
                    </ImageStyle>
                    <RectangleStyle Center="center" Name="rect" />
                </Namespace>
                <Namespace Name="unchecked">
                    <ImageStyle Name="center">
                        <ImageFrame Name="image" Source="images/window_elements_specific.dds" SourceRect="295,148,314,167" />
                    </ImageStyle>
                    <RectangleStyle Center="center" Name="rect" />
                </Namespace>
            </Namespace>
            <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="PageBackground" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/WindowElements.MiniWindowFrame.data.bkg.rect" ScrollExtent="150,201" Size="150,201" />
        </Page>
    </Page>
</Page>
