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

按钮控件

开发平台:

Visual C++

  1. // URLLink.h : main header file for the URLLINK application
  2. //
  3. #if !defined(AFX_URLLINK_H__A1DC39A2_EC62_4964_9517_3FA9EE54C9ED__INCLUDED_)
  4. #define AFX_URLLINK_H__A1DC39A2_EC62_4964_9517_3FA9EE54C9ED__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h" // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CURLLinkApp:
  14. // See URLLink.cpp for the implementation of this class
  15. //
  16. class CURLLinkApp : public CWinApp
  17. {
  18. public:
  19. CURLLinkApp();
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CURLLinkApp)
  23. public:
  24. virtual BOOL InitInstance();
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. //{{AFX_MSG(CURLLinkApp)
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };
  31. /////////////////////////////////////////////////////////////////////////////
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  34. #endif // !defined(AFX_URLLINK_H__A1DC39A2_EC62_4964_9517_3FA9EE54C9ED__INCLUDED_)