2025-05-01 17:21:16 +03:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls">
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True">
|
2024-11-20 02:54:49 +01:00
|
|
|
<BoxContainer Orientation="Vertical" MinWidth="243" Margin="0 0 5 0">
|
2024-06-29 08:10:00 +04:00
|
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True" Margin="0 0 0 5">
|
2025-05-01 17:21:16 +03:00
|
|
|
<LineEdit Name="SearchBar" PlaceHolder="{Loc 'construction-menu-search'}" HorizontalExpand="True"/>
|
2024-06-29 08:10:00 +04:00
|
|
|
<OptionButton Name="OptionCategories" Access="Public" MinSize="130 0"/>
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2025-05-01 17:21:16 +03:00
|
|
|
<controls:ListContainer Name="Recipes" Access="Public" Group="True" Toggle="True" VerticalExpand="True" />
|
2024-11-20 02:54:49 +01:00
|
|
|
<ScrollContainer Name="RecipesGridScrollContainer" VerticalExpand="True" Access="Public" Visible="False">
|
|
|
|
|
<GridContainer Name="RecipesGrid" Columns="5" Access="Public"/>
|
|
|
|
|
</ScrollContainer>
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2024-11-20 02:54:49 +01:00
|
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True">
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
|
|
|
<Button Name="MenuGridViewButton" ToggleMode="True" Text="{Loc construction-menu-grid-view}"/>
|
|
|
|
|
<Button Name="FavoriteButton" Visible="false"/>
|
|
|
|
|
</BoxContainer>
|
2021-03-07 14:09:41 -08:00
|
|
|
<Control>
|
2024-06-29 08:10:00 +04:00
|
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True" Margin="0 0 0 5">
|
|
|
|
|
<BoxContainer Orientation="Horizontal" Align="Center">
|
2025-05-01 17:21:16 +03:00
|
|
|
<EntityPrototypeView Name="TargetTexture" HorizontalAlignment="Right" Stretch="Fill" Margin="0 0 10 0"/>
|
2024-06-29 08:10:00 +04:00
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<RichTextLabel Name="TargetName"/>
|
|
|
|
|
<RichTextLabel Name="TargetDesc"/>
|
|
|
|
|
</BoxContainer>
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
2021-03-07 14:09:41 -08:00
|
|
|
</Control>
|
2024-06-29 08:10:00 +04:00
|
|
|
<ItemList Name="RecipeStepList" Access="Public" VerticalExpand="True" Margin="0 0 0 5"/>
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Vertical">
|
2024-06-29 08:10:00 +04:00
|
|
|
<Button Name="BuildButton" Disabled="True" ToggleMode="True"
|
|
|
|
|
VerticalExpand="True" SizeFlagsStretchRatio="0.5"/>
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Horizontal" VerticalExpand="True" SizeFlagsStretchRatio="0.5">
|
2024-06-29 08:10:00 +04:00
|
|
|
<Button Name="EraseButton" ToggleMode="True"
|
|
|
|
|
HorizontalExpand="True" SizeFlagsStretchRatio="0.7"/>
|
2021-02-21 12:38:56 +01:00
|
|
|
<Button Name="ClearButton" HorizontalExpand="True" SizeFlagsStretchRatio="0.3"/>
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|