rms.odl
来自「酒店业务管理系统C源码」· ODL 代码 · 共 43 行
ODL
43 行
// RMS.odl : type library source for RMS.exe
// This file will be processed by the MIDL compiler to produce the
// type library (RMS.tlb).
[ uuid(1CC48169-2683-49C5-B8B3-D937D145D632), version(1.0) ]
library RMS
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CRMSDoc
[ uuid(63582363-3759-43D1-ADFD-8000F80FA360) ]
dispinterface IRMS
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CRMSDlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CRMSDlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CRMSDoc
[ uuid(3BA5CF11-5659-47C4-9184-44A1C8828BAC) ]
coclass RMS
{
[default] dispinterface IRMS;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?