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.

78 lines
1.7 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. /*++
  3. Module Name:
  4. RemLic.h
  5. Abstract:
  6. This Module defines the CRemoveLicenses Dialog class
  7. (Dialog box used for Removing Licenses)
  8. Author:
  9. Arathi Kundapur (v-akunda) 22-Feb-1998
  10. Revision History:
  11. --*/
  12. #if !defined(AFX_REMLIC_H__610F173F_A990_11D1_84DD_00C04FB6CBB5__INCLUDED_)
  13. #define AFX_REMLIC_H__610F173F_A990_11D1_84DD_00C04FB6CBB5__INCLUDED_
  14. #if _MSC_VER >= 1000
  15. #endif // _MSC_VER >= 1000
  16. // RemLic.h : header file
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CRemoveLicenses dialog
  20. class CRemoveLicenses : public CDialog
  21. {
  22. // Construction
  23. private:
  24. CAddKeyPack * m_pAddKeyPack;
  25. public:
  26. CRemoveLicenses(CWnd* pParent = NULL); // standard constructor
  27. CRemoveLicenses(CAddKeyPack *pAddKeyPack,CWnd* pParent = NULL);
  28. // Dialog Data
  29. //{{AFX_DATA(CRemoveLicenses)
  30. enum { IDD = IDD_REMOVE_LICENSES };
  31. CSpinButtonCtrl m_SpinCtrl;
  32. CComboBox m_LicenseCombo;
  33. CString m_LicensePack;
  34. DWORD m_NumLicenses;
  35. // NOTE: the ClassWizard will add data members here
  36. //}}AFX_DATA
  37. // Overrides
  38. // ClassWizard generated virtual function overrides
  39. //{{AFX_VIRTUAL(CRemoveLicenses)
  40. protected:
  41. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  42. //}}AFX_VIRTUAL
  43. // Implementation
  44. protected:
  45. // Generated message map functions
  46. //{{AFX_MSG(CRemoveLicenses)
  47. virtual BOOL OnInitDialog();
  48. afx_msg void OnSelchangeLicnesePack();
  49. afx_msg void OnHelp();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_REMLIC_H__610F173F_A990_11D1_84DD_00C04FB6CBB5__INCLUDED_)