<Toolbar width = "1024" height = "48">

    <Picture name = "BackgroundStart">
        <imageFileName> PATH(r'Toolbar/Playback_BG_START_video.png') </imageFileName>
        <rect> 0, 0, 160, 48 </rect>
    </Picture>   
    
    <Picture name = "BackgroundMiddle">
        <imageFileName> PATH(r'Toolbar/Playback_BG_MIDDLE.PNG') </imageFileName>
        <rect> 160, 0, 394, 48 </rect>          
        <isKeepRatio> False </isKeepRatio>
    </Picture>    
    
    <Picture name = "BackgroundEnd">
        <imageFileName> PATH(r'Toolbar/Playback_BG_END.PNG') </imageFileName>
        <rect> 554, 0, 27, 48 </rect>
    </Picture>

    <ImageButton name = "Stop">
        <txNoFocus> PATH(r'Toolbar/STOP_N.PNG') </txNoFocus>
        <txFocus> PATH(r'Toolbar/STOP_H.PNG') </txFocus>
        <txPress> PATH(r'Toolbar/STOP_P.PNG') </txPress>
        <txDisable> PATH(r'Toolbar/STOP_G.PNG') </txDisable>
        <tipText> LANG('Stop') </tipText>
        <rect> 20, 0, 37, 48 </rect> <!-- (left, top, width, height) -->        
    </ImageButton>

    <ImageButton name = "Play">
        <txNoFocus> PATH(r'Toolbar/Play_N.PNG') </txNoFocus>
        <txFocus> PATH(r'Toolbar/Play_H.PNG') </txFocus>
        <txPress> PATH(r'Toolbar/Play_P.PNG') </txPress>
        <txDisable> PATH(r'Toolbar/Play_G.PNG') </txDisable>
        <tipText> LANG('Play') </tipText>
        <rect> 57, 0, 46, 48  </rect>
    </ImageButton> 
    
    <ImageButton name = "Pause">
        <txNoFocus> PATH(r'Toolbar/Pause_N.PNG') </txNoFocus>
        <txFocus> PATH(r'Toolbar/Pause_H.PNG') </txFocus>
        <txPress> PATH(r'Toolbar/Pause_P.PNG') </txPress>
        <txDisable> PATH(r'Toolbar/Pause_G.PNG') </txDisable>
        <tipText> LANG('Pause') </tipText>
        <rect> 103, 6, 37, 37 </rect>
    </ImageButton>
    
    <ImageButton name = "Previous">
        <txNoFocus> PATH(r'Toolbar/Previous track_N.png') </txNoFocus>
        <txFocus> PATH(r'Toolbar/Previous track_H.png') </txFocus>
        <txPress> PATH(r'Toolbar/Previous track_P.png') </txPress>
        <txDisable> PATH(r'Toolbar/Previous track_G.png') </txDisable>
        <tipText> LANG('Previous') </tipText>
        <rect> 151, 0, 37, 48 </rect> <!-- (left, top, width, height) -->        
    </ImageButton>
    
    <ImageButton name = "Rewind">
        <txNoFocus> PATH(r'Toolbar/scan back_N.png') </txNoFocus>
        <txFocus> PATH(r'Toolbar/scan back_H.png') </txFocus>
        <txPress> PATH(r'Toolbar/scan back_P.png') </txPress>
        <txDisable> PATH(r'Toolbar/scan back_G.png') </txDisable>
        <tipText> LANG('Rewind') </tipText>
        <rect> 188, 0, 34, 48 </rect>         
    </ImageButton>
    
    <ImageButton name = "Fastforward">
        <txNoFocus> PATH(r'Toolbar/scan forward_N.png') </txNoFocus>
        <txFocus> PATH(r'Toolbar/scan forward_H.png') </txFocus>
        <txPress> PATH(r'Toolbar/scan forward_P.png') </txPress>
        <txDisable> PATH(r'Toolbar/scan forward_G.png') </txDisable>
        <tipText> LANG('Fastforward') </tipText>
        <rect> 222, 0, 34, 48 </rect>         
    </ImageButton>    
    
    <ImageButton name = "Next">
        <txNoFocus> PATH(r'Toolbar/PlayNext Track_N.png') </txNoFocus>
        <txFocus> PATH(r'Toolbar/PlayNext Track_H.png') </txFocus>
        <txPress> PATH(r'Toolbar/PlayNext Track_P.png') </txPress>
        <txDisable> PATH(r'Toolbar/PlayNext Track_G.png') </txDisable>
        <tipText> LANG('Next') </tipText>
        <rect> 256, 0, 37, 48 </rect> <!-- (left, top, width, height) -->        
    </ImageButton>
    
    <ImageButton name = "VolDown">
        <txNoFocus> PATH(r'Toolbar/Minus Volume_N.png') </txNoFocus>
        <txFocus> PATH(r'Toolbar/Minus Volume_H.png') </txFocus>
        <txPress> PATH(r'Toolbar/Minus Volume_P.png') </txPress>
        <txDisable> PATH(r'Toolbar/Minus Volume_G.png') </txDisable>
        <tipText> LANG('Volume down') </tipText>
        <rect> 293, 0, 37, 48 </rect>
    </ImageButton>
    
    <ImageButton name = "Mute">
        <txNoFocus> PATH(r'Toolbar/Speaker_on_N.PNG') </txNoFocus>
        <txFocus> PATH(r'Toolbar/Speaker_on_H.PNG') </txFocus>
        <txPress> PATH(r'Toolbar/Speaker_on_P.PNG') </txPress>
        <txDisable> PATH(r'Toolbar/Speaker_on_G.PNG') </txDisable>
        <tipText> LANG('Tooltip Mute') </tipText>
        <rect> 330, 0, 34, 48 </rect>
    </ImageButton>
    
    <ImageButton name = "UnMute">
        <txNoFocus> PATH(r'Toolbar/Mute_N.PNG') </txNoFocus>
        <txFocus> PATH(r'Toolbar/Mute_H.PNG') </txFocus>
        <txPress> PATH(r'Toolbar/Mute_P.PNG') </txPress>
        <txDisable> PATH(r'Toolbar/Mute_G.PNG') </txDisable>
        <tipText> LANG('Tooltip Mute') </tipText>
        <rect> 330, 0, 34, 48 </rect>
    </ImageButton>    
    
    <ImageButton name = "VolUp">
        <txNoFocus> PATH(r'Toolbar/Plus Volume_N.png') </txNoFocus>
        <txFocus> PATH(r'Toolbar/Plus Volume_H.png') </txFocus>
        <txPress> PATH(r'Toolbar/Plus Volume_P.png') </txPress>
        <txDisable> PATH(r'Toolbar/Plus Volume_G.png') </txDisable>
        <tipText> LANG('Volume up') </tipText>
        <rect> 364, 0, 37, 48 </rect> <!-- (left, top, width, height) -->        
    </ImageButton>

    <ImageButton name = "DVDMenu">
        <txNoFocus> PATH(r'Toolbar/MainMenu_N.PNG') </txNoFocus>
        <txFocus> PATH(r'Toolbar/MainMenu_H.PNG') </txFocus>
        <txPress> PATH(r'Toolbar/MainMenu_P.PNG') </txPress>
        <txDisable> PATH(r'Toolbar/MainMenu_G.PNG') </txDisable>
        <tipText> LANG(u'DVD Menu') </tipText>
        <rect> 401, 0, 37, 48 </rect>        
    </ImageButton>
    
    <ImageButton name = "DVDSubtitle">
        <txNoFocus> PATH(r'Toolbar/Subtitle_N.PNG') </txNoFocus>
        <txFocus> PATH(r'Toolbar/Subtitle_H.PNG') </txFocus>
        <txPress> PATH(r'Toolbar/Subtitle_P.PNG') </txPress>
        <txDisable> PATH(r'Toolbar/Subtitle_G.PNG') </txDisable>
        <tipText> LANG('DVD SubTitle') </tipText>
        <rect> 435, 0, 34, 48 </rect>         
    </ImageButton>
    
    <ImageButton name = "DVDLanguage">
        <txNoFocus> PATH(r'Toolbar/Language_N.PNG') </txNoFocus>
        <txFocus> PATH(r'Toolbar/Language_H.PNG') </txFocus>
        <txPress> PATH(r'Toolbar/Language_P.PNG') </txPress>
        <txDisable> PATH(r'Toolbar/Language_G.PNG') </txDisable>
        <tipText> LANG(u'DVD Language') </tipText>
        <rect> 469, 0, 34, 48 </rect>         
    </ImageButton>
    
    <ImageButton name = "SnapShot">
        <txNoFocus> PATH(r'Toolbar/Snapshot_N.PNG') </txNoFocus>
        <txFocus> PATH(r'Toolbar/Snapshot_H.PNG') </txFocus>
        <txPress> PATH(r'Toolbar/Snapshot_P.PNG') </txPress>
        <txDisable> PATH(r'Toolbar/Snapshot_G.PNG') </txDisable>
        <tipText> LANG(u'Snapshot image') </tipText>
        <rect> 503, 0, 34, 48 </rect>
        <visible>False</visible>
    </ImageButton>        
    
    <ImageButton name = "DVDAngle">
        <txNoFocus> PATH(r'Toolbar/MultiAngle_N.PNG') </txNoFocus>
        <txFocus> PATH(r'Toolbar/MultiAngle_H.PNG') </txFocus>
        <txPress> PATH(r'Toolbar/MultiAngle_P.PNG') </txPress>
        <txDisable> PATH(r'Toolbar/MultiAngle_G.PNG') </txDisable>
        <tipText> LANG(u'DVD angle') </tipText>
        <rect> 503, 0, 37, 48 </rect>         
    </ImageButton>
</Toolbar>
