添加BGA空隙测量按钮到测量工具组
This commit is contained in:
@@ -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="图像处理">
|
||||
|
||||
Reference in New Issue
Block a user