fish-station/Content.Client/Administration/UI/Tabs/PlayerTab/PlayerTab.xaml
2024-07-01 17:24:00 +03:00

25 lines
1.6 KiB
XML

<Control xmlns="https://spacestation14.io"
xmlns:pt="clr-namespace:Content.Client.Administration.UI.Tabs.PlayerTab"
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
xmlns:co="clr-namespace:Content.Client.UserInterface.Controls">
<BoxContainer Orientation="Vertical">
<BoxContainer Orientation="Horizontal">
<Label Name="PlayerCount" HorizontalExpand="True" Text="{Loc Player Count}" SizeFlagsStretchRatio="0.15"/>
<!-- Sunrise-Sponsors-Start -->
<Label Name="SponsorCount" HorizontalExpand="True" SizeFlagsStretchRatio="0.15"
Text="{Loc Player Count}" />
<Label Name="AntagCount" HorizontalExpand="True" SizeFlagsStretchRatio="0.15"
Text="{Loc Player Count}" />
<!-- Sunrise-Sponsors-End -->
<LineEdit Name="SearchLineEdit" HorizontalExpand="True"
PlaceHolder="{Loc player-tab-filter-line-edit-placeholder}" SizeFlagsStretchRatio="0.25"/>
<Button Name="ShowDisconnectedButton" HorizontalExpand="True"
Text="{Loc player-tab-show-disconnected}" ToggleMode="True" SizeFlagsStretchRatio="0.25"/>
<Button Name="OverlayButton" HorizontalExpand="True" Text="{Loc player-tab-overlay}" ToggleMode="True" SizeFlagsStretchRatio="0.25"/>
</BoxContainer>
<Control MinSize="0 5"/>
<pt:PlayerTabHeader Name="ListHeader"/>
<cc:HSeparator/>
<co:SearchListContainer Name="SearchList" Access="Public" VerticalExpand="True"/>
</BoxContainer>
</Control>