suntoryDlg.h
上传用户:ayxnkj
上传日期:2022-06-19
资源大小:11910k
文件大小:1k
源码类别:

搜索引擎

开发平台:

Visual C++

  1. // suntoryDlg.h : header file
  2. //
  3. #pragma once
  4. // CsuntoryDlg dialog
  5. class CsuntoryDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CsuntoryDlg(CWnd* pParent = NULL); // standard constructor
  10. // Dialog Data
  11. enum { IDD = IDD_SUNTORY_DIALOG };
  12. protected:
  13. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  14. CListCtrl m_MyList;
  15. CListCtrl m_MyList2;
  16. // Implementation
  17. protected:
  18. HICON m_hIcon;
  19. // Generated message map functions
  20. virtual BOOL OnInitDialog();
  21. afx_msg void OnPaint();
  22. afx_msg HCURSOR OnQueryDragIcon();
  23. DECLARE_MESSAGE_MAP()
  24. public:
  25. afx_msg void OnBnClickedOk4();
  26. afx_msg void OnBnClickedOk3();
  27. afx_msg void OnBnClickedOk2();
  28. afx_msg void OnBnClickedOk();
  29. };