<?xml version="1.0" encoding="utf-8" ?>
<!-- Test Binding on a form suitable for contact management -->
<?Mapping XmlNamespace="wf" ClrNamespace="System.Windows.Forms" Assembly="System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" ?>
<?Mapping XmlNamespace="vf" ClrNamespace="Regulus.VersaForms.Controls" Assembly="VersaForms, Version=1.0.99.6" ?>
<?Mapping XmlNamespace="sys" ClrNamespace="System" Assembly="" ?>
<wf:Panel xmlns:wf="wf" xmlns:vf="vf" xmlns:sys="sys" Font="Arial, 8pt" Dock="Fill">
	<vf:FlowGridPanel BackColor="BlanchedAlmond" Dock="Top" VertExtension="ShrinkBoundary">
		<vf:Button Name="previous">Previous</vf:Button>
		<vf:Button Name="next">Next</vf:Button>
	</vf:FlowGridPanel>
	<vf:FlowGridPanel BackColor="BlanchedAlmond" Dock="Top" VertExtension="ShrinkBoundary" Col0MinWidth="80">
		<vf:FixedGridPanel GridCellSize="4,1" ChildPanelOuterMargin="0">
			<wf:Label Text="Name"/>
			<vf:FixedGridPanel InheritLayout="False" FixedGridPanel.CellSize="3,1" GridCellSize="3,1" Margins="0">
				<wf:ComboBox FixedGridPanel.MinWidth="50" FixedGridPanel.Expandability="None">
					<ComboBox.Items>
						<sys:String>Mr</sys:String>
						<sys:String>Ms</sys:String>
						<sys:String>Mrs</sys:String>
						<sys:String>Miss</sys:String>
						<sys:String>Dr</sys:String>
					</ComboBox.Items>
				</wf:ComboBox>
				<wf:TextBox FixedGridPanel.MinWidth="50"/>
				<wf:TextBox FixedGridPanel.MinWidth="65"/>
			</vf:FixedGridPanel>
		</vf:FixedGridPanel>
		<vf:FixedGridPanel GridCellSize="4,1">
			<wf:Label Text="Email"/>
			<wf:TextBox FixedGridPanel.MinWidth="100" FixedGridPanel.CellSize="3,1"/>
		</vf:FixedGridPanel>
		<vf:FixedGridPanel GridCellSize="2,1">
			<wf:Label><wf:Label.Text>Job Title</wf:Label.Text></wf:Label>
			<wf:TextBox FixedGridPanel.MinWidth="50"/>
		</vf:FixedGridPanel>
		<vf:FixedGridPanel GridCellSize="2,1">
			<wf:Label Text="Full Name"/>
			<wf:TextBox FixedGridPanel.MinWidth="50"/>
		</vf:FixedGridPanel>
		<vf:FixedGridPanel GridCellSize="2,1" Visible="false">
			<wf:Label Text="Dear"/>
			<wf:TextBox FixedGridPanel.MinWidth="50"/>
		</vf:FixedGridPanel>	
		<vf:FixedGridPanel GridCellSize="2,1">
			<wf:Label Text="Direct Phone"/>
			<wf:TextBox FixedGridPanel.MinWidth="50"/>
		</vf:FixedGridPanel>
		<vf:FixedGridPanel GridCellSize="2,1">
			<wf:Label Text="Phone 2"/>
			<wf:TextBox FixedGridPanel.MinWidth="50"/>
		</vf:FixedGridPanel>
	</vf:FlowGridPanel>
	<vf:FlowGridPanel BackColor="Lavender" Dock="Top" VertExtension="ShrinkBoundary" Col0MinWidth="80">
		<vf:FixedGridPanel GridCellSize="2,3" Allocation="Specified">
			<wf:Label Text="Address" FixedGridPanel.CellSize="1,1"/>
			<wf:TextBox Multiline="true" FixedGridPanel.MinWidth="80" FixedGridPanel.CellPosition="1,0" FixedGridPanel.CellSize="1,3"/>
		</vf:FixedGridPanel>
		<vf:FixedGridPanel GridCellSize="2,1">
			<wf:Label Text="Post Code"/>
			<wf:TextBox FixedGridPanel.MinWidth="40"/>
		</vf:FixedGridPanel>
	</vf:FlowGridPanel>
	<vf:FlowGridPanel BackColor="Beige" Dock="Top"  VertExtension="ShrinkBoundary" AutoScroll="true" Col0MinWidth="80">
		<vf:FixedGridPanel GridCellSize="4,1">
			<wf:Label Text="Organisation"/>
			<wf:TextBox FixedGridPanel.MinWidth="80" FixedGridPanel.CellSize="3,1"/>
		</vf:FixedGridPanel>
		<vf:FixedGridPanel GridCellSize="4,1">
			<wf:Label Text="Type"/>
			<wf:CheckBox Text="Client" FixedGridPanel.MinWidth="65"/>
			<wf:CheckBox Text="Agent" FixedGridPanel.MinWidth="65"/>
			<wf:CheckBox Text="Supplier" FixedGridPanel.MinWidth="65"/>
		</vf:FixedGridPanel>
		<vf:FixedGridPanel GridCellSize="4,1">
			<wf:Label Text="Web"/>
			<wf:TextBox FixedGridPanel.MinWidth="100" FixedGridPanel.CellSize="2,1"/>
			<vf:Button Text="Link"/>
		</vf:FixedGridPanel>
	</vf:FlowGridPanel>
</wf:Panel>
