2023-12-13 03:02:19 +01:00
|
|
|
<Control xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls">
|
2022-03-16 22:58:15 +01:00
|
|
|
<PanelContainer Name="BackgroundColorPanel" Access="Public"/>
|
|
|
|
|
<BoxContainer Orientation="Horizontal"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
SeparationOverride="4">
|
|
|
|
|
<Label Name="UsernameLabel"
|
|
|
|
|
SizeFlagsStretchRatio="3"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"
|
|
|
|
|
Text="{Loc player-tab-username}"
|
|
|
|
|
MouseFilter="Pass"/>
|
|
|
|
|
<cc:VSeparator/>
|
|
|
|
|
<Label Name="CharacterLabel"
|
|
|
|
|
SizeFlagsStretchRatio="3"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"
|
|
|
|
|
Text="{Loc player-tab-character}"
|
|
|
|
|
MouseFilter="Pass"/>
|
|
|
|
|
<cc:VSeparator/>
|
|
|
|
|
<Label Name="JobLabel"
|
|
|
|
|
SizeFlagsStretchRatio="3"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"
|
|
|
|
|
Text="{Loc player-tab-job}"
|
|
|
|
|
MouseFilter="Pass"/>
|
|
|
|
|
<cc:VSeparator/>
|
|
|
|
|
<Label Name="AntagonistLabel"
|
|
|
|
|
SizeFlagsStretchRatio="2"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"
|
|
|
|
|
Text="{Loc player-tab-antagonist}"
|
|
|
|
|
MouseFilter="Pass"/>
|
2023-10-14 01:55:40 -07:00
|
|
|
<Label Name="PlaytimeLabel"
|
|
|
|
|
SizeFlagsStretchRatio="2"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"
|
|
|
|
|
Text="{Loc player-tab-playtime}"
|
|
|
|
|
MouseFilter="Pass"/>
|
2022-03-16 22:58:15 +01:00
|
|
|
</BoxContainer>
|
2023-12-13 03:02:19 +01:00
|
|
|
</Control>
|