// stdafx.h : ��ϵͳ�����ļ��İ����ļ��� // ���Ǿ���ʹ�õ��������ĵ� // ��Ŀ�ض��İ����ļ� #pragma once #ifndef VC_EXTRALEAN #define VC_EXTRALEAN // �� Windows ��ͷ���ų�����ʹ�õ����� #endif // ���������ʹ��������ָ����ƽ̨֮ǰ��ƽ̨����������Ķ��塣 // �йز�ͬƽ̨����Ӧֵ��������Ϣ����ο� MSDN�� #ifndef WINVER // ����ʹ�� Windows 95 �� Windows NT 4 ����߰汾���ض����ܡ� #define WINVER 0x0501 //Ϊ Windows98 �� Windows 2000 �����°汾�ı�Ϊ�ʵ���ֵ�� #endif #ifndef _WIN32_WINNT // ����ʹ�� Windows NT 4 ����߰汾���ض����ܡ� #define _WIN32_WINNT 0x0501 //Ϊ Windows98 �� Windows 2000 �����°汾�ı�Ϊ�ʵ���ֵ�� #endif #ifndef _WIN32_WINDOWS // ����ʹ�� Windows 98 ����߰汾���ض����ܡ� #define _WIN32_WINDOWS 0x0501 //Ϊ Windows Me �����°汾�ı�Ϊ�ʵ���ֵ�� #endif #ifndef _WIN32_IE // ����ʹ�� IE 4.0 ����߰汾���ض����ܡ� #define _WIN32_IE 0x0501 //Ϊ IE 5.0 �����°汾�ı�Ϊ�ʵ���ֵ�� #endif #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // ijЩ CString ���캯��������ʽ�� // �ر� MFC ��ijЩ��������������ȫ���Եľ�����Ϣ������ #define _AFX_ALL_WARNINGS #define WIN32_LEAN_AND_MEAN #include <afxwin.h> // MFC ���ĺͱ���� #include <afxext.h> // MFC ��չ #include <afxdisp.h> // MFC �Զ����� #include <afxdtctl.h> // Internet Explorer 4 �����ؼ��� MFC ֧�� #ifndef _AFX_NO_AFXCMN_SUPPORT #include <afxcmn.h> // Windows �����ؼ��� MFC ֧�� #endif // _AFX_NO_AFXCMN_SUPPORT #include <afxtempl.h> #include "sizecbar.h" #include "DockPageBar.h" #include "AutoHideBar.h" #include "kernel.h" #pragma warning(disable:4267) #pragma warning(disable:4311) #pragma warning(disable:4312) #pragma warning(disable:4244) #include "Const.h" #include "resource.h" #include "Global.h" #include "MTVERIFY.H" #include <mmsystem.h> #pragma comment(lib,"winmm.lib")//��������ͷ�ļ��� #define ULONG_PTR ULONG #include "gdiplus.h" using namespace Gdiplus; #pragma comment(lib, "gdiplus.lib") // vs2015���ϰ汾ʹ��:odbccp32.lib(dllload.obj) : error LNK2019: ���������ⲿ���� __vsnwprintf_s���÷����ں��� _StringCchPrintfW �б�����; //#if _MSC_VER >= 1910 // 2015; #if _MSC_VER >= 1800 //2013; #pragma comment(lib, "legacy_stdio_definitions.lib") #endif