(form "00389" (size 50 12) (heading "SEGMENT MOVE TRANSFORM - TRANSFORMATION PARAMETERS") (label (position 2 3) (text "String")) (field "rotation_angle_units" (position 30 9) (display_length 17) (input allowed) (default "(decimal degrees)")) (field "string_num" (position 18 3) (display_length 5) (input disallowed) (translate upper) (format integer_4)) (label (position 2 4) (text "Segment")) (field "segment_num" (position 18 4) (display_length 5) (input disallowed) (translate upper) (format integer_4)) (label (position 2 5) (text "Scale")) (field "scale" (position 18 5) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (label (position 2 6) (text "Rotation")) (field "rotation_angle" (position 18 6) (display_length 16) (input allowed) (translate upper) (format decimal_angle) (null disallowed) (max_length 16) (decimals 4) (high_bound 6.283185307) (low_bound -6.283185307) ) (label (position 2 7) (text "Shift Y")) (field "delta_y" (position 18 7) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (label (position 2 8) (text "Shift X")) (field "delta_x" (position 18 8) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (label (position 2 9) (text "Shift Z")) (field "delta_z" (position 18 9) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (default_buttons) )