OperateDlg.h
上传用户:pumpssky
上传日期:2007-12-07
资源大小:110k
文件大小:1k
源码类别:

MacOS编程

开发平台:

C/C++

  1. #if !defined(AFX_OPERATEDLG_H__4B02E896_95F1_407B_9F67_54FA50CA5F8A__INCLUDED_)
  2. #define AFX_OPERATEDLG_H__4B02E896_95F1_407B_9F67_54FA50CA5F8A__INCLUDED_
  3. #include "Gps.h" // Added by ClassView
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // OperateDlg.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // COperateDlg dialog
  11. class COperateDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. COperateDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(COperateDlg)
  18. enum { IDD = IDD_DIALOG_OPERATE };
  19. //}}AFX_DATA
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(COperateDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. // Generated message map functions
  29. //{{AFX_MSG(COperateDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnButtonLogon();
  32. afx_msg void OnButtonConnect();
  33. afx_msg void OnButtonClose();
  34. afx_msg void OnButtonLogoff();
  35. afx_msg void OnButtonDial();
  36. afx_msg void OnButtonHangup();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_OPERATEDLG_H__4B02E896_95F1_407B_9F67_54FA50CA5F8A__INCLUDED_)