14 lines
648 B
XML
14 lines
648 B
XML
<DefaultWindow
|
|
xmlns="https://spacestation14.io" Title="{Loc Events}">
|
|
<BoxContainer Orientation="Vertical">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Text="{Loc Event}" MinSize="100 0" />
|
|
<Control MinSize="50 0" />
|
|
<OptionButton Name="EventsOptions" MinSize="100 0" HorizontalExpand="True" Disabled="True" />
|
|
</BoxContainer>
|
|
<Button Name="PauseButton" Text="{Loc Pause}" Disabled="True" />
|
|
<Button Name="ResumeButton" Text="{Loc Resume}" Disabled="True" />
|
|
<Button Name="SubmitButton" Text="{Loc Run}" Disabled="True" />
|
|
</BoxContainer>
|
|
</DefaultWindow>
|