2021-12-24 17:32:33 -08:00
|
|
|
<Control xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:parallax="clr-namespace:Content.Client.Parallax"
|
|
|
|
|
xmlns:info="clr-namespace:Content.Client.Info"
|
|
|
|
|
VerticalExpand="True" HorizontalExpand="True"
|
|
|
|
|
MouseFilter="Stop">
|
|
|
|
|
<parallax:ParallaxControl />
|
2023-08-19 14:04:30 +03:00
|
|
|
<Control MaxWidth="650" MaxHeight="150">
|
2023-10-20 20:55:50 +09:00
|
|
|
<PanelContainer StyleClasses="BorderedWindowPanel" />
|
|
|
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="10" VerticalAlignment="Center">
|
|
|
|
|
<info:RulesControl />
|
|
|
|
|
<Label Name="WaitLabel"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
HorizontalAlignment="Center" />
|
|
|
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True">
|
|
|
|
|
<Button Name="AcceptButton"
|
|
|
|
|
Text="{Loc 'ui-rules-accept'}"
|
|
|
|
|
Disabled="True" />
|
|
|
|
|
<Button Name="QuitButton"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
HorizontalAlignment="Right"
|
|
|
|
|
Text="{Loc 'ui-escape-quit'}" />
|
2021-12-24 17:32:33 -08:00
|
|
|
</BoxContainer>
|
2023-10-20 20:55:50 +09:00
|
|
|
</BoxContainer>
|
2021-12-24 17:32:33 -08:00
|
|
|
</Control>
|
|
|
|
|
</Control>
|