StaticLink.h
上传用户:jsxglz
上传日期:2007-01-03
资源大小:117k
文件大小:1k
源码类别:

SQL Server

开发平台:

Visual C++

  1. #if !defined(AFX_STATICLINK_H__9EDF4AF4_5F73_11D1_B94C_204C4F4F5020__INCLUDED_)
  2. #define AFX_STATICLINK_H__9EDF4AF4_5F73_11D1_B94C_204C4F4F5020__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // StaticLink.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CStaticLink window
  10. class CStaticLink : public CStatic
  11. {
  12. // Construction
  13. public:
  14. CStaticLink();
  15. // Attributes
  16. public:
  17.    BOOL m_bVisited;
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CStaticLink)
  23. public:
  24. protected:
  25. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. virtual ~CStaticLink();
  30. // Generated message map functions
  31. protected:
  32. //{{AFX_MSG(CStaticLink)
  33. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. CString  m_strLink;
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_STATICLINK_H__9EDF4AF4_5F73_11D1_B94C_204C4F4F5020__INCLUDED_)