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

📄 10.odl

📁 在用计算机进行数据传输时
💻 ODL
字号:
// 10.odl : type library source for 10.exe

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

[ uuid(362562C6-BC5C-4A38-B399-F5A23381887C), version(1.0) ]
library My10
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CMy10Doc
	
	[ uuid(9B1F9F8D-0FA4-4D31-B0B4-087DE7DE78F0) ]
	dispinterface IMy10
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMy10DlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMy10DlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMy10Doc
	
	[ uuid(25EB9AD5-ABB4-4E2D-83B4-D182DAAAA3F9) ]
	coclass My10
	{
		[default] dispinterface IMy10;
	};

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

⌨️ 快捷键说明

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