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

界面编程

开发平台:

Visual C++

  1. // ResizableChildSheet.h : main header file for the ResizableChildSheetT application
  2. //
  3. #if !defined(AFX_CHILDSHEET_H__74BA2956_E9E8_4031_BA1C_92A131E0D5C7__INCLUDED_)
  4. #define AFX_CHILDSHEET_H__74BA2956_E9E8_4031_BA1C_92A131E0D5C7__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. //
  13. // Prof-UIS command manager profile name
  14. //
  15. #define __PROF_UIS_PROJECT_CMD_PROFILE_NAME _T("ResizableChildSheet-command-manager-profile")
  16. #define __PROF_UIS_PROJECT_DLG_PERSIST_REG_KEY _T("ResizableChildSheet-resizable-dialog-positions")
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CDemoApp:
  19. // See ResizableChildSheet.cpp for the implementation of this class
  20. //
  21. class CDemoApp : public CWinApp
  22. {
  23. public:
  24. IMPLEMENT_CWinAPP_DoMessageBox;
  25. CDemoApp();
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CDemoApp)
  29. public:
  30. virtual BOOL InitInstance();
  31. virtual int ExitInstance();
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. //
  35. // Prof-UIS advanced options
  36.     //
  37. void SetupUiAdvancedOptions();
  38. protected:
  39. HMENU m_hMDIMenu;
  40. HACCEL m_hMDIAccel;
  41. public:
  42. //{{AFX_MSG(CDemoApp)
  43. afx_msg void OnAppAbout();
  44. afx_msg void OnFileNew();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. /////////////////////////////////////////////////////////////////////////////
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_CHILDSHEET_H__74BA2956_E9E8_4031_BA1C_92A131E0D5C7__INCLUDED_)