Leaked source code of windows server 2003
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.

74 lines
2.0 KiB

  1. // ConfigTestDlg.h : header file
  2. //
  3. #if !defined(AFX_CONFIGTESTDLG_H__97485B4A_141A_443C_BF54_AC5A9C54E3BB__INCLUDED_)
  4. #define AFX_CONFIGTESTDLG_H__97485B4A_141A_443C_BF54_AC5A9C54E3BB__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CConfigTestDlg dialog
  10. class CConfigTestDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CConfigTestDlg(CWnd* pParent = NULL); // standard constructor
  15. virtual ~CConfigTestDlg();
  16. // Dialog Data
  17. //{{AFX_DATA(CConfigTestDlg)
  18. enum { IDD = IDD_CONFIGTEST_DIALOG };
  19. CButton m_btnConnect;
  20. CString m_cstrServerName;
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CConfigTestDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. // Generated message map functions
  31. //{{AFX_MSG(CConfigTestDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  34. afx_msg void OnPaint();
  35. afx_msg HCURSOR OnQueryDragIcon();
  36. afx_msg void OnQueueState();
  37. afx_msg void OnConnect();
  38. afx_msg void OnSmtp();
  39. afx_msg void OnVersion();
  40. afx_msg void OnOutbox();
  41. afx_msg void OnSentitems();
  42. afx_msg void OnInbox();
  43. afx_msg void OnActivity();
  44. afx_msg void OnFsps();
  45. afx_msg void OnDevices();
  46. afx_msg void OnExtension();
  47. afx_msg void OnAddGroup();
  48. afx_msg void OnAddFSP();
  49. afx_msg void OnRemoveFSP();
  50. afx_msg void OnArchiveAccess();
  51. afx_msg void OnGerTiff();
  52. afx_msg void OnRemoveRtExt();
  53. afx_msg void OnManualAnswer();
  54. //}}AFX_MSG
  55. DECLARE_MESSAGE_MAP()
  56. private:
  57. void EnableTests (BOOL);
  58. HANDLE m_FaxHandle;
  59. };
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  62. #endif // !defined(AFX_CONFIGTESTDLG_H__97485B4A_141A_443C_BF54_AC5A9C54E3BB__INCLUDED_)