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