Wizard improvements: version info, 64-bit label, paste fix

- Version cards show technical info (Version 16.0 · LTSC · OS support)
- 64-bit option labeled as "(ajánlott)"
- Full product key paste distributes across all 5 input fields

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hariel1985
2026-03-31 05:57:34 +02:00
szülő e8abb03eee
commit 0794d40054
3 fájl változott, egészen pontosan 31 új sor hozzáadva és 6 régi sor törölve

Fájl megtekintése

@@ -20,7 +20,7 @@
GroupName="Version" IsChecked="True" Margin="0,0,0,10">
<StackPanel Margin="8,2">
<TextBlock Text="Office 2024" FontSize="18" FontWeight="SemiBold"/>
<TextBlock Text="Legújabb változat — Word, Excel, PowerPoint, Outlook és más alkalmazások"
<TextBlock Text="Version 16.0 · LTSC 2024 · Windows 10 / 11"
FontSize="12" Foreground="{StaticResource TextSecondaryBrush}" Margin="0,2,0,0"/>
</StackPanel>
</RadioButton>
@@ -29,7 +29,7 @@
GroupName="Version" Margin="0,0,0,10">
<StackPanel Margin="8,2">
<TextBlock Text="Office 2021" FontSize="18" FontWeight="SemiBold"/>
<TextBlock Text="Stabil, bevált változat — széleskörű kompatibilitás"
<TextBlock Text="Version 16.0 · LTSC 2021 · Windows 10 / 11"
FontSize="12" Foreground="{StaticResource TextSecondaryBrush}" Margin="0,2,0,0"/>
</StackPanel>
</RadioButton>
@@ -38,7 +38,7 @@
GroupName="Version" Margin="0,0,0,10">
<StackPanel Margin="8,2">
<TextBlock Text="Office 2019" FontSize="18" FontWeight="SemiBold"/>
<TextBlock Text="Régebbi változat — Windows 7, 8.1 és 10 támogatás"
<TextBlock Text="Version 16.0 · LTSC 2019 · Windows 7 / 8.1 / 10"
FontSize="12" Foreground="{StaticResource TextSecondaryBrush}" Margin="0,2,0,0"/>
</StackPanel>
</RadioButton>