/***********************************************************************/ /* Copyright (C) 2002 Definitive Solutions, Inc. All Rights Reserved. */ /* THIS COMPUTER PROGRAM IS PROPRIETARY AND CONFIDENTIAL TO DEFINITIVE */ /* SOLUTIONS, INC. AND ITS LICENSORS AND CONTAINS TRADE SECRETS OF */ /* DEFINITIVE SOLUTIONS, INC. THAT ARE PROVIDED PURSUANT TO A WRITTEN */ /* AGREEMENT CONTAINING RESTRICTIONS ON USE AND DISCLOSURE. ANY USE, */ /* REPRODUCTION, OR TRANSFER EXCEPT AS PROVIDED IN SUCH AGREEMENT */ /* IS STRICTLY PROHIBITED. */ /***********************************************************************/ #if ! defined (MYFILEDELETEDLGH_2C6BD201_2A09_11d6_8AC9_00B0D0529ED2_INCLUDEDH_) #define MYFILEDELETEDLGH_2C6BD201_2A09_11d6_8AC9_00B0D0529ED2_INCLUDEDH_ #pragma once ///////////////////////////////////////////////////////////////////////////// // How to add this class to your application. // // Add MyFileDeleteDlg.cpp, MyFileDeleteDlg.h, MyFileDeleteDlgResource.h, and // MyFileDeleteDlg.rc2 to your project in the usual folders. // // Add this line to the top of your RC2 file: // #include "MyFileDeleteDlgResource.h" // MyFileDeleteDlg resources. // // Add this line to the end of your RC2 file: // #include "MyFileDeleteDlg.rc2" // MyFileDeleteDlg resources. // ///////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////// // MyFileDeleteDlg // Declare the class depending on this file is in an EXE project or a DLL one. class #ifdef _WINDLL AFX_EXT_CLASS #endif MyFileDeleteDlg : public CFileDialog { // Construction. public: MyFileDeleteDlg(LPCSTR lpszDefExt = NULL, LPCSTR lpszFileName = NULL, DWORD dwFlags = OFN_FILEMUSTEXIST | OFN_HIDEREADONLY | OFN_NOREADONLYRETURN, LPCSTR lpszFilter = NULL, LPCSTR lpszTitle = NULL, CWnd* pParentWnd = NULL); // Operations. public: virtual BOOL OnInitDialog(); }; #endif // MYFILEDELETEDLGH_2C6BD201_2A09_11d6_8AC9_00B0D0529ED2_INCLUDEDH_