home *** CD-ROM | disk | FTP | other *** search
/ Chip Special: HTML & Java / Chip-Special_1997-01_HTML-a-Java.bin / vjtrial / vjupdate.exe / MFCCLSWZ.DLL / SRCDATA / COLORDLG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-31  |  370 b   |  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. };