24 lines
1.0 KiB
XML
24 lines
1.0 KiB
XML
<SS14Window
|
|
xmlns="https://spacestation14.io"
|
|
Title="{Loc Ban}" MinSize="425 162">
|
|
<BoxContainer Orientation="Vertical">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Text="{Loc Player}" MinWidth="100" />
|
|
<Control MinWidth="50" />
|
|
<LineEdit Name="PlayerNameLine" MinWidth="100" HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Text="{Loc Reason}" MinSize="100 0" />
|
|
<Control MinSize="50 0" />
|
|
<LineEdit Name="ReasonLine" MinSize="100 0" HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Text="{Loc Minutes}" MinWidth="100" />
|
|
<Control MinWidth="50" />
|
|
<LineEdit Name="MinutesLine" MinWidth="100" HorizontalExpand="True" PlaceHolder="{Loc 0 minutes for a permanent ban}" />
|
|
</BoxContainer>
|
|
<Control MinWidth="50" />
|
|
<Button Name="SubmitButton" Text="{Loc Ban}" />
|
|
</BoxContainer>
|
|
</SS14Window>
|