home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / bin / mfcclwz.dll / SRCDATA / COLORDLG.H < prev    next >
C/C++ Source or Header  |  1998-06-18  |  370b  |  18 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // %1 dialog
  3.  
  4. class %1 : public CColorDialog
  5. {
  6.     DECLARE_DYNAMIC(%1)
  7.  
  8. public:
  9.     %1(COLORREF clrInit = 0, DWORD dwFlags = 0,
  10.             CWnd* pParentWnd = NULL);
  11.  
  12. protected:
  13.     //{{AFX_MSG(%1)
  14.         // NOTE - the ClassWizard will add and remove member functions here.
  15.     //}}AFX_MSG
  16.     DECLARE_MESSAGE_MAP()
  17. };