* hallway screen refactor pending comms console support * comms console broadcasts * screen and timer localization
18 lines
1016 B
XML
18 lines
1016 B
XML
<controls:FancyWindow xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
Title="{Loc 'comms-console-menu-title'}"
|
|
MinSize="400 225">
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalExpand="True" Margin="5">
|
|
<TextEdit Name="MessageInput" HorizontalExpand="True" VerticalExpand="True" Margin="0 0 0 5" MinHeight="100" />
|
|
<Button Name="AnnounceButton" Text="{Loc 'comms-console-menu-announcement-button'}" StyleClasses="OpenLeft" Access="Public" />
|
|
<Button Name="BroadcastButton" Text="{Loc 'comms-console-menu-broadcast-button'}" StyleClasses="OpenLeft" Access="Public" />
|
|
|
|
<OptionButton Name="AlertLevelButton" StyleClasses="OpenRight" Access="Public" />
|
|
|
|
<Control MinSize="10 10" />
|
|
|
|
<RichTextLabel Name="CountdownLabel" VerticalExpand="True" />
|
|
<Button Name="EmergencyShuttleButton" Text="Placeholder Text" Access="Public" />
|
|
</BoxContainer>
|
|
</controls:FancyWindow>
|