<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/msgbox.css" />
		<include src="file://{resources}/styles/library/waitingforgames.css" />
	</styles>

	<WaitingForGamesMsgBox defaultfocus="ButtonCancel" tabindex="auto" selectionpos="auto">
		<Panel id="MsgBoxBodyRegion" class="MsgBoxBodyRegion">
			<Panel id="MsgBoxHeader" class="MsgBoxHeader">
				<Label id="MsgBoxTitle" class="MsgBoxTitle" text="#Library_WaitingOnGamesTitle" />
			</Panel>
			<Panel id="MsgBoxButtonArea" class="MsgBoxButtonArea">
				<Panel id="MsgBoxDescriptionArea" class="MsgBoxDescriptionArea">
					<Label id="MsgBoxContents" class="MsgBoxContents" text="#Library_WaitingOnGamesDesc" />
				</Panel>
			
				<Panel id="MsgBoxButtons">	
					<Button id="ButtonCancel" class="ButtonCancel MsgBoxButton Button" onactivate="CancelWaitingForGames();">
						<Label id="CancelButtonText" text="#Library_WaitingOnGamesCancel" />
					</Button>
				</Panel>
			</Panel>
		</Panel>
	</WaitingForGamesMsgBox>
</root>
