new form
  name			bld_spec
  shade			mid grey
  origin		1 14
  size			128 33
  start			hidden
  help			Building specification top level form.
  data font		6x12
  label font		6x12
  application font	6x12
  border		1
  selection border	2
end form

new field
	name			location
	type			character
	origin			12 0.2
	size			12 1
	label string		Location    \
				
	label position		left
	default value		glasgow
	menu			use_map\
				\
				glasgow\
				belfast\
				edinburgh\
				aberdeen\
				london\
				manchester\
				birmingham\
				newcastle\
				cardiff
	help			Geographical location of building (MAP -> point to map)
	description		This data is used to calculate sun\n\
				position during the simulation.  It\n\
				is also used to help select an\n\
				appropriate climate set to provide\n\
				default boundary conditions.
end field

new field
	name			latitude
	type			alphanum +-+.
	origin			24 1.5
	size			5 1
	label string		Latitude
	label position		left
	start			hidden
	help			Latitude, degrees North
	description		This field is used to calculate sun\n\
				position during the simulation.  It\n\
				is also used to help select an\n\
				appropriate climate set to provide\n\
				default boundary conditions.
end field

new field
	name			longitude
	type			alphanum +-+.
	origin			24 2.75
	size			5 1
	label string		Longitude
	label position		left
	start			hidden
	help			Longitude, degrees West
	description		This field is used to calculate sun\n\
				position during the simulation.  It\n\
				is also used to help select an\n\
				appropriate climate set to provide\n\
				default boundary conditions.
end field

new field
	name			timezone
	type			alphanum
	origin			24 4
	size			5 1
	current value		GMT
	default value		BST
	label string		Timezone
	label position		left
	start			hidden
	menu			GMT\
				WET\
				CET\
				EET\
				MET\
				EPT\
				WAT
	help			Timezone of location
	description		This field is used to calculate sun\n\
				position during the simulation.  It\n\
				is also used to help select an\n\
				appropriate climate set to provide\n\
				default boundary conditions.
end field

new field
	name			environment
	type			character
	origin			12 6.3
	size			12 1
	label string		Environment \
				
	label position		left
	menu			city_centre\
				urban\
				rural
	help			This field describes the building`s\
				immediate surroundings.
	description		This field is used to estimate the\n\
				effect that the building surroundings\n\
				will have on its performance.
end field

new field
	name			exposure
	type			integer
	origin			22 7.7
	size			1 1
	default value		3
	label string		Exposure
	label position		left
	start			hidden
	help			Site exposure index
	description		If you don't know, dont use this environment\
				use a standard one.
end field

new field
	name			grnd_rflct
	type			real
	origin			22 9
	size			4 1
	default value		1.25
	label string		Grnd_rflct
	label position		left
	start			hidden
	help			Ground reflectivity index
	description		If you don't know, dont use this\n\
				environment use a standard one
end field

new field
	name			function
	type			character
	origin			12 11.5
	size			12 1
	label string		Function    \
				
	label position		left
	menu			residential\
				commercial\
				industrial\
				educational\
				public
	help			This describes the general\n\
				use of the building.
	description		This field shows the generic function of\n\
				the building.  This information may be  \n\
				used to infer information useful at a later\n\
				of building definition.
end field

new field
	name			b_focus
	type			label
	origin			16 14.5
	size			0 0
	label string		Focus for Discussion
	label position		fit above
	help			push a button (below) to change topic of discussion.
	description		These buttons switch the focus of\n\
				discussion to the requested topic.\n\
				The relevent forms will be displayed\n\
				below (existing ones may disappear).\n\
				It is suggested that buttons are\n\
				worked through from left to right to\n\
				minimize specification of redundant\n\
				information.
	selection border	0
	border			0
end field

include	detailed
parent form	@bld_spec

new field
        name			b_detailed
        type			label
        origin			12 16.4
        size			9 1
 	shade			mid grey
	current value		detailed
        help			Select one of the options below\n\
				to focus on a particular aspect\n\
				of bulding definition.
	selection border	0
	border			0
end field

new field
        name			b_bld_browse
        type			button
        origin			1 15
        size			8 1
        label position		fit above
        label colour		black
        menu			browser
        help			Select browser to define building
        description		\
An approximation to the required building can be\n\
selected by browsing through a collection of\n\
predefined types and modifying one to suit.
end field

new field
        name			b_prj_manager
        type			button
        origin			11 15
        size			20 1
        label position		fit above
        label colour		black
        menu			management facility
        help			Select project management facilities to define building
        description		\
A new desk-top will be opened which allows simulation\n\
problems to be described, simulated and analysed.
end field

