OmagOFFICE :
- modifiche per libreria EgtSTONELib rinominata in EgtPHOTOLib.
This commit is contained in:
@@ -287,7 +287,7 @@ Public Class SideEntityControlVM
|
||||
' Aggiorno valori
|
||||
If m_Mode = ModeOpt.SIDEANGLE Then
|
||||
Parameter1Msg = EgtMsg(MSG_IMPORTPAGEUC + 9) ' Angolo
|
||||
Dim dVal As Double = GetMainPrivateProfileDouble(S_SIDES, K_SIDEANGLE, "45")
|
||||
Dim dVal As Double = GetMainPrivateProfileDouble(S_SIDES, K_SIDEANGLE, 45)
|
||||
SetParameter1(dVal)
|
||||
Else
|
||||
Parameter1Msg = EgtMsg(MSG_IMPORTPAGEUC + 10) ' Offset
|
||||
@@ -789,7 +789,7 @@ Public Class SideEntityControlVM
|
||||
' Aggiorno valori
|
||||
If m_Mode = ModeOpt.SIDEANGLE Then
|
||||
Parameter1Msg = EgtMsg(MSG_IMPORTPAGEUC + 9) ' Angolo
|
||||
Dim dVal As Double = GetMainPrivateProfileDouble(S_SIDES, K_SIDEANGLE, "45")
|
||||
Dim dVal As Double = GetMainPrivateProfileDouble(S_SIDES, K_SIDEANGLE, 45)
|
||||
SetParameter1(dVal)
|
||||
Else
|
||||
Parameter1Msg = EgtMsg(MSG_IMPORTPAGEUC + 10) ' Offset
|
||||
@@ -1276,7 +1276,7 @@ End Class
|
||||
Friend Class DripEntity
|
||||
Inherits SideEntity
|
||||
|
||||
Friend Shared m_ModifyDrip As Action(Of String, Double)
|
||||
Friend Shared m_ModifyDrip As Action(Of String, Boolean)
|
||||
Friend Shared m_RefreshSideAngleText As Action
|
||||
|
||||
Private m_bHaveDrip As Boolean
|
||||
|
||||
Reference in New Issue
Block a user