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

📄 ado1.odl

📁 简单使用ad0数据库
💻 ODL
字号:
// ado1.odl : type library source for ado1.exe

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

[ uuid(411D4813-2EF0-4802-8AF1-BDBC5083B53D), version(1.0) ]
library Ado1
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CAdo1Doc
	
	[ uuid(FD8DB0C2-A3ED-4CD9-AE85-D8C23544A6B0) ]
	dispinterface IAdo1
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CAdo1Doc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CAdo1Doc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CAdo1Doc
	
	[ uuid(2BC36D1C-6322-4E1F-A954-08BA6183FD9A) ]
	coclass Document
	{
		[default] dispinterface IAdo1;
	};

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

⌨️ 快捷键说明

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