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

📄 rms.odl

📁 仓库管理系统的数据库
💻 ODL
字号:
// RMS.odl : type library source for RMS.exe

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

[ uuid(1CC48169-2683-49C5-B8B3-D937D145D632), version(1.0) ]
library RMS
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CRMSDoc
	
	[ uuid(63582363-3759-43D1-ADFD-8000F80FA360) ]
	dispinterface IRMS
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CRMSDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CRMSDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CRMSDoc
	
	[ uuid(3BA5CF11-5659-47C4-9184-44A1C8828BAC) ]
	coclass RMS
	{
		[default] dispinterface IRMS;
	};

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

⌨️ 快捷键说明

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