2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow
|
2021-02-19 15:26:34 -03:00
|
|
|
xmlns="https://spacestation14.io"
|
2021-12-09 19:27:45 +01:00
|
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
|
|
|
Title="{Loc Ban}" MinSize="425 325">
|
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 Player}" MinWidth="100" />
|
|
|
|
|
<Control MinWidth="50" />
|
|
|
|
|
<LineEdit Name="PlayerNameLine" MinWidth="100" HorizontalExpand="True" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
2021-02-21 12:38:56 +01:00
|
|
|
<Label Text="{Loc Reason}" MinSize="100 0" />
|
|
|
|
|
<Control MinSize="50 0" />
|
|
|
|
|
<LineEdit Name="ReasonLine" MinSize="100 0" HorizontalExpand="True" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
2021-02-21 12:38:56 +01:00
|
|
|
<Label Text="{Loc Minutes}" MinWidth="100" />
|
|
|
|
|
<Control MinWidth="50" />
|
|
|
|
|
<LineEdit Name="MinutesLine" MinWidth="100" HorizontalExpand="True" PlaceHolder="{Loc 0 minutes for a permanent ban}" />
|
2021-12-21 20:55:45 +01:00
|
|
|
<Button Name="HourButton" Text="+1h (0)"/>
|
|
|
|
|
<Button Name="DayButton" Text="+1d (0)"/>
|
|
|
|
|
<Button Name="WeekButton" Text="+1w (0)"/>
|
|
|
|
|
<Button Name="MonthButton" Text="+1M (0)"/>
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2021-12-09 19:27:45 +01:00
|
|
|
<cc:PlayerListControl Name="PlayerList" VerticalExpand="True" />
|
2021-02-21 12:38:56 +01:00
|
|
|
<Control MinWidth="50" />
|
2021-02-17 09:39:31 -03:00
|
|
|
<Button Name="SubmitButton" Text="{Loc Ban}" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|