<GuiXml>
	<Controls>
		<TopLevelControl name="dbBLANK">
			<OnUpdate>
				DB.Update(self)
			</OnUpdate>
		</TopLevelControl>
		<!-- Заготовка отображения информации о предмете -->
		<Control name="DBUI_Container" mouseEnabled="true">
			<Controls>
				<!-- Фон -->
				<Backdrop name="$(parent)Bg">
					<!-- <AnchorFill/> -->
				</Backdrop>

				<!-- Заголовок -->
				<Label name="$(parent)Title" font="ZoFontGame">
					<!-- <AnchorFill/> -->
				</Label>

				<!-- Счетчик вещей -->
				<Label name="$(parent)ItemCounter" font="ZoFontGame" color="white">
					<AnchorFill/>
				</Label>

				<!-- Слайдер -->
				<Slider name="$(parent)Slider" mouseEnabled="true" step="1">
					<!-- <AnchorFill/> -->
				</Slider>

			</Controls>
		</Control>
		<Control name="TemplateRow" virtual="true" mouseEnabled="true">
			<AnchorFill/>
			<Controls>
				<!-- Фон -->
				<Texture name="$(parent)Bg">
					<AnchorFill/>
				</Texture>

				<!-- Подсветка -->
				<Texture name="$(parent)Highlight">
					<AnchorFill/>
				</Texture>

				<!-- Новый статус -->
				<Control name="$(parent)NewStatus">
					<AnchorFill/>
				</Control>

				<!-- Кнопка -->
				<Control name="$(parent)Button">
					<AnchorFill/>
					<Controls>
						<Texture name="$(parent)Icon">
							<AnchorFill/>
						</Texture>

						<Label name="$(parent)StackCount" font="ZoFontGame" color="white">
							<AnchorFill/>
						</Label>
					</Controls>
				</Control>

				<!-- Имя -->
				<Label name="$(parent)Name" font="ZoFontGame" color="white">
					<AnchorFill/>
				</Label>

				<!-- Значение -->
				<Label name="$(parent)StatValue" font="ZoFontGame" color="white">
					<AnchorFill/>
				</Label>

				<!-- Цена -->
				<Label name="$(parent)SellPrice" font="ZoFontGame" color="white">
					<AnchorFill/>
				</Label>
			</Controls>
		</Control>
	</Controls>
</GuiXml>