summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:11:37 +0000
committerfcolin2007-02-01 13:11:37 +0000
commit01be0b37170026a6f07f25a4d734bf9f7a2984fd (patch)
tree3379518b7b4477c87c91ef261f5e6db151c55391
parent63ac5d3c955c4373fe87b0f8f44fbc344b0336c7 (diff)
downloadivy-cplusplus-01be0b37170026a6f07f25a4d734bf9f7a2984fd.zip
ivy-cplusplus-01be0b37170026a6f07f25a4d734bf9f7a2984fd.tar.gz
ivy-cplusplus-01be0b37170026a6f07f25a4d734bf9f7a2984fd.tar.bz2
ivy-cplusplus-01be0b37170026a6f07f25a4d734bf9f7a2984fd.tar.xz
Utilisateur : Fcolin Date : 13/01/03 Heure : 15:28 Archivé dans $/Bus/IvyProbe Commentaire: (vss 14)
-rw-r--r--IvyProbe/IvyProbeDlg.h10
1 files changed, 9 insertions, 1 deletions
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)