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

📄 myconntrans.odl

📁 编程实例
💻 ODL
字号:
// MyConnTrans.odl : type library source for MyConnTrans.exe

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

[ uuid(933317F8-DAA5-4AFE-92D0-B2F30E55D736), version(1.0) ]
library MyConnTrans
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CMyConnTransDoc
	
	[ uuid(07F21823-6E58-46A2-AE5F-047C14F89ED7) ]
	dispinterface IMyConnTrans
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMyConnTransDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMyConnTransDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMyConnTransDoc
	
	[ uuid(E3EF10BC-4E4D-4F09-A0A8-98871227E07F) ]
	coclass MyConnTrans
	{
		[default] dispinterface IMyConnTrans;
	};

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

⌨️ 快捷键说明

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