44 lines
1.9 KiB
XML
44 lines
1.9 KiB
XML
<controls:FancyWindow xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
SetSize="280 375"
|
|
MinSize="280 375"
|
|
Title="{Loc 'gas-sale-console-menu-title'}">
|
|
<BoxContainer Orientation="Vertical" Margin="5" HorizontalExpand="True">
|
|
<GridContainer Name="SourcesDescriptionContainer"
|
|
Margin="5 0 5 0"
|
|
Columns="2"
|
|
HSeparationOverride="5"
|
|
HorizontalAlignment="Stretch"
|
|
HorizontalExpand="True">
|
|
<Label Text="{Loc 'gas-sale-menu-appraisal-label'}"
|
|
StyleClasses="LabelKeyText" />
|
|
<Label Name="AppraisalLabel"
|
|
Text="{Loc 'gas-sale-menu-no-value'}"
|
|
HorizontalAlignment="Right" />
|
|
|
|
<Label Text="{Loc 'gas-sale-menu-mixture-title'}"
|
|
StyleClasses="LabelKeyText" />
|
|
<Control /> <!-- placeholder -->
|
|
|
|
<BoxContainer Name="Gases"
|
|
Orientation="Vertical"
|
|
VerticalAlignment="Top"
|
|
HorizontalAlignment="Stretch"
|
|
HorizontalExpand="True">
|
|
<Label Text="{Loc 'gas-sale-menu-no-gases'}" />
|
|
</BoxContainer>
|
|
<BoxContainer Name="GasAmounts"
|
|
Orientation="Vertical"
|
|
VerticalAlignment="Top" />
|
|
</GridContainer>
|
|
|
|
<Button Name="RefreshButton"
|
|
Text="{Loc 'gas-sale-refresh-button'}"
|
|
Margin="5 5 5 0" />
|
|
<Button Name="SellButton"
|
|
Text="{Loc 'gas-sale-sell-button'}"
|
|
Margin="5 0 5 0" />
|
|
<TextureButton VerticalExpand="True" />
|
|
</BoxContainer>
|
|
</controls:FancyWindow>
|