attendance.odl
来自「这个程序是一个个人考勤软件,它从系统时钟获取时间信息,可逐日记录下个人每天的工作」· ODL 代码 · 共 43 行
ODL
43 行
// 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 + =
减小字号Ctrl + -
显示快捷键?