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 / toolsqlresults.h < prev    next >
C/C++ Source or Header  |  1999-10-12  |  1KB  |  54 lines

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