2022-03-28 17:03:03 +13:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2024-01-24 15:15:13 +07:00
|
|
|
MinSize="650 290">
|
2021-07-27 20:09:12 +02:00
|
|
|
<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'}" />
|
2024-01-24 15:15:13 +07:00
|
|
|
<Button Name="PrivilegedIdButton" Access="Public" />
|
2022-08-08 22:10:01 -07:00
|
|
|
<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'}" />
|
2024-01-24 15:15:13 +07:00
|
|
|
<Button Name="TargetIdButton" Access="Public" />
|
2022-08-08 22:10:01 -07:00
|
|
|
<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" />
|
2024-06-20 22:29:26 +03:00
|
|
|
<GridContainer Name="AccessLevelControlContainer" Columns="7" HorizontalExpand="True" HorizontalAlignment="Center" >
|
2024-01-24 15:15:13 +07:00
|
|
|
<!-- WD EDIT -->
|
2024-06-20 22:29:26 +03:00
|
|
|
</GridContainer>
|
2024-01-24 15:15:13 +07:00
|
|
|
<GridContainer Name="CurrentJobIcon" Columns="2">
|
|
|
|
|
<Label Text="Текущая выбранная иконка для роли: " />
|
|
|
|
|
</GridContainer>
|
2024-06-20 22:29:26 +03:00
|
|
|
<GridContainer Name="JobIconsGrid" HorizontalAlignment="Center">
|
2024-01-24 15:15:13 +07:00
|
|
|
<!-- Job icon buttons are generated in the code -->
|
|
|
|
|
</GridContainer>
|
|
|
|
|
<!-- WD EDIT END -->
|
2021-07-27 20:09:12 +02:00
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|