(form "10137" (size 40 8) (heading "USER LOGIN NAME") (label (position 2 3) (text "Enter the user name and password of your database account")) (label (position 2 5) (text "Username")) (label (position 2 6) (text "Password")) (field "username" (position 13 5) (display_length 20) (input allowed) (translate none) (null allowed) (max_length 32) ) (field "password" (position 13 6) (display_length 20) (input allowed) (translate none) (null allowed) (max_length 32) (echo asterisks) ) (default_buttons) )