EgtDOORCreator :

- aggiunta visualizzazione errore del motore di calcolo della porta
- aggiunta possibilità di configurare  da interfaccia direttorio di salvataggio
- le variabili H, L e T vengono aggiornate al cambio dimensioni porta
- sistemata gestione lingue.
This commit is contained in:
Nicola Pievani
2017-04-24 15:08:37 +00:00
parent f606a1752d
commit 446fc533b6
14 changed files with 77 additions and 938 deletions
+3 -3
View File
@@ -68,7 +68,7 @@ Public Class ProjectManagerViewModel
End Property
Public ReadOnly Property SendFeedbackToolTip As String
Get
Return "Send Feedback"
Return EgtMsg(50046)
End Get
End Property
Public ReadOnly Property OptionsToolTip As String
@@ -285,11 +285,11 @@ Public Class ProjectManagerViewModel
DirectCast(m_rfMainWindowViewModel.DoorParameters.DataContext, DoorParametersViewModel).bSetChange = False
m_rfMainWindowViewModel.ProjectNameMsg = SetTitle
Else
MessageBox.Show(EgtMsg(50128), "Error", MessageBoxButton.OK, MessageBoxImage.Exclamation)
MessageBox.Show(EgtMsg(50128), EgtMsg(50101), MessageBoxButton.OK, MessageBoxImage.Exclamation)
End If
Else
MessageBox.Show(EgtMsg(50128), "Error", MessageBoxButton.OK, MessageBoxImage.Exclamation)
MessageBox.Show(EgtMsg(50128), EgtMsg(50101), MessageBoxButton.OK, MessageBoxImage.Exclamation)
End If
End Sub