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

    <ButtonList name = "buttonList" style = "ButtonList">    
        <Item name = "biResumePage">
            <caption> 'ResumePage' </caption>            
            <bind event = "Click"> onbiResumePage </bind>
        </Item>       
        <Item name = "biMovieCollection">
            <caption> 'MovieCollection' </caption>            
            <bind event = "Click"> onbiMovieCollection </bind>
        </Item>  
        <Item name = "biChapterView">
            <caption> 'Chapter Viewer' </caption>            
            <bind event = "Click"> onbiChapterView </bind>
        </Item>       
        <Item name = "biCollectionChapterView">
            <caption> 'Collection Chapter Viewer' </caption>            
            <bind event = "Click"> onbiCollectionChapterView </bind>
        </Item>       
   </ButtonList>

</Dialog>