⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 geodatabase.odl

📁 读取access数据文件字段的一个程序
💻 ODL
字号:
// GeoDataBase.odl : type library source for GeoDataBase.exe

// This file will be processed by the MIDL compiler to produce the
// type library (GeoDataBase.tlb).

[ uuid(6411CB37-D2C4-4A18-9FBD-CB372B54891B), version(1.0) ]
library GeoDataBase
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CGeoDataBaseDoc
	
	[ uuid(2CC3AD71-F29F-4E85-A481-4284F4CBC6CC) ]
	dispinterface IGeoDataBase
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CGeoDataBaseDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CGeoDataBaseDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CGeoDataBaseDoc
	
	[ uuid(29680194-959B-4BF3-8656-313288409C81) ]
	coclass GeoDataBase
	{
		[default] dispinterface IGeoDataBase;
	};

	//{{AFX_APPEND_ODL}}
	//}}AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -