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

📄 booklib.odl

📁 自己编写的迷你图书馆的完整程序.VC6MFC编写的,Windows界面.数据采用了Sqlserver2000.压缩包中已包括了数据库.先附加数据库再运行.
💻 ODL
字号:
// BookLib.odl : type library source for BookLib.exe

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

[ uuid(57737E74-B066-4ABE-9A32-8BCC488E62D6), version(1.0) ]
library BookLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CBookLibDoc
	
	[ uuid(01AF7B13-0FBB-4D78-A078-B9E13F2C7405) ]
	dispinterface IBookLib
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CBookLibDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CBookLibDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CBookLibDoc
	
	[ uuid(1A04CFF3-10E8-4D72-A9A7-CB6FA906DE61) ]
	coclass BookLib
	{
		[default] dispinterface IBookLib;
	};

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

⌨️ 快捷键说明

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