30 lines
1.6 KiB
Plaintext
30 lines
1.6 KiB
Plaintext
|
|
<DefaultWindow xmlns="https://spacestation14.io" MinSize="600 700" Name="BoomBoxWindow" Title="Альфа-Шкварки">
|
||
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalExpand="True">
|
||
|
|
<Label Name="CurrenSongLabel" HorizontalAlignment="Center" HorizontalExpand="True"></Label>
|
||
|
|
<BoxContainer Orientation="Horizontal" HorizontalAlignment="Center">
|
||
|
|
<Button Access="Internal" Name="StopButton" Text="Остановить" HorizontalAlignment="Right"></Button>
|
||
|
|
<Button Access="Internal" Name="RepeatButton" Text="Повторять" HorizontalAlignment="Right" ToggleMode="True"></Button>
|
||
|
|
<Button Access="Internal" Name="EjectButton" Text="Извлечь"></Button>
|
||
|
|
</BoxContainer>
|
||
|
|
|
||
|
|
<TabContainer VerticalExpand="True" HorizontalExpand="True">
|
||
|
|
<!-- <ScrollContainer Name="DefaultSongsTab"
|
||
|
|
HScrollEnabled="False">
|
||
|
|
<BoxContainer Name="DefaultSongsContainer"
|
||
|
|
Orientation="Vertical"
|
||
|
|
Margin="2 2 0 0"
|
||
|
|
HorizontalExpand="True">
|
||
|
|
</BoxContainer>
|
||
|
|
</ScrollContainer> -->
|
||
|
|
<ScrollContainer Name="TapeSongsTab"
|
||
|
|
HScrollEnabled="False">
|
||
|
|
<BoxContainer Name="TapeSongsContainer"
|
||
|
|
Orientation="Vertical"
|
||
|
|
Margin="2 2 0 0"
|
||
|
|
HorizontalExpand="True">
|
||
|
|
</BoxContainer>
|
||
|
|
</ScrollContainer>
|
||
|
|
</TabContainer>
|
||
|
|
</BoxContainer>
|
||
|
|
</DefaultWindow>
|