diff options
author | fcolin | 2007-02-01 13:11:37 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:11:37 +0000 |
commit | 01be0b37170026a6f07f25a4d734bf9f7a2984fd (patch) | |
tree | 3379518b7b4477c87c91ef261f5e6db151c55391 /IvyProbe/IvyProbeDlg.h | |
parent | 63ac5d3c955c4373fe87b0f8f44fbc344b0336c7 (diff) | |
download | ivy-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)
Diffstat (limited to 'IvyProbe/IvyProbeDlg.h')
-rw-r--r-- | IvyProbe/IvyProbeDlg.h | 10 |
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)
|