LISTCONTROLDlg.h
上传用户:z_mail1980
上传日期:2007-06-01
资源大小:647k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. // LISTCONTROLDlg.h : header file
  2. //
  3. #if !defined(AFX_LISTCONTROLDLG_H__C9A33367_B222_442D_BFDE_A30BAE6057BB__INCLUDED_)
  4. #define AFX_LISTCONTROLDLG_H__C9A33367_B222_442D_BFDE_A30BAE6057BB__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CLISTCONTROLDlg dialog
  10. typedef struct tagSPS{
  11. char szPm[10];
  12. int Lx;
  13. char szSl[10];
  14. char szDj[10];
  15. char szJe[10];
  16. }SPS;
  17. int CALLBACK CompareFunc(LPARAM lParam1,LPARAM lParam2,LPARAM lParamSort);
  18. class CLISTCONTROLDlg : public CDialog
  19. {
  20. // Construction
  21. public:
  22. CLISTCONTROLDlg(CWnd* pParent = NULL); // standard constructor
  23. // Dialog Data
  24. //{{AFX_DATA(CLISTCONTROLDlg)
  25. enum { IDD = IDD_LISTCONTROL_DIALOG };
  26. CListCtrl m_ListCtrl;
  27. //}}AFX_DATA
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CLISTCONTROLDlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. HICON m_hIcon;
  36. // Generated message map functions
  37. //{{AFX_MSG(CLISTCONTROLDlg)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  40. afx_msg void OnPaint();
  41. afx_msg HCURSOR OnQueryDragIcon();
  42. afx_msg void OnStdicon();
  43. afx_msg void OnSmlicon();
  44. afx_msg void OnList();
  45. afx_msg void OnReport();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_LISTCONTROLDLG_H__C9A33367_B222_442D_BFDE_A30BAE6057BB__INCLUDED_)