<mythuitheme>

    <window name="welcome_screen">
        <textarea name="title" from="base_heading">
            <value>Welcome to LinHES!</value>
        </textarea>

        <!--not used by mythinstall-->
        <textarea name="time_text" from="basetextarea"/>

        <!--version info-->
        <shape name="version_box" from="base_backdrop">
            <area>200,30,880,80</area>
        </shape>
        <shape name="version_box_backdrop_line" from="base_backdrop_line">
            <area>200,30,880,80</area>
        </shape>
        <shape name="version_box_backdrop_top_line" from="base_highlight_line">
            <area>202,31,878,2</area>
        </shape>
        <shape name="version_box_backdrop_bottom_line" from="base_highlight_line">
            <area>202,107,878,2</area>
        </shape>
        <shape name="version_box_backdrop_left_line" from="base_highlight_vertical_line">
            <area>202,33,2,80</area>
        </shape>
        <shape name="version_box_backdrop_right_line" from="base_highlight_vertical_line">
            <area>1077,33,2,80</area>
        </shape>
        <textarea name="date_text" from="basetextarea">
            <multiline>yes</multiline>
            <font>baselarge</font>
            <area>210,30,860,80</area>
            <value></value>
            <align>allcenter</align>
        </textarea>

        <!--not used by mythinstall-->
        <textarea name="status_text" from="basetextarea">
            <multiline>yes</multiline>
            <font>basemedium</font>
            <area>20,140,1240,60</area>
            <value></value>
        </textarea>

        <!--not used by mythinstall-->
        <textarea name="recording_label" from="basetextarea">
            <font>baselarge</font>
            <area>20,140,1240,30</area>
            <value></value>
        </textarea>

        <shape name="recording_text_box" from="base_backdrop">
            <area>200,120,880,160</area>
        </shape>
        <shape name="recording_text_box_backdrop_line" from="base_backdrop_line">
            <area>200,120,880,160</area>
        </shape>
        <shape name="recording_text_box_backdrop_top_line" from="base_highlight_line">
            <area>202,121,878,2</area>
        </shape>
        <shape name="recording_text_box_backdrop_bottom_line" from="base_highlight_line">
            <area>202,277,878,2</area>
        </shape>
        <shape name="recording_text_box_backdrop_left_line" from="base_highlight_vertical_line">
            <area>202,123,2,160</area>
        </shape>
        <shape name="recording_text_box_backdrop_right_line" from="base_highlight_vertical_line">
            <area>1077,123,2,160</area>
        </shape>

        <!--mythinstall uses recording_text for percentage done-->
        <textarea name="recording_text" from="basetextarea">
            <multiline>yes</multiline>
            <font>basemedium</font>
            <area>210,130,860,30</area>
            <value>Press MENU for Options</value>
            <align>center</align>
        </textarea>

        <!--not used by mythinstall-->
        <textarea name="scheduled_label" from="basetextarea">
            <font>baselarge</font>
            <area>20,320,1240,30</area>
            <value></value>
        </textarea>

        <!--mythinstall uses scheduled_text for status-->
        <textarea name="scheduled_text">
            <font>basemedium</font>
            <area>210,185,860,30</area>
            <value></value>
            <align>center</align>
        </textarea>

        <!--mythinstall uses mythvantage_text for logs-->
        <textarea name="mythvantage_text" from="basetextarea">
            <multiline>yes</multiline>
            <font>basesmall</font>
            <area>210,220,860,60</area>
            <align>center</align>
            <cutdown>yes</cutdown>
            <value></value>
        </textarea>

        <imagetype name="LHLogo">
            <area>365,480,550,179</area>
            <preserveaspect>true</preserveaspect>
            <filename>images/LHLogoAndText.png</filename>
        </imagetype>

        <imagetype name="logo">
            <area>107,495,150,150</area>
            <preserveaspect>true</preserveaspect>
            <filepattern low="1" high="6">/usr/MythVantage/logos/logo-%1.png</filepattern>
            <delay>5000</delay>
        </imagetype>

        <imagetype name="logo2" from="logo">
            <area>1022,495,150,150</area>
        </imagetype>

    </window>

    <window name="questionnotice_screen">

        <textarea name="title" from="base_heading">
            <value></value>
        </textarea>

        <shape name="questionnotice-backdrop" from="base_backdrop">
            <area>115,36,1050,649</area>
        </shape>

        <shape name="questionnotice-backdrop-line" from="base_backdrop_line">
            <area>116,37,1048,647</area>
        </shape>

        <shape name="questionnotice-top-line" from="base_highlight_line">
            <area>117,38,1046,2</area>
        </shape>

        <shape name="questionnotice-bottom-line" from="base_highlight_line">
            <area>117,681,1046,2</area>
        </shape>

        <shape name="questionnotice-left-line" from="base_highlight_vertical_line">
            <area>117,40,2,641</area>
        </shape>

        <shape name="questionnotice-right-line" from="base_highlight_vertical_line">
            <area>1161,40,2,641</area>
        </shape>

        <shape name="questionnotice-bottom-seperator-line" from="base_line">
            <area>138,620,1004,2</area>
        </shape>

        <textarea name="notice_text" from="basetextarea">
            <multiline>yes</multiline>
            <area>138,58,1004,562</area>
            <font>baselarge</font>
            <value></value>
            <align>top,hcenter</align>
        </textarea>

        <textarea name="question_text" from="notice_text">
            <align>allcenter</align>
        </textarea>

        <button name="yes_button" from="base_button">
            <area>233,632,350,40</area>
            <value></value>
        </button>

        <button name="no_button" from="base_button">
            <area>697,632,350,40</area>
            <value></value>
        </button>

        <button name="ok_button" from="base_button">
            <area>465,632,350,40</area>
            <value>OK</value>
        </button>

    </window>

</mythuitheme>