<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/msgbox.css" />
		<include src="file://{resources}/styles/library/controllerregistration.css" />
	</styles>
	<Panel tabindex="auto" class="TenfootMsgBox " selectionpos="auto" >
		<Panel id="MsgBoxBodyRegion" class="MsgBoxBodyRegion" oncancel="ButtonCancel()">
			<Panel id="MsgBoxHeader" class="MsgBoxHeader">
				<Panel>
					<Label class="MsgBoxTitle" text="#Controller_SetMouseDelta_Title" />
					<Panel id="LightColorIconContainer">
					<Image id="LightColorIcon" src="file://{images}/library/controller/binding_icons/ghost_080_input_0140.png" />
					</Panel>
				</Panel>
			</Panel>

			<Panel id="" class="HorizontalSpace" />
			<Label class="SubTitle" text="#Controller_SetMouseDelta_Description" />
			<Panel id="" class="HorizontalSpace" />
			<Panel id="XDeltaContainer">
				<Label class="DeltaLabel" text="#ControllerConfig_MouseDeltaX" />
        <TextEntry id="MouseDeltaXTextEntry"/>
				<Slider id="MouseDeltaXSlider" direction="horizontal" />
			</Panel>
			<Panel id="YDeltaContainer">
				<Label class="DeltaLabel" text="#ControllerConfig_MouseDeltaY" />
        <TextEntry id="MouseDeltaYTextEntry"/>
				<Slider id="MouseDeltaYSlider" direction="horizontal" />
			</Panel>
			<Panel class="HorizontalSpace" />
			<Panel id="MsgBoxButtons">
				<Button class="Button" onactivate="ButtonOK();">
					<Label text="#UI_OK" />
				</Button>
				<Button class="Button" onactivate="ButtonCancel();">
					<Label text="#UI_Cancel" />
				</Button>
			</Panel>
		</Panel>
	</Panel>
</root>
