GME  13
FilesInUseDlg.h
Go to the documentation of this file.
00001 #if !defined(AFX_FILESINUSEDLG_H__25B5D7A4_0605_4898_8C3D_C81FA8855472__INCLUDED_)
00002 #define AFX_FILESINUSEDLG_H__25B5D7A4_0605_4898_8C3D_C81FA8855472__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // FilesInUseDlg.h : header file
00008 //
00009 
00011 // CFilesInUseDlg dialog
00012 
00013 class CFilesInUseDlg : public CDialog
00014 {
00015 // Construction
00016 public:
00017         CFilesInUseDlg(CWnd* pParent = NULL, bool changeTxt = false);   // standard constructor
00018 
00019 // Dialog Data
00020         //{{AFX_DATA(CFilesInUseDlg)
00021         enum { IDD = IDD_DIALOG_FILESAREUSED };
00022                 // NOTE: the ClassWizard will add data members here
00023         //}}AFX_DATA
00024 
00025 
00026 // Overrides
00027         // ClassWizard generated virtual function overrides
00028         //{{AFX_VIRTUAL(CFilesInUseDlg)
00029         protected:
00030         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00031         //}}AFX_VIRTUAL
00032 
00033 // Implementation
00034 protected:
00035 
00036         // Generated message map functions
00037         //{{AFX_MSG(CFilesInUseDlg)
00038                 // NOTE: the ClassWizard will add member functions here
00039         //}}AFX_MSG
00040         DECLARE_MESSAGE_MAP()
00041 
00042         bool         m_alternateText;
00043 public:
00044         virtual BOOL OnInitDialog();
00045 };
00046 
00047 //{{AFX_INSERT_LOCATION}}
00048 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00049 
00050 #endif // !defined(AFX_FILESINUSEDLG_H__25B5D7A4_0605_4898_8C3D_C81FA8855472__INCLUDED_)