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

📄 jpegeq.odl

📁 可以选择各种压缩方式对读入的图像进行压缩和解压
💻 ODL
字号:
// JPEGEQ.odl : type library source for JPEGEQ.exe

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

[ uuid(8CBD5804-E0F4-4916-94FA-1D5A45BEBC69), version(1.0) ]
library JPEGEQ
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CJPEGEQDoc
	
	[ uuid(08BFE3E7-2315-495B-8AFF-63936E748A40) ]
	dispinterface IJPEGEQ
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CJPEGEQDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CJPEGEQDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CJPEGEQDoc
	
	[ uuid(AE3C2B24-C0C8-4D1C-BC77-6BD36E337F9A) ]
	coclass Document
	{
		[default] dispinterface IJPEGEQ;
	};

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

⌨️ 快捷键说明

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