(form "00243" (size 48 7) (mismatch ignore) (help "00243_TIP_0") (heading "SAVE VARIOGRAM TO A STRING FILE") (label (position 2 3) (text "Location Name")) (label (position 2 4) (text "Id Number")) (field "location" (position 15 3) (display_length 26) (input allowed) (null allowed) (max_length 26) (file output (link "id") (extension "*.str"))) (field "id" (position 15 4) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16)) (default_buttons) )