home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / mysql / mysql-3.23.28g-win-source.exe / mysqlmanager / toolsqlquery.h < prev    next >
C/C++ Source or Header  |  1999-10-12  |  2KB  |  61 lines

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