2021-02-17 09:39:31 -03:00
|
|
|
<SS14Window
|
2021-02-19 15:26:34 -03:00
|
|
|
xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:cc="clr-namespace:Content.Client.UserInterface.AdminMenu.CustomControls"
|
2021-02-21 12:38:56 +01:00
|
|
|
Title="{Loc Kick}" MinSize="425 272">
|
2021-02-17 09:39:31 -03:00
|
|
|
<VBoxContainer>
|
|
|
|
|
<HBoxContainer>
|
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-02-17 09:39:31 -03:00
|
|
|
</HBoxContainer>
|
2021-02-19 15:26:34 -03:00
|
|
|
<cc:PlayerListControl Name="PlayerList" />
|
2021-02-17 09:39:31 -03:00
|
|
|
<Button Name="SubmitButton" Text="{Loc Kick}" />
|
|
|
|
|
</VBoxContainer>
|
|
|
|
|
</SS14Window>
|