2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2021-10-22 11:53:18 +02:00
|
|
|
Title="{Loc 'cargo-console-order-menu-title'}">
|
|
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<GridContainer Columns="2">
|
|
|
|
|
<Label Text="{Loc 'cargo-console-order-menu-requester-label'}" />
|
2021-10-28 14:23:17 +02:00
|
|
|
<LineEdit Name="Requester"
|
|
|
|
|
Access="Public" />
|
2021-10-22 11:53:18 +02:00
|
|
|
<Label Text="{Loc 'cargo-console-order-menu-reason-label'}" />
|
2021-10-28 14:23:17 +02:00
|
|
|
<LineEdit Name="Reason"
|
|
|
|
|
Access="Public" />
|
2021-10-22 11:53:18 +02:00
|
|
|
<Label Text="{Loc 'cargo-console-order-menu-amount-label'}" />
|
2021-10-28 14:23:17 +02:00
|
|
|
<SpinBox Name="Amount"
|
|
|
|
|
Access="Public"
|
2021-10-22 11:53:18 +02:00
|
|
|
HorizontalExpand="True"
|
|
|
|
|
Value="1" />
|
|
|
|
|
</GridContainer>
|
2021-10-28 14:23:17 +02:00
|
|
|
<Button Name="SubmitButton"
|
|
|
|
|
Access="Public"
|
2021-10-22 11:53:18 +02:00
|
|
|
Text="{Loc 'cargo-console-order-menu-submit-button'}"
|
|
|
|
|
TextAlign="Center" />
|
|
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|