2022-01-01 20:56:24 -08:00
|
|
|
<BoxContainer xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
Orientation="Vertical" Margin="0 0 0 4">
|
2024-03-03 18:39:19 +11:00
|
|
|
<Collapsible>
|
2022-01-01 20:56:24 -08:00
|
|
|
<CollapsibleHeading Name="CName" />
|
2022-12-06 23:46:07 +00:00
|
|
|
<CollapsibleBody Margin="20 0 0 0">
|
2022-01-01 20:56:24 -08:00
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
2022-12-06 23:46:07 +00:00
|
|
|
<CheckBox Name="CEnabled" Text="{Loc 'Enabled'}" />
|
2022-01-01 20:56:24 -08:00
|
|
|
</BoxContainer>
|
|
|
|
|
<!-- Upper row: Danger bounds -->
|
|
|
|
|
<BoxContainer Name="CDangerBounds" Orientation="Horizontal" Margin="0 0 0 2"/>
|
|
|
|
|
<!-- Lower row: Warning bounds -->
|
2022-12-06 23:46:07 +00:00
|
|
|
<BoxContainer Name="CWarningBounds" Orientation="Horizontal" Margin="0 6 0 2"/>
|
2022-01-01 20:56:24 -08:00
|
|
|
</BoxContainer>
|
|
|
|
|
</CollapsibleBody>
|
|
|
|
|
</Collapsible>
|
|
|
|
|
</BoxContainer>
|