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

📄 copier.idl

📁 一个不同目录中多个文件拷贝的助手程序
💻 IDL
字号:
//-----------------------------------------------------------------------//
// This is a part of the Multicopier.									 //	
// Autor  :  Ahmed Ismaiel Zakaria										 //
// (C) 2002 FCIS Egypt  All rights reserved								 //
// This code is provided "as is", with absolutely no warranty expressed  //
// or implied. Any use is at your own risk.								 //		
// You must obtain the author's consent before you can include this code //
// in a software library.												 //
// If the source code in  this file is used in any application			 //
// then acknowledgement must be made to the author of this program		 //	
// ahmed_ismaiel@hotmail.com											 //
//-----------------------------------------------------------------------//

// Copier.idl : IDL source for Copier.dll
//

// This file will be processed by the MIDL tool to
// produce the type library (Copier.tlb) and marshalling code.

import "oaidl.idl";
import "ocidl.idl";

[
	uuid(91C7CD22-8BAA-11D6-B47C-BA4148D9D42C),
	version(1.0),
	helpstring("Copier 1.0 Type Library")
]
library COPIERLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	[
		uuid(91C7CD30-8BAA-11D6-B47C-BA4148D9D42C),
		helpstring("CopierMenu Class")
	]
	coclass CopierMenu
	{
		interface IUnknown;
	};

	[
		uuid(91C7CD32-8BAA-11D6-B47C-BA4148D9D42C),
		helpstring("MenuBackground Class")
	]
	coclass MenuBackground
	{
		interface IUnknown;
	};
};

⌨️ 快捷键说明

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