Files
OldThink/Content.Client/_White/Jukebox/TapeCreatorMenu.xaml

17 lines
1.1 KiB
XML

<DefaultWindow xmlns="https://spacestation14.io" MinSize="200 300" Title="Мысль">
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalExpand="True">
<BoxContainer Orientation="Horizontal" HorizontalExpand="True" SetHeight="30">
<Label Text="Осталось циклов записи: "></Label>
<Label Name="CoinsLabel" Text="0"></Label>
</BoxContainer>
<BoxContainer Orientation="Vertical" SeparationOverride="5">
<BoxContainer Orientation="Horizontal" HorizontalExpand="True" SetHeight="30">
<Label Text="Название"></Label>
<LineEdit Name="SongNameField" MinWidth="200"></LineEdit>
<Button Name="LoadSongButton" Access="Internal" Text="Загрузить песню"></Button>
</BoxContainer>
<Button Name="UploadSong" Access="Internal" Text="Записать мозговую активность" MinHeight="50" HorizontalExpand="True"></Button>
</BoxContainer>
</BoxContainer>
</DefaultWindow>