<window type="dialog">
    <defaultcontrol>2000</defaultcontrol>
    <coordinates>
        <left>0</left>
        <top>0</top>
    </coordinates>
    <controls>
        <!-- Background Texture -->
        <control type="image">
            <texture>$INFO[Window().Property(texture.white)]</texture>
            <colordiffuse>FF000000</colordiffuse>
        </control>
        <!-- Background -->
        <control type="image">
            <top>0</top>
            <left>0</left>
            <width>1920</width>
            <height>1080</height>
            <texture background="true">$INFO[Window().Property(item.art.fanart)]</texture>
        </control>

        <control type="image">
            <top>0</top>
            <left>0</left>
            <width>1920</width>
            <height>1080</height>
            <texture background="true">$INFO[Window().Property(texture.white)]</texture>
            <colordiffuse>CC000000</colordiffuse>
        </control>

        <!-- Side Info -->
        <control type="group">
            <top>60</top>
            <left>100</left>
            <control type="image">
                <width>400</width>
                <height>600</height>
                <top>130</top>
                <texture>$INFO[Window().Property(item.art.poster)]</texture>
            </control>

            <control type="group">
                <top>725</top>
                <control type="textbox">
                    <width>400</width>
                    <height>100</height>
                    <font>font12</font>
                    <textcolor>AAFFFFFF</textcolor>
                    <align>left</align>
                    <aligny>center</aligny>
                    <label>[COLOR $INFO[Window().Property(settings.color)]]$INFO[Window().Property(item.info.title)] [/COLOR]</label>
                </control>
            </control>
        </control>

        <!-- Package List -->
        <control type="group">
            <top>100</top>
            <left>600</left>
            <!-- Texture -->
            <control type="label">
                <height>100</height>
                <width>780</width>
                <label>[B]Anime List[/B]</label>
            </control>

            <control type="image">
                <top>60</top>
                <visible>true</visible>
                <width>500</width>
                <height>840</height>
                <border>5</border>
                <texture>$INFO[Window().Property(texture.white)]</texture>
                <colordiffuse>DD2e2d32</colordiffuse>
            </control>

            <!-- List -->
            <control type="list" id="2000">
                <top>60</top>
                <width>500</width>
                <height>840</height>
                <onright>2001</onright>
                <onleft>4000</onleft>
                <itemlayout height="75">
                    <control type="label">
                        <width>640</width>
                        <height>100%</height>
                        <aligny>center</aligny>
                        <left>10</left>
                        <label>$INFO[ListItem.Label]</label>
                    </control>
                    <control type="label">
                        <font>font10</font>
                        <height>10</height>
                        <top>30</top>
                        <width>95%</width>
                        <aligny>top</aligny>
                        <align>right</align>
                        <label>$INFO[ListItem.Property(username)]</label>
                    </control>
                    <control type="image">
                        <width>660</width>
                        <height>1</height>
                        <top>74</top>
                        <texture>$INFO[Window().Property(texture.white)]</texture>
                        <colordiffuse>EEd3d3d3</colordiffuse>
                    </control>
                </itemlayout>
                <focusedlayout height="75">
                    <control type="image">
                        <width>100%</width>
                        <height>100%</height>
                        <!--<visible>Control.HasFocus(2000)</visible>-->
                        <texture>$INFO[Window().Property(texture.white)]</texture>
                        <colordiffuse>44d3d3d3</colordiffuse>
                    </control>
                    <control type="label">
                        <width>640</width>
                        <left>10</left>
                        <height>100%</height>
                        <aligny>center</aligny>
                        <label>$INFO[ListItem.Label]</label>
                    </control>
                    <control type="label">
                        <font>font10</font>
                        <height>10</height>
                        <top>30</top>
                        <width>95%</width>
                        <aligny>top</aligny>
                        <align>right</align>
                        <label>$INFO[ListItem.Property(username)]</label>
                    </control>
                    <control type="image">
                        <width>660</width>
                        <height>1</height>
                        <top>74</top>
                        <texture>$INFO[Window().Property(texture.white)]</texture>
                        <colordiffuse>EEd3d3d3</colordiffuse>
                    </control>
                </focusedlayout>
            </control>
        </control>

        <!-- Provider List -->
        <control type="group">
            <left>1150</left>
            <top>100</top>

            <control type="label">
                <height>100</height>
                <width>780</width>
                <label>[B]List Editor[/B]</label>
            </control>

            <!-- Texture -->
            <control type="image">
                <top>60</top>
                <visible>true</visible>
                <width>700</width>
                <height>840</height>
                <border>5</border>
                <texture>$INFO[Window().Property(texture.white)]</texture>
                <colordiffuse>DD2e2d32</colordiffuse>
            </control>

            <!-- List -->
            <control type="list" id="2001">
                <top>60</top>
                <width>700</width>
                <height>840</height>
                <onleft>2000</onleft>
                <itemlayout height="120">
                    <control type="label">
                        <width>100%</width>
                        <height>100%</height>
                        <left>10</left>
                        <aligny>top</aligny>
                        <top>10</top>
                        <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
                    </control>
                    <control type="group">
                        <top>50</top>
                        <control type="label">
                            <left>30</left>
                            <height>100%</height>
                            <aligny>center</aligny>
                            <label>[COLOR $INFO[Window.Property(settings.color)]][CAPITALIZE]$INFO[ListItem.Property(status)][/CAPITALIZE][/COLOR]</label>
                            <visible>String.IsEqual(ListItem.Label,status)</visible>
                        </control>
                        <control type="label">
                            <left>30</left>
                            <height>100%</height>
                            <aligny>center</aligny>
                            <label>[COLOR $INFO[Window.Property(settings.color)]][CAPITALIZE]$INFO[ListItem.Property(eps_watched)][/CAPITALIZE][/COLOR]</label>
                            <visible>String.IsEqual(ListItem.Label,eps_watched)</visible>
                        </control>
                        <control type="label">
                            <left>30</left>
                            <height>100%</height>
                            <aligny>center</aligny>
                            <label>[COLOR $INFO[Window.Property(settings.color)]][CAPITALIZE]$INFO[ListItem.Property(score)][/CAPITALIZE][/COLOR]</label>
                            <visible>String.IsEqual(ListItem.Label,score)</visible>
                        </control>
                        <control type="image">
                            <width>100%</width>
                            <height>1</height>
                            <top>69</top>
                            <texture>$INFO[Window().Property(texture.white)]</texture>
                            <colordiffuse>EEd3d3d3</colordiffuse>
                        </control>
                    </control>
                </itemlayout>
                <focusedlayout height="120">
                    <control type="image">
                        <width>100%</width>
                        <height>100%</height>
                        <texture>$INFO[Window().Property(texture.white)]</texture>
                        <visible>Control.HasFocus(2001)</visible>
                        <colordiffuse>44d3d3d3</colordiffuse>
                    </control>
                    <control type="label">
                        <top>10</top>
                        <width>580</width>
                        <left>10</left>
                        <aligny>top</aligny>
                        <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]:</label>
                    </control>
                    <control type="group">
                        <top>50</top>
                        <control type="label">
                            <left>30</left>
                            <height>100%</height>
                            <aligny>center</aligny>
                            <label>[COLOR $INFO[Window.Property(settings.color)]][CAPITALIZE]$INFO[ListItem.Property(status)][/CAPITALIZE][/COLOR]</label>
                            <visible>String.IsEqual(ListItem.Label,status)</visible>
                        </control>
                        <control type="label">
                            <left>30</left>
                            <height>100%</height>
                            <aligny>center</aligny>
                            <label>[COLOR $INFO[Window.Property(settings.color)]][CAPITALIZE]$INFO[ListItem.Property(eps_watched)][/CAPITALIZE][/COLOR]</label>
                            <visible>String.IsEqual(ListItem.Label,eps_watched)</visible>
                        </control>
                        <control type="label">
                            <left>30</left>
                            <height>100%</height>
                            <aligny>center</aligny>
                            <label>[COLOR $INFO[Window.Property(settings.color)]][CAPITALIZE]$INFO[ListItem.Property(score)][/CAPITALIZE][/COLOR]</label>
                            <visible>String.IsEqual(ListItem.Label,score)</visible>
                        </control>
                        <control type="image">
                            <width>100%</width>
                            <height>1</height>
                            <top>69</top>
                            <texture>$INFO[Window().Property(texture.white)]</texture>
                            <colordiffuse>EEd3d3d3</colordiffuse>
                        </control>
                    </control>
                </focusedlayout>
            </control>
        </control>

    </controls>
</window>
