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.

56 lines
1.5 KiB

  1. #if !defined(AFX_ACCTREPLTESTDLG_H__377A8010_3246_11D3_99E9_0010A4F77383__INCLUDED_)
  2. #define AFX_ACCTREPLTESTDLG_H__377A8010_3246_11D3_99E9_0010A4F77383__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AcctReplTestDlg.h : header file
  7. //
  8. #include "Driver.h"
  9. #import "\bin\McsDctWorkerObjects.tlb" no_namespace, named_guids
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CAcctReplTestDlg dialog
  12. class CAcctReplTestDlg : public CPropertyPage
  13. {
  14. DECLARE_DYNCREATE(CAcctReplTestDlg)
  15. // Construction
  16. public:
  17. CAcctReplTestDlg();
  18. ~CAcctReplTestDlg();
  19. // Dialog Data
  20. //{{AFX_DATA(CAcctReplTestDlg)
  21. enum { IDD = IDD_ACCTREPL_TEST };
  22. // NOTE - ClassWizard will add data members here.
  23. // DO NOT EDIT what you see in these blocks of generated code !
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generate virtual function overrides
  27. //{{AFX_VIRTUAL(CAcctReplTestDlg)
  28. public:
  29. virtual BOOL OnSetActive();
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. IVarSetPtr pVarSet;
  36. IAcctReplPtr pAR;
  37. // Generated message map functions
  38. //{{AFX_MSG(CAcctReplTestDlg)
  39. afx_msg void OnEditVarset();
  40. afx_msg void OnProcess();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_ACCTREPLTESTDLG_H__377A8010_3246_11D3_99E9_0010A4F77383__INCLUDED_)