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.

60 lines
1.5 KiB

  1. #if !defined(AFX_ADDFSPDLG_H__2F1C422A_F2F6_45B0_904E_73ACC75311E3__INCLUDED_)
  2. #define AFX_ADDFSPDLG_H__2F1C422A_F2F6_45B0_904E_73ACC75311E3__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AddFSPDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAddFSPDlg dialog
  10. class CAddFSPDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CAddFSPDlg(HANDLE hFax, CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CAddFSPDlg)
  17. enum { IDD = IDD_ADDFSP_DLG };
  18. CString m_cstrFriendlyName;
  19. BOOL m_bAbortParent;
  20. BOOL m_bAbortRecipient;
  21. BOOL m_bAutoRetry;
  22. BOOL m_bBroadcast;
  23. BOOL m_bMultisend;
  24. BOOL m_bScheduling;
  25. BOOL m_bSimultaneousSendRecieve;
  26. CString m_cstrGUID;
  27. CString m_cstrImageName;
  28. CString m_cstrTSPName;
  29. int m_iVersion;
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CAddFSPDlg)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CAddFSPDlg)
  41. afx_msg void OnAdd();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. private:
  45. HANDLE m_hFax;
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_ADDFSPDLG_H__2F1C422A_F2F6_45B0_904E_73ACC75311E3__INCLUDED_)