From 01be0b37170026a6f07f25a4d734bf9f7a2984fd Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:11:37 +0000 Subject: Utilisateur : Fcolin Date : 13/01/03 Heure : 15:28 Archivé dans $/Bus/IvyProbe Commentaire: (vss 14) --- IvyProbe/IvyProbeDlg.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/IvyProbe/IvyProbeDlg.h b/IvyProbe/IvyProbeDlg.h index bf59474..0823c38 100644 --- a/IvyProbe/IvyProbeDlg.h +++ b/IvyProbe/IvyProbeDlg.h @@ -9,6 +9,13 @@ #endif // _MSC_VER >= 1000 #include "Ivy.h" +#ifdef USE_ETS +#include "ETSLayout.h" +#define MyDialog ETSLayoutDialog +#else +#define MyDialog CDialog +#endif +#include "HistoryEdit.h" ///////////////////////////////////////////////////////////////////////////// // CAboutDlg dialog used for App About @@ -44,8 +51,9 @@ class CTestDlg : public MyDialog, public IvyApplicationCallback public: CTestDlg(CWnd* pParent = NULL); // standard constructor +#ifdef USE_ETS DECLARE_LAYOUT(); - +#endif CHistoryEdit m_text; // Dialog Data //{{AFX_DATA(CTestDlg) -- cgit v1.1