diff --git a/XplorePlane/Views/ImageProcessing/TemplateMatchAssistantWindow.xaml b/XplorePlane/Views/ImageProcessing/TemplateMatchAssistantWindow.xaml
index 026f037..28b879a 100644
--- a/XplorePlane/Views/ImageProcessing/TemplateMatchAssistantWindow.xaml
+++ b/XplorePlane/Views/ImageProcessing/TemplateMatchAssistantWindow.xaml
@@ -3,9 +3,18 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="模板匹配助手"
Height="560"
- Width="520"
+ Width="560"
+ FontFamily="Microsoft YaHei UI"
WindowStartupLocation="CenterOwner"
ResizeMode="CanResizeWithGrip">
+
+
+
@@ -23,22 +32,58 @@
+
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -179,13 +224,19 @@
-
-
-
+
@@ -213,22 +264,42 @@
+ Command="{Binding PickFolderCommand}"
+ ToolTip="选择包含待测图像的文件夹(仅当前层级)">
+
+
+
+
+
+ Command="{Binding StartBatchCommand}"
+ ToolTip="对文件夹内图像依次执行模板匹配">
+
+
+
+
+
+ Command="{Binding StopBatchCommand}"
+ ToolTip="停止当前批量任务">
+
+
+
+
+
+ Command="{Binding OpenSelectedInMainViewportCommand}"
+ ToolTip="将表格当前选中行对应图像在主视图中打开并显示匹配结果">
+
+
+
+
+