filterDlg.h
上传用户:sabrinaco
上传日期:2016-01-19
资源大小:3177k
文件大小:2k
开发平台:

Visual C++

  1. // filterDlg.h : header file
  2. //
  3. #if !defined(AFX_FILTERDLG_H__8BEA217E_88D9_4A70_87D8_92FC0310738B__INCLUDED_)
  4. #define AFX_FILTERDLG_H__8BEA217E_88D9_4A70_87D8_92FC0310738B__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CFilterDlg dialog
  10. class CFilterDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CFilterDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CFilterDlg)
  17. enum { IDD = IDD_FILTER_DIALOG };
  18. static UINT liuliang(LPVOID p);
  19. //}}AFX_DATA
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CFilterDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. HICON m_hIcon;
  28. // Generated message map functions
  29. //{{AFX_MSG(CFilterDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  32. afx_msg void OnPaint();
  33. afx_msg HCURSOR OnQueryDragIcon();
  34. virtual void OnOK();
  35. afx_msg void Ondelete();
  36. afx_msg void Onclosenet();
  37. afx_msg void Onconnect();
  38. afx_msg void Onliuliangtu();
  39. afx_msg void Onarp();
  40. afx_msg void Onpadapt();
  41. afx_msg void OnClose();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_FILTERDLG_H__8BEA217E_88D9_4A70_87D8_92FC0310738B__INCLUDED_)