Leaked source code of windows server 2003
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.

50 lines
812 B

  1. /*++
  2. Copyright (c) 1994-95 Microsoft Corporation
  3. Module Name:
  4. lviodlg.h
  5. Abstract:
  6. License violation dialog implementation.
  7. Author:
  8. Don Ryan (donryan) 02-Feb-1995
  9. Environment:
  10. User Mode - Win32
  11. Revision History:
  12. --*/
  13. #ifndef _LVIODLG_H_
  14. #define _LVIODLG_H_
  15. class CLicensingViolationDialog : public CDialog
  16. {
  17. public:
  18. CLicensingViolationDialog(CWnd* pParent = NULL);
  19. //{{AFX_DATA(CLicensingViolationDialog)
  20. enum { IDD = IDD_VIOLATION };
  21. //}}AFX_DATA
  22. //{{AFX_VIRTUAL(CLicensingViolationDialog)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX);
  25. //}}AFX_VIRTUAL
  26. protected:
  27. //{{AFX_MSG(CLicensingViolationDialog)
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };
  31. #endif // _LVIODLG_H_