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

📄 attendance.odl

📁 这个程序是一个个人考勤软件,它从系统时钟获取时间信息,只要上下班时按时在当日考勤栏内点击相应的栏目标题即可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以随意查看过去的记录,也可把记录按
💻 ODL
字号:
// attendance.odl : type library source for attendance.exe

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

[ uuid(73D292A4-166B-11D6-A6F0-8B41FD006B51), version(1.0) ]
library Attendance
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CAttendanceDoc
	
	[ uuid(73D292A5-166B-11D6-A6F0-8B41FD006B51) ]
	dispinterface IAttendance
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CAttendanceDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CAttendanceDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CAttendanceDoc
	
	[ uuid(73D292A3-166B-11D6-A6F0-8B41FD006B51) ]
	coclass Attendance
	{
		[default] dispinterface IAttendance;
	};

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

⌨️ 快捷键说明

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