LayerAttributeDlg.h
上传用户:netltd
上传日期:2013-02-12
资源大小:7234k
文件大小:1k
- #include "resource.h"
- /////////////////////////////////////////////////////////////////////////////
- // CLayerAttributeDlg dialog
- class CLayerAttributeDlg : public CDialog
- {
- // Construction
- public:
- CLayerAttributeDlg(CWnd* pParent = NULL); // standard constructor
- CString Show(CString name);
- private:
- CString layername;
- // Dialog Data
- //{{AFX_DATA(CLayerAttributeDlg)
- enum { IDD = IDD_LAYER_ATTRIBUTE };
- CEdit m_LayerName;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CLayerAttributeDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CLayerAttributeDlg)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.