home *** CD-ROM | disk | FTP | other *** search
- /***
- Header File.
- Class: CDlgAbout
- Revisions:
- 10/24/90 KM Initial coding.
- ***/
- #ifndef CDlgAbout_INC
- #define CDlgAbout_INC
-
- #include "cdlg.hpp"
-
- class CDlgAbout : public CDlg {
- public:
- void DoAboutBox(HANDLE hInst, HWND hParent);
- BOOL DoInitDialog(WORD nFocusID, LONG lParam);
- BOOL DoCommand(WORD ControlID, LONG lParam);
-
- protected:
-
- private:
- };
- #endif
-