学习嵌入式LINUX的好东西
源代码在线查看: clientdlg.h
// ClientDlg.h : header file
//
#pragma once
// CClientDlg dialog
class CClientDlg : public CDialog
{
// Construction
public:
CClientDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
enum { IDD = IDD_CLIENT_DIALOG };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
virtual BOOL OnInitDialog();
#if defined(_DEVICE_RESOLUTION_AWARE) && !defined(WIN32_PLATFORM_WFSP)
afx_msg void OnSize(UINT /*nType*/, int /*cx*/, int /*cy*/);
#endif
DECLARE_MESSAGE_MAP()
public:
CString m_msg;
public:
afx_msg void OnBnClickedbtnsendmessage();
public:
afx_msg void OnBnClickedbtnsendtomem();
public:
afx_msg void OnBnClickedbtnexit();
};