GetLinkDlg.h
上传用户:aini_9474
上传日期:2007-01-03
资源大小:22k
文件大小:2k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. // GetLinkDlg.h : header file
  2. //
  3. #if !defined(AFX_GETLINKDLG_H__7ACE6FC9_80BD_11D3_90F9_00105AA6C48C__INCLUDED_)
  4. #define AFX_GETLINKDLG_H__7ACE6FC9_80BD_11D3_90F9_00105AA6C48C__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "GetList.h"
  9. #define IDC_GET_LIST 4321 // define any constant. ;-)
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CGetLinkDlg dialog
  12. class CGetLinkDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CGetLinkDlg(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CGetLinkDlg)
  19. enum { IDD = IDD_GETLINK_DIALOG };
  20. // NOTE: the ClassWizard will add data members here
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CGetLinkDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. // Generated message map functions
  31. //{{AFX_MSG(CGetLinkDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  34. afx_msg void OnPaint();
  35. afx_msg HCURSOR OnQueryDragIcon();
  36. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. // Attributes
  40. protected:
  41. CGetList m_ctrGetList;
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_GETLINKDLG_H__7ACE6FC9_80BD_11D3_90F9_00105AA6C48C__INCLUDED_)