new form
  name			form1
  shade			mid grey
  origin		1 1
  size			10 10
  help			This is a test form.
  data font		6x12
  label font		6x12
  application font	6x12
  border		1
  selection border	2
end form

parent form	/

new form
  name			form2
  shade			mid grey
  origin		8 9
  size			20 10
  help			This is a test form.
  data font		6x12
  label font		6x12
  application font	6x12
  border		1
  selection border	2
end form

new field
  name		item
  type		character
  origin	1 1
  size		8 1
  label string	Item
  label position	left
  help		A help string.
  description	A description of the concept.
end field
