Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.4 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. /*++
  3. Module Name:
  4. LicAgrmet.h
  5. Abstract:
  6. This Module contains the declaration of CLicAgreement Dialog class
  7. (Dialog box used for Displaying License Agreement.)
  8. Author:
  9. Arathi Kundapur (v-akunda) 17-Feb-1998
  10. Revision History:
  11. --*/
  12. #if !defined(AFX_LICAGRMT_H__65A6A35D_9E41_11D1_8510_00C04FB6CBB5__INCLUDED_)
  13. #define AFX_LICAGRMT_H__65A6A35D_9E41_11D1_8510_00C04FB6CBB5__INCLUDED_
  14. #if _MSC_VER >= 1000
  15. #endif // _MSC_VER >= 1000
  16. // LicAgrmt.h : header file
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CLicAgreement dialog
  20. class CLicAgreement : public CDialog
  21. {
  22. // Construction
  23. public:
  24. CLicAgreement(CWnd* pParent = NULL); // standard constructor
  25. // Dialog Data
  26. //{{AFX_DATA(CLicAgreement)
  27. enum { IDD = IDD_LIC_AGREEMENT };
  28. CString m_License;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CLicAgreement)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CLicAgreement)
  40. afx_msg void OnAgree();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_LICAGRMT_H__65A6A35D_9E41_11D1_8510_00C04FB6CBB5__INCLUDED_)