2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow
|
2021-02-17 09:39:31 -03:00
|
|
|
xmlns="https://spacestation14.io" Title="{Loc Set Temperature}">
|
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 Grid}" MinSize="100 0" />
|
|
|
|
|
<Control MinSize="50 0" />
|
|
|
|
|
<OptionButton Name="GridOptions" 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 TileX}" MinSize="100 0" />
|
|
|
|
|
<Control MinSize="50 0" />
|
|
|
|
|
<SpinBox Name="TileXSpin" 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 TileY}" MinSize="100 0" />
|
|
|
|
|
<Control MinSize="50 0" />
|
|
|
|
|
<SpinBox Name="TileYSpin" 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 Temperature}" MinSize="100 0" />
|
|
|
|
|
<Control MinSize="50 0" />
|
|
|
|
|
<SpinBox Name="TemperatureSpin" MinSize="100 0" HorizontalExpand="True" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2021-02-17 09:39:31 -03:00
|
|
|
<Button Name="SubmitButton" Text="{Loc Set Temperature}" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|