PrintFormEditor.h
上传用户:wujian85
上传日期:2010-04-08
资源大小:227k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // PrintFormEditor.h : main header file for the PRINTFORMEDITOR application
  2. //
  3. #if !defined(AFX_PRINTFORMEDITOR_H__17660EA9_0940_11D2_840B_0000B43382FE__INCLUDED_)
  4. #define AFX_PRINTFORMEDITOR_H__17660EA9_0940_11D2_840B_0000B43382FE__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. // App:
  14. // See PrintFormEditor.cpp for the implementation of this class
  15. //
  16. class SECExtBar : public SECCustomToolBar
  17. {
  18. public:
  19. DECLARE_DYNCREATE(SECExtBar)
  20. SECExtBar() { m_cyTopBorder = m_cyBottomBorder = 1; };
  21. virtual ~SECExtBar() {};
  22. };
  23. class App : public CWinApp
  24. {
  25. public:
  26. App();
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(App)
  30. public:
  31. virtual BOOL InitInstance();
  32. virtual int ExitInstance();
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. //{{AFX_MSG(App)
  36. afx_msg void OnAppAbout();
  37. // NOTE - the ClassWizard will add and remove member functions here.
  38. //    DO NOT EDIT what you see in these blocks of generated code !
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_PRINTFORMEDITOR_H__17660EA9_0940_11D2_840B_0000B43382FE__INCLUDED_)