* add mining points * add claim points button to oreproc * funny * its over * :trollface: * xml fail Signed-off-by: deltanedas <39013340+deltanedas@users.noreply.github.com> --------- Signed-off-by: deltanedas <39013340+deltanedas@users.noreply.github.com> Co-authored-by: deltanedas <@deltanedas:kde.org>
166 lines
7.3 KiB
XML
166 lines
7.3 KiB
XML
<DefaultWindow
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
|
xmlns:system="clr-namespace:System;assembly=System.Runtime"
|
|
xmlns:ui="clr-namespace:Content.Client.Materials.UI"
|
|
Title="{Loc 'lathe-menu-title'}"
|
|
MinSize="550 450"
|
|
SetSize="750 500">
|
|
<BoxContainer
|
|
Orientation="Horizontal"
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True"
|
|
SeparationOverride="5">
|
|
<!-- Left Col-->
|
|
<BoxContainer
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True">
|
|
<BoxContainer
|
|
Orientation="Vertical"
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True"
|
|
SeparationOverride="5">
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True">
|
|
<LineEdit
|
|
Name="SearchBar"
|
|
PlaceHolder="{Loc 'lathe-menu-search-designs'}"
|
|
HorizontalExpand="True">
|
|
</LineEdit>
|
|
<OptionButton
|
|
Name="FilterOption"
|
|
MinWidth="100"
|
|
StyleClasses="ButtonSquare"/>
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Vertical"
|
|
MinHeight="225"
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True"
|
|
SizeFlagsStretchRatio="4">
|
|
<PanelContainer VerticalExpand="True">
|
|
<PanelContainer.PanelOverride>
|
|
<gfx:StyleBoxFlat BackgroundColor="#1B1B1E" />
|
|
</PanelContainer.PanelOverride>
|
|
<ScrollContainer VerticalExpand="True" HScrollEnabled="False">
|
|
<BoxContainer
|
|
Name="RecipeList"
|
|
Orientation="Vertical"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True"
|
|
RectClipContent="True">
|
|
</BoxContainer>
|
|
</ScrollContainer>
|
|
</PanelContainer>
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True">
|
|
<Label Margin="8 0 8 0" Text="{Loc 'lathe-menu-amount'}" />
|
|
<LineEdit
|
|
Name="AmountLineEdit"
|
|
PlaceHolder="0"
|
|
Text="1"
|
|
HorizontalExpand="True" />
|
|
<Label Name="RecipeCount" Margin="8 0 8 0" MinWidth="90" Align="Right" />
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
<BoxContainer MinWidth="5"/>
|
|
<!-- Right Col-->
|
|
<BoxContainer
|
|
Orientation="Vertical"
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True"
|
|
SeparationOverride="5">
|
|
<BoxContainer Orientation="Vertical" MinHeight="225">
|
|
<BoxContainer
|
|
Orientation="Horizontal"
|
|
Align="End"
|
|
HorizontalExpand="True">
|
|
<Button
|
|
Name="ServerListButton"
|
|
Text="{Loc 'lathe-menu-server-list'}"
|
|
TextAlign="Center"
|
|
Mode="Press">
|
|
</Button>
|
|
</BoxContainer>
|
|
<Label Text="{Loc 'lathe-menu-queue-title'}" Margin="5 5 5 5" HorizontalAlignment="Center"/>
|
|
<BoxContainer
|
|
Name="FabricatingContainer"
|
|
Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
SizeFlagsStretchRatio="2">
|
|
<PanelContainer
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True"
|
|
SizeFlagsStretchRatio="3">
|
|
<PanelContainer.PanelOverride>
|
|
<gfx:StyleBoxFlat BackgroundColor="#408040" />
|
|
</PanelContainer.PanelOverride>
|
|
<Label
|
|
RectClipContent="False"
|
|
HorizontalAlignment="Left"
|
|
Margin="5 0 0 0"
|
|
Text="{Loc 'lathe-menu-fabricating-message'}">
|
|
</Label>
|
|
<BoxContainer Name="FabricatingDisplayContainer"
|
|
HorizontalAlignment="Left"
|
|
Margin="100 0 0 0"/>
|
|
<Label
|
|
Name="NameLabel"
|
|
RectClipContent="True"
|
|
HorizontalAlignment="Left"
|
|
Margin="130 0 0 0">
|
|
</Label>
|
|
<Button
|
|
Name="DeleteFabricating"
|
|
Margin="0"
|
|
Text="✖"
|
|
SetSize="38 32"
|
|
HorizontalAlignment="Right"
|
|
ToolTip="{Loc 'lathe-menu-delete-fabricating-tooltip'}">
|
|
<Button.StyleClasses>
|
|
<system:String>Caution</system:String>
|
|
<system:String>OpenLeft</system:String>
|
|
</Button.StyleClasses>
|
|
</Button>
|
|
</PanelContainer>
|
|
</BoxContainer>
|
|
<ScrollContainer VerticalExpand="True" HScrollEnabled="False">
|
|
<BoxContainer
|
|
Name="QueueList"
|
|
Orientation="Vertical"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True"
|
|
RectClipContent="True">
|
|
</BoxContainer>
|
|
</ScrollContainer>
|
|
</BoxContainer>
|
|
<BoxContainer
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True"
|
|
Orientation="Vertical">
|
|
<Label Text="{Loc 'lathe-menu-materials-title'}" Margin="5 5 5 5" HorizontalAlignment="Center"/>
|
|
<PanelContainer VerticalExpand="True">
|
|
<PanelContainer.PanelOverride>
|
|
<gfx:StyleBoxFlat BackgroundColor="#1B1B1E" />
|
|
</PanelContainer.PanelOverride>
|
|
<BoxContainer
|
|
Orientation="Vertical"
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True">
|
|
<ui:MaterialStorageControl Name="MaterialsList" SizeFlagsStretchRatio="8"/>
|
|
</BoxContainer>
|
|
</PanelContainer>
|
|
<!-- Begin DeltaV Additions: Mining points -->
|
|
<BoxContainer Orientation="Horizontal" Name="MiningPointsContainer" Visible="False">
|
|
<Label Name="MiningPointsLabel" HorizontalExpand="True"/>
|
|
<Button Name="MiningPointsClaimButton" Text="{Loc 'lathe-menu-mining-points-claim-button'}"/>
|
|
</BoxContainer>
|
|
<!-- End DeltaV Additions: Mining points -->
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
|
|
</BoxContainer>
|
|
|
|
</DefaultWindow>
|