14 lines
529 B
XML
14 lines
529 B
XML
<SS14Window
|
|
xmlns="https://spacestation14.io" Title="Kick">
|
|
<VBoxContainer>
|
|
<HBoxContainer>
|
|
<Label Text="{Loc Event}" MinSize="100 0" />
|
|
<Control MinSize="50 0" />
|
|
<OptionButton Name="EventsOptions" MinSize="100 0" HorizontalExpand="True" />
|
|
</HBoxContainer>
|
|
<Button Name="PauseButton" Text="{Loc Pause}" />
|
|
<Button Name="ResumeButton" Text="{Loc Resume}" />
|
|
<Button Name="SubmitButton" Text="{Loc Run}" />
|
|
</VBoxContainer>
|
|
</SS14Window>
|