?? 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 + -