#if !defined(AFX_REGMARK_H__37956B69_3CB1_4C01_879A_226A55643519__INCLUDED_) #define AFX_REGMARK_H__37956B69_3CB1_4C01_879A_226A55643519__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // RegMark.h : header file // ///////////////////////////////////////////////////////////////////////////// // CRegMarkDlg dialog class CRegMarkDlg : public CDialog { private: BOOL CheckData(int nCount); BOOL CloseDialog(BOOL bBack); BOOL m_bAdd; BOOL m_bArea; // Construction public: CRegMarkDlg(CWnd* pParent = NULL); // standard constructor BOOL AddData(POINT * pPoint, RECT * pRect); void ClearRgn(); // Dialog Data //{{AFX_DATA(CRegMarkDlg) enum { IDD = IDD_REG_MARK_DLG }; CButton m_btnAddPoints; CButton m_btnSearchRgn; CListBox m_lstRefPoints; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRegMarkDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: virtual void OnCancel(); // Generated message map functions //{{AFX_MSG(CRegMarkDlg) afx_msg void OnBack(); afx_msg void OnAddPoints(); virtual BOOL OnInitDialog(); afx_msg void OnSearchRgn(); virtual void OnOK(); afx_msg void OnSelChangeRefPoints(); afx_msg void OnDelete(); afx_msg void OnClose(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_REGMARK_H__37956B69_3CB1_4C01_879A_226A55643519__INCLUDED_)