TestEgr :

- piccola modifica per evitare uscita repentina con ESC.
This commit is contained in:
Dario Sassi
2014-09-13 21:25:43 +00:00
parent 355fd8c8f1
commit 1c6948a6f9
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -614,6 +614,13 @@ CTestEGrDlg::OutData( const string& sOut, bool bLog)
LOG_INFO( m_pLogGen, sOut.c_str())
}
//----------------------------------------------------------------------------
void
CTestEGrDlg::OnCancel( void)
{
// Per disabilitare l'uscita sulla pressione di ESC
}
//----------------------------------------------------------------------------
void
CTestEGrDlg::OnClose( void)
+1
View File
@@ -43,6 +43,7 @@ class CTestEGrDlg : public CDialog
protected :
virtual BOOL OnInitDialog( void) ;
virtual BOOL PreTranslateMessage( MSG* pMsg) ;
virtual void OnCancel( void) ;
afx_msg void OnSysCommand( UINT nID, LPARAM lParam) ;
afx_msg void OnPaint( void) ;
afx_msg HCURSOR OnQueryDragIcon( void) ;