UseBrush.h
资源名称:UseBrush.rar [点击查看]
上传用户:sxjieshun
上传日期:2022-07-26
资源大小:25k
文件大小:1k
源码类别:
绘图程序
开发平台:
Visual C++
- // UseBrush.h : main header file for the USEBRUSH application
- //
- #if !defined(AFX_USEBRUSH_H__9269965A_7326_410F_A0E1_E3BBD7188B12__INCLUDED_)
- #define AFX_USEBRUSH_H__9269965A_7326_410F_A0E1_E3BBD7188B12__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
- /////////////////////////////////////////////////////////////////////////////
- // CUseBrushApp:
- // See UseBrush.cpp for the implementation of this class
- //
- class CUseBrushApp : public CWinApp
- {
- public:
- CUseBrushApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CUseBrushApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CUseBrushApp)
- // 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_USEBRUSH_H__9269965A_7326_410F_A0E1_E3BBD7188B12__INCLUDED_)