<skin>
	<!-- ======================================================================================= -->
	<!-- ==================================== Launcher Skin ==================================== -->
	<!-- ======================================================================================= -->
	
	<element type="Launcher.LauncherMainForm" name="LauncherMainForm" text="text.window.title" width="806" height="632" visible="true">
		<audio>
			<ambient file="(Euro_Loading_1)_Time_and_Again.mp3" volume="0"/>
			<ambient file="(Euro_Loading_2)_The_Widow.mp3" volume="0"/>
		</audio>
	</element>
	
	<element type="AxMSIELib.AxMsie" name="newsPanel" x="250" y="200" width="380" height="317" visible="true">
	</element>
	
	<element type="AxMSIELib.AxMsie" name="pollPanel" x="630" y="200" width="168" height="317" visible="true">
	</element>
		
	<element type="System.Windows.Forms.Panel" name="background" x="0" y="0" width="800" height="517" visible="true">
		<states>
			<state type="default" image="Launcher_Background.jpg"/>
		</states>
	</element>

	<element type="System.Windows.Forms.Panel" name="buttonBar" x="0" y="517" width="800" height="83" visible="true">
		<states>
			<state type="default" image="Launcher_BK_lower.jpg"/>
		</states>
	</element>
	
	<element type="SkinLib.SkinnedButton" name="button1" text="text.buttons.community" x="8" y="16" width="112" height="32" visible="false" textColour="ffffffff" font="Verdana" fontSize="12">
	</element>
	
	<element type="SkinLib.SkinnedButton" name="button2" text="text.buttons.account" x="128" y="16" width="112" height="32" visible="false" textColour="ffffffff" font="Verdana" fontSize="12">
	</element>
	
	<element type="SkinLib.SkinnedButton" name="button3" text="text.buttons.support" x="248" y="16" width="112" height="32" visible="false" textColour="ffffffff" font="Verdana" fontSize="12">
	</element>
	
	<element type="SkinLib.SkinnedButton" name="button5" text="text.buttons.community" x="20" y="19" width="182" height="50" visible="false" textColour="fff4da2c" font="Times New Roman" fontSize="16">
		<action type="launchExecutable" arguments="Application=browser;Arguments=http://www.totalwar.com"/>
		<states>
			<state type="default" image="Launcher_button_community_default.jpg"/>
			<state type="up" image="Launcher_button_community_default.jpg"/>
			<state type="hover" image="Launcher_button_community_hover.jpg"/>
			<state type="down" image="Launcher_button_community_down.jpg"/>
			<state type="disabled" image="Launcher_button_community_default.jpg"/>
		</states>
		<audio>
			<event type="hover" file="text_slide.mp3" volume="0"/>
			<event type="activate" file="next_mtw_01.mp3" volume="0"/>
		</audio>
	</element>
	
	<element type="SkinLib.SkinnedButton" name="button4" text="text.buttons.play" x="599" y="19" width="182" height="50" visible="true" textColour="fff4da2c" font="Times New Roman" fontSize="16">
		<action type="launchExecutable" arguments="Application=gameExe;Arguments=launcherArgs;PostLaunch=exitLauncher"/>
		<states>
			<state type="default" image="Launcher_button_play_default.jpg"/>
			<state type="up" image="Launcher_button_play_default.jpg"/>
			<state type="hover" image="Launcher_button_play_hover.jpg"/>
			<state type="down" image="Launcher_button_play_down.jpg"/>
			<state type="disabled" image="Launcher_button_play_default.jpg"/>
		</states>
		<audio>
			<event type="hover" file="text_slide.mp3" volume="0"/>
			<event type="activate" file="start_MTW2_short.mp3" volume="0"/>
		</audio>
	</element>
	
	<element type="SkinLib.SkinnedButton" name="settingsButton" text="text.buttons.settings" x="20" y="19" width="182" height="50" visible="true" textColour="fff4da2c" font="Times New Roman" fontSize="16">
		<states>
			<state type="default" image="Launcher_button_settings_default.jpg"/>
			<state type="up" image="Launcher_button_settings_default.jpg"/>
			<state type="hover" image="Launcher_button_settings_hover.jpg"/>
			<state type="down" image="Launcher_button_settings_down.jpg"/>
			<state type="disabled" image="Launcher_button_settings_default.jpg"/>
		</states>
		<audio>
			<event type="hover" file="text_slide.mp3" volume="0"/>
			<event type="activate" file="next_mtw_01.mp3" volume="0"/>
		</audio>
	</element>
	
	<!-- ======================================================================================= -->
	<!-- ================================= Update Progress Skin ================================ -->
	<!-- ======================================================================================= -->
	
		
	<element type="UpdateLib.UpdateProgressForm" name="UpdateProgressForm" text="text.update.title" width="480" height="152" visible="true">
	</element>
	
	<element type="System.Windows.Forms.Panel" name="updateBackground" x="0" y="0" width="474" height="152" visible="true">
	</element>
	
	<element type="System.Windows.Forms.ProgressBar" name="progressBar" x="8" y="64" width="456" height="24" visible="true">
	</element>
	
	<element type="System.Windows.Forms.Label" name="stageDescription" x="8" y="8" width="456" height="24" visible="true" font="Verdana" fontSize="11">
	</element>
	
	<element type="System.Windows.Forms.Label" name="currentProgress" x="8" y="40" width="456" height="24" visible="true" font="Verdana" fontSize="11">
	</element>
	
	<element type="System.Windows.Forms.Button" name="cancelButton" text="text.update.buttons.cancel" x="360" y="96" width="112" height="32" visible="true">
	</element>
			
	<!-- ======================================================================================= -->
	<!-- ================================== Settings Page Skin ================================= -->
	<!-- ======================================================================================= -->
	
	<element type="Launcher.ConnectionSettingsForm" name="ConnectionSettingsForm" text="text.settings.title" width="408" height="200" visible="true">
	</element>
	
	<element type="System.Windows.Forms.CheckBox" name="useProxyServer" x="8" y="16" width="264" height="24" visible="true" text="text.settings.checkbox.useProxy">
	</element>
	
	<element type="System.Windows.Forms.Label" name="proxyAddressLabel" text="text.settings.label.proxyAddress" x="8" y="48" width="100" height="24" visible="true">
	</element>
	
	<element type="System.Windows.Forms.Label" name="proxyPortLabel" text="text.settings.label.proxyPort" x="296" y="48" width="100" height="24" visible="true">
	</element>
	
	<element type="System.Windows.Forms.Label" name="usernameLabel" text="text.settings.label.proxyUsername" x="8" y="96" width="100" height="24" visible="true">
	</element>
	
	<element type="System.Windows.Forms.Label" name="passwordLabel" text="text.settings.label.proxyPassword" x="208" y="96" width="100" height="24" visible="true">
	</element>
	
	<element type="System.Windows.Forms.TextBox" name="proxyAddress" x="8" y="64" width="280" height="20" visible="true">
	</element>
	
	<element type="System.Windows.Forms.TextBox" name="proxyPort" x="296" y="64" width="96" height="20" visible="true">
	</element>
	
	<element type="System.Windows.Forms.TextBox" name="username" x="8" y="112" width="184" height="20" visible="true">
	</element>
	
	<element type="System.Windows.Forms.TextBox" name="password" x="208" y="112" width="184" height="20" visible="true">
	</element>
	
	<element type="System.Windows.Forms.Button" name="saveSettings" text="text.settings.buttons.saveSettings" x="232" y="144" width="75" height="24" visible="true">
	</element>
	
	<element type="System.Windows.Forms.Button" name="cancelButton" text="text.settings.buttons.cancel" x="320" y="144" width="75" height="24" visible="true">
	</element>
	
	<!-- ======================================================================================= -->
	<!-- ===================================== Updater Skin ==================================== -->
	<!-- ======================================================================================= -->
	
	<element type="Updater.UpdaterMainForm" name="UpdaterMainForm" text="text.updater.title" width="408" height="200" visible="true">
	</element>
	
	<element type="System.Windows.Forms.Label" name="updateProgressMessage" text="text.updater.status1" x="0" y="0" width="312" height="48" visible="true">
	</element>
	
	<element type="System.Windows.Forms.ProgressBar" name="updaterProgress" x="0" y="56" width="312" height="24" visible="true">
	</element>
</skin>