37 lines
1.9 KiB
XML
37 lines
1.9 KiB
XML
<controls:FancyWindow xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
SetSize="315 165"
|
|
MinSize="315 165"
|
|
Title="{Loc 'medical-bounty-redemption-ui-title'}">
|
|
<BoxContainer Orientation="Vertical"
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True">
|
|
<BoxContainer Orientation="Vertical" Margin="5">
|
|
<Label Name="BodyLabel"
|
|
HorizontalAlignment="Center"
|
|
HorizontalExpand="True"
|
|
Text="{Loc 'medical-bounty-redemption-body-label-init'}"
|
|
Margin="0 5"/>
|
|
<Label Name="RedeemLabel"
|
|
HorizontalAlignment="Center"
|
|
HorizontalExpand="True"
|
|
Text="{Loc 'medical-bounty-redemption-redeem-label-init'}"
|
|
Margin="0 5"/>
|
|
<Button Name="SellButton"
|
|
Text="{Loc 'medical-bounty-redemption-ui-sell-button'}"
|
|
Margin="0 5"/>
|
|
</BoxContainer>
|
|
<!-- Footer -->
|
|
<BoxContainer Orientation="Vertical">
|
|
<PanelContainer StyleClasses="LowDivider" />
|
|
<BoxContainer Orientation="Horizontal" Margin="10 2 5 0" VerticalAlignment="Bottom">
|
|
<Label Text="{Loc 'medical-bounty-console-flavor-left'}" StyleClasses="WindowFooterText" />
|
|
<Label Text="{Loc 'medical-bounty-console-flavor-right'}" StyleClasses="WindowFooterText"
|
|
HorizontalAlignment="Right" HorizontalExpand="True" Margin="0 0 5 0" />
|
|
<TextureRect StyleClasses="NTLogoDark" Stretch="KeepAspectCentered"
|
|
VerticalAlignment="Center" HorizontalAlignment="Right" SetSize="19 19"/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</controls:FancyWindow>
|