Files
Shi.Ji e31d3560bb 添加 MX-PD-盘古 项目文件
将 MX-PD-盘古 - new 目录下的所有文件添加到主仓库
2026-05-18 11:43:09 +08:00

17 lines
970 B
XML

<UserControl x:Class="MainShell.ParaSetting.View.WaferUnloadProcessParameterView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignHeight="160" d:DesignWidth="800">
<Grid Margin="4" HorizontalAlignment="Stretch">
<StackPanel>
<GroupBox Header="{DynamicResource ProcessControlGroup}" Style="{StaticResource ProcessWideCardGroupBoxStyle}">
<WrapPanel>
<ToggleButton Style="{StaticResource ProcessToggleStyle}" Content="{DynamicResource EnableWaferUnload}" IsChecked="{Binding Parameter.EnableProcess}"/>
</WrapPanel>
</GroupBox>
</StackPanel>
</Grid>
</UserControl>