home *** CD-ROM | disk | FTP | other *** search
- // TkNext.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // TkNext dialog
- //{{AFX_INCLUDES()
- #include "tk.h"
- //}}AFX_INCLUDES
-
- class TkNext : public CDialog
- {
- // Construction
- public:
- TkNext(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(TkNext)
- enum { IDD = IDD_TKNEXT };
- CString m_text;
- CTk m_tk;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(TkNext)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(TkNext)
- afx_msg void OnNext();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-