19 lines
789 B
XML
19 lines
789 B
XML
<Window x:Class="DeerProject.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:local="clr-namespace:DeerProject"
|
|
mc:Ignorable="d"
|
|
Title="深海试验能源通信保障系统" Background="Transparent" FontFamily="Microsoft YaHei"
|
|
FontSize="12" FontWeight="ExtraLight" WindowStartupLocation="CenterScreen"
|
|
Height="900" Width="1600">
|
|
|
|
<WindowChrome.WindowChrome>
|
|
<WindowChrome GlassFrameThickness="-1" />
|
|
</WindowChrome.WindowChrome>
|
|
<Grid>
|
|
|
|
</Grid>
|
|
</Window>
|