<Dialog width = "1024" height = "768">

    <Picture name = "tittlebackground" style = "TittleBackground"/>

    <Picture name = "lightBackground" style = "LightBackground"/>

    <Picture name = "PCMLogo" style = "BackgroundLogo"/>    

    <Picture name = "ModuleIcon" style = "ModuleIcon">
        <imageFileName> PATH(r'Mainmenu/Root_picture.PNG') </imageFileName>
    </Picture>

    <Text name = "ModuleText" style = "ModuleText">
        <text> LANG('Photo') </text>
    </Text>

    <text name = "StatusText" style = "StatusText">
        <text> 'Recorder Settings' </text>
    </text>

    <text name = "ItemText" style = "ItemText"/>

    <text name = "InfoText" style = "InfoText">
        <color> 255, 255, 255, 255 </color>
    </text>

    <ButtonList name = "buttonList" style = "ButtonList">
        <Item name = "biApply">
            <caption> LANG("Select") </caption>
            <bind event = "Click"> onApply </bind>
        </Item>
        <Item name = "biCancel">
            <caption> LANG("Cancel") </caption>
            <bind event = "Click"> onCancel </bind>
        </Item>
    </ButtonList>

    <FileBrowser name = "filebrowser" style = "ThumbBrowser">
        <filter> [] </filter>
        <bind event = "Cell Focus Change"> onFolderBrowserCellSelect </bind>
        <bind event = "Exceed path scope"> onFolderBrowserTop </bind>
    </FileBrowser>

    <Spin name = "spin" style = "BrowserSpin"/>

    <EntryBrowser name = "entrybrowser" style = "FileBrowser">
        <cellSize> 600, 100 </cellSize>
        <cellRegion> 30, 3 </cellRegion>      
        <bind event = "Cell Focus Change"> onEntryBrowserCellFocusChange </bind>
        <bind event = "Entry Select"> onEntryBrowserEntrySelect </bind>
    </EntryBrowser>

    <dirmap from = "buttonList" right = "filebrowser"/>
    <dirmap from = "filebrowser" left = "buttonList"/>

</Dialog>
