2023-10-02 16:50:02 +09:00
|
|
|
<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">
|
2023-10-23 21:23:33 +09:00
|
|
|
<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'}" />
|
2023-10-02 16:50:02 +09:00
|
|
|
</BoxContainer>
|
2023-10-23 21:23:33 +09:00
|
|
|
<Label Name="AccountLabel"
|
|
|
|
|
VerticalExpand="True"
|
|
|
|
|
VerticalAlignment="Bottom"
|
|
|
|
|
Access="Public" />
|
2023-10-02 16:50:02 +09:00
|
|
|
</BoxContainer>
|
|
|
|
|
</DefaultWindow>
|