SelectReplayWindow.xaml 549 B

123456789
  1. <DefaultWindow xmlns="https://spacestation14.io"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. Title="{Loc 'replay-menu-select-title'}"
  4. SetSize="300 200">
  5. <BoxContainer Name="VBox" Orientation="Vertical" StyleIdentifier="mainMenuVBox">
  6. <Label Name="NoneLabel" Access="Public" Text="{Loc 'replay-menu-none'}" Margin="4" Visible="False"/>
  7. <ItemList Name="ReplayList" SelectMode="Single" VerticalExpand="True" Margin ="4" Visible="False"/>
  8. </BoxContainer>
  9. </DefaultWindow>