ClientRequirement.h 663 B

123456789101112131415161718192021222324252627282930313233
  1. #if !defined(AFX_CLIENTREQUIREMENT_H__C377819D_669E_4518_9110_D50379E50B35__INCLUDED_)
  2. #define AFX_CLIENTREQUIREMENT_H__C377819D_669E_4518_9110_D50379E50B35__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif
  6. class CClientRequirement : public CDialog
  7. {
  8. public:
  9. CClientRequirement(CWnd* pParent = NULL); // standard constructor
  10. int m_bSave;
  11. int m_nMode;
  12. CString m_id;
  13. enum {
  14. IDD = IDD_DLGClientRequirement
  15. };
  16. CString m_bz2;
  17. CString m_no;
  18. protected:
  19. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  20. virtual void OnOK();
  21. virtual BOOL OnInitDialog();
  22. afx_msg void OnButton1();
  23. //}}AFX_MSG
  24. DECLARE_MESSAGE_MAP()
  25. };
  26. #endif