StartForm.h
上传用户:ckg1000
上传日期:2013-01-26
资源大小:630k
文件大小:1k
源码类别:

CAD

开发平台:

Visual C++

  1. #if !defined(AFX_STARTFORM_H__528A1CEF_1767_4F61_A2C2_7A25A21CDD09__INCLUDED_)
  2. #define AFX_STARTFORM_H__528A1CEF_1767_4F61_A2C2_7A25A21CDD09__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // StartForm.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CStartForm frame
  10. class CStartForm : public CWnd
  11. {
  12. DECLARE_DYNCREATE(CStartForm)
  13. protected:
  14. //CStartForm();           // protected constructor used by dynamic creation
  15. // Attributes
  16. public:
  17. CStartForm();
  18. // Operations
  19. public:
  20. void Create(UINT nID);
  21. virtual ~CStartForm();
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CStartForm)
  25. public:
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. CBitmap m_wndBitmap;
  30. BITMAP Bitmap;
  31. // virtual ~CStartForm();
  32. // Generated message map functions
  33. //{{AFX_MSG(CStartForm)
  34. afx_msg void OnPaint();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_STARTFORM_H__528A1CEF_1767_4F61_A2C2_7A25A21CDD09__INCLUDED_)