<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>

	<EditShortcutName class="TenfootMsgBox" defaultfocus="ActionSetName">
		<Panel class="MsgBoxBodyRegion" tabindex="auto" selectionpos="auto">
    		<Label class="StdTitle" text="#Library_SelectActionSet_Title" />

    		<Label class="SubTitle" text="#Library_SelectActionSet_CodeLabel" />
				<Panel id="SelectPresetDropDownPanel" class="SelectPresetDropDownContainer">
					<DropDown id="SelectPresetDropDown" />
				</Panel>
				<Panel id="" class="HorizontalSpace" />
				<Panel id="" class="HorizontalSpace" />
				<ToggleButton class="CheckBox" id="EnableDisplay" text="#Library_Details_EnableActionSetDisplay" selectionpos="auto" onactivate="ToggleEnableDisplay()"/>
				<Panel id="" class="HorizontalSpace" />
				<ToggleButton class="CheckBox" id="EnableBeep" text="#Library_Details_EnableActionSetBeep" selectionpos="auto" onactivate="ToggleEnableBeep()"/>
				<Panel id="" class="HorizontalSpace" />

            <Panel id="MsgBoxButtons">
                <Button class="Button" onactivate="SelectActionSet();">
                    <Label text="#UI_OK" />
                </Button>
                <Button class="Button" onactivate="ButtonCancel();">
                    <Label text="#UI_Cancel" />
                </Button>
            </Panel>        
        </Panel>
	</EditShortcutName>
</root>
