EgtDOORCreator 2.2e1:

-> gestione della componente lock su due ante e anta singola,
-> correzione gestione del cambio Swing.
This commit is contained in:
Nicola Pievani
2020-05-26 09:56:59 +00:00
parent caaf8f044a
commit 6836a756e2
10 changed files with 328 additions and 81 deletions
+2 -2
View File
@@ -488,7 +488,7 @@ Friend Module OptionModule
Catch ex As Exception
End Try
End If
DefaultGetPrivateProfileString("Error", "MissingParameter", "Yellow", sColor)
DefaultGetPrivateProfileString("Error", "MissingParameter", "Orange", sColor)
If Not String.IsNullOrEmpty(sColor) Then
Try
ColorConvert = DirectCast(New BrushConverter().ConvertFrom(sColor), SolidColorBrush)
@@ -512,7 +512,7 @@ Friend Module OptionModule
Catch ex As Exception
End Try
End If
DefaultGetPrivateProfileString("Error", "ModifyingParamRef", "Yellow", sColor)
DefaultGetPrivateProfileString("Error", "ModifyingParamRef", "Orange", sColor)
If Not String.IsNullOrEmpty(sColor) Then
Try
ColorConvert = DirectCast(New BrushConverter().ConvertFrom(sColor), SolidColorBrush)