?? demo.odl
字號(hào):
// Demo.odl : type library source for Demo.exe
// This file will be processed by the MIDL compiler to produce the
// type library (Demo.tlb).
[ uuid(820982C4-D914-425A-A76F-A179AEC02333), version(1.0) ]
library Demo
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CDemoDoc
[ uuid(99F76EAF-CD26-4C8A-909D-00C1CABBA893) ]
dispinterface IDemo
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CDemoDlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CDemoDlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CDemoDoc
[ uuid(66C12F9F-C2F8-4DE8-B321-744897ECF0D7) ]
coclass Demo
{
[default] dispinterface IDemo;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -