parent form	@u_cgain

new form
  name			u_calc
  shade			white
  origin		45 .5
  size			44 6.5
  help			This is the casual gain calculator
  data font		6x12
  label font		6x12
  application font	6x12
  border		1
  selection border	1
  help			Calculator tool of the casual gain\n\
			concern during the zone useage.
end desk

new field
	name		calc_type
	type		popup
	origin		1 0.5
	size		11 1
	menu		people\
			lighting\
			equipment\
			processes
	label string	Gain type
	label position	fit below
	help		Casual gain type.
end field

new field
	name		calc_entity
	type		character
	origin		16 .5
	size		18 1
	label position	fit below
	label string	Casual gain entity
	menu		empty
	description	Casual gain descritption.
end field

new field
	name		calc_mult
	type		integer
	origin		38 .5
	size		3 1
	label position	fit below
	label string	x
	description	Multiplicator.
end field

new field
	name			calc_sensible
	type			real
	origin			16 2.5
	size			7 1
	label position		fit below
	label string		sensible
	help			Enter the sensible 100%\n\
				value of the casual gain.
	description		Sensible value.
end field

new field
	name			calc_latent
	type			real
	origin			24 2.5
	size			7 1
	label position		fit below
	label string		latent
	help			Enter the latent 100%\n\
				value of the casual gain.
	description		Latent value.
end field

new field
	name			calc_radiant
	type			real
	origin			32 2.5
	size			4 1
	label position		fit below
	label string		rad
	help			Enter the radiant\n\
				split of the casual gain.
	description		Radiant split.
end field

new field
	name			calc_convective
	type			real
	origin			37 2.5
	size			4 1
	label position		fit below
	label string		con
	help			Enter the convective\n\
				split of the casual gain.
	description		Convective split.
end field

new field
	name		b_calc_mode
	type		button
	origin		1 3
	size		11 1
	menu		supersede\
			add
	label colour	black
	label position	fit above
	help		Supresede or append selested line.
end field
