// FindS.h : header file // ///////////////////////////////////////////////////////////////////////////// // CFindStudy dialog class CFindStudy : public CDialog { // Construction public: CFindStudy(CWnd* pParent = NULL); // standard constructor CString m_sz1; CString m_sz2; CString m_sz3; CString m_sz4; CString m_sz5; // Dialog Data //{{AFX_DATA(CFindStudy) enum { IDD = IDD_FIND_STUDY_DLG }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CFindStudy) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CFindStudy) virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };