Clipboard.h
资源名称:Clipboard.rar [点击查看]
上传用户:xiaosihe
上传日期:2021-10-12
资源大小:1859k
文件大小:1k
源码类别:
组合框控件
开发平台:
Visual C++
- // Clipboard.h : main header file for the CLIPBOARD application
- //
- #if !defined(AFX_CLIPBOARD_H__A71E26D4_1EEA_4C32_B49F_0498CF9C97CC__INCLUDED_)
- #define AFX_CLIPBOARD_H__A71E26D4_1EEA_4C32_B49F_0498CF9C97CC__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CClipboardApp:
- // See Clipboard.cpp for the implementation of this class
- //
- class CClipboardApp : public CWinApp
- {
- public:
- CClipboardApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CClipboardApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CClipboardApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CLIPBOARD_H__A71E26D4_1EEA_4C32_B49F_0498CF9C97CC__INCLUDED_)