LayerAttributeDlg.h
上传用户:netltd
上传日期:2013-02-12
资源大小:7234k
文件大小:1k
源码类别:

绘图程序

开发平台:

Visual C++

  1. #include "resource.h"
  2. /////////////////////////////////////////////////////////////////////////////
  3. // CLayerAttributeDlg dialog
  4. class CLayerAttributeDlg : public CDialog
  5. {
  6. // Construction
  7. public:
  8. CLayerAttributeDlg(CWnd* pParent = NULL);   // standard constructor
  9. CString Show(CString name);
  10. private:
  11. CString layername;
  12. // Dialog Data
  13. //{{AFX_DATA(CLayerAttributeDlg)
  14. enum { IDD = IDD_LAYER_ATTRIBUTE };
  15. CEdit m_LayerName;
  16. //}}AFX_DATA
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CLayerAttributeDlg)
  20. protected:
  21. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. protected:
  25. // Generated message map functions
  26. //{{AFX_MSG(CLayerAttributeDlg)
  27. virtual BOOL OnInitDialog();
  28. virtual void OnOK();
  29. //}}AFX_MSG
  30. DECLARE_MESSAGE_MAP()
  31. };
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.