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
2.1 KiB

  1. #if !defined(AFX_MAINDLG_H__62C9BAC6_D7C6_11D2_A1E2_00A0C9AFE114__INCLUDED_)
  2. #define AFX_MAINDLG_H__62C9BAC6_D7C6_11D2_A1E2_00A0C9AFE114__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MainDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMainDlg dialog
  10. class CMainDlg : public CPropertyPage
  11. {
  12. // Construction
  13. public:
  14. CMainDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CMainDlg)
  17. enum { IDD = IDD_AGENTMONITOR_MAIN };
  18. CProgressCtrl m_InstallProgCtrl;
  19. CProgressCtrl m_FinishProgCtrl;
  20. CString m_ErrorCount;
  21. CString m_FinishedCount;
  22. CString m_InstalledCount;
  23. CString m_RunningCount;
  24. CString m_TotalString;
  25. CString m_DirectoriesChanged;
  26. CString m_DirectoriesExamined;
  27. CString m_DirectoriesUnchanged;
  28. CString m_FilesChanged;
  29. CString m_FilesExamined;
  30. CString m_FilesUnchanged;
  31. CString m_SharesChanged;
  32. CString m_SharesExamined;
  33. CString m_SharesUnchanged;
  34. CString m_MembersChanged;
  35. CString m_MembersExamined;
  36. CString m_MembersUnchanged;
  37. CString m_RightsChanged;
  38. CString m_RightsExamined;
  39. CString m_RightsUnchanged;
  40. //}}AFX_DATA
  41. virtual BOOL OnSetActive( );
  42. // Overrides
  43. // ClassWizard generated virtual function overrides
  44. //{{AFX_VIRTUAL(CMainDlg)
  45. public:
  46. virtual void OnOK();
  47. virtual void WinHelp(DWORD dwData, UINT nCmd = HELP_CONTEXT);
  48. protected:
  49. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  50. virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
  51. //}}AFX_VIRTUAL
  52. // Implementation
  53. protected:
  54. // Generated message map functions
  55. //{{AFX_MSG(CMainDlg)
  56. virtual BOOL OnInitDialog();
  57. afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
  58. //}}AFX_MSG
  59. // LRESULT OnUpdateCounts(UINT nID, long x);
  60. LRESULT OnUpdateCounts(UINT nID, LPARAM x);
  61. // LRESULT OnUpdateTotals(UINT nID, long x);
  62. LRESULT OnUpdateTotals(UINT nID, LPARAM x);
  63. DECLARE_MESSAGE_MAP()
  64. };
  65. //{{AFX_INSERT_LOCATION}}
  66. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  67. #endif // !defined(AFX_MAINDLG_H__62C9BAC6_D7C6_11D2_A1E2_00A0C9AFE114__INCLUDED_)