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

远程控制编程

开发平台:

C/C++

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