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

📄 filemasys.odl

📁 用Visual C++ 开发的项目管理系统
💻 ODL
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -