<Dialog>        
    	

        <text name = "Internet Settings" style="FuncButtonText">
	 	<rect> 2, 5, 606, 30 </rect>
	        <text> LANG('Internet Settings') </text>
	        <dock_side> 'LEFT', 'RIGHT'</dock_side>	        
    	</text>

	<SettingButton name = "SlideIP">    
        <rect> 0, 33, 607, 44 </rect>
    	<caption> '' </caption>
    	<dock_side> LEFT, RIGHT</dock_side>	        
        </SettingButton>

	<text name = "IP Address" style="FuncButtonText">
    	<rect> 2, 112, 606, 30 </rect>
    	<text> LANG('IP Address') </text>
    	</text>

	<Edit name = 'EditorIPAddress1'>
		<text>""</text>
		<position> 0, 141, 135, 191 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>
        <Edit name = 'EditorIPAddress2'>
		<text>""</text>
		<position> 155, 141, 290, 191 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>
        <Edit name = 'EditorIPAddress3'>
		<text>""</text>
		<position> 305, 141, 445, 191 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>
        <Edit name = 'EditorIPAddress4'>
		<text>""</text>
		<position> 465, 141, 600, 191 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>

	<text name = "Subnet Mask" style="FuncButtonText">
    	<rect> 2, 219, 606, 30 </rect>
    	<text> LANG('Subnet Mask') </text>
    	</text>

        <Edit name = 'EditorSubnetMask1'>
		<text>""</text>
		<position> 0, 249, 135, 297 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>
        <Edit name = 'EditorSubnetMask2'>
		<text>""</text>
		<position> 155, 249, 290, 297 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>
        <Edit name = 'EditorSubnetMask3'>
		<text>""</text>
		<position> 305, 249, 445, 297 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>
        <Edit name = 'EditorSubnetMask4'>
		<text>""</text>
		<position> 465, 249, 600, 297 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>


	<text name = "Geteway" style="FuncButtonText">
    	<rect> 2, 326, 606, 30 </rect>
    	<text> LANG('Gateway') </text>
    	</text>


        <Edit name = 'EditorGateway1'>
		<text>""</text>
		<position> 0, 356, 135, 403 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>
        <Edit name = 'EditorGateway2'>
		<text>""</text>
		<position> 155, 356, 290, 403 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>
        <Edit name = 'EditorGateway3'>
		<text>""</text>
		<position> 305, 356, 445, 403 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>
        <Edit name = 'EditorGateway4'>
		<text>""</text>
		<position> 465, 356, 600, 403 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>


	<text name = "DNS Server" style="FuncButtonText">
    	<rect> 2, 433, 606, 30 </rect>
    	<text> LANG('DNS Server') </text>
    	</text>


        <Edit name = 'EditorDNSServer1'>
		<text>""</text>
		<position> 0, 464, 135, 506 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>
        <Edit name = 'EditorDNSServer2'>
		<text>""</text>
		<position> 155, 464, 290, 506 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>
        <Edit name = 'EditorDNSServer3'>
		<text>""</text>
		<position> 305, 464, 445, 506 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>
        <Edit name = 'EditorDNSServer4'>
		<text>""</text>
		<position> 465, 464, 600, 506 </position>
		<dock_side> 'LEFT', 'RIGHT'</dock_side>             
    	</Edit>
  
    <dirmap from = "SlideIP" down = "EditorIPAddress1"/>
    <dirmap from = "EditorIPAddress1" down = "EditorSubnetMask1" up = "SlideIP" right = "EditorIPAddress2"/>
    <dirmap from = "EditorIPAddress2" down = "EditorSubnetMask1" up = "EditorDNSServer1" left = "EditorIPAddress1" right = "EditorIPAddress3"/>
    <dirmap from = "EditorIPAddress3" down = "EditorSubnetMask1" up = "EditorDNSServer1" left = "EditorIPAddress2" right = "EditorIPAddress4"/>
    <dirmap from = "EditorIPAddress4" down = "EditorSubnetMask1" up = "EditorDNSServer1" left = "EditorIPAddress3" right = "EditorSubnetMask1"/>
    
    <dirmap from = "EditorSubnetMask1" down = "EditorGateway1" up = "EditorIPAddress1" right = "EditorSubnetMask2"/>
    <dirmap from = "EditorSubnetMask2" down = "EditorGateway1" up = "EditorIPAddress1" left = "EditorSubnetMask1" right = "EditorSubnetMask3"/>
    <dirmap from = "EditorSubnetMask3" down = "EditorGateway1" up = "EditorIPAddress1" left = "EditorSubnetMask2" right = "EditorSubnetMask4"/>>
    <dirmap from = "EditorSubnetMask4" down = "EditorGateway1" up = "EditorIPAddress1" left = "EditorSubnetMask3" right = "EditorGateway1"/>

    <dirmap from = "EditorGateway1" down = "EditorDNSServer1" up = "EditorSubnetMask1" right = "EditorGateway2"/>
    <dirmap from = "EditorGateway2" down = "EditorDNSServer1" up = "EditorSubnetMask1" left = "EditorGateway1" right = "EditorGateway3"/>
    <dirmap from = "EditorGateway3" down = "EditorDNSServer1" up = "EditorSubnetMask1" left = "EditorGateway2" right = "EditorGateway4"/>
    <dirmap from = "EditorGateway4" down = "EditorDNSServer1" up = "EditorSubnetMask1" left = "EditorGateway3" right = "EditorDNSServer1"/>/>

    <dirmap from = "EditorDNSServer1" down = "EditorIPAddress1" up = "EditorGateway1" right = "EditorDNSServer2"/>
    <dirmap from = "EditorDNSServer2" down = "EditorIPAddress1" up = "EditorGateway1" left = "EditorDNSServer1" right = "EditorDNSServer3"/>
    <dirmap from = "EditorDNSServer3" down = "EditorIPAddress1" up = "EditorGateway1" left = "EditorDNSServer2" right = "EditorDNSServer4"/>
    <dirmap from = "EditorDNSServer4" down = "EditorIPAddress1" up = "EditorGateway1" left = "EditorDNSServer3"/>
/> 

    
	
    
    
</Dialog>
