29 lines
923 B
Plaintext
29 lines
923 B
Plaintext
|
|
<controls:FancyWindow xmlns="https://spacestation14.io"
|
||
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
||
|
|
Title="{Loc 'cp14-guard-bell-menu-title'}"
|
||
|
|
MinSize="200 100">
|
||
|
|
|
||
|
|
<!-- Main Container -->
|
||
|
|
<BoxContainer Orientation="Vertical"
|
||
|
|
HorizontalExpand="False"
|
||
|
|
VerticalExpand="True"
|
||
|
|
Margin="6 6 6 5">
|
||
|
|
|
||
|
|
<!-- ButtonsPart -->
|
||
|
|
<BoxContainer Orientation="Vertical"
|
||
|
|
VerticalAlignment="Bottom"
|
||
|
|
SeparationOverride="4">
|
||
|
|
|
||
|
|
<!-- AnnouncePart -->
|
||
|
|
<BoxContainer Orientation="Vertical"
|
||
|
|
Margin="0 2">
|
||
|
|
|
||
|
|
<OptionButton Name="AlertLevelButton"
|
||
|
|
Access="Public"
|
||
|
|
ToolTip="{Loc 'cp14-guard-bell-alert-button'}"
|
||
|
|
StyleClasses="OpenRight"/>
|
||
|
|
</BoxContainer>
|
||
|
|
</BoxContainer>
|
||
|
|
</BoxContainer>
|
||
|
|
</controls:FancyWindow>
|