2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2022-03-07 21:45:52 -06:00
|
|
|
MinSize="200 100"
|
|
|
|
|
SetSize="200 100">
|
2021-09-19 19:36:09 +02:00
|
|
|
<BoxContainer Orientation="Vertical">
|
2022-03-07 21:45:52 -06:00
|
|
|
<Label Name="OccupantName"/>
|
2021-10-28 14:23:17 +02:00
|
|
|
<Button Name="ScanButton"
|
2022-03-07 21:45:52 -06:00
|
|
|
Disabled="True"
|
2021-10-28 14:23:17 +02:00
|
|
|
Access="Public"
|
2021-09-19 19:36:09 +02:00
|
|
|
Text="{Loc 'medical-scanner-window-save-button-text'}" />
|
2022-03-07 21:45:52 -06:00
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|