72 lines
3.0 KiB
XML
72 lines
3.0 KiB
XML
<BoxContainer
|
|
xmlns="https://spacestation14.io"
|
|
VerticalExpand="True"
|
|
Orientation="Vertical">
|
|
<Label
|
|
Name="NoPatientDataText"
|
|
Text="{Loc health-analyzer-window-no-patient-data-text}" />
|
|
|
|
<BoxContainer
|
|
Name="PatientDataContainer"
|
|
Margin="0 0 0 5"
|
|
Orientation="Vertical">
|
|
<BoxContainer Orientation="Horizontal" Margin="0 0 0 5">
|
|
<TextureRect Name="NoDataTex" Access="Public" SetSize="96 96" Visible="false" Stretch="KeepAspectCentered" TexturePath="/Textures/Interface/Misc/health_analyzer_out_of_range.png"/> <!-- DeltaV - Size changed to 96-->
|
|
<BoxContainer Margin="5 0 0 0" Orientation="Vertical" VerticalAlignment="Top">
|
|
<RichTextLabel Name="NameLabel" SetWidth="150" />
|
|
<Label Name="SpeciesLabel" VerticalAlignment="Top" StyleClasses="LabelSubText" />
|
|
<Label Name="PartNameLabel"
|
|
VerticalAlignment="Bottom"
|
|
StyleClasses="LabelSubText"/>
|
|
</BoxContainer>
|
|
<Label Margin="0 0 5 0" HorizontalExpand="True" HorizontalAlignment="Right" VerticalExpand="True"
|
|
VerticalAlignment="Top" Name="ScanModeLabel"
|
|
Text="{Loc 'health-analyzer-window-entity-unknown-text'}" />
|
|
</BoxContainer>
|
|
|
|
<PanelContainer StyleClasses="LowDivider" />
|
|
|
|
<!-- Begin DeltaV - Medical Records -->
|
|
<BoxContainer Name="TriageControls" Orientation="Vertical">
|
|
<BoxContainer Name="StatusBox"
|
|
Orientation="Horizontal"
|
|
HorizontalAlignment="Center"
|
|
Margin="0 8 0 0">
|
|
</BoxContainer>
|
|
|
|
<Button Name="ClaimButton"
|
|
Text="{Loc 'health-analyzer-window-triage-claim'}"
|
|
MinSize="60 0" />
|
|
|
|
<PanelContainer StyleClasses="LowDivider" Margin="0 8 0 0"/>
|
|
</BoxContainer>
|
|
<!-- End DeltaV - Medical Records -->
|
|
|
|
<GridContainer Margin="0 5 0 0" Columns="2">
|
|
<Label Text="{Loc 'health-analyzer-window-entity-status-text'}" />
|
|
<Label Name="StatusLabel" />
|
|
<Label Text="{Loc 'health-analyzer-window-entity-temperature-text'}" />
|
|
<Label Name="TemperatureLabel" />
|
|
<Label Text="{Loc 'health-analyzer-window-entity-blood-level-text'}" />
|
|
<Label Name="BloodLabel" />
|
|
<Label Text="{Loc 'health-analyzer-window-entity-damage-total-text'}" />
|
|
<Label Name="DamageLabel" />
|
|
</GridContainer>
|
|
</BoxContainer>
|
|
|
|
<PanelContainer Name="AlertsDivider" Visible="False" StyleClasses="LowDivider" />
|
|
|
|
<BoxContainer Name="AlertsContainer" Visible="False" Margin="0 5" Orientation="Vertical" HorizontalAlignment="Center">
|
|
|
|
</BoxContainer>
|
|
|
|
<PanelContainer StyleClasses="LowDivider" />
|
|
|
|
<BoxContainer
|
|
Name="GroupsContainer"
|
|
Margin="0 5 0 5"
|
|
Orientation="Vertical">
|
|
</BoxContainer>
|
|
|
|
</BoxContainer>
|