MyColorDlg.cpp
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
- // MyColorDlg.cpp : implementation file
- //
- #include "stdafx.h"
- #include "Proj.h"
- #include "MyColorDlg.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CMyColorDlg
- IMPLEMENT_DYNAMIC(CMyColorDlg, CColorDialog)
- CMyColorDlg::CMyColorDlg(COLORREF clrInit, DWORD dwFlags, CWnd* pParentWnd) :
- CColorDialog(clrInit, dwFlags, pParentWnd)
- {
- }
- BEGIN_MESSAGE_MAP(CMyColorDlg, CColorDialog)
- //{{AFX_MSG_MAP(CMyColorDlg)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()