2023-02-14 18:38:53 -08:00
|
|
|
<Page
|
|
|
|
|
x:Class="Microsoft.PowerToys.Settings.UI.OOBE.Views.OobeOverviewAlternate"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2023-09-14 18:41:31 +02:00
|
|
|
xmlns:custom="using:Microsoft.PowerToys.Settings.UI.Controls"
|
2023-02-14 18:38:53 -08:00
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
|
|
xmlns:local="using:Microsoft.PowerToys.Settings.UI.OOBE.Views"
|
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
|
|
mc:Ignorable="d">
|
|
|
|
|
|
2023-09-14 18:41:31 +02:00
|
|
|
<custom:OOBEPageControl
|
2023-02-14 18:38:53 -08:00
|
|
|
x:Uid="Oobe_Overview"
|
2023-07-20 00:12:46 +01:00
|
|
|
HeroImage="ms-appx:///Assets/Settings/Modules/OOBE/OOBEPTHeroShort.png"
|
2023-02-14 18:38:53 -08:00
|
|
|
HeroImageHeight="120">
|
|
|
|
|
|
2023-09-14 18:41:31 +02:00
|
|
|
<custom:OOBEPageControl.PageContent>
|
2024-01-03 14:42:12 +01:00
|
|
|
<StackPanel Orientation="Vertical" Spacing="12">
|
2023-02-14 18:38:53 -08:00
|
|
|
<TextBlock
|
|
|
|
|
x:Uid="Alternate_OOBE_Description"
|
|
|
|
|
Margin="0,24,0,12"
|
|
|
|
|
FontWeight="SemiBold" />
|
2024-01-03 14:42:12 +01:00
|
|
|
<GridView SelectionMode="None">
|
2023-02-14 18:38:53 -08:00
|
|
|
<GridViewItem>
|
|
|
|
|
<Grid
|
|
|
|
|
Width="280"
|
|
|
|
|
Margin="8"
|
|
|
|
|
Padding="16,16,16,10"
|
|
|
|
|
Background="{ThemeResource CardBackgroundFillColorDefaultBrush}"
|
|
|
|
|
BorderBrush="{ThemeResource CardStrokeColorDefaultBrush}"
|
|
|
|
|
BorderThickness="1"
|
|
|
|
|
CornerRadius="8"
|
|
|
|
|
RowSpacing="0">
|
|
|
|
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Image
|
|
|
|
|
Width="36"
|
|
|
|
|
HorizontalAlignment="Left"
|
2023-07-20 00:12:46 +01:00
|
|
|
Source="ms-appx:///Assets/Settings/FluentIcons/FluentIconsFancyZones.png" />
|
2023-02-14 18:38:53 -08:00
|
|
|
<TextBlock
|
|
|
|
|
x:Uid="Alternate_OOBE_FancyZones_Title"
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Margin="0,12,0,6"
|
|
|
|
|
HorizontalAlignment="Left"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
FontWeight="SemiBold"
|
|
|
|
|
TextWrapping="Wrap" />
|
|
|
|
|
<TextBlock
|
|
|
|
|
x:Uid="Alternate_OOBE_FancyZones_Description"
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
FontSize="12"
|
|
|
|
|
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
|
|
|
|
|
TextWrapping="Wrap" />
|
2023-09-14 18:41:31 +02:00
|
|
|
<custom:ShortcutWithTextLabelControl
|
2023-02-14 18:38:53 -08:00
|
|
|
x:Name="FancyZonesHotkeyControl"
|
|
|
|
|
Grid.Row="3"
|
|
|
|
|
Margin="0,8,0,0" />
|
|
|
|
|
</Grid>
|
|
|
|
|
</GridViewItem>
|
|
|
|
|
|
|
|
|
|
<GridViewItem>
|
|
|
|
|
<Grid
|
|
|
|
|
Width="280"
|
|
|
|
|
Padding="16,16,16,10"
|
|
|
|
|
Background="{ThemeResource CardBackgroundFillColorDefaultBrush}"
|
|
|
|
|
BorderBrush="{ThemeResource CardStrokeColorDefaultBrush}"
|
|
|
|
|
BorderThickness="1"
|
|
|
|
|
CornerRadius="8"
|
|
|
|
|
RowSpacing="0">
|
|
|
|
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Image
|
|
|
|
|
Width="36"
|
|
|
|
|
HorizontalAlignment="Left"
|
2023-07-20 00:12:46 +01:00
|
|
|
Source="ms-appx:///Assets/Settings/FluentIcons/FluentIconsPowerToysRun.png" />
|
2023-02-14 18:38:53 -08:00
|
|
|
<TextBlock
|
|
|
|
|
x:Uid="Alternate_OOBE_Run_Title"
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Margin="0,12,0,6"
|
|
|
|
|
HorizontalAlignment="Left"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
FontWeight="SemiBold"
|
|
|
|
|
TextWrapping="Wrap" />
|
|
|
|
|
<TextBlock
|
|
|
|
|
x:Uid="Alternate_OOBE_Run_Description"
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
FontSize="12"
|
|
|
|
|
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
|
|
|
|
|
TextWrapping="Wrap" />
|
2023-09-14 18:41:31 +02:00
|
|
|
<custom:ShortcutWithTextLabelControl
|
2023-02-14 18:38:53 -08:00
|
|
|
x:Name="RunHotkeyControl"
|
|
|
|
|
Grid.Row="3"
|
|
|
|
|
Margin="0,8,0,0" />
|
|
|
|
|
</Grid>
|
|
|
|
|
</GridViewItem>
|
|
|
|
|
|
|
|
|
|
<GridViewItem>
|
|
|
|
|
<Grid
|
|
|
|
|
Width="280"
|
|
|
|
|
Padding="16,16,16,10"
|
|
|
|
|
Background="{ThemeResource CardBackgroundFillColorDefaultBrush}"
|
|
|
|
|
BorderBrush="{ThemeResource CardStrokeColorDefaultBrush}"
|
|
|
|
|
BorderThickness="1"
|
|
|
|
|
CornerRadius="8"
|
|
|
|
|
RowSpacing="0">
|
|
|
|
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Image
|
|
|
|
|
Width="36"
|
|
|
|
|
HorizontalAlignment="Left"
|
2023-07-20 00:12:46 +01:00
|
|
|
Source="ms-appx:///Assets/Settings/FluentIcons/FluentIconsColorPicker.png" />
|
2023-02-14 18:38:53 -08:00
|
|
|
<TextBlock
|
|
|
|
|
x:Uid="Alternate_OOBE_ColorPicker_Title"
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Margin="0,12,0,6"
|
|
|
|
|
HorizontalAlignment="Left"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
FontWeight="SemiBold"
|
|
|
|
|
TextWrapping="Wrap" />
|
|
|
|
|
<TextBlock
|
|
|
|
|
x:Uid="Alternate_OOBE_ColorPicker_Description"
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
FontSize="12"
|
|
|
|
|
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
|
|
|
|
|
Text="To pick a color:"
|
|
|
|
|
TextWrapping="Wrap" />
|
2023-09-14 18:41:31 +02:00
|
|
|
<custom:ShortcutWithTextLabelControl
|
2023-02-14 18:38:53 -08:00
|
|
|
x:Name="ColorPickerHotkeyControl"
|
|
|
|
|
Grid.Row="3"
|
|
|
|
|
Margin="0,8,0,0" />
|
|
|
|
|
</Grid>
|
|
|
|
|
</GridViewItem>
|
|
|
|
|
|
|
|
|
|
<GridViewItem>
|
|
|
|
|
<Grid
|
|
|
|
|
Width="280"
|
|
|
|
|
Padding="16,16,16,10"
|
|
|
|
|
Background="{ThemeResource CardBackgroundFillColorDefaultBrush}"
|
|
|
|
|
BorderBrush="{ThemeResource CardStrokeColorDefaultBrush}"
|
|
|
|
|
BorderThickness="1"
|
|
|
|
|
CornerRadius="8"
|
|
|
|
|
RowSpacing="0">
|
|
|
|
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Image
|
|
|
|
|
Width="36"
|
|
|
|
|
HorizontalAlignment="Left"
|
2023-07-20 00:12:46 +01:00
|
|
|
Source="ms-appx:///Assets/Settings/FluentIcons/FluentIconsAlwaysOnTop.png" />
|
2023-02-14 18:38:53 -08:00
|
|
|
<TextBlock
|
|
|
|
|
x:Uid="Alternate_OOBE_AlwaysOnTop_Title"
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Margin="0,12,0,6"
|
|
|
|
|
HorizontalAlignment="Left"
|
|
|
|
|
FontSize="16"
|
|
|
|
|
FontWeight="SemiBold"
|
|
|
|
|
TextWrapping="Wrap" />
|
|
|
|
|
<TextBlock
|
|
|
|
|
x:Uid="Alternate_OOBE_AlwaysOnTop_Description"
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
FontSize="12"
|
|
|
|
|
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
|
|
|
|
|
TextWrapping="Wrap" />
|
2023-09-14 18:41:31 +02:00
|
|
|
<custom:ShortcutWithTextLabelControl
|
2023-02-14 18:38:53 -08:00
|
|
|
x:Name="AlwaysOnTopHotkeyControl"
|
|
|
|
|
Grid.Row="3"
|
|
|
|
|
Margin="0,8,0,0" />
|
|
|
|
|
</Grid>
|
|
|
|
|
</GridViewItem>
|
|
|
|
|
|
|
|
|
|
</GridView>
|
|
|
|
|
</StackPanel>
|
2023-09-14 18:41:31 +02:00
|
|
|
</custom:OOBEPageControl.PageContent>
|
|
|
|
|
</custom:OOBEPageControl>
|
2023-02-14 18:38:53 -08:00
|
|
|
</Page>
|