2024-06-06 18:41:11 +12:00
|
|
|
<Control xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls">
|
|
|
|
|
<PanelContainer Name="BackgroundColorPanel" Access="Public"/>
|
|
|
|
|
<BoxContainer Orientation="Horizontal"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
SeparationOverride="4">
|
|
|
|
|
<Label Name="ObjectNameLabel"
|
2024-08-08 14:00:08 +03:00
|
|
|
SizeFlagsStretchRatio="5"
|
2024-06-06 18:41:11 +12:00
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"
|
|
|
|
|
Text="{Loc object-tab-object-name}"
|
|
|
|
|
MouseFilter="Pass"/>
|
|
|
|
|
<cc:VSeparator/>
|
|
|
|
|
<Label Name="EntityIDLabel"
|
2024-08-08 14:00:08 +03:00
|
|
|
SizeFlagsStretchRatio="5"
|
2024-06-06 18:41:11 +12:00
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"
|
|
|
|
|
Text="{Loc object-tab-entity-id}"
|
|
|
|
|
MouseFilter="Pass"/>
|
2024-08-08 14:00:08 +03:00
|
|
|
<Label Name="EntityTeleportLabel"
|
|
|
|
|
SizeFlagsStretchRatio="3"
|
|
|
|
|
HorizontalExpand="True"/>
|
|
|
|
|
<Label Name="EntityDeleteLabel"
|
|
|
|
|
SizeFlagsStretchRatio="3"
|
|
|
|
|
HorizontalExpand="True"/>
|
2024-06-06 18:41:11 +12:00
|
|
|
</BoxContainer>
|
|
|
|
|
</Control>
|