添加BGA空隙测量按钮到测量工具组

This commit is contained in:
李伟
2026-04-24 15:58:59 +08:00
parent de21e462e7
commit ef2ef5cb83
3 changed files with 21 additions and 1 deletions
+11
View File
@@ -442,6 +442,17 @@
SmallImage="/Assets/Icons/pores.png"
Text="通孔填锡率" />
</StackPanel>
<!-- 第三列: BGA空隙测量 -->
<StackPanel>
<telerik:RadRibbonButton
telerik:ScreenTip.Description="BGA焊球空隙率检测"
telerik:ScreenTip.Title="BGA空隙测量"
Command="{Binding BgaVoidMeasureCommand}"
Size="Medium"
SmallImage="/Assets/Icons/bga.png"
Text="BGA空隙" />
</StackPanel>
</telerik:RadRibbonGroup>
<!--
<telerik:RadRibbonGroup Header="图像处理">