(form "00907" (size 77 18) (heading "BLOCK MODEL LOAD") (label (position 6 3) (text "Model name")) (label (position 6 4) (text "Description")) (label (position 4 6) (foreground (user_option "form_text_highlight")) (text "Select Attributes to Import")) (field "modname" (position 16 3) (display_length 12) (background) (input disallowed)) (field "description" (position 16 4) (display_length 35) (background) (input disallowed) (null allowed) (max_length 54)) (scroll_block "attrib_list" (position 4 8) (size 70 7) (extra 0 1) (repeat interactive (grow 0 1) (instances 1 (min 1) (max 120))) (top (label (position 1 0) (text "Name")) (label (position 14 0) (text "Type")) (label (position 24 0) (text "Background")) (label (position 36 0) (text "Description/Expression")) (label (position 53 0) (text "Lower")) (label (position 59 0) (text "Upper")) (label (position 65 0) (text "Import")) ) (main (field "att_name" (position 1 0) (display_length 12) (background) (input disallowed) (max_length "BM_MAX_ATT_NAME_LEN") (null allowed) ) (field "att_type" (position 14 0) (display_length 8) (background) (input disallowed) (max_length 10) (null allowed) ) (field "att_bkgrd" (position 24 0) (display_length 10) (background) (input disallowed) (max_length 20) (null allowed) (decimals 3) ) (field "att_desc" (position 36 0) (display_length 15) (background) (input disallowed) (max_length 20) (null allowed) ) (field "l_bound" (position 53 0) (display_length 4) (input allowed) (max_length 20) (null allowed) (decimals 3) ) (field "u_bound" (position 59 0) (display_length 4) (input allowed) (max_length 20) (null allowed) (decimals 3) ) (field "import" (position 65 0) (display_length 2) (input allowed) (translate upper) (value_in "YES" "NO") (default "YES") ) ) ) (default_buttons) )