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

图形图象

开发平台:

Visual C++

  1. #pragma once
  2. // CThresholdDialog dialog
  3. class CThresholdDialog : public CDialog
  4. {
  5. DECLARE_DYNAMIC(CThresholdDialog)
  6. public:
  7. CThresholdDialog(CWnd* pParent = NULL);   // standard constructor
  8. virtual ~CThresholdDialog();
  9. // Dialog Data
  10. enum { IDD = IDD_DIALOG2 };
  11. protected:
  12. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  13. DECLARE_MESSAGE_MAP()
  14. public:
  15. BYTE m_thresh;
  16. };