2022-08-27 02:17:20 +03:00
|
|
|
<UserControl x:Class="Microsoft.PowerToys.Settings.UI.OOBE.Views.OobeShellPage"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:local="using:Microsoft.PowerToys.Settings.UI.OOBE.Views"
|
|
|
|
|
xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
|
|
|
|
|
xmlns:localModels="using:Microsoft.PowerToys.Settings.UI.OOBE.ViewModel"
|
|
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
|
|
|
|
|
HighContrastAdjustment="None">
|
2022-04-19 22:00:28 +02:00
|
|
|
<!-- todo(Stefan):
|
|
|
|
|
muxc:BackdropMaterial.ApplyToRootOrPageBackground="True"
|
|
|
|
|
-->
|
2021-08-23 19:48:52 +02:00
|
|
|
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
|
2021-03-02 20:56:37 +03:00
|
|
|
<VisualStateManager.VisualStateGroups>
|
|
|
|
|
<VisualStateGroup x:Name="LayoutVisualStates">
|
|
|
|
|
<VisualState x:Name="WideLayout">
|
|
|
|
|
<VisualState.StateTriggers>
|
2021-08-23 19:48:52 +02:00
|
|
|
<AdaptiveTrigger MinWindowWidth="720" />
|
2021-03-02 20:56:37 +03:00
|
|
|
</VisualState.StateTriggers>
|
|
|
|
|
</VisualState>
|
|
|
|
|
<VisualState x:Name="SmallLayout">
|
|
|
|
|
<VisualState.StateTriggers>
|
2021-08-23 19:48:52 +02:00
|
|
|
<AdaptiveTrigger MinWindowWidth="600" />
|
2021-03-02 20:56:37 +03:00
|
|
|
<AdaptiveTrigger MinWindowWidth="0" />
|
|
|
|
|
</VisualState.StateTriggers>
|
|
|
|
|
<VisualState.Setters>
|
2022-08-27 02:17:20 +03:00
|
|
|
<Setter Target="NavigationView.PaneDisplayMode" Value="LeftMinimal" />
|
|
|
|
|
<Setter Target="NavigationView.IsPaneToggleButtonVisible" Value="True" />
|
2021-03-02 20:56:37 +03:00
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
|
</VisualStateManager.VisualStateGroups>
|
2022-08-27 02:17:20 +03:00
|
|
|
<muxc:NavigationView IsSettingsVisible="False" IsPaneToggleButtonVisible="False"
|
|
|
|
|
IsPaneOpen="True" x:Name="NavigationView" OpenPaneLength="296"
|
|
|
|
|
PaneDisplayMode="Left" SelectionChanged="NavigationView_SelectionChanged"
|
|
|
|
|
IsBackButtonVisible="Collapsed">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationView.MenuItems>
|
2022-08-27 02:17:20 +03:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_General" Tag="Overview">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
2022-08-27 02:17:20 +03:00
|
|
|
<BitmapIcon
|
|
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsPowerToys.png"
|
|
|
|
|
ShowAsMonochrome="False" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-27 02:17:20 +03:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_AlwaysOnTop" Tag="AlwaysOnTop">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
2022-08-27 02:17:20 +03:00
|
|
|
<BitmapIcon
|
|
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsAlwaysOnTop.png"
|
|
|
|
|
ShowAsMonochrome="False" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-27 02:17:20 +03:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_Awake" Tag="Awake">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
|
|
|
|
<BitmapIcon UriSource="ms-appx:///Assets/FluentIcons/FluentIconsAwake.png"
|
2022-08-27 02:17:20 +03:00
|
|
|
ShowAsMonochrome="False" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-27 02:17:20 +03:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_ColorPicker" Tag="ColorPicker">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
2022-08-27 02:17:20 +03:00
|
|
|
<BitmapIcon
|
|
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsColorPicker.png"
|
|
|
|
|
ShowAsMonochrome="False" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-27 02:17:20 +03:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_FancyZones" Tag="FancyZones">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
2022-08-27 02:17:20 +03:00
|
|
|
<BitmapIcon
|
|
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsFancyZones.png"
|
|
|
|
|
ShowAsMonochrome="False" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-27 02:17:20 +03:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_PowerPreview" Tag="FileExplorer">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
2022-08-27 02:17:20 +03:00
|
|
|
<BitmapIcon
|
|
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsFileExplorerPreview.png"
|
|
|
|
|
ShowAsMonochrome="False" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-27 02:17:20 +03:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_ImageResizer" Tag="ImageResizer">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
2022-08-27 02:17:20 +03:00
|
|
|
<BitmapIcon
|
|
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsImageResizer.png"
|
|
|
|
|
ShowAsMonochrome="False" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-27 02:17:20 +03:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_KeyboardManager" Tag="KBM">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
2022-08-27 02:17:20 +03:00
|
|
|
<BitmapIcon
|
|
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsKeyboardManager.png"
|
|
|
|
|
ShowAsMonochrome="False" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-27 02:17:20 +03:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_MouseUtilities" Tag="MouseUtils">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
2022-08-27 02:17:20 +03:00
|
|
|
<BitmapIcon
|
|
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsMouseUtils.png"
|
|
|
|
|
ShowAsMonochrome="False" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-31 20:43:23 +01:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_PowerRename" Tag="PowerRename">
|
2022-08-25 05:25:52 -05:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
2022-08-27 02:17:20 +03:00
|
|
|
<BitmapIcon
|
2022-08-31 20:43:23 +01:00
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsPowerRename.png"
|
2022-08-27 02:17:20 +03:00
|
|
|
ShowAsMonochrome="False" />
|
2022-08-25 05:25:52 -05:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-31 20:43:23 +01:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_PowerLauncher" Tag="Run">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
2022-08-27 02:17:20 +03:00
|
|
|
<BitmapIcon
|
2022-08-31 20:43:23 +01:00
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsPowerToysRun.png"
|
2022-08-27 02:17:20 +03:00
|
|
|
ShowAsMonochrome="False" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-31 20:43:23 +01:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_QuickAccent" Tag="QuickAccent">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
2022-08-27 02:17:20 +03:00
|
|
|
<BitmapIcon
|
2022-08-31 20:43:23 +01:00
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsPowerAccent.png"
|
2022-08-27 02:17:20 +03:00
|
|
|
ShowAsMonochrome="False" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-27 02:17:20 +03:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_MeasureTool" Tag="MeasureTool">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
2022-08-27 02:17:20 +03:00
|
|
|
<BitmapIcon ShowAsMonochrome="False"
|
|
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsScreenRuler.png" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-27 02:17:20 +03:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_ShortcutGuide" Tag="ShortcutGuide">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
2022-08-27 02:17:20 +03:00
|
|
|
<BitmapIcon
|
|
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsShortcutGuide.png"
|
|
|
|
|
ShowAsMonochrome="False" />
|
|
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-31 20:43:23 +01:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_TextExtractor" Tag="TextExtractor">
|
|
|
|
|
<muxc:NavigationViewItem.Icon>
|
|
|
|
|
<BitmapIcon
|
|
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsPowerOCR.png"
|
|
|
|
|
ShowAsMonochrome="False" />
|
|
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
2022-08-27 02:17:20 +03:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_VideoConference" Tag="VideoConference">
|
|
|
|
|
<muxc:NavigationViewItem.Icon>
|
|
|
|
|
<BitmapIcon
|
|
|
|
|
UriSource="ms-appx:///Assets/FluentIcons/FluentIconsVideoConferenceMute.png"
|
|
|
|
|
ShowAsMonochrome="False" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
|
|
|
|
</muxc:NavigationView.MenuItems>
|
|
|
|
|
<muxc:NavigationView.FooterMenuItems>
|
2022-08-27 02:17:20 +03:00
|
|
|
<muxc:NavigationViewItem x:Uid="Shell_WhatsNew" Tag="WhatsNew">
|
2022-03-08 16:27:17 +01:00
|
|
|
<muxc:NavigationViewItem.Icon>
|
2022-08-27 02:17:20 +03:00
|
|
|
<FontIcon Glyph="" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationViewItem.Icon>
|
|
|
|
|
</muxc:NavigationViewItem>
|
|
|
|
|
</muxc:NavigationView.FooterMenuItems>
|
|
|
|
|
<muxc:NavigationView.Content>
|
2021-03-02 20:56:37 +03:00
|
|
|
<Frame x:Name="NavigationFrame" />
|
2022-03-08 16:27:17 +01:00
|
|
|
</muxc:NavigationView.Content>
|
|
|
|
|
</muxc:NavigationView>
|
2021-03-02 20:56:37 +03:00
|
|
|
</Grid>
|
2022-08-27 02:17:20 +03:00
|
|
|
</UserControl>
|