MergeDlg.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
- // MergeDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMergeDlg dialog
- #include "resource.h"
- class CMergeDlg : public CDialog
- {
- // Construction
- public:
- CMergeDlg(CWnd* pParent = NULL); // standard constructor
- public:
- CStringList m_list;
- // Dialog Data
- //{{AFX_DATA(CMergeDlg)
- enum { IDD = IDD_MERGE_PROP };
- CComboBox m_combox;
- int m_index;
- CString m_name;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMergeDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMergeDlg)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };