2024-06-06 18:41:11 +12:00
|
|
|
<PanelContainer xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
|
|
|
Name="BackgroundColorPanel">
|
2022-07-21 17:30:00 -05:00
|
|
|
<BoxContainer Orientation="Horizontal"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
SeparationOverride="4">
|
|
|
|
|
<Label Name="NameLabel"
|
2024-08-08 14:00:08 +03:00
|
|
|
SizeFlagsStretchRatio="5"
|
2022-07-21 17:30:00 -05:00
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"/>
|
|
|
|
|
<customControls:VSeparator/>
|
|
|
|
|
<Label Name="EIDLabel"
|
2024-08-08 14:00:08 +03:00
|
|
|
SizeFlagsStretchRatio="5"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"/>
|
|
|
|
|
<customControls:VSeparator/>
|
|
|
|
|
<Button Name="TeleportButton"
|
|
|
|
|
Text="{Loc object-tab-entity-teleport}"
|
2022-07-21 17:30:00 -05:00
|
|
|
SizeFlagsStretchRatio="3"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"/>
|
2024-08-08 14:00:08 +03:00
|
|
|
<customControls:VSeparator/>
|
|
|
|
|
<Button Name="DeleteButton"
|
|
|
|
|
Text="{Loc object-tab-entity-delete}"
|
|
|
|
|
SizeFlagsStretchRatio="3"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"/>
|
2022-07-21 17:30:00 -05:00
|
|
|
</BoxContainer>
|
2024-06-06 18:41:11 +12:00
|
|
|
</PanelContainer>
|