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.

37 lines
882 B

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. // installrDlg.h : header file
  3. //
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CInstallrDlg dialog
  6. class CInstallrDlg : public CDialog
  7. {
  8. // Construction
  9. public:
  10. CInstallrDlg(CWnd* pParent = NULL); // standard constructor
  11. // Dialog Data
  12. //{{AFX_DATA(CInstallrDlg)
  13. enum { IDD = IDD_INSTALLR_DIALOG };
  14. // NOTE: the ClassWizard will add data members here
  15. //}}AFX_DATA
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CInstallrDlg)
  18. protected:
  19. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  20. //}}AFX_VIRTUAL
  21. // Implementation
  22. protected:
  23. HICON m_hIcon;
  24. // Generated message map functions
  25. //{{AFX_MSG(CInstallrDlg)
  26. virtual BOOL OnInitDialog();
  27. afx_msg void OnPaint();
  28. afx_msg HCURSOR OnQueryDragIcon();
  29. //}}AFX_MSG
  30. DECLARE_MESSAGE_MAP()
  31. };