15 lines
518 B
Plaintext
15 lines
518 B
Plaintext
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
||
|
|
Title="{Loc 'forensic-scanner-interface-title'}"
|
||
|
|
MinSize="250 100"
|
||
|
|
SetSize="250 100">
|
||
|
|
<BoxContainer Orientation="Vertical">
|
||
|
|
<Button Name="Print"
|
||
|
|
Access="Public"
|
||
|
|
Disabled="True"
|
||
|
|
Text="{Loc 'forensic-scanner-interface-print'}" />
|
||
|
|
<Label
|
||
|
|
Name="Diagnostics"
|
||
|
|
Text="{Loc forensic-scanner-interface-no-data}"/>
|
||
|
|
</BoxContainer>
|
||
|
|
</DefaultWindow>
|