www.pudn.com > ssproj03.zip > ssproj03Dlg.h
// ssproj03Dlg.h : header file
//
#if !defined(AFX_SSPROJ03DLG_H__EEC321E5_39FF_44C5_A0BB_077F572398C7__INCLUDED_)
#define AFX_SSPROJ03DLG_H__EEC321E5_39FF_44C5_A0BB_077F572398C7__INCLUDED_
#include "Page4.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CSsproj03Dlg dialog
class CPage1;
class CPage2;
class CPage3;
class CSsproj03Dlg : public CDialog
{
// Construction
public:
bool m_IsCtrl;
void AddPage();
CSsproj03Dlg(CWnd* pParent = NULL); // standard constructor
CPage1* m_pPage1;
CPage2* m_pPage2;
CPage3* m_pPage3;
CPage4* m_pPage4;
// CPropertyPage* m_pPage1;
// CPropertyPage* m_pPage2;
// CPropertyPage* m_pPage3;
// CPropertyPage* m_pPage4;
int m_Total_cx;
int m_Total_cy;
int iTab;
// Dialog Data
//{{AFX_DATA(CSsproj03Dlg)
enum { IDD = IDD_SSPROJ03_DIALOG };
CTabCtrl m_Tab;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSsproj03Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CSsproj03Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnCancelMode();
afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnSelchangingTab1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SSPROJ03DLG_H__EEC321E5_39FF_44C5_A0BB_077F572398C7__INCLUDED_)