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