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