| 123456789101112131415161718192021222324 |
- <DefaultWindow
- xmlns="https://spacestation14.io"
- xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls">
- <BoxContainer Orientation="Vertical">
- <Label Text="{Loc 'observe-warning-1'}"/>
- <BoxContainer Orientation="Horizontal">
- <Button Name="NevermindButton"
- Text="{Loc 'observe-nevermind'}"
- SizeFlagsStretchRatio="1"/>
- <Control HorizontalExpand="True"
- SizeFlagsStretchRatio="2"/>
- <cc:CommandButton Command="observe"
- Name="ObserveButton"
- StyleClasses="Caution"
- Text="{Loc 'observe-confirm'}"
- SizeFlagsStretchRatio="1"/>
- <cc:CommandButton Command="observe admin"
- Name="ObserveAsAdminButton"
- Text="{Loc 'observe-as-admin'}"
- SizeFlagsStretchRatio="1"
- Visible="False"/>
- </BoxContainer>
- </BoxContainer>
- </DefaultWindow>
|