filemasys.odl

来自「用Visual C++ 开发的项目管理系统」· ODL 代码 · 共 43 行

ODL
43
字号
// FileMaSys.odl : type library source for FileMaSys.exe

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

[ uuid(56F3F2E5-639F-4A00-AD8A-52830A178934), version(1.0) ]
library FileMaSys
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CFileMaSysDoc
	
	[ uuid(38DB6D94-3C4C-42F1-B9F5-17FD5CA83C4F) ]
	dispinterface IFileMaSys
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CFileMaSysDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CFileMaSysDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CFileMaSysDoc
	
	[ uuid(5DF84416-F41D-45EE-A9BD-8BA0D8F1E8F5) ]
	coclass FileMaSys
	{
		[default] dispinterface IFileMaSys;
	};

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

⌨️ 快捷键说明

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