2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow
|
2021-02-19 15:26:34 -03:00
|
|
|
xmlns="https://spacestation14.io"
|
2021-06-10 23:09:07 +02:00
|
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
2021-10-07 16:48:47 -05:00
|
|
|
Title="{Loc admin-player-actions-window-title}" MinSize="425 272">
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
2021-02-21 12:38:56 +01:00
|
|
|
<Label Text="{Loc Reason}" MinWidth="100" />
|
|
|
|
|
<Control MinWidth="50" />
|
|
|
|
|
<LineEdit Name="ReasonLine" MinWidth="100" HorizontalExpand="True" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2021-10-06 16:25:27 +01:00
|
|
|
<cc:PlayerListControl Name="PlayerList" VerticalExpand="True" />
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
2022-01-03 00:54:44 +00:00
|
|
|
<Button Name="SubmitKickButton" Text="{Loc admin-player-actions-kick}" Disabled="True"/>
|
|
|
|
|
<Button Name="SubmitAHelpButton" Text="{Loc admin-player-actions-ahelp}" Disabled="True"/>
|
|
|
|
|
<Button Name="SubmitRespawnButton" Text="{Loc admin-player-actions-respawn}" Disabled="True"/>
|
2021-10-06 16:25:27 +01:00
|
|
|
</BoxContainer>
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|