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

📄 sjsys.odl

📁 本程序使用Visual C++6.0编写
💻 ODL
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -