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

📄 finacemis.odl

📁 一个用MFC编写的家庭财务管理系统.采用了Sqlserver数据库.压缩包中已包括了所需的数据库文件.可直接附加到SQL服务器.
💻 ODL
字号:
// FinaceMIS.odl : type library source for FinaceMIS.exe

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

[ uuid(3AD1D745-EE5B-4763-B818-66E22BF874F5), version(1.0) ]
library FinaceMIS
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CFinaceMISDoc
	
	[ uuid(524F30A8-83CF-4959-8BA8-542EE4F78DD1) ]
	dispinterface IFinaceMIS
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CFinaceMISDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CFinaceMISDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CFinaceMISDoc
	
	[ uuid(26793A1B-34F4-4C4D-AE58-15B67C484148) ]
	coclass Document
	{
		[default] dispinterface IFinaceMIS;
	};

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

⌨️ 快捷键说明

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