54 lines
1.3 KiB
C++
54 lines
1.3 KiB
C++
#if !defined(AFX_PROPCOMP_H__BF3C43C1_CF77_11D0_A30E_444553540000__INCLUDED_)
|
|
#define AFX_PROPCOMP_H__BF3C43C1_CF77_11D0_A30E_444553540000__INCLUDED_
|
|
|
|
#if _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif // _MSC_VER >= 1000
|
|
// PropComp.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CPropComp dialog
|
|
|
|
class CPropComp : public CPropertyPage
|
|
{
|
|
DECLARE_DYNCREATE(CPropComp)
|
|
|
|
// Construction
|
|
public:
|
|
CPropComp();
|
|
~CPropComp();
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(CPropComp)
|
|
enum { IDD = IDD_CPAGE };
|
|
CString m_cadd1;
|
|
CString m_cadd2;
|
|
CString m_comp;
|
|
CString m_dept;
|
|
CString m_mgr;
|
|
CString m_posn;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generate virtual function overrides
|
|
//{{AFX_VIRTUAL(CPropComp)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
// Generated message map functions
|
|
//{{AFX_MSG(CPropComp)
|
|
// NOTE: the ClassWizard will add member functions here
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
|
|
};
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_PROPCOMP_H__BF3C43C1_CF77_11D0_A30E_444553540000__INCLUDED_)
|