2022-03-28 17:03:03 +13:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2021-07-27 20:09:12 +02:00
|
|
|
MinSize="650 290">
|
|
|
|
|
<BoxContainer Orientation="Vertical">
|
2022-08-08 22:10:01 -07:00
|
|
|
<GridContainer Columns="2">
|
|
|
|
|
<GridContainer Columns="3" HorizontalExpand="True">
|
|
|
|
|
<Label Text="{Loc 'id-card-console-window-privileged-id'}" />
|
|
|
|
|
<Button Name="PrivilegedIdButton" Access="Public"/>
|
|
|
|
|
<Label Name="PrivilegedIdLabel" />
|
2021-07-27 20:09:12 +02:00
|
|
|
|
2022-08-08 22:10:01 -07:00
|
|
|
<Label Text="{Loc 'id-card-console-window-target-id'}" />
|
|
|
|
|
<Button Name="TargetIdButton" Access="Public"/>
|
|
|
|
|
<Label Name="TargetIdLabel" />
|
|
|
|
|
</GridContainer>
|
|
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<Button Name="CrewManifestButton" Access="Public" Text="{Loc 'crew-manifest-button-label'}" />
|
|
|
|
|
</BoxContainer>
|
2021-07-27 20:09:12 +02:00
|
|
|
</GridContainer>
|
|
|
|
|
<Control MinSize="0 8" />
|
|
|
|
|
<GridContainer Columns="3" HSeparationOverride="4">
|
|
|
|
|
<Label Name="FullNameLabel" Text="{Loc 'id-card-console-window-full-name-label'}" />
|
|
|
|
|
<LineEdit Name="FullNameLineEdit" HorizontalExpand="True" />
|
|
|
|
|
<Button Name="FullNameSaveButton" Text="{Loc 'id-card-console-window-save-button'}" Disabled="True" />
|
|
|
|
|
|
|
|
|
|
<Label Name="JobTitleLabel" Text="{Loc 'id-card-console-window-job-title-label'}" />
|
|
|
|
|
<LineEdit Name="JobTitleLineEdit" HorizontalExpand="True" />
|
|
|
|
|
<Button Name="JobTitleSaveButton" Text="{Loc 'id-card-console-window-save-button'}" Disabled="True" />
|
|
|
|
|
</GridContainer>
|
|
|
|
|
<Control MinSize="0 8" />
|
2022-08-08 22:10:01 -07:00
|
|
|
<GridContainer Columns="2">
|
|
|
|
|
<Label Text="{Loc 'id-card-console-window-job-selection-label'}" />
|
|
|
|
|
<OptionButton Name="JobPresetOptionButton" />
|
|
|
|
|
</GridContainer>
|
2024-04-01 09:06:13 +03:00
|
|
|
<Control Name="AccessLevelControlContainer" />
|
2021-07-27 20:09:12 +02:00
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|