GuiAdoTest.h
上传用户:wlkj888
上传日期:2022-08-01
资源大小:806k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // GuiAdoTest.h : main header file for the GUIADOTEST application
  2. //
  3. #if !defined(AFX_GUIADOTEST_H__E688F06A_E799_4120_8726_D091F233CCA9__INCLUDED_)
  4. #define AFX_GUIADOTEST_H__E688F06A_E799_4120_8726_D091F233CCA9__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" // main symbols
  12. #include "GuiAdoDB.h" // main symbols
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CGuiAdoTestApp:
  15. // See GuiAdoTest.cpp for the implementation of this class
  16. //
  17. class CGuiAdoTestApp : public CWinApp
  18. {
  19. public:
  20. CGuiAdoTestApp();
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CGuiAdoTestApp)
  24. public:
  25. virtual BOOL InitInstance();
  26. //}}AFX_VIRTUAL
  27. CGuiRecordSet* m_rs;
  28. CGuiConnection m_cn;
  29. CGuiField* m_fld;
  30. // Implementation
  31. //{{AFX_MSG(CGuiAdoTestApp)
  32. // NOTE - the ClassWizard will add and remove member functions here.
  33. //    DO NOT EDIT what you see in these blocks of generated code !
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_GUIADOTEST_H__E688F06A_E799_4120_8726_D091F233CCA9__INCLUDED_)