<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/msgbox.css" />
		<include src="file://{resources}/styles/library/library.css" />
	</styles>

	<EditAppLaunchOptions class="TenfootMsgBox" defaultfocus="Rumble">
		<Panel class="MsgBoxBodyRegion" tabindex="auto" selectionpos="auto">
    		<Label class="StdTitle" text="#Library_AppControllerSettings_Title" />
			<Button class="Button" id="ChangeXInputOrderButton" selectionpos="auto" onactivate="ChangeXInputOrder()" >
				<Label text="#Library_Details_ChangeXInputOrderButton" />
			</Button>
			<ToggleButton class="CheckBox VisibleWithAllowDesktopConfig" id="AllowDesktopConfigButton" text="#Library_Details_AllowDesktopConfig" selectionpos="auto" onactivate="ToggleAllowDesktopConfig()"/>
      		<ToggleButton class="CheckBox VisibleWithAllowDesktopConfig" id="RunWithOverlayButton" text="#Library_Details_WithOverlay" selectionpos="auto" onactivate="ToggleRunNoOverlay()"/>
			<Panel id="" class="HorizontalSpace" />
			<Panel id="" class="HorizontalSpace" />
			<Panel id="EnableConfiguratorPanel">
				<Label class="SubTitle" text="#Library_Details_EnableConfigurator" />
				<DropDown id="EnableConfigurator" class="AppControllerSettingsDropdown"/>
			</Panel>
			<Panel class="RumbleHorizontalSpace" />
			<Panel class="RumbleHorizontalSpace" />		
			<Panel id="RumbleOn">
				<Label id="EmulatedRumbleText" class="SubTitle" text="#Library_Details_EnableRumble" />
				<Label id="RumbleText" class="SubTitle" text="#Library_Details_EnableRealRumble" />
				<DropDown id="RumbleEnable" class="AppControllerSettingsDropdown"/>
			</Panel>
			<Panel id="" class="RumbleSCIntensityHorizontalSpace" />
			<Panel id="" class="RumbleSCIntensityHorizontalSpace" />			
			<Panel id="RumbleSCIntensity">
				<Label class="SubTitle" text="#Library_SetAppRumbleFrequency_Label" />
				<DropDown id="RumbleFrequency" class="AppControllerSettingsDropdown"/>
			</Panel>
			<Panel id="" class="HorizontalSpace" />
			<Panel id="MsgBoxButtons">
                <Button class="Button" onactivate="SetAppSteamControllerSettings();">
                    <Label text="#UI_OK" />
                </Button>
                <Button class="Button" onactivate="ButtonCancel();">
                    <Label text="#UI_Cancel" />
                </Button>
            </Panel>        
        </Panel>
	</EditAppLaunchOptions>
</root>
