mfccalc.odl
上传用户:biuytresa
上传日期:2007-12-07
资源大小:721k
文件大小:1k
源码类别:

DNA

开发平台:

Visual C++

  1. // mfccalc.odl : type library source for mfccalc.exe
  2. // This file will be processed by the Make Type Library (mktyplib) tool to
  3. // produce the type library (mfccalc.tlb).
  4. [ uuid(5627AF00-F44C-11CD-8C3D-00AA004BB3B7), version(1.0) ]
  5. library mfccalc
  6. {
  7. importlib("stdole32.tlb");
  8. //  Primary dispatch interface for CCalcDlg
  9. [ uuid(990BA900-F45E-11cd-8C3D-00AA004BB3B7) ]
  10. dispinterface ICalcDlg
  11. {
  12. properties:
  13. // NOTE - ClassWizard will maintain property information here.
  14. //    Use extreme caution when editing this section.
  15. //{{AFX_ODL_PROP(CCalcDlg)
  16. [id(1)] long Accum;
  17. [id(2)] long Operand;
  18. [id(3)] short Operation;
  19. [id(4)] boolean Visible;
  20. //}}AFX_ODL_PROP
  21. methods:
  22. // NOTE - ClassWizard will maintain method information here.
  23. //    Use extreme caution when editing this section.
  24. //{{AFX_ODL_METHOD(CCalcDlg)
  25. [id(5)] boolean Evaluate();
  26. [id(6)] void Clear();
  27. [id(7)] void Display();
  28. [id(8)] void Close();
  29. [id(9)] boolean Button(BSTR szButton);
  30. //}}AFX_ODL_METHOD
  31. };
  32. //  Class information for CCCalcDlg
  33. [ uuid(62C4DD10-F45E-11cd-8C3D-00AA004BB3B7) ]
  34. coclass CCCalcDlg
  35. {
  36. [default] dispinterface ICalcDlg;
  37. };
  38. //{{AFX_APPEND_ODL}}
  39. };