Quantdlg.h
上传用户:cjw5120
上传日期:2022-05-11
资源大小:5032k
文件大小:1k
源码类别:

网络截获/分析

开发平台:

Visual C++

  1. #if !defined(AFX_QUANTDLG_H__F0B2BF83_2A33_11D1_8159_444553540000__INCLUDED_)
  2. #define AFX_QUANTDLG_H__F0B2BF83_2A33_11D1_8159_444553540000__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // QuantDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CQuantDlg dialog
  10. class CQuantDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CQuantDlg(CWnd* pParent = NULL);   // standard constructor
  15. UINT m_uDither, m_uPalette;
  16. BOOL m_color;
  17. // Dialog Data
  18. //{{AFX_DATA(CQuantDlg)
  19. enum { IDD = IDD_QUANT };
  20. UINT m_quantColors;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CQuantDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CQuantDlg)
  32. afx_msg void OnColor();
  33. afx_msg void OnGray();
  34. virtual BOOL OnInitDialog();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_QUANTDLG_H__F0B2BF83_2A33_11D1_8159_444553540000__INCLUDED_)