Files
OldThink/Content.Client/_White/Economy/Ui/EftposWindow.xaml

27 lines
1.1 KiB
XML

<DefaultWindow xmlns="https://spacestation14.io"
Title="{Loc 'eftpos-ui-title'}"
Resizable="False"
SetSize="380 120">
<BoxContainer Orientation="Vertical" VerticalExpand="True" HorizontalExpand="True">
<BoxContainer Orientation="Horizontal" HorizontalExpand="True">
<Label Name="AmountLabel"
Text="{Loc 'eftpos-ui-amount-text'}" />
<LineEdit Name="AmountLineEdit"
PlaceHolder="0"
MinWidth="60"
Access="Public" />
<Button Name="CardButton"
Access="Public"
HorizontalExpand="True"
HorizontalAlignment="Right"
ToolTip="{Loc 'eftpos-ui-card-lock-desc'}"
Text="{Loc 'eftpos-ui-card-lock-text'}" />
</BoxContainer>
<Label Name="AccountLabel"
VerticalExpand="True"
VerticalAlignment="Bottom"
Access="Public" />
</BoxContainer>
</DefaultWindow>