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_FCNSELVW_H__A55ED774_2ED1_11D1_ACDA_00A0C908F98C__INCLUDED_)
  2. #define AFX_FCNSELVW_H__A55ED774_2ED1_11D1_ACDA_00A0C908F98C__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // fcnselvw.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CFaxApiFunctionSelectionFormView form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class CFaxApiFunctionSelectionFormView : public CFormView
  14. {
  15. protected:
  16. CFaxApiFunctionSelectionFormView(); // protected constructor used by dynamic creation
  17. DECLARE_DYNCREATE(CFaxApiFunctionSelectionFormView)
  18. // Form Data
  19. public:
  20. //{{AFX_DATA(CFaxApiFunctionSelectionFormView)
  21. enum { IDD = IDD_FUNCTION_SELECTION };
  22. // NOTE: the ClassWizard will add data members here
  23. //}}AFX_DATA
  24. // Attributes
  25. public:
  26. // Operations
  27. public:
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CFaxApiFunctionSelectionFormView)
  31. public:
  32. virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
  33. virtual void OnInitialUpdate();
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. virtual ~CFaxApiFunctionSelectionFormView();
  40. #ifdef _DEBUG
  41. virtual void AssertValid() const;
  42. virtual void Dump(CDumpContext& dc) const;
  43. #endif
  44. private:
  45. BOOL ExecuteFaxApiFunction( void );
  46. BOOL DisableExecuteButton( void );
  47. public:
  48. CFaxApiFunctionInfo * GetSelectedFaxApiFunctionInfoPointer();
  49. // Generated message map functions
  50. //{{AFX_MSG(CFaxApiFunctionSelectionFormView)
  51. afx_msg void OnDblclkListboxFaxApiFunctions();
  52. afx_msg void OnSelchangeListboxFaxApiFunctions();
  53. afx_msg void OnButtonExecuteApiFunction();
  54. //}}AFX_MSG
  55. DECLARE_MESSAGE_MAP()
  56. };
  57. /////////////////////////////////////////////////////////////////////////////
  58. //{{AFX_INSERT_LOCATION}}
  59. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  60. #endif // !defined(AFX_FCNSELVW_H__A55ED774_2ED1_11D1_ACDA_00A0C908F98C__INCLUDED_)