Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

23 linhas
856 B

  1. <hc:Window
  2. x:Class="HKCardOUT.Views.RootView"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. xmlns:hc="https://handyorg.github.io/handycontrol"
  7. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  8. xmlns:viewModels="clr-namespace:HKCardOUT.ViewModels"
  9. Title="海科智慧一卡通平台"
  10. d:DataContext="{d:DesignInstance Type=viewModels:RootViewModel}"
  11. ShowMaxButton="False"
  12. ShowMinButton="False"
  13. ShowTitle="True"
  14. Topmost="True"
  15. WindowStartupLocation="CenterScreen"
  16. WindowState="Maximized"
  17. mc:Ignorable="d">
  18. <hc:Window.Background>
  19. <ImageBrush ImageSource="/HKResouces/背景.jpg" />
  20. </hc:Window.Background>
  21. </hc:Window>