/* $Id: autocontour.menu,v 1.2 1995/04/17 21:14:33 ian Exp $ 7 /*--------------------------------------------------------------------------- /* Environmental Systems Research Institute, Inc. /*--------------------------------------------------------------------------- /* Menu: AUTOCONTOUR.MENU /* Purpose: Tool for splitting boundaries. /*--------------------------------------------------------------------------- /* Calls: autocontour.aml /*--------------------------------------------------------------------------- /* Globals: .autocontour$* /*--------------------------------------------------------------------------- /* Notes: /*--------------------------------------------------------------------------- /* History: Larry Young - 7/21/92 - Original coding /* 12/27/94 - further toolization /* Mark Hoel - /04/17/95 - added message variable /*========================================================================== Edit Coverage: %discov Code Item: %item %disinc Start Value:%input4 Contour Interval:%input5 %sy Symbolize coded arcs %reset %apply %dismiss %help %discov DISPLAY .autocontour$cover 40 VALUE %item INPUT .autocontour$item 21 TYPEIN NO SCROLL YES ROWS 4 ~ RETURN '&set .autocontour$item = %.autocontour$item%' ~ CHOICE %.autocontour$itemlist% /* ITEM %.autocontour$cover% -LINE -all -all %disinc CHOICE .autocontour$incrdir PAIRS ~ 'Increment' '+' 'Decrement' '-' %input4 INPUT .autocontour$start 11 TYPEIN YES SCROLL NO ~ RANGE 0 99999 INTEGER %input5 INPUT .autocontour$inter 11 TYPEIN YES SCROLL NO ~ RANGE 0 5000 INTEGER %sy CHECKBOX .autocontour$symbolize ~ HELP 'Symolizes coded arcs.' %reset BUTTON ~ HELP 'Reset the SYMBOL item to 1' ~ 'Reset' &r autocontour reset %apply BUTTON ~ HELP 'Add dropline for labeling contours' ~ 'Apply' &run autocontour apply %dismiss BUTTON RETURN ~ HELP 'Dismiss the operation' ~ 'Dismiss' &run autocontour EXIT %help BUTTON RETURN ~ HELP 'Display online help!' ~ 'Help' &run autocontour HELP %FORMOPT SETVARIABLES IMMEDIATE MESSAGEVARIABLE .autocontour$msg