DlgHistogram.cpp
上传用户:zbjinju
上传日期:2022-07-30
资源大小:11893k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. // DlgHistogram.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "DibLook.h"
  5. #include "DlgHistogram.h"
  6. // CDlgHistogram dialog
  7. IMPLEMENT_DYNAMIC(CDlgHistogram, CDialog)
  8. CDlgHistogram::CDlgHistogram(CWnd* pParent /*=NULL*/)
  9. : CDialog(CDlgHistogram::IDD, pParent)
  10. {
  11. }
  12. CDlgHistogram::~CDlgHistogram()
  13. {
  14. }
  15. void CDlgHistogram::DoDataExchange(CDataExchange* pDX)
  16. {
  17. CDialog::DoDataExchange(pDX);
  18. DDX_Control(pDX, IDC_HISTOGRAM, m_Histogram);
  19. }
  20. BEGIN_MESSAGE_MAP(CDlgHistogram, CDialog)
  21. END_MESSAGE_MAP()
  22. // CDlgHistogram message handlers