ServerDlg.h
资源名称:进程通信vc.rar [点击查看]
上传用户:shljtb88
上传日期:2010-02-09
资源大小:82k
文件大小:2k
源码类别:
系统编程
开发平台:
Visual C++
- // ServerDlg.h : header file
- //
- #if !defined(AFX_SERVERDLG_H__AB07713D_38A4_4AC1_9B78_E910BB189B19__INCLUDED_)
- #define AFX_SERVERDLG_H__AB07713D_38A4_4AC1_9B78_E910BB189B19__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CServerDlg dialog
- class CServerDlg : public CDialog
- {
- // Construction
- public:
- CServerDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CServerDlg)
- enum { IDD = IDD_SERVER_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CServerDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CServerDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnBUTTONStartClient();
- afx_msg void OnBUTTONCloseClient();
- afx_msg void OnBUTTONSendMessage();
- afx_msg void OnBUTTONWriteToMemory();
- afx_msg void OnBUTTONWriteToMessagePipe();
- virtual void OnOK();
- virtual void OnCancel();
- CString m_edit1;
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SERVERDLG_H__AB07713D_38A4_4AC1_9B78_E910BB189B19__INCLUDED_)