AUTOCLIK.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // autoclik.h: defines the IDispatch classes available from AUTOCLIK.EXE
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. // Machine generated IDispatch driver class(es) created with MFCDSPWZ tool.
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CAutoClik wrapper class
  15. class CAutoClik : public COleDispatchDriver
  16. {
  17. // Attributes
  18. public:
  19. CString GetText();
  20. void SetText(LPCTSTR);
  21. short GetX();
  22. void SetX(short);
  23. short GetY();
  24. void SetY(short);
  25. LPDISPATCH GetPosition();
  26. void SetPosition(LPDISPATCH);
  27. // Operations
  28. public:
  29. void RefreshWindow();
  30. void SetAllProps(short x, short y, LPCTSTR text);
  31. void ShowWindow();
  32. };
  33. /////////////////////////////////////////////////////////////////////////////
  34. // CClikPoint wrapper class
  35. class CClikPoint : public COleDispatchDriver
  36. {
  37. // Attributes
  38. public:
  39. short GetX();
  40. void SetX(short);
  41. short GetY();
  42. void SetY(short);
  43. // Operations
  44. public:
  45. };