GuiStaticStandar.h
上传用户:wlkj888
上传日期:2022-08-01
资源大小:806k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. /****************************************************************************
  2.  * *  
  3.  * GuiToolKit   *
  4.  *  (MFC extension) *  
  5.  * Created by Francisco Campos G. www.beyondata.com fcampos@beyondata.com *
  6.  *--------------------------------------------------------------------------*    
  7.  * *
  8.  * This program is free software;so you are free to use it any of your *
  9.  * applications (Freeware, Shareware, Commercial),but leave this header *
  10.  * intact. *
  11.  * *
  12.  * These files are provided "as is" without warranty of any kind. *
  13.  * *
  14.  *        GuiToolKit is forever FREE CODE !!!!! *
  15.  * *
  16.  *--------------------------------------------------------------------------*
  17.  * Created by: Francisco Campos G. *
  18.  * Bug Fixes and improvements : (Add your name) *
  19.  * -Francisco Campos *
  20.  * *
  21.  ****************************************************************************/
  22. #if !defined(AFX_GUISTATICSTANDAR_H__E577069E_DA47_4E1D_9271_B7EA22634BCE__INCLUDED_)
  23. #define AFX_GUISTATICSTANDAR_H__E577069E_DA47_4E1D_9271_B7EA22634BCE__INCLUDED_
  24. #if _MSC_VER > 1000
  25. #pragma once
  26. #endif // _MSC_VER > 1000
  27. // GuiStaticStandar.h : header file
  28. //
  29. /////////////////////////////////////////////////////////////////////////////
  30. // CGuiStaticStandar window
  31. class GUILIBDLLEXPORT CGuiStaticStandar : public CStatic
  32. {
  33. // Construction
  34. public:
  35. CGuiStaticStandar();
  36. // Attributes
  37. public:
  38. // Operations
  39. public:
  40. // Overrides
  41. // ClassWizard generated virtual function overrides
  42. //{{AFX_VIRTUAL(CGuiStaticStandar)
  43. protected:
  44. virtual void PreSubclassWindow();
  45. //}}AFX_VIRTUAL
  46. // Implementation
  47. public:
  48. virtual ~CGuiStaticStandar();
  49. void AddChild(CWnd* pWnd);
  50. void RecalLayout();
  51. // Generated message map functions
  52. protected:
  53. CWnd* m_pWnd;
  54. //{{AFX_MSG(CGuiStaticStandar)
  55. afx_msg void OnSize(UINT nType, int cx, int cy);
  56. //}}AFX_MSG
  57. DECLARE_MESSAGE_MAP()
  58. };
  59. /////////////////////////////////////////////////////////////////////////////
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  62. #endif // !defined(AFX_GUISTATICSTANDAR_H__E577069E_DA47_4E1D_9271_B7EA22634BCE__INCLUDED_)