-ripristinato tooltip pulsanti in btlpartlist

This commit is contained in:
Demetrio Cassarino
2026-07-16 10:51:22 +02:00
parent 06879aaba4
commit ffe809cdb2
2 changed files with 25 additions and 1 deletions
@@ -49,7 +49,7 @@
Style="{StaticResource BTLDataWnd_Image}"/>
</Button>
<Button Grid.Column="1"
ToolTip="{Binding VerifyAll_ToolTip}"
ToolTip="{Binding VerifyAllFlipRot_ToolTip}"
Command="{Binding VerifyAllFlipRot_Command}"
IsEnabled="{Binding VerifyAll_IsEnabled}"
Style="{StaticResource Verify_Button}">
@@ -198,6 +198,30 @@ Public Class BTLPartListVM
End Get
End Property
Public ReadOnly Property VerifyAll_ToolTip As String
Get
Return EgtMsg(61928)
End Get
End Property
Public ReadOnly Property VerifyAllFlipRot_ToolTip As String
Get
Return EgtMsg(62000)
End Get
End Property
Public ReadOnly Property FilterAll_ToolTip As String
Get
Return EgtMsg(62570)
End Get
End Property
Public ReadOnly Property ResetCalc_ToolTip As String
Get
Return EgtMsg(61940)
End Get
End Property
#End Region ' Messages
' Definizione comandi