figure {
    margin 10
    valign bottom
    halign left
    string "Save This Run As:"
    focus name
    color "0 1 0"
    group {
        rows 1
        columns 2
        text { string "Name of run:" valign center halign left }
    #   text { string "Description:" valign center halign left }
        edit {
            string "" teststring "012345678901234567890123456789012345678901234567890123456789"
            tag name valign center halign fill haligncontent left
        }
    #   edit {
    #       string "" teststring "fiddle-de-dee fiddle-de-dee"
    #       tag desc valign center halign fill haligncontent left
    #       multiline yes lines 2
    #   }
    }
    hgroup {
        halign center
        equalwidths yes
        equalheights yes
        okbutton { halign fill }
        cancelbutton { halign fill }
    }
}
