InteractiveSQLDoc.h
上传用户:jsxglz
上传日期:2007-01-03
资源大小:117k
文件大小:1k
源码类别:

SQL Server

开发平台:

Visual C++

  1. // InteractiveSQLDoc.h : interface of the CInteractiveSQLDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_INTERACTIVESQLDOC_H__C1AD240B_D2B0_11D1_AE85_204C4F4F5020__INCLUDED_)
  5. #define AFX_INTERACTIVESQLDOC_H__C1AD240B_D2B0_11D1_AE85_204C4F4F5020__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. class CInteractiveSQLDoc : public CRichEditDoc
  10. {
  11. protected: // create from serialization only
  12. CInteractiveSQLDoc();
  13. DECLARE_DYNCREATE(CInteractiveSQLDoc)
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CInteractiveSQLDoc)
  21. public:
  22. virtual BOOL OnNewDocument();
  23. virtual void Serialize(CArchive& ar);
  24. //}}AFX_VIRTUAL
  25. virtual CRichEditCntrItem* CreateClientItem(REOBJECT* preo) const;
  26. // Implementation
  27. public:
  28. virtual ~CInteractiveSQLDoc();
  29. #ifdef _DEBUG
  30. virtual void AssertValid() const;
  31. virtual void Dump(CDumpContext& dc) const;
  32. #endif
  33. protected:
  34. // Generated message map functions
  35. public:
  36. //{{AFX_MSG(CInteractiveSQLDoc)
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_INTERACTIVESQLDOC_H__C1AD240B_D2B0_11D1_AE85_204C4F4F5020__INCLUDED_)