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