-ripristinato tooltip pulsanti in btlpartlist
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user