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

📄 数据库ado.odl

📁 这是一款用MFC ADO编写的数据库软件
💻 ODL
字号:
// 数据库ADO.odl : type library source for 数据库ADO.exe

// This file will be processed by the MIDL compiler to produce the
// type library (数据库ADO.tlb).

[ uuid(9EF6CDE5-B759-4F67-B022-B15FC51F1DEE), version(1.0) ]
library ADO
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CADODoc
	
	[ uuid(C2D7EA02-A57B-4BB0-A766-54F01D459F2E) ]
	dispinterface IADO
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CADODlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CADODlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CADODoc
	
	[ uuid(10EE2C76-2856-47D0-899F-17FBA353713B) ]
	coclass ADO
	{
		[default] dispinterface IADO;
	};

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

⌨️ 快捷键说明

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