MDI_DynamicBars.h
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:2k
源码类别:

界面编程

开发平台:

Visual C++

  1. // MDI_DynamicBars.h : main header file for the MDI_DynamicBars application
  2. //
  3. #if !defined(AFX_MDI_DynamicBars_H__537FA47C_64CC_4CC0_9045_FD8DC86933A6__INCLUDED_)
  4. #define AFX_MDI_DynamicBars_H__537FA47C_64CC_4CC0_9045_FD8DC86933A6__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. #define __PROF_UIS_PROJECT_DLG_PERSIST_REG_KEY _T("MDI_DynamicBars-resizable-dialog-positions")
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CMDI_DynamicBarsApp:
  15. // See MDI_DynamicBars.cpp for the implementation of this class
  16. //
  17. class CMDI_DynamicBarsApp : public CWinApp
  18. {
  19. public:
  20. IMPLEMENT_CWinAPP_DoMessageBox;
  21. CMDI_DynamicBarsApp();
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CMDI_DynamicBarsApp)
  25. public:
  26. virtual BOOL InitInstance();
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. //
  30. // Prof-UIS advanced options
  31.     //
  32. void SetupUiAdvancedOptions();
  33. //{{AFX_MSG(CMDI_DynamicBarsApp)
  34. afx_msg void OnAppAbout();
  35. // NOTE - the ClassWizard will add and remove member functions here.
  36. //    DO NOT EDIT what you see in these blocks of generated code !
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_MDI_DynamicBars_H__537FA47C_64CC_4CC0_9045_FD8DC86933A6__INCLUDED_)