<?xml version="1.0" encoding="utf-8"?>
<forms>
	<common>
		<fonts>
			<font name="default" family="Arial"/>
			<font name="splashTitle" base="default" height="13pt" caps="true"/>
			<font name="splashVersion" base="default" height="10pt" caps="true"/>
			<font name="title" base="default" height="16pt"/>
			<font name="subtitle" base="default" height="11pt"/>
			<font name="sidebar" base="default" height="9pt" weight="700"/>
			<font name="button" base="default" height="8pt" caps="true"/>
			<font name="header" base="default" height="15pt" weight="700"/>
			<font name="largeText" base="default" height="10pt"/>
			<font name="standardText" base="default" height="8pt"/>
			<font name="smallText" base="default" height="7pt"/>
			<font name="smallHeader" base="header" height="13pt"/>
			<font name="smallSidebar" base="sidebar" height="8pt"/>
			<font name="smallSplashTitle" base="splashTitle" height="10pt"/>
		</fonts>
		<styles>
			<control style="splashTitle" class="label" font="splashTitle" height="13pt" width="186pt" rightAligned="true" enabledTextColor="0xFFFFFF" bkgndColor="TRANSPARENT"/>
			<control style="smallSplashTitle" class="label" font="smallSplashTitle" height="13pt" width="186pt" rightAligned="true" enabledTextColor="0xFFFFFF" bkgndColor="TRANSPARENT"/>
			<control style="splashVersion" class="label" font="splashVersion" height="13pt" width="186pt" rightAligned="true" enabledTextColor="0x00462C" bkgndColor="TRANSPARENT"/>
			<control style="advice" class="label" font="smallText" height="12pt" enabledTextColor="0xFFFFFF" bkgndColor="TRANSPARENT"/>
			<control style="label" class="label" font="standardText" height="20pt" enabledTextColor="0xFFFFFF" bkgndColor="TRANSPARENT"/>
			<control style="header" class="label" font="header" height="30pt" enabledTextColor="0xFFFFFF" bkgndColor="TRANSPARENT"/>
			<control style="smallHeader" class="label" font="smallHeader" height="30pt" enabledTextColor="0xFFFFFF" bkgndColor="TRANSPARENT"/>
			<control style="title" class="label" font="title" x="15pt" y="9pt" width="392pt" height="30pt" text="${{GeneralTitleText}}" enabledTextColor="0x76B900" bkgndColor="TRANSPARENT"/>
			<control style="subtitle" class="label" font="subtitle" x="15pt" y="27pt" width="392pt" height="30pt" text="${{GeneralVersionText}}" enabledTextColor="0x76B900" bkgndColor="TRANSPARENT"/>
			<control style="doneIcon" class="image" width="10pt" height="10pt" sourceFile="checkmark.png"/>
			<control style="progressNotDone" class="label" font="sidebar" width="93pt" height="12pt" enabledTextColor="0x898989" bkgndColor="TRANSPARENT"/>
			<control style="progressDone" class="label" font="sidebar" width="93pt" height="12pt" enabledTextColor="0x76B900" bkgndColor="TRANSPARENT"/>
			<control style="progressCurrent" class="label" font="sidebar" width="93pt" height="12pt" enabledTextColor="0xFFFFFF" bkgndColor="TRANSPARENT"/>
			<control style="wideProgressNotDone" class="label" font="sidebar" width="98pt" height="12pt" enabledTextColor="0x898989" bkgndColor="TRANSPARENT"/>
			<control style="wideProgressDone" class="label" font="sidebar" width="98pt" height="12pt" enabledTextColor="0x76B900" bkgndColor="TRANSPARENT"/>
			<control style="wideProgressCurrent" class="label" font="sidebar" width="98pt" height="12pt" enabledTextColor="0xFFFFFF" bkgndColor="TRANSPARENT"/>
			<control style="smallProgressNotDone" class="label" font="smallSidebar" width="93pt" height="12pt" enabledTextColor="0x898989" bkgndColor="TRANSPARENT"/>
			<control style="smallProgressDone" class="label" font="smallSidebar" width="93pt" height="12pt" enabledTextColor="0x76B900" bkgndColor="TRANSPARENT"/>
			<control style="smallProgressCurrent" class="label" font="smallSidebar" width="93pt" height="12pt" enabledTextColor="0xFFFFFF" bkgndColor="TRANSPARENT"/>
			<control style="smallPrimaryButton" class="button" font="button" width="68pt" height="21pt" enabledTextColor="${{PrimaryButtonEnabledTextColor}}" hoverTextColor="${{PrimaryButtonHoverTextColor}}" pressedTextColor="${{PrimaryButtonPressedTextColor}}" disabledTextColor="${{PrimaryButtonDisabledTextColor}}" enabledImage="${{SmallPrimaryButtonEnabledImage}}" disabledImage="${{SmallPrimaryButtonDisabledImage}}" hoverImage="${{SmallPrimaryButtonFocusImage}}" pressedImage="${{SmallPrimaryButtonPressedImage}}"/>
			<control style="smallSecondaryButton" class="button" font="button" width="68pt" height="21pt" enabledTextColor="${{SecondaryButtonEnabledTextColor}}" hoverTextColor="${{SecondaryButtonHoverTextColor}}" pressedTextColor="${{SecondaryButtonPressedTextColor}}" disabledTextColor="${{SecondaryButtonDisabledTextColor}}" enabledImage="${{SmallSecondaryButtonEnabledImage}}" disabledImage="${{SmallSecondaryButtonDisabledImage}}" hoverImage="${{SmallSecondaryButtonFocusImage}}" pressedImage="${{SmallSecondaryButtonPressedImage}}"/>
			<control style="mediumPrimaryButton" class="button" font="button" width="102pt" height="21pt" enabledTextColor="${{PrimaryButtonEnabledTextColor}}" hoverTextColor="${{PrimaryButtonHoverTextColor}}" pressedTextColor="${{PrimaryButtonPressedTextColor}}" disabledTextColor="${{PrimaryButtonDisabledTextColor}}" enabledImage="${{MediumPrimaryButtonEnabledImage}}" disabledImage="${{MediumPrimaryButtonDisabledImage}}" hoverImage="${{MediumPrimaryButtonFocusImage}}" pressedImage="${{MediumPrimaryButtonPressedImage}}"/>
			<control style="mediumSecondaryButton" class="button" font="button" width="102pt" height="21pt" enabledTextColor="${{SecondaryButtonEnabledTextColor}}" hoverTextColor="${{SecondaryButtonHoverTextColor}}" pressedTextColor="${{SecondaryButtonPressedTextColor}}" disabledTextColor="${{SecondaryButtonDisabledTextColor}}" enabledImage="${{MediumSecondaryButtonEnabledImage}}" disabledImage="${{MediumSecondaryButtonDisabledImage}}" hoverImage="${{MediumSecondaryButtonFocusImage}}" pressedImage="${{MediumSecondaryButtonPressedImage}}"/>
			<control style="largePrimaryButton" class="button" font="button" width="135pt" height="21pt" enabledTextColor="${{PrimaryButtonEnabledTextColor}}" hoverTextColor="${{PrimaryButtonHoverTextColor}}" pressedTextColor="${{PrimaryButtonPressedTextColor}}" disabledTextColor="${{PrimaryButtonDisabledTextColor}}" enabledImage="${{LargePrimaryButtonEnabledImage}}" disabledImage="${{LargePrimaryButtonDisabledImage}}" hoverImage="${{LargePrimaryButtonFocusImage}}" pressedImage="${{LargePrimaryButtonPressedImage}}"/>
			<control style="largeSecondaryButton" class="button" font="button" width="135pt" height="21pt" enabledTextColor="${{SecondaryButtonEnabledTextColor}}" hoverTextColor="${{SecondaryButtonHoverTextColor}}" pressedTextColor="${{SecondaryButtonPressedTextColor}}" disabledTextColor="${{SecondaryButtonDisabledTextColor}}" enabledImage="${{LargeSecondaryButtonEnabledImage}}" disabledImage="${{LargeSecondaryButtonDisabledImage}}" hoverImage="${{LargeSecondaryButtonFocusImage}}" pressedImage="${{LargeSecondaryButtonPressedImage}}"/>
			<control style="radio" class="radio" font="largeText" width="200pt" height="12pt" enabledTextColor="0xFFFFFF" disabledTextColor="0x7F7F7F" bkgndColor="TRANSPARENT" selectedEnabledImage="${{RadioSelectedEnabledImage}}" unselectedEnabledImage="${{RadioUnselectedEnabledImage}}" selectedDisabledImage="${{RadioSelectedDisabledImage}}" unselectedDisabledImage="${{RadioUnselectedDisabledImage}}"/>
			<control style="checkbox" class="checkbox" font="standardText" width="200pt" height="12pt" enabledTextColor="0xFFFFFF" disabledTextColor="0x7F7F7F" bkgndColor="TRANSPARENT" checkedEnabledImage="${{CheckboxCheckedEnabledImage}}" uncheckedEnabledImage="${{CheckboxUncheckedEnabledImage}}" checkedDisabledImage="${{CheckboxCheckedDisabledImage}}" uncheckedDisabledImage="${{CheckboxUncheckedDisabledImage}}"/>
			<control style="compList" class="packagelistview" font="standardText" text="${{CompList}}" enabledTextColor="0xb7bebd" disabledTextColor="0xe0e3e3" bkgndColor="0x394a4a" rowColor="0x394a4a" compColName="${{ComponentHeader}}" newVerColName="${{NewVersionHeader}}" curVerColName="${{CurVersionHeader}}" verNotFoundText="${{ListEntryNotFound}}" verNotInstalledText="${{ListEntryNoneInstalled}}" compColWidth="118pt" newVerColWidth="68pt" curVerColWidth="68pt" property="packageProp" iconSize="11pt" checkedEnabledImage="${{CheckboxCheckedEnabledImage}}" uncheckedEnabledImage="${{CheckboxUncheckedEnabledImage}}" checkedDisabledImage="${{CheckboxCheckedDisabledImage}}" uncheckedDisabledImage="${{CheckboxUncheckedDisabledImage}}"/>
			<control style="installResults" class="resultslistview" font="standardText" text="${{ResList}}" enabledTextColor="0xb7bebd" disabledTextColor="0xe0e3e3" bkgndColor="0x394a4a" rowColor="0x394a4a" compColName="${{ComponentHeader}}" verColName="${{VersionHeader}}" resultColName="${{StatusHeader}}" showResultCol="true" verNotFoundText="${{ListEntryNotFound}}" successText="${{ListEntryInstalled}}" failedText="${{ListEntryFailed}}" notSelectedText="${{ListEntryNotSelected}}" notPerformedText="${{ListEntryNotInstalled}}" category="install" compColWidth="118pt" newVerColWidth="68pt" resultColWidth="68pt"/>
			<control style="uninstallResults" class="resultslistview" font="standardText" text="${{ResList}}" enabledTextColor="0xb7bebd" disabledTextColor="0xe0e3e3" bkgndColor="0x394a4a" rowColor="0x394a4a" compColName="${{ComponentHeader}}" verColName="${{VersionHeader}}" resultColName="${{StatusHeader}}" showResultCol="true" verNotFoundText="${{ListEntryNotFound}}" successText="${{ListEntryUninstalled}}" failedText="${{ListEntryFailed}}" notSelectedText="${{ListEntryNotSelected}}" notPerformedText="${{ListEntryNotUninstalled}}" category="uninstall" compColWidth="135pt" newVerColWidth="62pt" resultColWidth="62pt"/>
		</styles>
	</common>
	<form name="Blank" locale="0x0000">
	</form>
	<form name="Install" locale="0x0000">
		<include select="/forms/common/*"/>
		<properties>
			<bool name="@HideControls" value="false"/>
		</properties>
		<control name="productnametext" style="splashTitle" hidden="${@HideControls}" x="1pt" y="145pt" text="${{GeneralTitleText}}"/>
		<control name="productversiontext" style="splashVersion" hidden="${@HideControls}" x="1pt" y="159pt" text="${{GeneralVersionText}}"/>
		<control class="timer" onTimeout="!NextFormGroup" timeoutValue="true" duration="2000" start="true"/>
		<conditions>
			<switch property="@Unloading">
				<case value="true">
					<properties>
						<string name="!FrameDefaultTitle" value="${{InstallFrameTitle}}"/>
						<string name="!FrameBackgroundImage" value="${{FrameBackgroundImageInstall}}"/>
						<bool name="@HideControls" value="true"/>
						<bool name="!ShowBorder" value="true"/>
						<string name="!FrameWidth" value="444pt"/>
						<string name="!FrameHeight" value="309pt"/>
					</properties>
				</case>
			</switch>
		</conditions>
	</form>
	<form name="Uninstall" locale="0x0000">
		<include select="/forms/common/*"/>
		<properties>
			<bool name="@HideControls" value="false"/>
		</properties>
		<control name="productnametext" style="splashTitle" hidden="${@HideControls}" x="1pt" y="145pt" text="${{GeneralTitleText}}"/>
		<control name="productversiontext" style="splashVersion" hidden="${@HideControls}" x="1pt" y="159pt" text="${{GeneralVersionText}}"/>
		<control class="timer" onTimeout="!NextFormGroup" timeoutValue="true" duration="2000" start="true"/>
		<conditions>
			<switch property="@Unloading">
				<case value="true">
					<properties>
						<string name="!FrameDefaultTitle" value="${{UninstallFrameTitle}}"/>
						<string name="!FrameBackgroundImage" value="${{FrameBackgroundImageUninstall}}"/>
						<bool name="@HideControls" value="true"/>
						<bool name="!ShowBorder" value="true"/>
						<string name="!FrameWidth" value="444pt"/>
						<string name="!FrameHeight" value="309pt"/>
					</properties>
				</case>
			</switch>
		</conditions>
	</form>
</forms>
