RyLiveTools/Source/MainWindow.xaml

18 lines
872 B
Plaintext
Raw Normal View History

<hc:Window x:Class="LiveTools.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:hc="https://handyorg.github.io/handycontrol"
mc:Ignorable="d"
Title="直播助手"
Icon="/Pngs/Icons/主图.png"
Style="{StaticResource WindowWin10}"
Background="{DynamicResource SecondaryRegionBrush}"
ResizeMode="CanResizeWithGrip"
WindowStartupLocation="CenterScreen"
d:DesignHeight="800"
d:DesignWidth="1400"
Width="1100" Loaded="Window_Loaded">
<ContentControl Name="ControlMain"/>
</hc:Window>