(form "00704" (size 46 19) (help "IMAGE_ENTITY_EDIT_TIP") (heading "Change the Size and Position of an Image") (label (position 5 4) (text "X offset from lower left corner (mm)")) (label (position 5 5) (text "Y offset from lower left corner (mm)")) (label (position 5 8) (text "Width (mm)")) (label (position 5 9) (text "Height (mm)")) (label (position 5 11) (text "Width (pixels)")) (label (position 5 12) (text "Height (pixels)")) (field "x" (position 30 4) (display_length 6) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 9)) (field "y" (position 30 5) (display_length 6) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 9)) (field "width" (position 30 8) (display_length 6) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 9)) (field "height" (position 30 9) (display_length 6) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 9)) (field "width_px" (position 30 11) (display_length 6) (input disallowed) (translate upper) (format integer_4) (max_length 6)) (field "height_px" (position 30 12) (display_length 6) (input disallowed) (translate upper) (format integer_4) (max_length 6)) (default_buttons) )