2022-10-14 14:10:44 +02: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:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
2022-11-23 19:57:09 +01:00
|
|
|
xmlns:ui="using:CommunityToolkit.WinUI.UI"
|
2022-10-14 14:10:44 +02:00
|
|
|
HighContrastAdjustment="None"
|
|
|
|
|
mc:Ignorable="d">
|
2023-03-14 18:18:30 +01:00
|
|
|
<Grid>
|
2022-10-14 14:10:44 +02:00
|
|
|
<NavigationView
|
|
|
|
|
x:Name="NavigationView"
|
|
|
|
|
IsBackButtonVisible="Collapsed"
|
|
|
|
|
IsPaneOpen="True"
|
|
|
|
|
IsPaneToggleButtonVisible="False"
|
|
|
|
|
IsSettingsVisible="False"
|
|
|
|
|
OpenPaneLength="296"
|
|
|
|
|
PaneDisplayMode="Left"
|
|
|
|
|
SelectionChanged="NavigationView_SelectionChanged">
|
2022-09-20 18:59:18 +02:00
|
|
|
<NavigationView.MenuItems>
|
2022-11-23 19:57:09 +01:00
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_General"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsPowerToys.png}"
|
|
|
|
|
Tag="Overview" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_AlwaysOnTop"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsAlwaysOnTop.png}"
|
|
|
|
|
Tag="AlwaysOnTop" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_Awake"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsAwake.png}"
|
|
|
|
|
Tag="Awake" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_ColorPicker"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsColorPicker.png}"
|
|
|
|
|
Tag="ColorPicker" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_FancyZones"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsFancyZones.png}"
|
|
|
|
|
Tag="FancyZones" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_FileLocksmith"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsFileLocksmith.png}"
|
|
|
|
|
Tag="FileLocksmith" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_PowerPreview"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsFileExplorerPreview.png}"
|
|
|
|
|
Tag="FileExplorer" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_Hosts"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsHosts.png}"
|
|
|
|
|
Tag="Hosts" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_ImageResizer"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsImageResizer.png}"
|
|
|
|
|
Tag="ImageResizer" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_KeyboardManager"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsKeyboardManager.png}"
|
|
|
|
|
Tag="KBM" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_MouseUtilities"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsMouseUtils.png}"
|
|
|
|
|
Tag="MouseUtils" />
|
|
|
|
|
<NavigationViewItem
|
2023-02-23 06:59:49 -08:00
|
|
|
x:Uid="Shell_PastePlain"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsPastePlain.png}"
|
|
|
|
|
Tag="PastePlain" />
|
|
|
|
|
<NavigationViewItem
|
2022-11-23 19:57:09 +01:00
|
|
|
x:Uid="Shell_PowerRename"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsPowerRename.png}"
|
|
|
|
|
Tag="PowerRename" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_PowerLauncher"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsPowerToysRun.png}"
|
|
|
|
|
Tag="Run" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_QuickAccent"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsPowerAccent.png}"
|
|
|
|
|
Tag="QuickAccent" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_MeasureTool"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsScreenRuler.png}"
|
|
|
|
|
Tag="MeasureTool" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_ShortcutGuide"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsShortcutGuide.png}"
|
|
|
|
|
Tag="ShortcutGuide" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_TextExtractor"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsPowerOCR.png}"
|
|
|
|
|
Tag="TextExtractor" />
|
|
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_VideoConference"
|
|
|
|
|
Icon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsVideoConferenceMute.png}"
|
|
|
|
|
Tag="VideoConference" />
|
2022-09-20 18:59:18 +02:00
|
|
|
</NavigationView.MenuItems>
|
|
|
|
|
<NavigationView.FooterMenuItems>
|
2022-11-23 19:57:09 +01:00
|
|
|
<NavigationViewItem
|
|
|
|
|
x:Uid="Shell_WhatsNew"
|
|
|
|
|
Icon="{ui:FontIcon FontFamily={StaticResource SymbolThemeFontFamily}, Glyph=}"
|
|
|
|
|
Tag="WhatsNew" />
|
2022-09-20 18:59:18 +02:00
|
|
|
</NavigationView.FooterMenuItems>
|
|
|
|
|
<NavigationView.Content>
|
2021-03-02 20:56:37 +03:00
|
|
|
<Frame x:Name="NavigationFrame" />
|
2022-09-20 18:59:18 +02:00
|
|
|
</NavigationView.Content>
|
|
|
|
|
</NavigationView>
|
2022-10-14 14:10:44 +02:00
|
|
|
<VisualStateManager.VisualStateGroups>
|
|
|
|
|
<VisualStateGroup x:Name="LayoutVisualStates">
|
|
|
|
|
<VisualState x:Name="WideLayout">
|
|
|
|
|
<VisualState.StateTriggers>
|
|
|
|
|
<AdaptiveTrigger MinWindowWidth="720" />
|
|
|
|
|
</VisualState.StateTriggers>
|
|
|
|
|
</VisualState>
|
|
|
|
|
<VisualState x:Name="SmallLayout">
|
|
|
|
|
<VisualState.StateTriggers>
|
|
|
|
|
<AdaptiveTrigger MinWindowWidth="600" />
|
|
|
|
|
<AdaptiveTrigger MinWindowWidth="0" />
|
|
|
|
|
</VisualState.StateTriggers>
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Target="NavigationView.PaneDisplayMode" Value="LeftMinimal" />
|
|
|
|
|
<Setter Target="NavigationView.IsPaneToggleButtonVisible" Value="True" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
|
</VisualStateManager.VisualStateGroups>
|
2021-03-02 20:56:37 +03:00
|
|
|
</Grid>
|
2022-08-27 02:17:20 +03:00
|
|
|
</UserControl>
|