#if !defined(AFX_SQLDLG_H__01FFC88C_1F1F_4108_8EBE_45F6F25EF8A0__INCLUDED_) #define AFX_SQLDLG_H__01FFC88C_1F1F_4108_8EBE_45F6F25EF8A0__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SqlDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // SqlDlg dialog class SqlDlg : public CDialog { // Construction public: SqlDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(SqlDlg) enum { IDD = IDD_DLGsql }; CString m_sql; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(SqlDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(SqlDlg) virtual void OnOK(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SQLDLG_H__01FFC88C_1F1F_4108_8EBE_45F6F25EF8A0__INCLUDED_)