00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00020
00027 #pragma once
00028
00029 #pragma warning ( disable : 4530 )
00030
00031
00032 #define WINVER 0x0400
00033 #define _WIN32_WINNT 0x0400
00034 #define _WIN32_IE 0x0400
00035 #define _RICHEDIT_VER 0x0300
00036
00037
00038 #define _ATL_DLL
00039
00040 #include <atlbase.h>
00041 #if _ATL_VER >= 0x0700
00042 #include <atlcoll.h>
00043 #include <atlstr.h>
00044 #include <atltypes.h>
00045 #define _WTL_NO_CSTRING
00046 #define _WTL_NO_WTYPES
00047
00048 #else
00049 #define _WTL_USE_CSTRING
00050 #endif
00051 #include <atlapp.h>
00052
00053 extern CAppModule _Module;
00054
00055 #include <atlmisc.h>
00056 #include <atlcom.h>
00057 #include <atlhost.h>
00058 #include <atlwin.h>
00059 #include <atlctl.h>
00060
00061 #include <atlframe.h>
00062 #include <atlctrls.h>
00063 #include <atldlgs.h>
00064 #include <atlctrlw.h>
00065
00066 #include <atlctrlx.h>
00067 #include <atlgdix.h>
00068
00069 #include <CustomTabCtrl.h>
00070 #include <DotNetTabCtrl.h>
00071 #include <TabbedFrame.h>
00072
00073 #define _TABBEDMDI_MESSAGES_EXTERN_REGISTER
00074 #define _TABBEDMDI_MESSAGES_NO_WARN_ATL_MIN_CRT
00075 #include <TabbedMDI.h>
00076
00077 #include "IdleHandlerPump.h"
00078
00079 #include "resource.h"
00080
00081 #define WMQD_FIRST (WM_USER+4000)
00082
00083 #define WMQD_BEGIN (WMQD_FIRST+1)
00084
00085 #define WMQD_MESSAGE (WMQD_FIRST+2)
00086
00087 #define WMQD_END (WMQD_FIRST+3)
00088
00089 #define WMQD_SELECT (WMQD_FIRST+4)
00090