📄 sample05.odl
字号:
// Sample05.odl : type library source for Sample05.exe
// This file will be processed by the MIDL compiler to produce the
// type library (Sample05.tlb).
[ uuid(C9374291-9B5A-43C4-BEDC-979650D9186A), version(1.0) ]
library Sample05
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CSample05Doc
[ uuid(D9893378-BE73-4C57-B2EB-CBCD16027ABA) ]
dispinterface ISample05
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CSample05DlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CSample05DlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CSample05Doc
[ uuid(A4B909C9-E6B6-4253-95D2-D0AE382E860B) ]
coclass Sample05
{
[default] dispinterface ISample05;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -