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

远程控制编程

开发平台:

C/C++

  1. // CamPropDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CCamPropDlg dialog
  5. #include "resource.h"
  6. class CCamPropDlg : public CDialog
  7. {
  8. // Construction
  9. public:
  10. CCamPropDlg(CWnd* pParent = NULL);   // standard constructor
  11. // Dialog Data
  12. //{{AFX_DATA(CCamPropDlg)
  13. enum { IDD = IDD_CAM_PROP };
  14. CString m_sNumber;
  15. CString m_sParam;
  16. //}}AFX_DATA
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CCamPropDlg)
  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(CCamPropDlg)
  27. // NOTE: the ClassWizard will add member functions here
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };