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

网络截获/分析

开发平台:

Visual C++

  1. // BMPDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CBMPDlg dialog
  5. class CBMPDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CBMPDlg(CWnd* pParent = NULL);   // standard constructor
  10. int m_bits;
  11. // Dialog Data
  12. //{{AFX_DATA(CBMPDlg)
  13. enum { IDD = IDD_CMAP_DLG };
  14. // NOTE: the ClassWizard will add data members here
  15. //}}AFX_DATA
  16. // Overrides
  17. // ClassWizard generated virtual function overrides
  18. //{{AFX_VIRTUAL(CBMPDlg)
  19. protected:
  20. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. protected:
  24. // Generated message map functions
  25. //{{AFX_MSG(CBMPDlg)
  26. afx_msg void OnBmp1bits();
  27. afx_msg void OnBmp4bit();
  28. afx_msg void OnBmp8bit();
  29. virtual BOOL OnInitDialog();
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };