#if !defined(AFX_AreaDlg_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_) #define AFX_AreaDlg_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // AreaDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // AreaDlg dialog class AreaDlg : public CDialog { // Construction public: void FillGrid(); AreaDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(AreaDlg) enum { IDD = IDD_DLGAREA }; CSortListCtrl2 m_List1; CString m_edit1; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(AreaDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(AreaDlg) virtual BOOL OnInitDialog(); afx_msg void OnBUTadd(); afx_msg void OnBUTdel(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_AreaDlg_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_)