Files
crystall-punk-14/Content.Client/MedicalScanner/UI/MedicalScannerWindow.xaml

12 lines
393 B
Plaintext
Raw Normal View History

<DefaultWindow xmlns="https://spacestation14.io"
MinSize="200 100"
SetSize="200 100">
<BoxContainer Orientation="Vertical">
<Label Name="OccupantName"/>
<Button Name="ScanButton"
Disabled="True"
Access="Public"
Text="{Loc 'medical-scanner-window-save-button-text'}" />
</BoxContainer>
</DefaultWindow>