ServerDlg.h
上传用户:shljtb88
上传日期:2010-02-09
资源大小:82k
文件大小:2k
源码类别:

系统编程

开发平台:

Visual C++

  1. // ServerDlg.h : header file
  2. //
  3. #if !defined(AFX_SERVERDLG_H__AB07713D_38A4_4AC1_9B78_E910BB189B19__INCLUDED_)
  4. #define AFX_SERVERDLG_H__AB07713D_38A4_4AC1_9B78_E910BB189B19__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CServerDlg dialog
  10. class CServerDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CServerDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CServerDlg)
  17. enum { IDD = IDD_SERVER_DIALOG };
  18. // NOTE: the ClassWizard will add data members here
  19. //}}AFX_DATA
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CServerDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. HICON m_hIcon;
  28. // Generated message map functions
  29. //{{AFX_MSG(CServerDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnPaint();
  32. afx_msg HCURSOR OnQueryDragIcon();
  33. afx_msg void OnBUTTONStartClient();
  34. afx_msg void OnBUTTONCloseClient();
  35. afx_msg void OnBUTTONSendMessage();
  36. afx_msg void OnBUTTONWriteToMemory();
  37. afx_msg void OnBUTTONWriteToMessagePipe();
  38. virtual void OnOK();
  39. virtual void OnCancel();
  40. CString m_edit1;
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_SERVERDLG_H__AB07713D_38A4_4AC1_9B78_E910BB189B19__INCLUDED_)