6
2026-01-24 12:49:55 +03:00

23 lines
1.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<PanelContainer Margin="0 5 0 0"
MouseFilter="Stop"
Name="MusicTitle"
Access="Public"
xmlns="https://spacestation14.io"
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
xmlns:style="clr-namespace:Content.Client.Stylesheets"
xmlns:xNamespace="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- Золотистый цвет панельки с песней !-->
<PanelContainer.PanelOverride>
<graphics:StyleBoxFlat BackgroundColor="{xNamespace:Static style:StyleNano.NanoGold}"/>
</PanelContainer.PanelOverride>
<BoxContainer Margin="5 0 5 0" Orientation="Vertical" HorizontalExpand="True">
<BoxContainer Orientation="Horizontal">
<Label Name="MusicAuthor" Access="Public" HorizontalExpand="True" Text="Автор: The Linkin Park"/>
<Label Name="MusicTimer" Access="Public" Text="00:00"/>
</BoxContainer>
<Label Name="MusicName" Access="Public" Text="Название: NewerMind"/>
</BoxContainer>
</PanelContainer>