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

远程控制编程

开发平台:

C/C++

  1. // MergeDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CMergeDlg dialog
  5. #include "resource.h"
  6. class CMergeDlg : public CDialog
  7. {
  8. // Construction
  9. public:
  10. CMergeDlg(CWnd* pParent = NULL);   // standard constructor
  11. public:
  12. CStringList m_list;
  13. // Dialog Data
  14. //{{AFX_DATA(CMergeDlg)
  15. enum { IDD = IDD_MERGE_PROP };
  16. CComboBox m_combox;
  17. int m_index;
  18. CString m_name;
  19. //}}AFX_DATA
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CMergeDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. // Generated message map functions
  29. //{{AFX_MSG(CMergeDlg)
  30. virtual BOOL OnInitDialog();
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. };