mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-06-09 10:06:46 +02:00
144 lines
5.8 KiB
XML
144 lines
5.8 KiB
XML
<PanelContainer xmlns="https://spacestation14.io"
|
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
|
HorizontalExpand="True"
|
|
Margin="0 0 0 10">
|
|
|
|
<BoxContainer Orientation="Vertical"
|
|
HorizontalExpand="True"
|
|
SeparationOverride="6">
|
|
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
VerticalAlignment="Center">
|
|
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
SeparationOverride="8"
|
|
VerticalAlignment="Center">
|
|
|
|
<Label Name="SquadNameLabel"
|
|
HorizontalExpand="True"
|
|
Margin="0 0 10 0"
|
|
StyleClasses="ConsoleHeadingBig" />
|
|
|
|
<OptionButton Name="IconDropdown"
|
|
StyleClasses="SecApartmentOptionButton"
|
|
MinWidth="40"
|
|
Margin="0 0 5 0" />
|
|
|
|
<LineEdit Name="SquadNameEdit"
|
|
PlaceHolder="{Loc 'sec-apartment-ui-squads-nameedit-placeholder'}"
|
|
HorizontalExpand="True"
|
|
Visible="False" />
|
|
</BoxContainer>
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Button Name="RenameButton"
|
|
Text="{Loc 'sec-apartment-ui-squads-rename'}"
|
|
ToolTip="{Loc 'sec-apartment-ui-squads-rename-tooltip'}"
|
|
MinWidth="30" />
|
|
|
|
<Button Name="SaveNameButton"
|
|
Text="{Loc 'sec-apartment-ui-squads-save'}"
|
|
ToolTip="{Loc 'sec-apartment-ui-squads-save-tooltip'}"
|
|
Visible="False"
|
|
MinWidth="30" />
|
|
|
|
<Button Name="DeleteButton"
|
|
Text="{Loc 'sec-apartment-ui-squads-delete'}"
|
|
ToolTip="{Loc 'sec-apartment-ui-squads-delete-tooltip'}"
|
|
MinWidth="30" />
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
VerticalAlignment="Top"
|
|
SeparationOverride="15">
|
|
|
|
<BoxContainer Orientation="Vertical"
|
|
HorizontalExpand="True"
|
|
MinWidth="300">
|
|
|
|
<BoxContainer Orientation="Horizontal"
|
|
VerticalAlignment="Center"
|
|
HorizontalExpand="False">
|
|
<Label Text="{Loc 'sec-apartment-ui-squads-status'}"
|
|
FontColorOverride="#ff8888"
|
|
Margin="0 0 5 0" />
|
|
|
|
<OptionButton Name="StatusDropdown" StyleClasses="SecApartmentOptionButton"
|
|
MinWidth="120"
|
|
Margin="5 0 0 0" />
|
|
</BoxContainer>
|
|
|
|
<RichTextLabel Name="SquadDescriptionLabel"
|
|
Margin="2 5 0 0"
|
|
HorizontalExpand="True"
|
|
VerticalAlignment="Top" />
|
|
|
|
<LineEdit Name="SquadDescriptionEdit"
|
|
PlaceHolder="{Loc 'sec-apartment-ui-squads-desc-placeholder'}"
|
|
HorizontalExpand="True"
|
|
Visible="False"
|
|
Margin="2 5 0 0" />
|
|
|
|
<BoxContainer Orientation="Horizontal"
|
|
Margin="2 5 0 0"
|
|
HorizontalExpand="False">
|
|
<Button Name="EditDescriptionButton"
|
|
Text="{Loc 'sec-apartment-ui-squads-desc-edit'}"
|
|
MinWidth="180"
|
|
Visible="False" />
|
|
|
|
<Button Name="SaveDescriptionButton"
|
|
Text="{Loc 'sec-apartment-ui-squads-desc-save'}"
|
|
MinWidth="100"
|
|
Visible="False" />
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
|
|
<BoxContainer Orientation="Vertical"
|
|
HorizontalAlignment="Right"
|
|
VerticalAlignment="Top"
|
|
MinWidth="100">
|
|
<Label Name="MembersCountLabel"
|
|
HorizontalAlignment="Right"
|
|
VerticalAlignment="Top" />
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
VerticalAlignment="Center"
|
|
Margin="0 5 0 0">
|
|
<Label Text="{Loc 'sec-apartment-ui-squads-location'}"
|
|
FontColorOverride="#ff8888"
|
|
Margin="0 0 5 0" />
|
|
|
|
<Label Name="SquadLocationLabel"
|
|
HorizontalExpand="True"
|
|
FontColorOverride="#ff9999" />
|
|
</BoxContainer>
|
|
|
|
<PanelContainer StyleClasses="LowDivider" HorizontalExpand="True" Margin="0 5 0 5" SetHeight="2">
|
|
<PanelContainer.PanelOverride>
|
|
<gfx:StyleBoxFlat BackgroundColor="#ff4444" />
|
|
</PanelContainer.PanelOverride>
|
|
</PanelContainer>
|
|
|
|
<BoxContainer Orientation="Vertical">
|
|
<Label Name="MembersHeaderLabel" HorizontalAlignment="Center"
|
|
Text="{Loc 'sec-apartment-ui-squads-members'}"
|
|
Margin="0 0 0 3" />
|
|
|
|
<BoxContainer Name="MembersContainer"
|
|
Orientation="Vertical"
|
|
HorizontalExpand="True"
|
|
SeparationOverride="4" />
|
|
</BoxContainer>
|
|
|
|
</BoxContainer>
|
|
|
|
</PanelContainer>
|