zhh.odl

来自「pos机前台销售系统」· ODL 代码 · 共 43 行

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

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

[ uuid(4AB8869C-5167-4151-90B9-92B1E8C06E11), version(1.0) ]
library Zhh
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CZhhDoc
	
	[ uuid(4297D21B-FBBA-460A-BF0B-E306DEFA3C45) ]
	dispinterface IZhh
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CZhhDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CZhhDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CZhhDoc
	
	[ uuid(81C6BB56-8081-4756-BB2A-18D649E54569) ]
	coclass Zhh
	{
		[default] dispinterface IZhh;
	};

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

⌨️ 快捷键说明

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