#if !defined(AFX_NUMBERDLG_H__7AC58F35_ED4E_11D3_9175_0040C7772D6B__INCLUDED_) #define AFX_NUMBERDLG_H__7AC58F35_ED4E_11D3_9175_0040C7772D6B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // NumberDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CNumberDlg dialog class CNumberDlg : public CDialog { // Construction public: CNumberDlg(CWnd* pParent = NULL); // standard constructor void SeeData(CProperty * inProp); CProperty * Prop; CString Val; // Dialog Data //{{AFX_DATA(CNumberDlg) enum { IDD = IDD_NumberDlg }; CString m_Val; CString m_Prompt; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CNumberDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CNumberDlg) virtual void OnOK(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_NUMBERDLG_H__7AC58F35_ED4E_11D3_9175_0040C7772D6B__INCLUDED_)