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

IP电话/视频会议

开发平台:

C++ Builder

  1. #if !defined(AFX_REQUESTDLG_H__5FB1D083_5F66_11D6_8897_000B2B0F84B6__INCLUDED_)
  2. #define AFX_REQUESTDLG_H__5FB1D083_5F66_11D6_8897_000B2B0F84B6__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RequestDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // RequestDlg dialog
  10. class RequestDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. char rname[500];
  15. char raddress[500];
  16. CDialog *pdlg;
  17. RequestDlg(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(RequestDlg)
  20. enum { IDD = IDD_DIALOG2 };
  21. // NOTE: the ClassWizard will add data members here
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(RequestDlg)
  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(RequestDlg)
  33. afx_msg BOOL OnInitDialog();
  34. afx_msg void OnAccept();
  35. afx_msg void OnReject();
  36. void SetParameter(char *hostname,char *hostaddress,CDialog *dlg) ;
  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_REQUESTDLG_H__5FB1D083_5F66_11D6_8897_000B2B0F84B6__INCLUDED_)