<Dialog width = "1024" height = "768" template="settings/template.xml">    
    <text name = "StatusText" style = "StatusText">
        <text> LANG('RC Channel Setting') </text>
    </text>

    <ButtonList name = "buttonList">    
        <entry_point> "setting\rc_channel" </entry_point>

        <focusIdx> 0 </focusIdx>
        <position> 53, 128, 324, 599 </position>
        <dock_side> LEFT, UP, DOWN </dock_side>
        <Item name = "biApply">
            <caption> LANG("Apply") </caption>    
            <visible> False </visible>        
            <bind event = "Click"> onApply </bind>
        </Item>   
        <Item name = "biCancel">
            <caption> LANG("Cancel") </caption>            
            <bind event = "Click"> onCancel </bind>
        </Item>             
        <Item name = "biNext">
            <caption> LANG("Next") </caption>            
            <bind event = "Click"> onNext </bind>
        </Item>
    </ButtonList>
    
    <text name = "InfoField" style="Text.Normal">
    	<rect> 357, 150, 600, 600 </rect>
    	<align>'LT'</align>
    	<multiline>True</multiline>
    	<text> LANG('RC Info PCM') </text>
        <dock_side> LEFT, RIGHT, UP </dock_side>
    </text>
    
    <text name = "GuideField" style="Text.Normal">
    	<rect> 357, 190, 600, 450 </rect>
    	<align>'LT'</align>
    	<multiline>True</multiline>
    	<text> LANG('RC Guide PCM') </text>
        <dock_side> LEFT, RIGHT, UP </dock_side>
    </text>
  
    <text name = "ChannelSetField" style="Text.Normal">
    	<rect> 357, 380, 600, 100 </rect>
    	<color> 255, 255, 255, 0 </color>
    	<align>'LT'</align>
    	<text> LANG('RC Channel Set') </text>
    	<visible> False </visible>
        <dock_side> LEFT, RIGHT, UP </dock_side>
    </text>
  
    <text name = "ChannelField" style="Text.Normal">
    	<rect> 357, 510, 120, 50 </rect>
        <dock_side> LEFT, RIGHT, UP </dock_side>
        <text> LANG('RC Channel') </text>
    </text>
        
    <text name = "ChannelNumField" style="Text.Normal">
    	<rect> 500, 510, 100, 50 </rect>
    	<color> 255, 255, 255, 0 </color>
        <dock_side> LEFT, RIGHT, UP </dock_side>
    </text>
            
    <SettingButton name = "boutput">
		<rect> 500, 510, 100, 50 </rect>
		<caption> '' </caption>
		<dock_side> LEFT, RIGHT </dock_side>
    </SettingButton>
    
    
    <dirmap from = "buttonList" right = "boutput"/>
    <dirmap from = "boutput" left = "buttonList"/>
    
</Dialog>
