<?xml version="1.0" encoding="utf-8"?>
<form indent="30">
	<element class="FFormLabel" id="about" hspace="5" vspace="2" color="0x008BCE" width="300" size="14" font="verdana" label="This is the content of 'complex.xml'..." />
	<element class="FFormCheckBox" id="checkBox_00" label="Another checkbox" selected="true" hspace="5" vspace="2">
		<element class="FFormLabel" id="label_01" hspace="5" vspace="2" color="0x999999" width="200" size="8" font="harmony" embed="true" label="This is a label with a fixed width (200 pixels), so this text will wrap. The font is embedded FFF Harmony at 8 pixels." />
		<element class="FFormInput" id="input_01" hspace="5" vspace="2" color="0x124178" width="300" size="10" background="0xA5C8F1" border="0x124178" label="This text is editable..." />
		<element class="FFormInput" id="input_02" hspace="5" vspace="2" color="0x124178" width="300" size="10" background="0xA5C8F1" border="0x124178" label="This text is editable..." />
		<element class="FFormCheckBox" id="checkBox_01" label="Checkbox" selected="false" hspace="5" vspace="2">
			<element class="FFormRadioButton" id="radio_01" label="Radio button 1" selected="false" hspace="5" vspace="2" group="mygroup_1">
				<element class="FFormInput" id="input_03" hspace="5" vspace="2" color="0x124178" width="300" size="10" background="0xA5C8F1" border="0x124178" label="This text is editable..." />
				<element class="FFormInput" id="input_04" hspace="5" vspace="2" color="0x124178" width="300" size="10" background="0xA5C8F1" border="0x124178" label="This text is editable..." />
				<element class="FFormCheckBox" id="checkBox_03" label="Another checkbox" selected="true" hspace="5" vspace="2">
					<element class="FFormInput" id="input_05" hspace="5" vspace="2" color="0x124178" width="300" size="10" background="0xA5C8F1" border="0x124178" label="This text is editable..." />
				</element>
			</element>
			<element class="FFormRadioButton" id="radio_02" label="Radio button 2" selected="true" hspace="5" vspace="2" group="mygroup_1" />
			<element class="FFormRadioButton" id="radio_03" label="Radio button 3" selected="false" hspace="5" vspace="2" group="mygroup_1" />
			<element class="FFormCheckBox" id="checkBox_02" label="Another checkbox" selected="false" hspace="5" vspace="2">
				<element class="FFormInput" id="input_06" hspace="5" vspace="2" color="0x124178" width="300" size="10" background="0xA5C8F1" border="0x124178" label="This text is editable..." />
				<element class="FFormInput" id="input_07" hspace="5" vspace="2" color="0x124178" width="300" size="10" background="0xA5C8F1" border="0x124178" label="This text is editable..." />
				<element class="FFormInput" id="input_08" hspace="5" vspace="2" color="0x124178" width="300" size="10" background="0xA5C8F1" border="0x124178" label="This text is editable..." />
			</element>
		</element>
	</element>
	<element class="FFormRadioButton" id="radio_A" label="Radio button A" selected="false" hspace="5" vspace="2" group="mygroup_2">
		<element class="FFormCheckBox" id="checkBox_05" label="Another checkbox" selected="true" hspace="5" vspace="2">
			<element class="FFormInput" id="input_08" hspace="5" vspace="2" color="0x124178" width="300" size="10" background="0xA5C8F1" border="0x124178" label="This text is editable..." />
		</element>
		<element class="FFormLabel" id="label_A" hspace="5" vspace="2" color="0x999999" width="300" size="8" font="harmony" embed="true" label="This is some additional text, which is shown when activating RadioButton A. This element is a label, acting as a child of the radiobutton." />
	</element>
	<element class="FFormRadioButton" id="radio_B" label="Radio button B" selected="false" hspace="5" vspace="2" group="mygroup_2">
		<element class="FFormLabel" id="label_B" hspace="5" vspace="2" color="0x999999" width="300" size="8" font="harmony" embed="true" label="This is some additional text, which is shown when activating RadioButton B. This element is a label, acting as a child of the radiobutton." />
	</element>
	<element class="FFormRadioButton" id="radio_C" label="Radio button C" selected="true" hspace="5" vspace="2" group="mygroup_2">
		<element class="FFormLabel" id="label_C" hspace="5" vspace="2" color="0x999999" width="300" size="8" font="harmony" embed="true" label="This is some additional text, which is shown when activating RadioButton C. This element is a label, acting as a child of the radiobutton." />
	</element>
</form>