GME
13
|
00001 #if !defined(AFX_FILESINUSEDETAILSDLG_H__E9CCDF19_CC29_45BC_B4BA_46DBE96F620D__INCLUDED_) 00002 #define AFX_FILESINUSEDETAILSDLG_H__E9CCDF19_CC29_45BC_B4BA_46DBE96F620D__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 // FilesInUseDetailsDlg.h : header file 00008 // 00009 00010 #include <vector> 00011 #include <string> 00012 00013 typedef std::vector<std::string> strVec; 00014 00016 // CFilesInUseDetailsDlg dialog 00017 00018 class CFilesInUseDetailsDlg : public CDialog 00019 { 00020 // Construction 00021 public: 00022 CFilesInUseDetailsDlg(CWnd* pParent = NULL, bool alternateText = false); // standard constructor 00023 00024 // Dialog Data 00025 //{{AFX_DATA(CFilesInUseDetailsDlg) 00026 enum { IDD = IDD_DIALOG_FILESUSEDETAILS }; 00027 CListBox m_list; 00028 //}}AFX_DATA 00029 00030 00031 // Overrides 00032 // ClassWizard generated virtual function overrides 00033 //{{AFX_VIRTUAL(CFilesInUseDetailsDlg) 00034 protected: 00035 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00036 //}}AFX_VIRTUAL 00037 00038 // Implementation 00039 protected: 00040 00041 // Generated message map functions 00042 //{{AFX_MSG(CFilesInUseDetailsDlg) 00043 virtual BOOL OnInitDialog(); 00044 //}}AFX_MSG 00045 DECLARE_MESSAGE_MAP() 00046 00047 bool m_alternateText; 00048 public: 00049 strVec m_fileList; 00050 }; 00051 00052 //{{AFX_INSERT_LOCATION}} 00053 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00054 00055 #endif // !defined(AFX_FILESINUSEDETAILSDLG_H__E9CCDF19_CC29_45BC_B4BA_46DBE96F620D__INCLUDED_)