#if !defined(AFX_DLGNEW_H__B48FAA03_5D2A_11D3_9D95_0060087C0CB3__INCLUDED_) #define AFX_DLGNEW_H__B48FAA03_5D2A_11D3_9D95_0060087C0CB3__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DlgNew.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDlgNew dialog class CDlgNew : public CDialog { // Construction public: CDlgNew(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDlgNew) enum { IDD = IDD_FILE_NEW }; CButton m_BtnOk; CEdit m_EditWidth; CEdit m_EditHeight; int m_nHeight; int m_nWidth; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDlgNew) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation private: BOOL CheckOkBtnState(); protected: // Generated message map functions //{{AFX_MSG(CDlgNew) afx_msg void OnChangeHeigth(); afx_msg void OnChangeWidth(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLGNEW_H__B48FAA03_5D2A_11D3_9D95_0060087C0CB3__INCLUDED_)