query.h
上传用户:hzzhuce
上传日期:2013-04-01
资源大小:1289k
文件大小:1k
源码类别:

SQL Server

开发平台:

Visual C++

  1. #if !defined(AFX_QUERY_H__130B03B9_943A_486A_BCF8_CEFB84E51136__INCLUDED_)
  2. #define AFX_QUERY_H__130B03B9_943A_486A_BCF8_CEFB84E51136__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // query.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // Cquery dialog
  10. class Cquery : public CDialog
  11. {
  12. // Construction
  13. public:
  14. Cquery(CWnd* pParent = NULL);   // standard constructor
  15. CString m_Getstring1;
  16. CString m_Getstring2;
  17. // Dialog Data
  18. //{{AFX_DATA(Cquery)
  19. enum { IDD = IDD_QUERY };
  20. CComboBox m_select;
  21. CComboBox m_query;
  22. CString m_find;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(Cquery)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(Cquery)
  34. virtual void OnOK();
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnCancelMode();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_QUERY_H__130B03B9_943A_486A_BCF8_CEFB84E51136__INCLUDED_)