CB32 1.2 sources
This commit is contained in:
parent
cf25bc7627
commit
fd87f89a19
100 changed files with 14543 additions and 0 deletions
54
PropComp.h
Normal file
54
PropComp.h
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
#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_)
|
||||
Reference in a new issue