mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Advanced Paste V1 implementation --------- Co-authored-by: Stefan Markovic <stefan@janeasystems.com> Co-authored-by: Niels Laute <niels.laute@live.nl> Co-authored-by: Jordi Adoumie <98557455+joadoumie@users.noreply.github.com> Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com> Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
192 lines
8.8 KiB
XML
192 lines
8.8 KiB
XML
<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:animations="using:CommunityToolkit.WinUI.Animations"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:ui="using:CommunityToolkit.WinUI"
|
|
HighContrastAdjustment="None"
|
|
Loaded="ShellPage_Loaded"
|
|
mc:Ignorable="d">
|
|
|
|
<Grid>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="Auto" />
|
|
<RowDefinition Height="*" />
|
|
</Grid.RowDefinitions>
|
|
<Button
|
|
x:Name="PaneToggleBtn"
|
|
Width="48"
|
|
HorizontalAlignment="Left"
|
|
VerticalAlignment="Center"
|
|
Click="PaneToggleBtn_Click"
|
|
Style="{StaticResource PaneToggleButtonStyle}" />
|
|
<Grid
|
|
x:Name="AppTitleBar"
|
|
Height="48"
|
|
Margin="48,0,0,0"
|
|
VerticalAlignment="Center"
|
|
IsHitTestVisible="True">
|
|
<animations:Implicit.Animations>
|
|
<animations:OffsetAnimation Duration="0:0:0.3" />
|
|
</animations:Implicit.Animations>
|
|
<StackPanel Orientation="Horizontal">
|
|
<Image
|
|
Width="16"
|
|
Height="16"
|
|
Source="/Assets/Settings/icon.ico" />
|
|
<TextBlock
|
|
x:Name="AppTitleBarText"
|
|
x:Uid="OobeWindow_TitleTxt"
|
|
VerticalAlignment="Center"
|
|
Style="{StaticResource CaptionTextBlockStyle}"
|
|
TextWrapping="NoWrap" />
|
|
</StackPanel>
|
|
</Grid>
|
|
|
|
<NavigationView
|
|
x:Name="navigationView"
|
|
Grid.Row="1"
|
|
DisplayModeChanged="NavigationView_DisplayModeChanged"
|
|
IsBackButtonVisible="Collapsed"
|
|
IsPaneOpen="True"
|
|
IsPaneToggleButtonVisible="False"
|
|
IsSettingsVisible="False"
|
|
OpenPaneLength="296"
|
|
PaneDisplayMode="Left"
|
|
SelectionChanged="NavigationView_SelectionChanged">
|
|
<NavigationView.MenuItems>
|
|
<NavigationViewItem
|
|
x:Uid="Shell_General"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/PowerToys.png}"
|
|
Tag="Overview" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_AdvancedPaste"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/AdvancedPaste.png}"
|
|
Tag="AdvancedPaste" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_AlwaysOnTop"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/AlwaysOnTop.png}"
|
|
Tag="AlwaysOnTop" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_Awake"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/Awake.png}"
|
|
Tag="Awake" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_ColorPicker"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/ColorPicker.png}"
|
|
Tag="ColorPicker" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_CmdNotFound"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/CommandNotFound.png}"
|
|
Tag="CmdNotFound" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_CropAndLock"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/CropAndLock.png}"
|
|
Tag="CropAndLock" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_EnvironmentVariables"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/EnvironmentVariables.png}"
|
|
Tag="EnvironmentVariables" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_FancyZones"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/FancyZones.png}"
|
|
Tag="FancyZones" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_FileLocksmith"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/FileLocksmith.png}"
|
|
Tag="FileLocksmith" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_PowerPreview"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/FileExplorerPreview.png}"
|
|
Tag="FileExplorer" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_Hosts"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/Hosts.png}"
|
|
Tag="Hosts" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_ImageResizer"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/ImageResizer.png}"
|
|
Tag="ImageResizer" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_KeyboardManager"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/KeyboardManager.png}"
|
|
Tag="KBM" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_MouseUtilities"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/MouseUtils.png}"
|
|
Tag="MouseUtils" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_MouseWithoutBorders"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/MouseWithoutBorders.png}"
|
|
Tag="MouseWithoutBorders" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_Peek"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/Peek.png}"
|
|
Tag="Peek" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_PowerRename"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/PowerRename.png}"
|
|
Tag="PowerRename" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_PowerLauncher"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/PowerToysRun.png}"
|
|
Tag="Run" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_QuickAccent"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/QuickAccent.png}"
|
|
Tag="QuickAccent" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_RegistryPreview"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/RegistryPreview.png}"
|
|
Tag="RegistryPreview" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_MeasureTool"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/ScreenRuler.png}"
|
|
Tag="MeasureTool" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_ShortcutGuide"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/ShortcutGuide.png}"
|
|
Tag="ShortcutGuide" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_TextExtractor"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/TextExtractor.png}"
|
|
Tag="TextExtractor" />
|
|
<NavigationViewItem
|
|
x:Uid="Shell_VideoConference"
|
|
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/VideoConferenceMute.png}"
|
|
Tag="VideoConference" />
|
|
</NavigationView.MenuItems>
|
|
<NavigationView.FooterMenuItems>
|
|
<NavigationViewItem
|
|
x:Uid="Shell_WhatsNew"
|
|
Icon="{ui:FontIcon Glyph=}"
|
|
Tag="WhatsNew" />
|
|
</NavigationView.FooterMenuItems>
|
|
<NavigationView.Content>
|
|
<Frame x:Name="NavigationFrame" />
|
|
</NavigationView.Content>
|
|
</NavigationView>
|
|
|
|
<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" />
|
|
</VisualState.Setters>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
</Grid>
|
|
</UserControl>
|