ConnectDlg.h
上传用户:panstart
上传日期:2022-04-12
资源大小:199k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

C++ Builder

  1. #if !defined(AFX_ONNECTDLG_H__B098630E_5F44_11D6_8897_000B2B0F84B6__INCLUDED_)
  2. #define AFX_ONNECTDLG_H__B098630E_5F44_11D6_8897_000B2B0F84B6__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // onnectDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ConnectDlg dialog
  10. class ConnectDlg : public CDialog
  11. {
  12. // Attributes
  13. public:
  14. CDialog *mdlg;
  15. // Construction
  16. public:
  17. ConnectDlg(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(ConnectDlg)
  20. enum { IDD = IDD_DIALOG1 };
  21. // NOTE: the ClassWizard will add data members here
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(ConnectDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. public:
  31. // Generated message map functions
  32. //{{AFX_MSG(ConnectDlg)
  33. void SetParent(CDialog *dlg);
  34. afx_msg void OnConnect();
  35. virtual void OnCancel();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_ONNECTDLG_H__B098630E_5F44_11D6_8897_000B2B0F84B6__INCLUDED_)