Code:
 

dialog update {
  title Update Panel
  size -1 -1 400 500

  button "Ok" ,1, 0 475 75 25,ok
  button "Clear" ,3, 75 475 75 25

  Edit "" ,2, 5 3 390 470,read,multi
}