перенос файлов клиента из папки White в _White

This commit is contained in:
Remuchi
2024-01-28 17:32:55 +07:00
parent c80b10a688
commit 21dbccfec9
139 changed files with 345 additions and 434 deletions

View File

@@ -0,0 +1,26 @@
<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>