home *** CD-ROM | disk | FTP | other *** search
- // QueryDlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CQueryDlg dialog
-
- class CQueryDlg : public CDialog
- {
- // Construction
- public:
- CQueryDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CQueryDlg)
- enum { IDD = IDD_DIALOG_QUERY };
- CString m_strParamName;
- CString m_strParamValue;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CQueryDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CQueryDlg)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-