Cargo Pallet Sale Console (#14422)
This commit is contained in:
25
Content.Client/Cargo/UI/CargoPalletMenu.xaml
Normal file
25
Content.Client/Cargo/UI/CargoPalletMenu.xaml
Normal file
@@ -0,0 +1,25 @@
|
||||
<controls:FancyWindow xmlns="https://spacestation14.io"
|
||||
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
||||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
||||
SetSize="300 150"
|
||||
MinSize="300 150">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<Label Text="{Loc 'cargo-pallet-menu-appraisal-label'}"
|
||||
StyleClasses="LabelKeyText" />
|
||||
<Label Name="AppraisalLabel"
|
||||
Text="{Loc 'cargo-pallet-menu-no-goods-text'}" />
|
||||
</BoxContainer>
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<Label Text="{Loc 'cargo-pallet-menu-count-label'}"
|
||||
StyleClasses="LabelKeyText" />
|
||||
<Label Name="CountLabel"
|
||||
Text="{Loc 'cargo-pallet-menu-no-goods-text'}" />
|
||||
</BoxContainer>
|
||||
<Button Name="AppraiseButton"
|
||||
Text="{Loc 'cargo-pallet-appraise-button'}"/>
|
||||
<Button Name="SellButton"
|
||||
Text="{Loc 'cargo-pallet-sell-button'}"/>
|
||||
<TextureButton VerticalExpand="True" />
|
||||
</BoxContainer>
|
||||
</controls:FancyWindow>
|
||||
Reference in New Issue
Block a user