📄 simplecrypt.odl
字号:
// simplecrypt.odl : type library source for simplecrypt.exe
// This file will be processed by the MIDL compiler to produce the
// type library (simplecrypt.tlb).
[ uuid(FE9E53C0-43DB-4BB6-8445-E80D1C053478), version(1.0) ]
library Simplecrypt
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CSimplecryptDoc
[ uuid(D32890FE-71D6-469E-A127-EB3848CC068F) ]
dispinterface ISimplecrypt
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CSimplecryptDlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CSimplecryptDlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CSimplecryptDoc
[ uuid(09D38EDE-2DBA-4BA7-B9E2-B12EA2057232) ]
coclass Simplecrypt
{
[default] dispinterface ISimplecrypt;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -