Equipment.h
上传用户:latoyin
上传日期:2017-10-19
资源大小:2882k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

  1. // Equipment.h : main header file for the EQUIPMENT application
  2. //
  3. #if !defined(AFX_EQUIPMENT_H__0CFB8610_33AE_49C4_9391_AA65F6C4B629__INCLUDED_)
  4. #define AFX_EQUIPMENT_H__0CFB8610_33AE_49C4_9391_AA65F6C4B629__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"
  12. #include "DataManage1.h"
  13. // main symbols
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CEquipmentApp:
  16. // See Equipment.cpp for the implementation of this class
  17. //
  18. class CEquipmentApp : public CWinApp
  19. {
  20. public:
  21. CTime StrToTime(CString str);//将字符串转换为日期
  22. CEquipmentApp();
  23. CDataManage * datamanage;
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CEquipmentApp)
  27. public:
  28. virtual BOOL InitInstance();
  29. virtual int ExitInstance();
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. //{{AFX_MSG(CEquipmentApp)
  33. // NOTE - the ClassWizard will add and remove member functions here.
  34. //    DO NOT EDIT what you see in these blocks of generated code !
  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_EQUIPMENT_H__0CFB8610_33AE_49C4_9391_AA65F6C4B629__INCLUDED_)