2022-08-08 22:10:01 -07:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
|
|
|
|
Title="{Loc 'general-station-record-console-window-title'}"
|
|
|
|
|
MinSize="750 500">
|
2023-04-12 17:27:13 +03:00
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<BoxContainer Margin="5 5 5 10" HorizontalExpand="true" VerticalAlignment="Center">
|
|
|
|
|
<OptionButton Name="StationRecordsFilterType" MinWidth="200" Margin="0 0 10 0"/>
|
|
|
|
|
<LineEdit Name="StationRecordsFiltersValue"
|
|
|
|
|
PlaceHolder="{Loc 'general-station-record-for-filter-line-placeholder'}" HorizontalExpand="True"/>
|
|
|
|
|
<Button Name="StationRecordsFilters" Text="{Loc 'general-station-record-console-search-records'}"/>
|
|
|
|
|
<Button Name="StationRecordsFiltersReset" Text="{Loc 'general-station-record-console-reset-filters'}"/>
|
2022-08-08 22:10:01 -07:00
|
|
|
</BoxContainer>
|
2023-04-12 17:27:13 +03:00
|
|
|
<BoxContainer VerticalExpand="True">
|
|
|
|
|
<!-- Record listing -->
|
|
|
|
|
<BoxContainer Orientation="Vertical" Margin="5" MinWidth="250" MaxWidth="250">
|
|
|
|
|
<Label Name="RecordListingStatus" Visible="False" />
|
|
|
|
|
<ScrollContainer VerticalExpand="True">
|
|
|
|
|
<ItemList Name="RecordListing" />
|
|
|
|
|
</ScrollContainer>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
<BoxContainer Orientation="Vertical" Margin="5">
|
|
|
|
|
<Label Name="RecordContainerStatus" Visible="False" Text="{Loc 'general-station-record-console-select-record-info'}"/>
|
2024-05-12 15:07:54 +00:00
|
|
|
<Control Name="RecordContainer" Visible="False"/>
|
2023-04-12 17:27:13 +03:00
|
|
|
</BoxContainer>
|
2022-08-08 22:10:01 -07:00
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</DefaultWindow>
|