<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="LaunchOptions">
		<Panel class="MsgBoxBodyRegion" tabindex="auto" selectionpos="auto">
    		<Label class="StdTitle" text="#Library_EditCommandLine_Title" />

    		<Label class="SubTitle" text="#Library_EditCommandLine_CodeLabel" />
	    	<TextEntry id="LaunchOptions"
		       	textinputid="LaunchOptionsTextEntry"
    			textinputclass="HalfWidth DockLeft AppearFromBottomCenter" />

            <Panel id="MsgBoxButtons">
                <Button class="Button" onactivate="SetAppLaunchOptions();">
                    <Label text="#UI_OK" />
                </Button>
                <Button class="Button" onactivate="ButtonCancel();">
                    <Label text="#UI_Cancel" />
                </Button>
            </Panel>        
        </Panel>
	</EditAppLaunchOptions>
</root>
