123456789101112131415161718192021222324252627282930313233 |
- #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
- class CClientRequirement : public CDialog
- {
- public:
- CClientRequirement(CWnd* pParent = NULL); // standard constructor
- int m_bSave;
- int m_nMode;
- CString m_id;
- enum {
- IDD = IDD_DLGClientRequirement
- };
- CString m_bz2;
- CString m_no;
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- afx_msg void OnButton1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #endif
|