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

📄 双星台球厅计时收费系统.odl

📁 可以用于台球厅进行收费的程序代码,计算时间并进行费用计算
💻 ODL
字号:
// 双星台球厅计时收费系统.odl : type library source for 双星台球厅计时收费系统.exe

// This file will be processed by the MIDL compiler to produce the
// type library (双星台球厅计时收费系统.tlb).

[ uuid(EC08EB09-2190-4D36-8B9D-02193DDE24B9), version(1.0) ]
library My
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CMyDoc
	
	[ uuid(BA2A1BF5-5906-4F8E-B8FF-77145E3829A7) ]
	dispinterface IMy
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMyDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMyDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMyDoc
	
	[ uuid(9D90E837-CEF2-405E-8E71-350693906BE1) ]
	coclass Document
	{
		[default] dispinterface IMy;
	};

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

⌨️ 快捷键说明

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