以下是子窗体的UI:

<Window x:Class="Automatically.View"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="View" 
        SizeToContent="WidthAndHeight"
        WindowStartupLocation="CenterScreen"
        Icon="/Automatically;component/Images/schedule.ico"
        >
    <Grid>
        <DockPanel>
            <Image Name="Icon" Width="35" Height="35" DockPanel.Dock="Left"/>
            <TextBlock Name="tbk_Files"></TextBlock>
        </DockPanel>
    </Grid>
</Window>
View Code

相关文章:

  • 2021-12-18
  • 2022-12-23
  • 2021-09-08
猜你喜欢
  • 2021-10-16
  • 2021-12-28
  • 2021-07-05
  • 2021-06-22
相关资源
相似解决方案