<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/mainmenu.css" />
		<include src="file://{resources}/styles/library/controllerbindings_gordon.css" />
	</styles>

	<ControllerPropertiesActivator>

		<Panel id="PropertiesBackground">
			<Panel id="TabBackground" />
		</Panel>
		<Panel id="Activators" selectionpos="0,1" />
		<Panel class="ColumnContainer" selectionpos="10,2" tabindex="auto">
			<!--
				Left Column
			-->
			<Panel id="LeftColumn" class="Column" selectionpos="10,3">
				<!-- Top tab -->
				<Panel class="FieldWrapper" id="ActivatorTab" modetab="on" sources="trackpad joystick ABXY gyro trigger Button bumper" >
					<Label class="FieldLabel HideInGameActions" text="#Library_Details_FieldLabel_ActivatorType" />
					<DropDown id="ActivatorDropDown" />
				</Panel>
				<!-- Full Press -->
				<Panel class="FieldWrapper" activators="fullpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_ActivatorBinding" />
					<ControllerBindingButton class="BindingButtonPropertiesMode" id="FullPress_Binding" />
				</Panel>
				<Panel id="ActivateStickOrTrackpadFullPress" class="FieldWrapper" activators="fullpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_ActivateStickOrTrackpad" />
					<DropDown id="FullPress_ActivateStickOrTrackpad" />
				</Panel>
				<!-- Long Press -->
				<Panel class="FieldWrapper" activators="longpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_ActivatorBinding" />
					<ControllerBindingButton class="BindingButtonPropertiesMode" id="LongPress_Binding" />
				</Panel>
				<Panel class="FieldWrapper" activators="longpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_LongPressTime" />
					<Slider id="LongPress_LongPressTime" direction="horizontal" />
				</Panel>
				<Panel id="ActivateStickOrTrackpadLongPress" class="FieldWrapper" activators="longpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_ActivateStickOrTrackpad" />
					<DropDown id="LongPress_ActivateStickOrTrackpad" />
				</Panel>
				<!-- Double Press -->
				<Panel class="FieldWrapper" activators="doublepress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_ActivatorBinding" />
					<ControllerBindingButton class="BindingButtonPropertiesMode" id="DoublePress_Binding" />
				</Panel>
				<Panel class="FieldWrapper" activators="doublepress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_DoubleTapTime" />
					<Slider id="DoublePress_DoubleTapTime" direction="horizontal" />
				</Panel>
				<Panel id="ActivateStickOrTrackpadDoublePress" class="FieldWrapper" activators="doublepress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_ActivateStickOrTrackpad" />
					<DropDown id="DoublePress_ActivateStickOrTrackpad" />
				</Panel>
				<!-- Release Press -->
				<Panel class="FieldWrapper" activators="release">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_ActivatorBinding" />
					<ControllerBindingButton class="BindingButtonPropertiesMode" id="Release_Binding" />
				</Panel>
				<!-- Start Press -->
				<Panel class="FieldWrapper" activators="startpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_ActivatorBinding" />
					<ControllerBindingButton class="BindingButtonPropertiesMode" id="StartPress_Binding" />
				</Panel>
				<!-- Analog -->
				<Panel class="FieldWrapper" activators="analog">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_AnalogOutputAxis" />
					<DropDown id="Analog_AnalogOutputAxis" />
				</Panel>
				<Panel class="FieldWrapper" activators="analog">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_AnalogStart" />
					<Slider id="Analog_AnalogStart" direction="horizontal" />
				</Panel>
				<Panel class="FieldWrapper" activators="analog">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_AnalogEnd" />
					<Slider id="Analog_AnalogEnd" direction="horizontal" />
				</Panel>		
				<!-- Soft Press -->
				<Panel class="FieldWrapper" activators="softpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_ActivatorBinding" />
					<ControllerBindingButton class="BindingButtonPropertiesMode" id="SoftPress_Binding" />
				</Panel>
				<Panel class="FieldWrapper" activators="softpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_SoftPressStyle" />
					<DropDown id="SoftPress_SoftPressStyle" />
				</Panel>					
				<Panel class="FieldWrapper" activators="softpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_SoftPressThreshold" />
					<Slider id="SoftPress_Threshold" direction="horizontal" />
					<Slider id="Pressure_Visualization" direction="horizontal" />
				</Panel>
        <!-- Chord -->
        <Panel class="FieldWrapper" activators="chord">
          <Label class="FieldLabel" text="#Library_Details_FieldLabel_ActivatorBinding" />
          <ControllerBindingButton class="BindingButtonPropertiesMode" id="Chord_Binding" />
        </Panel>
        <Panel class="FieldWrapper" activators="chord">
          <Label class="FieldLabel" text="#Library_Details_FieldLabel_ChordButton" />
          <DropDown id="Chord_ChordButton" />
        </Panel>        
      </Panel>
			<!--
				Middle Column
			-->
			<Panel id="MiddleColumn" class="Column" selectionpos="60,3">
				<!-- Full Press -->	
				<Panel class="FieldWrapper" activators="fullpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_Toggle" />
					<DropDown id="FullPress_Toggle" />
				</Panel>
				<Panel class="FieldWrapper" activators="fullpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_Interruptable" />
					<DropDown id="FullPress_Interruptable" />
				</Panel>
				<Panel class="FieldWrapper" activators="fullpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_StartDelay" />
					<Slider id="FullPress_StartDelay" direction="horizontal" />
				</Panel>
				<Panel class="FieldWrapper" activators="fullpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_EndDelay" />
					<Slider id="FullPress_EndDelay" direction="horizontal" />
				</Panel>
				<!-- Long Press -->
				<Panel class="FieldWrapper" activators="longpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_Toggle" />
					<DropDown id="LongPress_Toggle" />
				</Panel>
				<Panel class="FieldWrapper" activators="longpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_StartDelay" />
					<Slider id="LongPress_StartDelay" direction="horizontal" />
				</Panel>
				<Panel class="FieldWrapper" activators="longpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_EndDelay" />
					<Slider id="LongPress_EndDelay" direction="horizontal" />
				</Panel>	
				<!-- Double Press -->
				<Panel class="FieldWrapper" activators="doublepress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_Toggle" />
					<DropDown id="DoublePress_Toggle" />
				</Panel>
				<Panel class="FieldWrapper" activators="doublepress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_StartDelay" />
					<Slider id="DoublePress_StartDelay" direction="horizontal" />
				</Panel>
				<Panel class="FieldWrapper" activators="doublepress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_EndDelay" />
					<Slider id="DoublePress_EndDelay" direction="horizontal" />
				</Panel>
				<!-- Release Press -->
				<Panel class="FieldWrapper" activators="release">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_Toggle" />
					<DropDown id="Release_Toggle" />
				</Panel>
				<Panel class="FieldWrapper" activators="release">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_Interruptable" />
					<DropDown id="Release_Interruptable" />
				</Panel>
				<Panel class="FieldWrapper" activators="release">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_StartDelay" />
					<Slider id="Release_StartDelay" direction="horizontal" />
				</Panel>
				<Panel class="FieldWrapper" activators="release">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_EndDelay" />
					<Slider id="Release_EndDelay" direction="horizontal" />
				</Panel>
				<!-- Start Press -->
				<Panel class="FieldWrapper" activators="startpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_Toggle" />
					<DropDown id="StartPress_Toggle" />
				</Panel>
				<Panel class="FieldWrapper" activators="startpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_StartDelay" />
					<Slider id="StartPress_StartDelay" direction="horizontal" />
				</Panel>
				<Panel class="FieldWrapper" activators="startpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_EndDelay" />
					<Slider id="StartPress_EndDelay" direction="horizontal" />
				</Panel>
				<!-- Soft Press -->
				<Panel class="FieldWrapper" activators="softpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_Toggle" />
					<DropDown id="SoftPress_Toggle" />
				</Panel>
				<Panel class="FieldWrapper" activators="softpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_Interruptable" />
					<DropDown id="SoftPress_Interruptable" />
				</Panel>
				<Panel class="FieldWrapper" activators="softpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_StartDelay" />
					<Slider id="SoftPress_StartDelay" direction="horizontal" />
				</Panel>
        <Panel class="FieldWrapper" activators="softpress">
          <Label class="FieldLabel" text="#Library_Details_FieldLabel_Invert" />
          <DropDown id="SoftPress_Invert" />
        </Panel>
        <!-- Chord -->
        <Panel class="FieldWrapper" activators="chord">
          <Label class="FieldLabel" text="#Library_Details_FieldLabel_Toggle" />
          <DropDown id="Chord_Toggle" />
        </Panel>
        <Panel class="FieldWrapper" activators="chord">
          <Label class="FieldLabel" text="#Library_Details_FieldLabel_Interruptable" />
          <DropDown id="Chord_Interruptable" />
        </Panel>
        <Panel class="FieldWrapper" activators="chord">
          <Label class="FieldLabel" text="#Library_Details_FieldLabel_StartDelay" />
          <Slider id="Chord_StartDelay" direction="horizontal" />
        </Panel>
        <Panel class="FieldWrapper" activators="chord">
          <Label class="FieldLabel" text="#Library_Details_FieldLabel_EndDelay" />
          <Slider id="Chord_EndDelay" direction="horizontal" />
        </Panel>        
			</Panel>

			<!--
				Right Column
			-->

			<Panel id="RightColumn" class="Column" selectionpos="110,3">
				<!-- Full Press -->
				<Panel class="FieldWrapper" activators="fullpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_HapticIntensity" />
					<DropDown id="FullPress_HapticIntensity" />
				</Panel>
				<Panel class="FieldWrapper" activators="fullpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_CycleBinding" />
					<DropDown id="FullPress_CycleBindings" />
				</Panel>				
				<Panel class="FieldWrapper" activators="fullpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_HoldRepeats" />
					<DropDown id="FullPress_HoldRepeats" />
				</Panel>
				<Panel class="FieldWrapper" activators="fullpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_RepeatRate" />
					<Slider id="FullPress_RepeatRate" direction="horizontal" />
				</Panel>

				<!-- Long Press -->
				<Panel class="FieldWrapper" activators="longpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_HapticIntensity" />
					<DropDown id="LongPress_HapticIntensity" />
				</Panel>
				<Panel class="FieldWrapper" activators="longpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_CycleBinding" />
					<DropDown id="LongPress_CycleBindings" />
				</Panel>				
				<Panel class="FieldWrapper" activators="longpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_HoldRepeats" />
					<DropDown id="LongPress_HoldRepeats" />
				</Panel>
				<Panel class="FieldWrapper" activators="longpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_RepeatRate" />
					<Slider id="LongPress_RepeatRate" direction="horizontal" />
				</Panel>

				<!-- Double Press -->
				<Panel class="FieldWrapper" activators="doublepress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_HapticIntensity" />
					<DropDown id="DoublePress_HapticIntensity" />
				</Panel>
				<Panel class="FieldWrapper" activators="doublepress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_CycleBinding" />
					<DropDown id="DoublePress_CycleBindings" />
				</Panel>				
				<Panel class="FieldWrapper" activators="doublepress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_HoldRepeats" />
					<DropDown id="DoublePress_HoldRepeats" />
				</Panel>
				<Panel class="FieldWrapper" activators="doublepress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_RepeatRate" />
					<Slider id="DoublePress_RepeatRate" direction="horizontal" />
				</Panel>
				
				<!-- Release Press -->
				<Panel class="FieldWrapper" activators="release">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_HapticIntensity" />
					<DropDown id="Release_HapticIntensity" />
				</Panel>
				<Panel class="FieldWrapper" activators="release">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_CycleBinding" />
					<DropDown id="Release_CycleBindings" />
				</Panel>				
				<!-- Start Press -->
        <Panel class="FieldWrapper" activators="startpress">
          <Label class="FieldLabel" text="#Library_Details_FieldLabel_CycleBinding" />
          <DropDown id="StartPress_CycleBindings" />
        </Panel>
        <Panel class="FieldWrapper" activators="startpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_HapticIntensity" />
					<DropDown id="StartPress_HapticIntensity" />
				</Panel>
				<!-- Analog -->
				<Panel class="FieldWrapper" activators="analog">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_HapticIntensity" />
					<DropDown id="Analog_HapticIntensity" />
				</Panel>
				<!-- Soft Press -->
				<Panel class="FieldWrapper" activators="softpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_HapticIntensity" />
					<DropDown id="SoftPress_HapticIntensity" />
				</Panel>
				<Panel class="FieldWrapper" activators="softpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_CycleBinding" />
					<DropDown id="SoftPress_CycleBindings" />
				</Panel>
				<Panel class="FieldWrapper" activators="softpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_HoldRepeats" />
					<DropDown id="SoftPress_HoldRepeats" />
				</Panel>
				<Panel class="FieldWrapper" activators="softpress">
					<Label class="FieldLabel" text="#Library_Details_FieldLabel_RepeatRate" />
					<Slider id="SoftPress_RepeatRate" direction="horizontal" />
				</Panel>
        <!-- Chord -->
        <Panel class="FieldWrapper" activators="chord">
          <Label class="FieldLabel" text="#Library_Details_FieldLabel_HapticIntensity" />
          <DropDown id="Chord_HapticIntensity" />
        </Panel>
        <Panel class="FieldWrapper" activators="chord">
          <Label class="FieldLabel" text="#Library_Details_FieldLabel_CycleBinding" />
          <DropDown id="Chord_CycleBindings" />
        </Panel>
        <Panel class="FieldWrapper" activators="chord">
          <Label class="FieldLabel" text="#Library_Details_FieldLabel_HoldRepeats" />
          <DropDown id="Chord_HoldRepeats" />
        </Panel>
        <Panel class="FieldWrapper" activators="chord">
          <Label class="FieldLabel" text="#Library_Details_FieldLabel_RepeatRate" />
          <Slider id="Chord_RepeatRate" direction="horizontal" />
        </Panel>
        
			</Panel>
		</Panel>

	</ControllerPropertiesActivator>
</root>
