fish-station/Content.Client/_Sunrise/MentorHelp/TicketEntryControl.xaml
Copilot aba00f7e8f
Implement Mentor Help System (MHelp) - Complete Ticket-based Help for Game Questions (#2915)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: VigersRay <60344369+VigersRay@users.noreply.github.com>
Co-authored-by: Vigers Ray <vigersray@gmail.com>
2025-09-09 20:54:52 +03:00

46 lines
2.1 KiB
XML

<Control xmlns="https://spacestation14.io"
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls">
<PanelContainer Name="BackgroundColorPanel"
MouseFilter="Stop">
<BoxContainer Orientation="Vertical">
<customControls:HSeparator/>
<BoxContainer Orientation="Horizontal"
HorizontalExpand="True"
Margin="5 2">
<customControls:VSeparator/>
<Label Name="IdLabel" Access="Public"
SizeFlagsStretchRatio="1"
HorizontalExpand="True"
StyleClasses="LabelSubText"
ClipText="True" />
<customControls:VSeparator/>
<Label Name="PlayerLabel" Access="Public"
SizeFlagsStretchRatio="3"
HorizontalExpand="True"
StyleClasses="LabelSubText"
ClipText="True" />
<customControls:VSeparator/>
<Label Name="StatusLabel" Access="Public"
SizeFlagsStretchRatio="2"
HorizontalExpand="True"
StyleClasses="LabelSubText"
Align="Center"
ClipText="True" />
<customControls:VSeparator/>
<Label Name="AssignedLabel" Access="Public"
SizeFlagsStretchRatio="3"
HorizontalExpand="True"
StyleClasses="LabelSubText"
ClipText="True" />
<customControls:VSeparator/>
<Label Name="SubjectLabel" Access="Public"
SizeFlagsStretchRatio="5"
HorizontalExpand="True"
StyleClasses="LabelSubText"
ClipText="True" />
<customControls:VSeparator/>
</BoxContainer>
<customControls:HSeparator/>
</BoxContainer>
</PanelContainer>
</Control>