sjsys.odl

来自「本程序使用Visual C++6.0编写」· ODL 代码 · 共 43 行

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

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

[ uuid(90F3802C-446C-4A4E-8AB4-9E527817B9EA), version(1.0) ]
library Sjsys
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CSjsysDoc
	
	[ uuid(98CF9BDD-5BBC-4C8A-87E6-CF74190E87AE) ]
	dispinterface ISjsys
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CSjsysDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CSjsysDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CSjsysDoc
	
	[ uuid(B953E5C8-DC5D-4AF4-8C0B-12F7BE9EC8AA) ]
	coclass Document
	{
		[default] dispinterface ISjsys;
	};

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

⌨️ 快捷键说明

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