StartForm.h
资源名称:CAD2006.rar [点击查看]
上传用户:ckg1000
上传日期:2013-01-26
资源大小:630k
文件大小:1k
源码类别:
CAD
开发平台:
Visual C++
- #if !defined(AFX_STARTFORM_H__528A1CEF_1767_4F61_A2C2_7A25A21CDD09__INCLUDED_)
- #define AFX_STARTFORM_H__528A1CEF_1767_4F61_A2C2_7A25A21CDD09__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // StartForm.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CStartForm frame
- class CStartForm : public CWnd
- {
- DECLARE_DYNCREATE(CStartForm)
- protected:
- //CStartForm(); // protected constructor used by dynamic creation
- // Attributes
- public:
- CStartForm();
- // Operations
- public:
- void Create(UINT nID);
- virtual ~CStartForm();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CStartForm)
- public:
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- CBitmap m_wndBitmap;
- BITMAP Bitmap;
- // virtual ~CStartForm();
- // Generated message map functions
- //{{AFX_MSG(CStartForm)
- afx_msg void OnPaint();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_STARTFORM_H__528A1CEF_1767_4F61_A2C2_7A25A21CDD09__INCLUDED_)
English
