2023-12-13 17:17:38 -05:00
|
|
|
<BoxContainer xmlns="https://spacestation14.io"
|
2024-08-19 18:04:12 +03:00
|
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
2023-12-13 17:17:38 -05:00
|
|
|
Orientation="Horizontal"
|
|
|
|
|
HorizontalAlignment="Stretch"
|
2023-12-31 02:34:59 -05:00
|
|
|
HorizontalExpand="True"
|
|
|
|
|
Margin="0 0 0 5">
|
|
|
|
|
<BoxContainer Name="ReactantsContainer" Orientation="Vertical" HorizontalExpand="True" VerticalAlignment="Center">
|
2023-12-13 17:17:38 -05:00
|
|
|
<RichTextLabel Name="ReactantsLabel"
|
|
|
|
|
HorizontalAlignment="Center"
|
|
|
|
|
VerticalAlignment="Center"
|
2023-12-31 02:34:59 -05:00
|
|
|
Access="Public"
|
|
|
|
|
Visible="False"/>
|
2023-12-13 17:17:38 -05:00
|
|
|
</BoxContainer>
|
2023-12-15 18:59:54 -05:00
|
|
|
<BoxContainer Orientation="Vertical" HorizontalAlignment="Center" VerticalAlignment="Center">
|
2023-12-13 17:17:38 -05:00
|
|
|
<TextureRect TexturePath="/Textures/Interface/Misc/beakerlarge.png"
|
2023-12-15 18:59:54 -05:00
|
|
|
HorizontalAlignment="Center"
|
|
|
|
|
Name="MixTexture"
|
|
|
|
|
Access="Public"/>
|
|
|
|
|
<RichTextLabel Name="MixLabel"
|
|
|
|
|
HorizontalAlignment="Center"
|
|
|
|
|
Access="Public"
|
|
|
|
|
Margin="2 0 0 0"/>
|
2023-12-13 17:17:38 -05:00
|
|
|
</BoxContainer>
|
|
|
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalAlignment="Center">
|
|
|
|
|
<RichTextLabel Name="ProductsLabel"
|
|
|
|
|
HorizontalAlignment="Center"
|
|
|
|
|
VerticalAlignment="Center"
|
2023-12-31 02:34:59 -05:00
|
|
|
Access="Public"
|
|
|
|
|
Visible="False"/>
|
2024-08-19 18:04:12 +03:00
|
|
|
<!-- CP14 random reactions begin -->
|
|
|
|
|
<BoxContainer Name="RandomVariations"
|
|
|
|
|
Orientation="Vertical"
|
|
|
|
|
VerticalExpand="True"
|
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
|
HorizontalAlignment="Left">
|
|
|
|
|
<controls:SplitBar MinHeight="10">
|
|
|
|
|
</controls:SplitBar>
|
|
|
|
|
<Label Name="RandomVariationsLabel" Text="{Loc 'cp14-guidebook-random-variations-title'}" Visible="False"/>
|
|
|
|
|
<controls:SplitBar MinHeight="10">
|
|
|
|
|
</controls:SplitBar>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
<!-- CP14 random reactions end -->
|
2023-12-13 17:17:38 -05:00
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|