123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- #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"
- #include "ThemidaSDK.h"
- #pragma warning(disable:4786)
- #define SQLSERVER_VERSION
- #define SETPOINT 1
- #define ADD_LOGIN
- #define NEW_SKIN
- #define MSG_LENGTH 64
- #define REPL_TITLE
-
-
- #define ENTERPRISE_VERSION
- #ifndef NEW_SKIN
- #define MyFormView CFormView
- #endif
- #include <afxtempl.h> // MFC 模板类
- #include ".\list\SortHeaderCtrl2.h"
- #include ".\list\SortListCtrl3.h"
- #include ".\list\SortListCtrl2.h"
- #include "MyFormView.h"
- #include "NumEdit.h"
- #include "DateEdit.h"
- #include "SQLStatementImpl.h"
- #define BMP_NORMAL 0x00000001L
- #define BMP_FOCUS 0x00000002L
- #define BMP_FOCUSED 0x00000004L
- #define BMP_DISABLE 0x00000008L
- #define BMP_FLASH 0x00000010L
-
- #include "ImageStone.h"
- #include "FCMemDC.h"
- inline RGBQUAD RGBtoRGBQUAD (COLORREF color)
- {
- RGBQUAD rgb = {GetBValue(color), GetGValue(color), GetRValue(color), (BYTE)(color>>24)} ;
- return rgb ;
- }
- inline COLORREF RGBQUADtoRGB (RGBQUAD rgb)
- {
- return RGB (rgb.rgbRed, rgb.rgbGreen, rgb.rgbBlue) ;
- }
- #ifndef ULONG_PTR
- #define ULONG_PTR unsigned long*
- #endif
- #include "Global/Global.h"
- #ifndef SQLITE_CORE
- #define SQLITE_CORE
- #endif
- #include ".\SQLite\sqlite3.h"
- #include ".\SQLite\sqlite3ext.h"
- #pragma comment(lib, ".\\lib\\SQLite3.lib")
- #define USE_NETSHAREINFO_FUN 0
- #endif
|