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

📄 demo.odl

📁 美国Solartron测量设备的演示程序,带数据库和图形显示功能
💻 ODL
字号:
// Demo.odl : type library source for Demo.exe

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

[ uuid(820982C4-D914-425A-A76F-A179AEC02333), version(1.0) ]
library Demo
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CDemoDoc
	
	[ uuid(99F76EAF-CD26-4C8A-909D-00C1CABBA893) ]
	dispinterface IDemo
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CDemoDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CDemoDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CDemoDoc
	
	[ uuid(66C12F9F-C2F8-4DE8-B321-744897ECF0D7) ]
	coclass Demo
	{
		[default] dispinterface IDemo;
	};

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

⌨️ 快捷键说明

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