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

📄 convertdwg.odl

📁 这是树上的代码
💻 ODL
字号:
// ConvertDwg.odl : type library source for ConvertDwg.exe

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

[ uuid(5093A062-7703-4356-BF42-353F95B28C3A), version(1.0) ]
library ConvertDwg
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CConvertDwgDoc
	
	[ uuid(8B233843-59D5-44E3-BEED-07F6EDDD3F53) ]
	dispinterface IConvertDwg
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CConvertDwgDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CConvertDwgDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CConvertDwgDoc
	
	[ uuid(85ACE76A-45A6-4258-99F1-46D14C5BF12A) ]
	coclass ConvertDwg
	{
		[default] dispinterface IConvertDwg;
	};

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

⌨️ 快捷键说明

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