(form "00809" (size 70 11) (help "00809_TIP_0") (heading "REVIEW REGISTRATION POINT COORDINATES") (label (position 2 3) (text "Image and Real World coordinates for registration points")) (scroll_block "registration_points" (position 2 4) (size 62 5) (extra 0 1) (scroll_size 62 100) (repeat interactive (grow 0 1) (instances 3 (min 3) (max 100))) (top (label (position 1 0) (text "X Image")) (label (position 13 0) (text "Y Image")) (label (position 25 0) (text "X Data")) (label (position 37 0) (text "Y Data")) (label (position 50 0) (text "Z Data")) ) (main (field "ximage" (position 1 0) (display_length 10) (input allowed) (max_length 10) (format real_8) (decimals 0) (null disallowed) (help "00809_TIP_1") ) (field "yimage" (position 13 0) (display_length 10) (input allowed) (max_length 10) (format real_8) (decimals 0) (null disallowed) (help "00809_TIP_2") ) (field "xdata" (position 25 0) (display_length 10) (input allowed) (max_length 16) (format real_8) (decimals 3) (null disallowed) (help "00809_TIP_3") ) (field "ydata" (position 37 0) (display_length 10) (input allowed) (max_length 16) (format real_8) (decimals 3) (null disallowed) (help "00809_TIP_4") ) (field "zdata" (position 50 0) (display_length 10) (input allowed) (max_length 16) (format real_8) (decimals 3) (null disallowed) (help "00809_TIP_5") ) ) ) (default_buttons) )