📄 attendance.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 + -