123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- #if !defined(AFX_CLIENTREQUIREMENT_H__C377819D_669E_4518_9110_D50379E50B35__INCLUDED_)
- #define AFX_CLIENTREQUIREMENT_H__C377819D_669E_4518_9110_D50379E50B35__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ClientRequirement.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CClientRequirement dialog
- class CClientRequirement : public CDialog
- {
- // Construction
- public:
- CClientRequirement(CWnd* pParent = NULL); // standard constructor
- int m_bSave;
- CString m_id;
- // Dialog Data
- //{{AFX_DATA(CClientRequirement)
- enum { IDD = IDD_DLGClientRequirement };
- CString m_bz2;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CClientRequirement)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CClientRequirement)
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CLIENTREQUIREMENT_H__C377819D_669E_4518_9110_D50379E50B35__INCLUDED_)
|