www.pudn.com > Geotest.rar > SelLayerDlg.h
#if !defined(AFX_SELLAYERDLG_H__2F90A628_FE89_499A_A204_6815BB0CD1CB__INCLUDED_)
#define AFX_SELLAYERDLG_H__2F90A628_FE89_499A_A204_6815BB0CD1CB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SelLayerDlg.h : header file
//
#include "MapX.h"
/////////////////////////////////////////////////////////////////////////////
// CSelLayerDlg dialog
class CSelLayerDlg : public CDialog
{
// Construction
public:
CSelLayerDlg(CWnd* pParent = NULL); // standard constructor
CSelLayerDlg(CMapX* pMapX, CWnd* pParent = NULL);
// Dialog Data
//{{AFX_DATA(CSelLayerDlg)
enum { IDD = IDD_DIALOG_SELECTEDITLAYER };
CListBox m_listBox;
CString m_strListBox;
CString m_layerName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSelLayerDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
public :
//void SetEditLayerName(CString str);
CString GetEditLayerName();
CMapX* m_pMapX;
// Generated message map functions
//{{AFX_MSG(CSelLayerDlg)
afx_msg void OnSelchangeListLayerdlg();
virtual BOOL OnInitDialog();
afx_msg void OnOk();
afx_msg void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SELLAYERDLG_H__2F90A628_FE89_499A_A204_6815BB0CD1CB__INCLUDED_)