📄 stdafx.h
字号:
/*
Copyright 1995-2004 ESRI
All rights reserved under the copyright laws of the United States.
You may freely redistribute and use this sample code, with or without modification.
Disclaimer: THE SAMPLE CODE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ESRI OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) SUSTAINED BY YOU OR A THIRD PARTY, HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ARISING IN ANY
WAY OUT OF THE USE OF THIS SAMPLE CODE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
For additional information contact: Environmental Systems Research Institute, Inc.
Attn: Contracts Dept.
380 New York Street
Redlands, California, U.S.A. 92373
Email: contracts@esri.com
*/
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
#ifndef __STDAFX_DOCPROPS_H_
#define __STDAFX_DOCPROPS_H_
//ATL definitions and Includes
#include <atlbase.h>
extern CComModule _Module;
#include <atlcom.h>
#include <atlctl.h>
#include <atlwin.h>
#include <atlhost.h>
#include <commctrl.h>
// These paths may need to be changed to point to the correct location
#pragma warning(push)
#pragma warning(disable: 4192)
#pragma warning(disable: 4146)
#import "/Program Files/ArcGis/com/esriSystem.olb" raw_interfaces_only raw_native_types no_namespace named_guids exclude("OLE_COLOR", "OLE_HANDLE", "VARTYPE", "IStatusBar")
#import "/Program Files/ArcGIS/com/esriSystemUI.olb" raw_interfaces_only, raw_native_types, no_namespace, named_guids
#import "/Program Files/ArcGis/com/esriGeometry.olb" raw_interfaces_only raw_native_types no_namespace named_guids
#import "/Program Files/ArcGis/com/esriDisplay.olb" raw_interfaces_only raw_native_types no_namespace named_guids
#import "/Program Files/ArcGis/com/esriGeoDatabase.olb" raw_interfaces_only raw_native_types no_namespace named_guids
#import "/Program Files/ArcGIS/com/esriCarto.olb" raw_interfaces_only, raw_native_types, no_namespace, named_guids
#import "/Program Files/ArcGis/bin/ToolbarControl.ocx" raw_interfaces_only raw_native_types no_namespace named_guids
#import "/Program Files/ArcGis/bin/TOCControl.ocx" raw_interfaces_only raw_native_types no_namespace named_guids
#import "/Program Files/ArcGis/bin/MapControl.ocx" raw_interfaces_only raw_native_types no_namespace named_guids
#import "/Program Files/ArcGis/bin/PageLayoutControl.ocx" raw_interfaces_only raw_native_types no_namespace named_guids
#pragma warning(pop)
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -