toolsqlquery.h
Upload User: romrleung
Upload Date: 2022-05-23
Package Size: 18897k
Code Size: 1k
Category:

MySQL

Development Platform:

Visual C++

  1. #if !defined(AFX_TOOLSQLQUERY_H__826CB2FD_8B6D_11D1_AEC1_00600806E071__INCLUDED_)
  2. #define AFX_TOOLSQLQUERY_H__826CB2FD_8B6D_11D1_AEC1_00600806E071__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // ToolSqlQuery.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CToolSqlQuery dialog
  10. class CToolSqlQuery : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CToolSqlQuery(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CToolSqlQuery)
  17. enum { IDD = IDD_TOOL_SQL_QUERY };
  18. CEdit m_ctl_edit;
  19. CString m_edit;
  20. //}}AFX_DATA
  21.    HACCEL            m_hAccel;
  22. void SetFont(CFont* pFont, BOOL bRedraw = TRUE);
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CToolSqlQuery)
  26. public:
  27. virtual BOOL PreTranslateMessage(MSG* pMsg);
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CToolSqlQuery)
  35. afx_msg void OnSize(UINT nType, int cx, int cy);
  36. afx_msg void OnCancel();
  37. afx_msg void OnClose();
  38. virtual BOOL OnInitDialog();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. afx_msg void OnQueryPb();
  42. afx_msg void OnQueryDatabases();
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_TOOLSQLQUERY_H__826CB2FD_8B6D_11D1_AEC1_00600806E071__INCLUDED_)