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.

51 lines
1.2 KiB

  1. #if !defined(AFX_REBOOTTESTDLG_H__AA467BF0_30C6_11D3_8AE6_00A0C9AFE114__INCLUDED_)
  2. #define AFX_REBOOTTESTDLG_H__AA467BF0_30C6_11D3_8AE6_00A0C9AFE114__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RebootTestDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRebootTestDlg dialog
  10. class CRebootTestDlg : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CRebootTestDlg)
  13. // Construction
  14. public:
  15. CRebootTestDlg();
  16. ~CRebootTestDlg();
  17. // Dialog Data
  18. //{{AFX_DATA(CRebootTestDlg)
  19. enum { IDD = IDD_REBOOT_TEST };
  20. CString m_Computer;
  21. long m_Delay;
  22. BOOL m_NoChange;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generate virtual function overrides
  26. //{{AFX_VIRTUAL(CRebootTestDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CRebootTestDlg)
  34. afx_msg void OnReboot();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_REBOOTTESTDLG_H__AA467BF0_30C6_11D3_8AE6_00A0C9AFE114__INCLUDED_)