<Dialog width = "1024" height = "768" template = "Movie/__init__.xml">

    <text name = "StatusText" style = "StatusText">
    	<text>LANG('Chapter Viewer')</text>
    </text>

    <ButtonList name = "buttonList" style = "ButtonList">
        <entry_point> "movie\chapterview" </entry_point>

        <Item name = "biBack">
            <caption> LANG("Return") </caption>
            <bind event = "Click"> onBack </bind>
            <enabled> True </enabled>
        </Item>
    </ButtonList>
    
    <MovieFanView name = "FanBrowser">
        <rect> -220, 220, 1920, 1200</rect>
        <fanPos> 728, 2580 </fanPos>
        <nShowItems> 11 </nShowItems>
        <radius> 2424 </radius>
        <showAngle> 25.0/360 </showAngle>
        <animDuration> 0.5 </animDuration>
        <cellSize> 120, 76 </cellSize>
        <focusScaleRatio> 1.5 </focusScaleRatio>
        <leftShadowOffset> 10, 4 </leftShadowOffset>
        <rightShadowOffset> 10, 4 </rightShadowOffset>
        <focusShadowOffset> 10, 10 </focusShadowOffset>
        <leftShadow> '*Media/Chapterview/Shadow_left.png' </leftShadow>
        <rightShadow> '*Media/Chapterview/Shadow_right.png' </rightShadow>
        <focusShadow> '*Media/Chapterview/chapter-HL.png' </focusShadow>
        <focusShadow2> '*Media/Chapterview/chapter-HL2.png' </focusShadow2>
        <defaultImage> '*Media/Chapterview/NoChapter_bg.PNG' </defaultImage>
        <!--<reflectMask> r'*Media/Chapterview/Reflect_mask.png' </reflectMask>-->
        <dock_side> 'HORZ', </dock_side>
        <showCenterPart> True </showCenterPart>
    </MovieFanView> 

    <Text name = "textChapterIndex" style = "MovieText.Normal">
        <rect> 300, 520, 400, 30 </rect>
        <align> 'C' </align>
        <dock_side> 'HORZ', </dock_side>   
    </Text>
    <AutoResizeText name = "textChapterName" style = "MovieText.Normal">
        <rect> 300, 550, 400, 30 </rect>
        <sizeDefault> 400, 30 </sizeDefault>
        <align> 'C' </align>
        <multiline> True </multiline>
        <autoHeight> True </autoHeight>
        <dock_side> 'HORZ', </dock_side>
    </AutoResizeText>

    <AnimPanel name = "animLighting">
        <rect> 450, 0, 560, 436 </rect>
        <dock_side> 'LEFT', 'RIGHT', 'TOP', 'DOWN' </dock_side>
    </AnimPanel>

    <dirmap from = "buttonList" down = "FanBrowser"/>
    <dirmap from = "FanBrowser" up = "buttonList"/>
    
</Dialog>
