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

SQL Server

开发平台:

Visual C++

  1. // InteractiveSQL.h : main header file for the INTERACTIVESQL application
  2. //
  3. #if !defined(AFX_INTERACTIVESQL_H__C1AD2405_D2B0_11D1_AE85_204C4F4F5020__INCLUDED_)
  4. #define AFX_INTERACTIVESQL_H__C1AD2405_D2B0_11D1_AE85_204C4F4F5020__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. /////////////////////////////////////////////////////////////////////////////
  13. // CInteractiveSQLApp:
  14. // See InteractiveSQL.cpp for the implementation of this class
  15. //
  16. class CInteractiveSQLApp : public CWinApp
  17. {
  18. public:
  19. CString m_strConnectString;
  20. bool m_bConnectStringFound;
  21. CInteractiveSQLApp();
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CInteractiveSQLApp)
  25. public:
  26. virtual BOOL InitInstance();
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. //{{AFX_MSG(CInteractiveSQLApp)
  30. afx_msg void OnAppAbout();
  31. afx_msg void OnUpdateFileMruFile1(CCmdUI* pCmdUI);
  32. afx_msg void OnFilePrintSetup();
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. private:
  36. BOOL RegisterGridCtrl();
  37. bool IsGridCtrlRegistered();
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. // CIommandLineInfoEx
  41. class CICommandLineInfo : public CCommandLineInfo
  42. {
  43. public:
  44. CICommandLineInfo();
  45. virtual ~CICommandLineInfo();
  46. // Overrides
  47. virtual void ParseParam(LPCTSTR lpszParam, BOOL bFlag, BOOL bLast);
  48. };
  49. /////////////////////////////////////////////////////////////////////////////
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_INTERACTIVESQL_H__C1AD2405_D2B0_11D1_AE85_204C4F4F5020__INCLUDED_)