12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- #if !defined(AFX_STDAFX_H__F330509F_7C84_4EBA_BB51_E484B3390820__INCLUDED_)
- #define AFX_STDAFX_H__F330509F_7C84_4EBA_BB51_E484B3390820__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #define VC_EXTRALEAN
- #include <afxwin.h> // MFC core and standard components
- #include <afxext.h> // MFC extensions
- #include <afxdisp.h> // MFC Automation classes
- #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
- #ifndef _AFX_NO_AFXCMN_SUPPORT
- #include <afxcmn.h> // MFC support for Windows Common Controls
- #endif
- #ifndef _AFX_NO_DB_SUPPORT
- #include <afxdb.h> // MFC ODBC database classes
- #endif
- #include "NeroAPIGlue.h"
- #define SQLSERVER_VERSION
- #include <afxtempl.h> // MFC 模板类
- #include "Shlwapi.h"
- #include ".\list\SortListCtrl.h"
- #include ".\list\SortListCtrl2.h"
- #include "NumEdit.h"
- #include "DateEdit.h"
- #define BMP_NORMAL 0x00000001L
- #define BMP_FOCUS 0x00000002L
- #define BMP_FOCUSED 0x00000004L
- #define BMP_DISABLE 0x00000008L
- #define BMP_FLASH 0x00000010L
-
- typedef struct tagresdata2
- {
- BOOL bHasBk;
- int nPicCount;
- int nPicCount2;
- DWORD nPicBmpCount[50];
- CRect rect[50];
- }RESDATA2;
- #ifndef ULONG_PTR
- #define ULONG_PTR unsigned long*
- #endif
- #include <gdiplus.h> ////请修改为你的头文件路径
- using namespace Gdiplus;
- #pragma comment(lib, "gdiplus.lib")
- #include "des.h"
- #include "Global.h"
- #ifdef VC80
- #pragma comment(linker, "\"/manifestdependency:type='Win32' name='Microsoft.VC80.CRT' version='8.0.50608.0' processorArchitecture='X86' publicKeyToken='1fc8b3b9a1e18e3b' language='*'\"")
- #endif
- #ifdef VC90
- #pragma comment(linker, "\"/manifestdependency:type='Win32' name='Microsoft.VC90.CRT' version='9.0.21022.8' processorArchitecture='X86' publicKeyToken='1fc8b3b9a1e18e3b' language='*'\"")
- #endif
- #endif
|