LibIdenProp.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
源码类别:

远程控制编程

开发平台:

C/C++

  1. // LibIdenProp.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CLibIdenProp dialog
  5. #include "resource.h"
  6. class CLibIdenProp : public CDialog
  7. {
  8. // Construction
  9. public:
  10. CLibIdenProp(CWnd* pParent = NULL);   // standard constructor
  11. // Dialog Data
  12. //{{AFX_DATA(CLibIdenProp)
  13. enum { IDD = IDD_LIB_IDEN_PROP };
  14. CString m_iden;
  15. //}}AFX_DATA
  16. // Overrides
  17. // ClassWizard generated virtual function overrides
  18. //{{AFX_VIRTUAL(CLibIdenProp)
  19. protected:
  20. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. protected:
  24. // Generated message map functions
  25. //{{AFX_MSG(CLibIdenProp)
  26. // NOTE: the ClassWizard will add member functions here
  27. //}}AFX_MSG
  28. DECLARE_MESSAGE_MAP()
  29. };