home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // %1 dialog
-
- class %1 : public CColorDialog
- {
- DECLARE_DYNAMIC(%1)
-
- public:
- %1(COLORREF clrInit = 0, DWORD dwFlags = 0,
- CWnd* pParentWnd = NULL);
-
- protected:
- //{{AFX_MSG(%1)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };