GreyDlg.h
上传用户:cdscwht
上传日期:2022-07-27
资源大小:264k
文件大小:1k
源码类别:

图形/文字识别

开发平台:

Visual Basic

  1. #if !defined(AFX_GREYDLG_H__96A3DAD6_FDE4_4DDC_8583_0087D8EA2F45__INCLUDED_)
  2. #define AFX_GREYDLG_H__96A3DAD6_FDE4_4DDC_8583_0087D8EA2F45__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // GreyDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CGreyDlg dialog
  10. class CGreyDlg : public CDialog
  11. {
  12. //data
  13. public:
  14. LONG grey[256];
  15. // Construction
  16. public:
  17. CGreyDlg(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CGreyDlg)
  20. enum { IDD = IDD_DIALOG1 };
  21. // NOTE: the ClassWizard will add data members here
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CGreyDlg)
  26. public:
  27. virtual int DoModal();
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CGreyDlg)
  35. afx_msg void OnPaint();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_GREYDLG_H__96A3DAD6_FDE4_4DDC_8583_0087D8EA2F45__INCLUDED_)