procpts.xml

  Download

More scripts: Dialog

Syntax Highlighing:

comments, key words, predefined symbols, class members & methods, functions & classes
            
<?xml version="1.0"?>
<root>
	<dialog id="procpts" Title="Process Selected Points">
		<pane	Orientation="horizontal">
			<menubutton id="file" Icon="DESKTOP_FILE" ToolTip="Text File...">
				<item Value="open">Open Text File</item>
				<item Value="close">Close Text File</item>
			</menubutton>
			<menubutton id="ptaction" Name= "Point Action...">
				<item Value="save">Save Coordinates to Text File</item>
				<item Value="buffer">Compute Buffer Zone</item>
				<item Value="polygon">Find Enclosing Polygon</item>
			</menubutton>
		</pane>
	</dialog>
</root>