image.h
上传用户:sztwq510
上传日期:2013-06-26
资源大小:4045k
文件大小:3k
源码类别:

酒店行业

开发平台:

Java

  1. #if !defined(AFX_IMAGE_H__9FD985C8_42C4_4130_9097_6F2328F29540__INCLUDED_)
  2. #define AFX_IMAGE_H__9FD985C8_42C4_4130_9097_6F2328F29540__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  8. //  Microsoft Visual C++, your modifications will be overwritten.
  9. // Dispatch interfaces referenced by this interface
  10. class CPicture;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CImage wrapper class
  13. class CImage : public CWnd
  14. {
  15. protected:
  16. DECLARE_DYNCREATE(CImage)
  17. public:
  18. CLSID const& GetClsid()
  19. {
  20. static CLSID const clsid
  21. = { 0x4c599241, 0x6926, 0x101b, { 0x99, 0x92, 0x0, 0x0, 0xb, 0x65, 0xc6, 0xf9 } };
  22. return clsid;
  23. }
  24. virtual BOOL Create(LPCTSTR lpszClassName,
  25. LPCTSTR lpszWindowName, DWORD dwStyle,
  26. const RECT& rect,
  27. CWnd* pParentWnd, UINT nID,
  28. CCreateContext* pContext = NULL)
  29. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
  30.     BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
  31. const RECT& rect, CWnd* pParentWnd, UINT nID,
  32. CFile* pPersist = NULL, BOOL bStorage = FALSE,
  33. BSTR bstrLicKey = NULL)
  34. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
  35. pPersist, bStorage, bstrLicKey); }
  36. // Attributes
  37. public:
  38. // Operations
  39. public:
  40. void SetEnabled(BOOL bNewValue);
  41. BOOL GetEnabled();
  42. void SetMousePointer(long nNewValue);
  43. long GetMousePointer();
  44. void SetAutoSize(BOOL bNewValue);
  45. BOOL GetAutoSize();
  46. void SetBackColor(long nNewValue);
  47. long GetBackColor();
  48. void SetBackStyle(long nNewValue);
  49. long GetBackStyle();
  50. void SetBorderColor(long nNewValue);
  51. long GetBorderColor();
  52. void SetBorderStyle(long nNewValue);
  53. long GetBorderStyle();
  54. void SetPicture(LPDISPATCH newValue);
  55. void SetRefPicture(LPDISPATCH newValue);
  56. CPicture GetPicture();
  57. void SetMouseIcon(LPDISPATCH newValue);
  58. void SetRefMouseIcon(LPDISPATCH newValue);
  59. CPicture GetMouseIcon();
  60. void SetPictureSizeMode(long nNewValue);
  61. long GetPictureSizeMode();
  62. void SetPictureAlignment(long nNewValue);
  63. long GetPictureAlignment();
  64. void SetPictureTiling(BOOL bNewValue);
  65. BOOL GetPictureTiling();
  66. void SetSpecialEffect(long nNewValue);
  67. long GetSpecialEffect();
  68. };
  69. //{{AFX_INSERT_LOCATION}}
  70. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  71. #endif // !defined(AFX_IMAGE_H__9FD985C8_42C4_4130_9097_6F2328F29540__INCLUDED_)