2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2021-07-25 00:53:53 -07:00
|
|
|
Title="{Loc 'ui-transfer-amount-title'}"
|
|
|
|
|
Resizable="False">
|
|
|
|
|
|
2021-09-19 19:56:04 +02:00
|
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinSize="240 80">
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
2021-10-28 14:23:17 +02:00
|
|
|
<LineEdit Name="AmountLineEdit" Access="Public" HorizontalExpand="True" PlaceHolder="{Loc 'ui-transfer-amount-line-edit-placeholder'}"/>
|
2021-09-19 19:56:04 +02:00
|
|
|
</BoxContainer>
|
2024-08-02 01:20:36 +00:00
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
|
|
|
<Label Name="MinimumAmount" Access="Public" HorizontalExpand="True" />
|
|
|
|
|
<Label Name="MaximumAmount" Access="Public" />
|
|
|
|
|
</BoxContainer>
|
2021-10-28 14:23:17 +02:00
|
|
|
<Button Name="ApplyButton" Access="Public" Text="{Loc 'ui-transfer-amount-apply'}"/>
|
2021-09-19 19:56:04 +02:00
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|