SelFile.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #if !defined(AFX_SELFILE_H__7AD9FB26_78D8_451A_93E2_09A9B850A1E8__INCLUDED_)
  2. #define AFX_SELFILE_H__7AD9FB26_78D8_451A_93E2_09A9B850A1E8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SelFile.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SelFile dialog
  10. #include "MultiLineListBox.h"
  11. class SelFile : public CDialog
  12. {
  13. // Construction
  14. public:
  15. SelFile(CWnd* pParent = NULL); // standard constructor
  16. CStringArray *m_pArray;
  17. // Dialog Data
  18. //{{AFX_DATA(SelFile)
  19. enum { IDD = IDD_DLGSelFile };
  20. CMultiLineListBox m_List1;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(SelFile)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(SelFile)
  32. virtual BOOL OnInitDialog();
  33. virtual void OnOK();
  34. afx_msg void OnDblclkList1();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_SELFILE_H__7AD9FB26_78D8_451A_93E2_09A9B850A1E8__INCLUDED_)