simplecrypt.odl
来自「这个程序用64位密码加密文件」· ODL 代码 · 共 43 行
ODL
43 行
// 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 + =
减小字号Ctrl + -
显示快捷键?