home *** CD-ROM | disk | FTP | other *** search
- // installt.cpp : implementation file
- //
-
- #include "stdafx.h"
- #include "install.h"
- #include "installt.h"
-
- #ifdef _DEBUG
- #undef THIS_FILE
- static char BASED_CODE THIS_FILE[] = __FILE__;
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
- // installt dialog
-
- installt::installt(CWnd* pParent /*=NULL*/)
- : CDialog(installt::IDD, pParent)
- {
- //{{AFX_DATA_INIT(installt)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
-
- void installt::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(installt)
- // NOTE: the ClassWizard will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
-
- BEGIN_MESSAGE_MAP(installt, CDialog)
- //{{AFX_MSG_MAP(installt)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
-
- /////////////////////////////////////////////////////////////////////////////
- // installt message handlers
-