14 lines
454 B
XML
14 lines
454 B
XML
<Window
|
|
x:Class="XplorePlane.Views.ImageProcessingWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:views="clr-namespace:XplorePlane.Views"
|
|
Title="图像处理"
|
|
Width="1200"
|
|
Height="750"
|
|
MinWidth="900"
|
|
MinHeight="550"
|
|
ShowInTaskbar="False"
|
|
WindowStartupLocation="CenterOwner">
|
|
<views:ImageProcessingPanelView />
|
|
</Window> |