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

📄 sdifortxt.odl

📁 初学时编写的一个简单的单文件文本编辑器 功能简单
💻 ODL
字号:
// SDIforTXT.odl : type library source for SDIforTXT.exe

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

[ uuid(34B8EAEC-7E3C-4AE4-BEEF-DB2E5A89DAAD), version(1.0) ]
library SDIforTXT
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CSDIforTXTDoc
	
	[ uuid(D76DA28D-B927-4B0B-81E3-12F1D60C7DCB) ]
	dispinterface ISDIforTXT
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CSDIforTXTDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CSDIforTXTDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CSDIforTXTDoc
	
	[ uuid(FC27446F-1C9D-4DB8-9986-CC5F1F6C6F75) ]
	coclass Document
	{
		[default] dispinterface ISDIforTXT;
	};

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

⌨️ 快捷键说明

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