<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/msgbox.css" />
		<include src="file://{resources}/styles/library/library.css" />
		<include src="file://{resources}/styles/library/controllerbindings.css" />
	</styles>

	<TenfootMsgBox defaultfocus="ButtonOk" tabindex="auto" selectionpos="auto" >
		<Panel id="MsgBoxBodyRegion" class="MsgBoxBodyRegion" oncancel="BindingSaveCancelled()">
			<Panel id="MsgBoxHeader" class="MsgBoxHeader">
				<Label id="MsgBoxTitle" class="MsgBoxTitle" text="#Library_ControllerSaveBindingTitle" />
			</Panel>
			<Panel id="MsgBoxButtonArea" class="MsgBoxButtonArea">
				<Panel id="MsgBoxDescriptionArea" class="MsgBoxDescriptionArea">
					<Panel id="SetTitleRegion">
						<DropDown id="OfficialConfigurationTitleDropDown" class="OfficialTitleDropDown">
						</DropDown>
						<Label id="SetTitleHint" text="#Library_ControllerSetTitle" hittest="false"/>
						<TextEntry id="BindingTitleEntry"
							maxchars="256" 
							textinputid="BindingTitleTextEntry"
							textinputdoneactionstring="#Friends_AddFriend_OK"
							textinputclass="HalfWidth DockLeft AppearFromBottomCenter"
						/>
					</Panel>

					<Panel id="AddDescriptionRegion">
						<DropDown id="OfficialConfigurationDescDropDown" class="OfficialTitleDropDown">
						</DropDown>
						<Label id="AddDescriptionHint" text="#Library_ControllerAddDescription" hittest="false" />
						<TextEntry id="AddDescriptionEntry" 
							maxchars="4096"
							textinputid="AddDescriptionTextEntry"
							textinputdoneactionstring="#Friends_AddFriend_OK"
							textinputclass="HalfWidth DockLeft AppearFromBottomCenter"
						/>
					</Panel>

					<DropDown id="VisibilityDropDown" class="VisibilityDropDown">
						<Label id="Private" text="#Library_ControllerBindingPrivate" />
						<Label id="Public" text="#Library_ControllerBindingPublic" />
					</DropDown>

				</Panel>
				
				<Panel id="MsgBoxButtons">	
					<Button id="ButtonOk" class="ButtonOK MsgBoxButton Button">
						<Label id="OKButtonText" text="#Library_ControllerSaveConfirm" />
						<Label id="OKButtonTextPublish" text="#Library_ControllerPublishConfirm" />
					</Button>
					<Button id="ButtonCancel" class="ButtonCancel MsgBoxButton Button">
						<Label id="CancelButtonText" text="#Library_ControllerSaveCancel" />
					</Button>
				</Panel>

			</Panel>
			<Panel id="ThrobberRow">
				<Panel id="ThrobberRowWrapper">
					<LoadingThrobber id="Throbber" />
					<Label id="WorkingText" text="#Library_ControllerSaveWorking" />
				</Panel>
			</Panel>
		</Panel>
	</TenfootMsgBox>
</root>
