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

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_PAGEPAGE1_H__09EE3121_0F7F_11D2_842D_0000B43382FE__INCLUDED_)
  2. #define AFX_PAGEPAGE1_H__09EE3121_0F7F_11D2_842D_0000B43382FE__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // PagePage1.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPagePage1 dialog
  10. class Doc;
  11. class CPagePage1 : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CPagePage1(CWnd* pParent = NULL);   // standard constructor
  16. Doc * pDoc;
  17. // Dialog Data
  18. //{{AFX_DATA(CPagePage1)
  19. enum { IDD = IDD_PAGE_PAGE1 };
  20. int iBottom;
  21. int iLeft;
  22. CString csName;
  23. int iRight;
  24. int iTop;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CPagePage1)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CPagePage1)
  36. // NOTE: the ClassWizard will add member functions here
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_PAGEPAGE1_H__09EE3121_0F7F_11D2_842D_0000B43382FE__INCLUDED_)