2022-03-16 22:58:15 +01:00
|
|
|
<Control xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:pt="clr-namespace:Content.Client.Administration.UI.Tabs.PlayerTab"
|
2024-05-30 23:28:08 -07:00
|
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
|
|
|
xmlns:co="clr-namespace:Content.Client.UserInterface.Controls">
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
2024-06-22 17:05:33 +04:00
|
|
|
<Label Name="PlayerCount" HorizontalExpand="True" Text="{Loc player-tab-player-count}" />
|
2024-05-30 23:28:08 -07:00
|
|
|
<LineEdit Name="SearchLineEdit" HorizontalExpand="True"
|
|
|
|
|
PlaceHolder="{Loc player-tab-filter-line-edit-placeholder}" />
|
|
|
|
|
<Button Name="ShowDisconnectedButton" HorizontalExpand="True"
|
|
|
|
|
Text="{Loc player-tab-show-disconnected}" ToggleMode="True" />
|
|
|
|
|
<Button Name="OverlayButton" HorizontalExpand="True" Text="{Loc player-tab-overlay}" ToggleMode="True" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2024-05-30 23:28:08 -07:00
|
|
|
<Control MinSize="0 5"/>
|
|
|
|
|
<pt:PlayerTabHeader Name="ListHeader"/>
|
|
|
|
|
<cc:HSeparator/>
|
|
|
|
|
<co:SearchListContainer Name="SearchList" Access="Public" VerticalExpand="True"/>
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2021-02-21 12:38:56 +01:00
|
|
|
</Control>
|