Files
63b816b83bf3e5f15b06b047a22d8b92c10ad462
14 lines
507 B
Plaintext
14 lines
507 B
Plaintext
<Control xmlns="https://spacestation14.io">
|
|||
<BoxContainer Orientation="Vertical" Margin="5">
|
|||
<Label Name="RecordName" StyleClasses="LabelBig"/>
|
|||
<Label Name="Age"/>
|
|||
<Label Name="Title"/>
|
|||
<Label Name="Job"/>
|
|||
<Label Name="Species"/>
|
|||
<Label Name="Gender"/>
|
|||
<Label Name="Fingerprint"/>
|
|||
<Label Name="Dna"/>
|
|||
<Button Visible="False" Name="DeleteButton" Text="{Loc 'general-station-record-console-delete'}"/>
|
|||
</BoxContainer>
|
|||
</Control>
|