2022-12-06 23:46:07 +00:00
|
|
|
<BoxContainer xmlns="https://spacestation14.io"
|
|
|
|
|
HorizontalExpand="True" Orientation="Vertical"
|
|
|
|
|
Margin = "20 0 0 0" MinSize="160 0" >
|
|
|
|
|
<Label Name="CBoundLabel" HorizontalAlignment="Center" />
|
2024-02-13 22:48:39 +01:00
|
|
|
<CheckBox Name="CBoundEnabled" HorizontalAlignment="Center" Text="{Loc 'Enable'}" Pressed="True" />
|
2022-12-06 23:46:07 +00:00
|
|
|
<FloatSpinBox Name="CSpinner" />
|
|
|
|
|
</BoxContainer>
|