41 lines
2.2 KiB
Plaintext
41 lines
2.2 KiB
Plaintext
|
|
<Control xmlns="https://spacestation14.io"
|
||
|
|
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
||
|
|
HorizontalExpand="True"
|
||
|
|
Margin="5">
|
||
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True">
|
||
|
|
<PanelContainer Margin="0 10 0 0" VerticalExpand="True">
|
||
|
|
<PanelContainer.PanelOverride>
|
||
|
|
<graphics:StyleBoxFlat BackgroundColor="#35363b" />
|
||
|
|
</PanelContainer.PanelOverride>
|
||
|
|
|
||
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True" VerticalExpand="True">
|
||
|
|
<!-- Request requirements content -->
|
||
|
|
<!-- Added by code -->
|
||
|
|
<BoxContainer
|
||
|
|
Name="ItemRequirements"
|
||
|
|
Margin="10"
|
||
|
|
Orientation="Vertical" VerticalExpand="True"
|
||
|
|
HorizontalExpand="True" />
|
||
|
|
<!-- Reward -->
|
||
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True">
|
||
|
|
<BoxContainer Orientation="Horizontal" Margin="0 0 12 5" HorizontalExpand="True"
|
||
|
|
VerticalExpand="True" HorizontalAlignment="Right" VerticalAlignment="Bottom">
|
||
|
|
<TextureRect VerticalAlignment="Center" Visible="True" HorizontalAlignment="Center"
|
||
|
|
Margin="10" TextureScale="2, 2"
|
||
|
|
TexturePath="/Textures/_CP14/Interface/Misc/star.png" />
|
||
|
|
<Label Name="Reputation" />
|
||
|
|
</BoxContainer>
|
||
|
|
<BoxContainer Orientation="Horizontal" Margin="0 0 0 10">
|
||
|
|
<BoxContainer SetWidth="100" Name="PriceHolder" VerticalAlignment="Center"
|
||
|
|
HorizontalExpand="True" HorizontalAlignment="Right" />
|
||
|
|
</BoxContainer>
|
||
|
|
</BoxContainer>
|
||
|
|
</BoxContainer>
|
||
|
|
</PanelContainer>
|
||
|
|
<!-- Request Button -->
|
||
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True" VerticalExpand="True">
|
||
|
|
<Button Name="RequestButton" HorizontalExpand="True" Text="{Loc cp14-trading-ui-request-sell}" ToolTip="{Loc cp14-trading-ui-request-sell-tooltip}"/>
|
||
|
|
</BoxContainer>
|
||
|
|
</BoxContainer>
|
||
|
|
</Control>
|