socket编程
源代码在线查看: tosdlgdlg.h
// TosDLgDlg.h : header file
//
#if !defined(AFX_TOSDLGDLG_H__8D684D77_87F4_11D5_A2FF_0050BADA95E2__INCLUDED_)
#define AFX_TOSDLGDLG_H__8D684D77_87F4_11D5_A2FF_0050BADA95E2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CTosDLgDlg dialog
class CTosDLgDlg : public CDialog
{
// Construction
public:
CTosDLgDlg(CWnd* pParent = NULL); // standard constructor
~CTosDLgDlg();
// Dialog Data
//{{AFX_DATA(CTosDLgDlg)
enum { IDD = IDD_TOSDLG_DIALOG };
int m_MsgNo;
CString m_MsgFmt;
CString m_MsgData1;
int m_MsgData2;
float m_MsgData3;
double m_MsgData4;
int m_FactNo;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTosDLgDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CTosDLgDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TOSDLGDLG_H__8D684D77_87F4_11D5_A2FF_0050BADA95E2__INCLUDED_)