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.

58 lines
1.6 KiB

  1. #if !defined(AFX_AUTOANS_H__2BFE6626_7758_11D1_8F5C_00C04FB6809F__INCLUDED_)
  2. #define AFX_AUTOANS_H__2BFE6626_7758_11D1_8F5C_00C04FB6809F__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // autoans.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // autoans dialog
  10. class autoans : public CDialog
  11. {
  12. // Construction
  13. public:
  14. autoans(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(autoans)
  17. enum { IDD = IDD_AUTOANSWER };
  18. TerminalPtrList m_TerminalPtrList;
  19. ITAddress * m_pAddress;
  20. // NOTE: the ClassWizard will add data members here
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(autoans)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(autoans)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnTerminalAdd();
  34. afx_msg void OnTerminalRemove();
  35. virtual void OnOK();
  36. virtual void OnCancel();
  37. afx_msg void OnClose() ;
  38. void PopulateListBox();
  39. void AddTerminalToListBox( ITTerminal * pTerminal, BOOL bSelected );
  40. void AddDynamicTerminalToListBox( BOOL bSelected );
  41. void AddTerminalToAAList( ITTerminal * pTerminal );
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_AUTOANS_H__2BFE6626_7758_11D1_8F5C_00C04FB6809F__INCLUDED_)