geodatabase.odl
来自「读取access数据文件字段的一个程序」· ODL 代码 · 共 43 行
ODL
43 行
// 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 + =
减小字号Ctrl + -
显示快捷键?