📄 test2.odl
字号:
// test2.odl : type library source for test2.exe
// This file will be processed by the MIDL compiler to produce the
// type library (test2.tlb).
[ uuid(BE2FE5C6-24E2-11D5-AECF-0050BACEC5F7), version(1.0) ]
library Test2
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CTest2Doc
[ uuid(BE2FE5C7-24E2-11D5-AECF-0050BACEC5F7) ]
dispinterface ITest2
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CTest2DlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CTest2DlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CTest2Doc
[ uuid(BE2FE5C5-24E2-11D5-AECF-0050BACEC5F7) ]
coclass Test2
{
[default] dispinterface ITest2;
};
// Primary dispatch interface for CMyDlg
[ uuid(BE2FE5D8-24E2-11D5-AECF-0050BACEC5F7) ]
dispinterface IMyDlg
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CMyDlg)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CMyDlg)
//}}AFX_ODL_METHOD
};
// Class information for CMyDlg
[ uuid(BE2FE5DA-24E2-11D5-AECF-0050BACEC5F7) ]
coclass MyDlg
{
[default] dispinterface IMyDlg;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -