2021-10-28 14:23:17 +02:00
|
|
|
<BoxContainer Orientation="Vertical" xmlns="https://spacestation14.io">
|
2023-03-25 07:51:35 -07:00
|
|
|
<SplitContainer Orientation="Horizontal" Margin="5">
|
2021-10-28 14:23:17 +02:00
|
|
|
<Label Name="Label" Align="Center"/>
|
|
|
|
|
<Button Name="EjectButton" Access="Public" TextAlign="Center"/>
|
|
|
|
|
</SplitContainer>
|
|
|
|
|
<ItemList Name="BoxContents" Access="Public" VerticalExpand="True" HorizontalExpand="True" SelectMode="Button" SizeFlagsStretchRatio="2" MinSize="100 128"/>
|
|
|
|
|
</BoxContainer>
|