ÿþ// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once // žX Rmfc {|“^„v/ec #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // Ðg›N CString „g ýQpe\/f>f_„v // sQí• MFC ù[Ðg›N8^Á‰FOÏ~8^ïS>eÃ_ý_eu„vf‹JTˆmo`„v–Ï… #define _AFX_ALL_WARNINGS #include <afxwin.h> // MFC 8hÃ_Ä~öNŒThÆQÄ~öN #include <afxext.h> // MFC ibU\ // // #include <afxdisp.h> // MFC ꁨRS{| #include "atlstr.h" #ifndef _AFX_NO_OLE_SUPPORT #include <afxdtctl.h> // MFC ù[ Internet Explorer 4 lQqQ§cöN„v/ec #endif #ifndef _AFX_NO_AFXCMN_SUPPORT #include <afxcmn.h> // MFC ù[ Windows lQqQ§cöN„v/ec #endif // _AFX_NO_AFXCMN_SUPPORT #include <afxcontrolbars.h> // ŸRý€:SŒT§cöNag„v MFC /ec // \\\žX Rmfc {|“^„v/ec #define _CRT_SECURE_NO_WARNINGS #define DLL_SOUI #include <souistd.h> #include <core/SHostDialog.h> #include <control/SMessageBox.h> #include <control/souictrls.h> #include <res.mgr/sobjdefattr.h> #include <com-cfg.h> #include "resource.h" #define R_IN_CPP //š[INُ*N_sQeg #include "res\resource.h" #include <commgr2.h> #include "event\NotifyCenter.h" using namespace SOUI; #include <map> #include <vector> #include <list> using namespace std; // QØv g¡R #include "..\\OINetDiskWebCLib_U\\Include\\OIBase.h" //#include "..\\OINetDiskWebCLib_U\\Include\\TransItem.h" #include "..\\OINetDiskWebCLib_U\\Include\\NetDiskWebCMgr.h" #include "..\\OINetDiskWebCLib_U\\Include\\NetDiskWebCAsynMgr.h" #ifdef _DEBUG #pragma comment(lib,"..\\OINetDiskWebCLib_U\\Lib\\OINetDiskWebCUD.lib") #else #pragma comment(lib,"..\\OINetDiskWebCLib_U\\Lib\\OINetDiskWebCU.lib") #endif // sqlite3 _(u4Y‡eöNÊS R} lib #include "..\\OISQLite\\Include\\sqlite3.h" #include "..\\OISQLite\\Include\\sqlite3Lib.h" #include "..\\OISQLite\\Include\\OISQLiteLib.h" // mbvaultdata #include "..\\mbvaultdata\\mbvaultdatainclude.h" #ifdef _DEBUG #pragma comment(lib,"..\\Debug\\mbvaultdataUD.lib") #else #pragma comment(lib,"..\\Release\\mbvaultdataU.lib") #endif