<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="UpdateDropDown">
		<Panel class="MsgBoxBodyRegion" tabindex="auto" selectionpos="auto">
    		<Label class="StdTitle" text="#Library_EditUpdateOptions_Title" />

    		<Label class="StdLabelMed" text="#Library_AutoUpdate_CodeLabel" />
	    	<DropDown id="AutoUpdatesDropDown" class="OptionsDropDown"/>
	    	<Panel class="Spacer" />
	    	<Label class="StdLabelMed" text="#Library_BackgroundUpdates_Label" />
	    	<DropDown id="BackgroundUpdatesDropDown" class="OptionsDropDown" />
        <Panel id="MsgBoxButtons">
            <Button class="Button" onactivate="ButtonCancel()">
                <Label text="#UI_OK" />
            </Button>
        </Panel>        
        </Panel>
	</EditAppLaunchOptions>
</root>
