ClientRequirement.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 // _MSC_VER > 1000
  6. // ClientRequirement.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CClientRequirement dialog
  10. class CClientRequirement : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CClientRequirement(CWnd* pParent = NULL); // standard constructor
  15. int m_bSave;
  16. CString m_id;
  17. // Dialog Data
  18. //{{AFX_DATA(CClientRequirement)
  19. enum { IDD = IDD_DLGClientRequirement };
  20. CString m_bz2;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CClientRequirement)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CClientRequirement)
  32. virtual void OnOK();
  33. virtual BOOL OnInitDialog();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_CLIENTREQUIREMENT_H__C377819D_669E_4518_9110_D50379E50B35__INCLUDED_)