11 lines
517 B
XML
11 lines
517 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="{Loc agent-id-menu-title}">
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
|
|
<Label Name="CurrentName" Text="{Loc 'agent-id-card-current-name'}" />
|
|
<LineEdit Name="NameLineEdit" />
|
|
<Label Name="CurrentJob" Text="{Loc 'agent-id-card-current-job'}" />
|
|
<LineEdit Name="JobLineEdit" />
|
|
</BoxContainer>
|
|
</DefaultWindow>
|