// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__1B9C78DE_B2D1_4CB3_999B_6C557711FE8B__INCLUDED_) #define AFX_STDAFX_H__1B9C78DE_B2D1_4CB3_999B_6C557711FE8B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #include // MFC core and standard components #include // MFC extensions #include // MFC Automation classes #include // MFC support for Internet Explorer 4 Common Controls #ifndef _AFX_NO_AFXCMN_SUPPORT #include // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT #import no_namespace, named_guids #import no_namespace, named_guids #import no_namespace, named_guids #import no_namespace, named_guids, exclude("LoadResizeConstants") #import no_namespace, named_guids #import no_namespace, named_guids #import no_namespace, named_guids #include "..\..\..\..\include\l_com.h" #include "..\..\..\..\include\l_ocxerr.h" #define VIEW_NORMAL 0x0 #define VIEW_ZOOM 0x1 #define VIEW_FIT 0x2 #define VIEW_SNAP 0x3 #define PREVIEWSTRING TEXT(" Preview") #define SUCCESS 1 #define FAILURE 0 /* for cancel loading dialog*/ #define L_START_LOADING 0x01 #define L_CHECK_LOADING 0x02 #define L_END_LOADING 0x03 #ifndef WM_SETMESSAGESTRING #define WM_SETMESSAGESTRING 0x0362 #endif #ifndef OFN_ENABLESIZING #define OFN_ENABLESIZING 0x00800000 #endif #define PREVIEW_TEMP_FILE_NAME TEXT("c:\\preview") #define PREVIEW_TEMP_FILE_NAME_G4 TEXT("c:\\preview.g4") #define CHANGED_DATA 0x0000 #define CHANGED_COLOR 0x0001 #define CHANGED_SIZE 0x0002 #define CHANGED_ALL (CHANGED_DATA | CHANGED_COLOR | CHANGED_SIZE) //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_STDAFX_H__1B9C78DE_B2D1_4CB3_999B_6C557711FE8B__INCLUDED_)