ps_in_psDlg.h
上传用户:raowubin
上传日期:2007-01-02
资源大小:19k
文件大小:2k
源码类别:

PropertySheet

开发平台:

Visual C++

  1. // ps_in_psDlg.h : header file
  2. //
  3. #if !defined(AFX_PS_IN_PSDLG_H__9D9751E6_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_)
  4. #define AFX_PS_IN_PSDLG_H__9D9751E6_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "MyPropertyPage.h"
  9. #include "PropertyPageWithPropertySheet.h" 
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CPs_in_psDlg dialog
  12. class CPs_in_psDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. virtual BOOL UpdateData( BOOL bSaveAndValidate = TRUE );
  17. CPs_in_psDlg(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CPs_in_psDlg)
  20. enum { IDD = IDD_PS_IN_PS_DIALOG };
  21. // NOTE: the ClassWizard will add data members here
  22. //}}AFX_DATA
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CPs_in_psDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. CPropertyPageWithPropertySheet m_page_with_sheet0;
  31. CPropertyPageWithPropertySheet m_page_with_sheet1;
  32. CPropertySheet m_sheet;
  33. CMyPropertyPage m_page0;
  34. CMyPropertyPage m_page1;
  35. CMyPropertyPage m_page2;
  36. CMyPropertyPage m_page3;
  37. CMyPropertyPage m_page4;
  38. CMyPropertyPage m_page5;
  39. CMyPropertyPage m_page6;
  40. HICON m_hIcon;
  41. // Generated message map functions
  42. //{{AFX_MSG(CPs_in_psDlg)
  43. virtual BOOL OnInitDialog();
  44. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  45. afx_msg void OnPaint();
  46. afx_msg HCURSOR OnQueryDragIcon();
  47. virtual void OnOK();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_PS_IN_PSDLG_H__9D9751E6_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_)