(form "00811" (size 60 15) (help "00811_TIP_0") (heading "PLOTTING SHEET SIZES" ) (scroll_block "sheet_sizes" (position 2 5) (size 54 8) (extra 0 1) (scroll_size 54 100) (repeat interactive (grow 0 1) (instances 1 (min 1) (max 100))) (top (label (position 1 0) (text "Sheet ID")) (label (position 15 0) (text "Sheet Description")) (label (position 32 0) (text "X Size (cm)")) (label (position 43 0) (text "Y Size (cm)")) ) (main (field "sheet_name" (position 1 0) (display_length 10) (input allowed) (max_length 32) (null allowed) (translate upper) (help "00811_TIP_1")) (field "sheet_desc" (position 15 0) (display_length 15) (input allowed) (max_length 64) (null allowed) (help "00811_TIP_2")) (field "xsize" (position 32 0) (display_length 8) (input allowed) (max_length 8) (null disallowed) (format real_8) (default "0") (low_bound 0.1)(decimals 2) (help "00811_TIP_3")) (field "ysize" (position 43 0) (display_length 8) (input allowed) (max_length 8) (null allowed) (format real_8) (default "0") (low_bound 0.1) (decimals 2) (help "00811_TIP_4")) ) ) (default_buttons) )