ps_in_psDlg.h
上传用户:raowubin
上传日期:2007-01-02
资源大小:19k
文件大小:2k
- // ps_in_psDlg.h : header file
- //
- #if !defined(AFX_PS_IN_PSDLG_H__9D9751E6_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_)
- #define AFX_PS_IN_PSDLG_H__9D9751E6_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "MyPropertyPage.h"
- #include "PropertyPageWithPropertySheet.h"
- /////////////////////////////////////////////////////////////////////////////
- // CPs_in_psDlg dialog
- class CPs_in_psDlg : public CDialog
- {
- // Construction
- public:
- virtual BOOL UpdateData( BOOL bSaveAndValidate = TRUE );
- CPs_in_psDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CPs_in_psDlg)
- enum { IDD = IDD_PS_IN_PS_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPs_in_psDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- CPropertyPageWithPropertySheet m_page_with_sheet0;
- CPropertyPageWithPropertySheet m_page_with_sheet1;
- CPropertySheet m_sheet;
-
- CMyPropertyPage m_page0;
- CMyPropertyPage m_page1;
- CMyPropertyPage m_page2;
- CMyPropertyPage m_page3;
- CMyPropertyPage m_page4;
- CMyPropertyPage m_page5;
- CMyPropertyPage m_page6;
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CPs_in_psDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PS_IN_PSDLG_H__9D9751E6_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_)