www.pudn.com > rs232send and receive.rar > rs232dlg1.h
#if !defined(AFX_RS232DLG1_H__75E37D17_3948_4DAD_95D9_C33E290981A9__INCLUDED_)
#define AFX_RS232DLG1_H__75E37D17_3948_4DAD_95D9_C33E290981A9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// rs232dlg1.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Crs232dlg dialog
class Crs232dlg : public CDialog
{
// Construction
public:
void ProcessData();
Crs232dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(Crs232dlg)
enum { IDD = IDD_DIALOG1 };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Crs232dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Crs232dlg)
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_RS232DLG1_H__75E37D17_3948_4DAD_95D9_C33E290981A9__INCLUDED_)