home *** CD-ROM | disk | FTP | other *** search
- /*---------------------------------------------------------------------------*\
- | Modeless.h - CtlHTML(tm) Control Library Test Program |
- | Windmill Point Software, Alburg, VT 05440 |
- | Copyright (c) 1999, Windmill Point Software |
- | All Rights Reserved. |
- \*---------------------------------------------------------------------------*/
-
- #if !defined(AFX_MODELESS_H__9FFC7562_0563_11D3_8171_00104BCD3AB4__INCLUDED_)
- #define AFX_MODELESS_H__9FFC7562_0563_11D3_8171_00104BCD3AB4__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- /////////////////////////////////////////////////////////////////////////////
- // CModeless dialog
-
- class CModeless : public CDialog
- {
- // Construction
- public:
- CModeless(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CModeless)
- enum { IDD = IDD_MODELESS_MESSAGEBOX };
- //}}AFX_DATA
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CModeless)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CModeless)
- afx_msg LRESULT OnSizeToFit (WPARAM wParam, LPARAM lParam);
- afx_msg void OnDestroy();
- afx_msg void OnActivate( UINT nState, CWnd* pWndOther, BOOL bMinimized );
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- // {{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_MODELESS_H__9FFC7562_0563_11D3_8171_00104BCD3AB4__INCLUDED_)
-