panel.h
上传用户:fjzzwyy
上传日期:2007-01-14
资源大小:244k
文件大小:2k
源码类别:

绘图程序

开发平台:

Visual C++

  1. #if !defined(AFX_PANEL_H__F94B0E07_5C8A_45EC_A8A0_A63F370EC456__INCLUDED_)
  2. #define AFX_PANEL_H__F94B0E07_5C8A_45EC_A8A0_A63F370EC456__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. // CPanel wrapper class
  13. class CPanel : public COleDispatchDriver
  14. {
  15. public:
  16. CPanel() {} // Calls COleDispatchDriver default constructor
  17. CPanel(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  18. CPanel(const CPanel& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  19. // Attributes
  20. public:
  21. // Operations
  22. public:
  23. long GetAlignment();
  24. void SetAlignment(long nNewValue);
  25. long GetAutoSize();
  26. void SetAutoSize(long nNewValue);
  27. long GetBevel();
  28. void SetBevel(long nNewValue);
  29. BOOL GetEnabled();
  30. void SetEnabled(BOOL bNewValue);
  31. short GetIndex();
  32. void SetIndex(short nNewValue);
  33. CString GetKey();
  34. void SetKey(LPCTSTR lpszNewValue);
  35. float GetLeft();
  36. void SetLeft(float newValue);
  37. float GetMinWidth();
  38. void SetMinWidth(float newValue);
  39. CPicture GetPicture();
  40. void SetRefPicture(LPDISPATCH newValue);
  41. long GetStyle();
  42. void SetStyle(long nNewValue);
  43. VARIANT GetTag();
  44. void SetTag(const VARIANT& newValue);
  45. CString GetText();
  46. void SetText(LPCTSTR lpszNewValue);
  47. CString GetToolTipText();
  48. void SetToolTipText(LPCTSTR lpszNewValue);
  49. BOOL GetVisible();
  50. void SetVisible(BOOL bNewValue);
  51. float GetWidth();
  52. void SetWidth(float newValue);
  53. void SetPicture(LPDISPATCH newValue);
  54. void SetRefTag(const VARIANT& newValue);
  55. };
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_PANEL_H__F94B0E07_5C8A_45EC_A8A0_A63F370EC456__INCLUDED_)