SelDlg.h
上传用户:hzwailv
上传日期:2010-01-09
资源大小:405k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_SELDLG_H__515B1DE0_6A20_11D3_92B5_0000E826141B__INCLUDED_)
  2. #define AFX_SELDLG_H__515B1DE0_6A20_11D3_92B5_0000E826141B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SelDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSelLayerDlg dialog
  10. class CSelLayerDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CSelLayerDlg(CWnd* pParent = NULL);   // standard constructor
  15. CSelLayerDlg(CMapX* pMapX,CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CSelLayerDlg)
  18. enum { IDD = IDD_DIALOG_SELECTEDITLAYER };
  19. CListBox m_listBox;
  20. CString m_strListBox;
  21. CString m_strLayer;
  22. //}}AFX_DATA
  23. public:
  24. void SetEditLayerName(CString str);
  25. CString GetEditLayerName();
  26.     CMapX* m_pMapX;
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CSelLayerDlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CSelLayerDlg)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnSelchangeListLayerdlg();
  39. virtual void OnOK();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_SELDLG_H__515B1DE0_6A20_11D3_92B5_0000E826141B__INCLUDED_)