11 lines
454 B
XML
11 lines
454 B
XML
<Window xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:controls="clr-namespace:DispenserUI.Views.Controls"
|
|
Width="600"
|
|
Height="500"
|
|
Padding="25,50"
|
|
WindowStartupLocation="CenterScreen"
|
|
x:Class="DispenserUI.Views.Windows.CameraParamsWindow"
|
|
Title="相机参数配置">
|
|
<controls:CameraParamsEditor x:Name="ParamsEditor" />
|
|
</Window> |