2024-12-31 23:52:03 +03:00
|
|
|
<DefaultWindow
|
|
|
|
|
xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
2025-01-01 16:43:19 +03:00
|
|
|
Title="Накрутка времени" MinSize="300 500">
|
2024-12-31 23:52:03 +03:00
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
|
|
|
<Label Text="Игрок" MinWidth="100" />
|
|
|
|
|
<Control MinWidth="50" />
|
|
|
|
|
<LineEdit Name="PlayerNameLine" MinWidth="100" HorizontalExpand="True" />
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
|
|
|
<Label Text="Время" MinWidth="100" />
|
|
|
|
|
<Control MinWidth="50" />
|
2025-01-01 05:12:23 +03:00
|
|
|
<LineEdit Name="MinutesLine" MinWidth="100" HorizontalExpand="True" PlaceHolder="минуты" />
|
2024-12-31 23:52:03 +03:00
|
|
|
<Button Name="HourButton" Text="+1h (0)"/>
|
|
|
|
|
</BoxContainer>
|
2025-01-04 22:15:12 +03:00
|
|
|
<Label Name="TimeDisplayer" Text="Время игры: " />
|
2024-12-31 23:52:03 +03:00
|
|
|
<OptionButton Name="RoleOption" />
|
|
|
|
|
<cc:PlayerListControl Name="PlayerList" VerticalExpand="True" MinWidth="200"/>
|
|
|
|
|
<Button Name="SubmitButton" Text="Добавить время" />
|
2025-01-01 16:43:19 +03:00
|
|
|
<Button Name="SaveButton" Text="Сохранить изменения в БД" Disabled="true" Margin="0 6 0 3"/>
|
|
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<PanelContainer StyleClasses="LowDivider" Margin="0 4 0 2" />
|
|
|
|
|
<BoxContainer Orientation="Horizontal" Margin="10 2 4 0" VerticalAlignment="Bottom">
|
|
|
|
|
<Label Text="Проверяйте консоль на результат работы" StyleClasses="WindowFooterText"
|
|
|
|
|
HorizontalAlignment="Left" HorizontalExpand="True" Margin="0 0 5 0" />
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
2024-12-31 23:52:03 +03:00
|
|
|
</BoxContainer>
|
2025-01-01 16:43:19 +03:00
|
|
|
</DefaultWindow>
|