GuiStaticStandar.h
上传用户:zhanglf88
上传日期:2013-11-19
资源大小:6036k
文件大小:2k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. //-----------------------------------------------------------------------//
  2. // This is a part of the GuiLib MFC Extention.  //
  3. // Autor  :  Francisco Campos  //
  4. // (C) 2002 Francisco Campos <www.beyondata.com> All rights reserved     //
  5. // This code is provided "as is", with absolutely no warranty expressed  //
  6. // or implied. Any use is at your own risk.  //
  7. // You must obtain the author's consent before you can include this code //
  8. // in a software library.  //
  9. // If the source code in  this file is used in any application  //
  10. // then acknowledgement must be made to the author of this program  //
  11. // fcampos@tutopia.com  //
  12. //-----------------------------------------------------------------------//
  13. #if !defined(AFX_GUISTATICSTANDAR_H__E577069E_DA47_4E1D_9271_B7EA22634BCE__INCLUDED_)
  14. #define AFX_GUISTATICSTANDAR_H__E577069E_DA47_4E1D_9271_B7EA22634BCE__INCLUDED_
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18. // GuiStaticStandar.h : header file
  19. //
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CGuiStaticStandar window
  22. #include "Guilib.h"
  23. class GUILIBDLLEXPORT CGuiStaticStandar : public CStatic
  24. {
  25. // Construction
  26. public:
  27. CGuiStaticStandar();
  28. // Attributes
  29. public:
  30. // Operations
  31. public:
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CGuiStaticStandar)
  35. protected:
  36. virtual void PreSubclassWindow();
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. public:
  40. virtual ~CGuiStaticStandar();
  41. void AddChild(CWnd* pWnd);
  42. void RecalLayout();
  43. // Generated message map functions
  44. protected:
  45. CWnd* m_pWnd;
  46. //{{AFX_MSG(CGuiStaticStandar)
  47. afx_msg void OnSize(UINT nType, int cx, int cy);
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. /////////////////////////////////////////////////////////////////////////////
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_GUISTATICSTANDAR_H__E577069E_DA47_4E1D_9271_B7EA22634BCE__INCLUDED_)