<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/settings.css" />
		<include src="file://{resources}/styles/library/library.css" />
	</styles>

	<LibrarySettings tabindex="auto" selectionpos="auto">
		
		<!-- main settings panel, a big container of buttons -->
		<Panel id="SettingsContent" class="SettingsMainContent LibraryDetailsSectionRow" tabindex="auto" selectionpos="auto" >

			<!-- Column 1 -->

			<Panel class="SettingsContent SettingsLeftContent" tabindex="auto" selectionpos="auto">

				<Panel id="ControllerSection" class="LibrarySettingsSection">
					<Label id="ControllerLabel" class="LibrarySettingsHeader" text="#Library_Settings_ControllerSettings" />
					<Button id="ManageControllersButton" class="Button">
						<Label id="ManageControllersLabel" text="#Library_Details_ManageControllers"/>
					</Button>
					<Button id="AppControllerSettingsButton" class="Button">
						<Label id="AppControllerSettingsLabel" text="#Library_Details_AppControllerSettings"/>
					</Button>			
				</Panel>

				<Panel id="PreferencesSection" class="LibrarySettingsSection">
					<Label id="PreferencesLabel" class="LibrarySettingsHeader" text="#Library_Settings_Preferences" />	
					<Button id="UpdateOptionsButton" class="Button">
						<Label id="UpdateOptionsLabel" class="LongDesc" text="#Library_Details_EditUpdateOptions" />
					</Button>
					<Button id="SteamPlayOptionsButton" class="Button">
						<Label id="SteamPlayOptionsLabel" class="LongDesc" text="#Library_Details_EditSteamPlayOptions" />
					</Button>
					<Button id="LaunchOptionsButton" class="Button">
						<Label id="LaunchOptionsLabel" class="LongDesc" text="#Library_Details_EditLaunchCommandLine" />
					</Button>
					<Button id="SetLanguageButton" class="Button">
						<Label id="SetLanguageLabel" class="LongDesc" text="#Library_Details_SetLanguage" />
					</Button>
					<ToggleButton id="IncludeInVRButton" class="CheckBox" text="#Library_Details_IncludeInVR" tabindex="auto" selectionpos="auto" onselect="IncludeInVRButtonChanged(true);" ondeselect="IncludeInVRButtonChanged(false);"/>
				</Panel>

				<Panel id="OrganizeSection" class="LibrarySettingsSection">
					<Label id="OrganizeLabel" class="LibrarySettingsHeader" text="#Library_Settings_Organize" />
					<Button id="UnblockedGamesButton" class="UnblockedGamesButton Button">
						<Label id="UnblockedGamesLabel" text="" />
					</Button>
					<Button id="FavoritesButton" class="Button">
						<Label id="FavoritesLabel" class="LongDesc" text="#Library_Details_AddToFavorites" />
					</Button>
					<Button id="CategoryButton" class="Button">
						<Label id="CategoryLabel" class="LongDesc" text="#Library_Details_SetCategory" />
					</Button>
					<Button id="ChooseIconButton" class="Button">
						<Label id="ChooseIconLabel" class="LongDesc" text="#Library_Details_ChooseIcon"/>
					</Button>
					<Button id="ChangeShortcutNameButton" class="Button">
						<Label id="ChangeShortcutNameLabel" class="LongDesc" text="#Library_Details_ChangeShortcutName"/>
					</Button>				
				</Panel>

				<Panel id="SupportSection" class="LibrarySettingsSection">
					<Label id="SupportLabel" class="LibrarySettingsHeader" text="#Library_Settings_Support" />
					<ParentalButton id="ManageAccountButton" class="Button">
						<Label id="ManageAccountLabel" text="#Library_Details_ManageAccount" />
					</ParentalButton>
					<ParentalButton id="ForumsButton" class="Button">
						<Label id="ForumsLabel" text="#Library_Details_GameForums" />
					</ParentalButton>
					<ParentalButton id="SupportButton" class="Button">
						<Label id="SupportLabel" text="#Library_Details_Support" />
					</ParentalButton>
				</Panel>


			</Panel>	

			<!-- Column 2 -->

			<Panel class="SettingsContent SettingsMiddleContent" tabindex="auto" selectionpos="auto">

				<Panel id="ContentSection" class="LibrarySettingsSection">
					<Label id="ContentLabel" class="LibrarySettingsHeader" text="#Library_Settings_Content" />
					<Button id="CDKeyButton" class="Button">
						<Label id="CDKeyLabel" text="#Library_Details_LegacyCDKey" />
					</Button>
					<Button id="ValidateButton" class="Button">
						<Label id="ValidateLabel" class="LongDesc" text="#Library_Details_ValidateLocalContent" />
					</Button>					
					<Button id="DeleteButton" class="Button">
						<Label id="DeleteLabel" class="LongDesc" text="#Library_Details_DeleteLocalContent" />
					</Button>
					<Button id="DeleteShortcutButton" class="Button">
						<Label id="DeleteShortcutLabel" class="LongDesc" text="#Library_Details_DeleteShortcut" />
					</Button>
					<Button id="BetaButton" class="Button">
						<Label id="BetaLabel" class="LongDesc" text="#Library_Details_OptIntoBeta" />
					</Button>
				</Panel>
				
				<Panel id="MiscSection" class="LibrarySettingsSection">
					<Label id="MiscLabel" class="LibrarySettingsHeader" text="#Library_Settings_Misc" />
					<Button id="StorePageButton" class="Button">
						<Label id="StorePageLabel" text="#Library_Details_StorePage" />
					</Button>
				</Panel>

			</Panel>
			
			<!-- Column 3 -->

			<Panel class="SettingsContent SettingsRightContent">
			</Panel>


		</Panel>

	</LibrarySettings>

</root>
