home *** CD-ROM | disk | FTP | other *** search
- // CTestDialog1.cp -- dialog methods
- // Created 01/01/95 12:01 PM by AppMaker
-
- #include "stdafx.h"
- #include "Demo1Dlg.h"
- #include "CTestDialog1.h"
-
- #ifdef _DEBUG
- #undef THIS_FILE
- static char BASED_CODE THIS_FILE[] = __FILE__;
- #endif
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CTestDialog1 dialog
-
-
- CTestDialog1::CTestDialog1(CWnd* pParent /*=NULL*/)
- : CDialog(CTestDialog1::IDD, pParent)
- {
-
- //{{AFX_DATA_INIT(CTestDialog1)
- // NOTE: the ClassExpress will add member initialization here
- //}}AFX_DATA_INIT
- }
-
- void CTestDialog1::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CTestDialog1)
- // NOTE: the ClassExpress will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
-
- BEGIN_MESSAGE_MAP(CTestDialog1, CDialog)
- //{{AFX_MSG_MAP(CTestDialog1)
- // NOTE: the ClassExpress will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CTestDialog1 message handlers
-
-