BCDlg.h
上传用户:hstieta88
上传日期:2007-01-14
资源大小:106k
文件大小:1k
源码类别:

图形图像处理

开发平台:

Visual C++

  1. #if !defined(AFX_BCDLG_H__A8EC2D60_A748_11D2_9481_000021003EA5__INCLUDED_)
  2. #define AFX_BCDLG_H__A8EC2D60_A748_11D2_9481_000021003EA5__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // BCDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CBCDlg dialog
  10. class CBCDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CBCDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CBCDlg)
  17. enum { IDD = IDD_BC };
  18. CScrollBar m_ScrollContrast;
  19. CScrollBar m_ScrollBright;
  20. CString m_strBright;
  21. CString m_strContrast;
  22. //}}AFX_DATA
  23. int m_nValue1;
  24. int m_nValue2;
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CBCDlg)
  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(CBCDlg)
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_BCDLG_H__A8EC2D60_A748_11D2_9481_000021003EA5__INCLUDED_)