<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="/DAV/JS/xslt/formview.xsl"?>
<design>
	<connection dsn="DSN=Local_Instance" endpoint="/XMLA"  nocred="0"></connection>
	<form name="Main Form" dstype="1" dsname="Demo.demo.Countries" >
		<columns>
			<column>Name</column>
			<column>Code</column>
			<column>SmallFlagDAVResourceName</column>
			<column>LargeFlagDAVResourceName</column>
			<column>SmallFlagDAVResourceURI</column>
			<column>LargeFlagDAVResourceURI</column>
			<column>Lat</column>
			<column>Lng</column>
		</columns>
		<query>SELECT "Name", "Code", "SmallFlagDAVResourceName", "LargeFlagDAVResourceName", "SmallFlagDAVResourceURI", "LargeFlagDAVResourceURI", "Lat", "Lng" FROM "Demo"."demo"."Countries"</query>
		<selfCols></selfCols>
		<masterCols></masterCols>
		<masterForms></masterForms>
		<area bgcolor="rgb(187, 187, 187)" fgcolor="rgb(0, 0, 0)" size="12.8px" left="0" top="0" width="1305" height="600" />
		<object type="map" value="false">
			<style left="43" top="16"  width="1005" height="492" >
				<css ></css>
			</style>
			<properties>
				<property>
					<name>Key</name>
					<value></value>
					<type>string</type>
				</property>
				<property>
					<name>Zoom level</name>
					<value>12</value>
					<type>select</type>
				</property>
				<property>
					<name>Provider</name>
					<value>Google</value>
					<type>select</type>
				</property>
				<property>
					<name>All markers at once?</name>
					<value>1</value>
					<type>bool</type>
				</property>
				<property>
					<name>Pin data source</name>
					<value>1</value>
					<type>form</type>
				</property>
				<property>
					<name>Map type</name>
					<value>Map</value>
					<type>select</type>
				</property>
			</properties>
			<datasources>
				<datasource name="Latitude" variable="0">
					<columnIndex>6</columnIndex>
				</datasource>
				<datasource name="Longitude" variable="0">
					<columnIndex>7</columnIndex>
				</datasource>
			</datasources>
		</object>

	</form>
	<form name="Flags" dstype="1" dsname="Demo.demo.Flags" >
		<columns>
			<column>CountryCode</column>
			<column>LargeFlag</column>
			<column>SmallFlag</column>
		</columns>
		<query>SELECT "CountryCode", "LargeFlag", "SmallFlag" FROM "Demo"."demo"."Flags"</query>
		<selfCols>0</selfCols>
		<masterCols>1</masterCols>
		<masterForms>0</masterForms>
		<area bgcolor="rgb(187, 187, 187)" fgcolor="rgb(0, 0, 0)" size="12.8px" left="653" top="280" width="300" height="200" />
		<object type="image" value="false">
			<style left="90" top="25" >
				<css ></css>
			</style>
			<properties>
			</properties>
			<datasources>
				<datasource name="Source" variable="0">
					<columnIndex>2</columnIndex>
				</datasource>
			</datasources>
		</object>

	</form>
</design>
