new form
  name			form1
  shade			dark 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		50 1
  label string	Item
  label position	right
  help		A help string.
  description	A description of the concept.
end field

new field
  name		date
  type		character
  origin	1 5
  size		8 1
  label string	Date
  label position	fit above
  help		What do you think
  description	Description of this field ?
end field
