diff --git a/MainWindow/MainWindowM.vb b/MainWindow/MainWindowM.vb index 2e9e436..36f1969 100644 --- a/MainWindow/MainWindowM.vb +++ b/MainWindow/MainWindowM.vb @@ -202,8 +202,8 @@ Public Class MainWindowM Dim bNetHwKey As Boolean = ( GetMainPrivateProfileInt(S_GENERAL, K_NETKEY, 0) = 1) EgtSetNetHwKey( bNetHwKey) ' Recupero livello e opzioni della chiave - Dim bKey As Boolean = EgtGetKeyLevel(9423, 2406, 1, m_nKeyLevel) And - EgtGetKeyOptions(9423, 2406, 1, m_nKeyOptions) + Dim bKey As Boolean = EgtGetKeyLevel(9423, 2407, 1, m_nKeyLevel) And + EgtGetKeyOptions(9423, 2407, 1, m_nKeyOptions) ' Verifico abilitazione prodotto Dim bProd As Boolean = GetKeyOption(KEY_OPT.PHOTO_BASE) ' Inizializzazione generale di EgtInterface diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 92df6d9..ef698d8 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -59,5 +59,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + + diff --git a/OmagPHOTO.vbproj b/OmagPHOTO.vbproj index 8ee82bb..9126cec 100644 --- a/OmagPHOTO.vbproj +++ b/OmagPHOTO.vbproj @@ -216,6 +216,9 @@ + + + IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) c:\EgtProg\OmagPHOTO\OmagPHOTOR32.exe diff --git a/Resources/InstrumentPanel/Matitina.png b/Resources/InstrumentPanel/Matitina.png new file mode 100644 index 0000000..fae6189 Binary files /dev/null and b/Resources/InstrumentPanel/Matitina.png differ