www.pudn.com > mini_remote.zip > ProcessDlg.h
#if !defined(AFX_PROCESSDLG_H__9BFF28D6_E854_4B59_8229_EF5CECB05331__INCLUDED_)
#define AFX_PROCESSDLG_H__9BFF28D6_E854_4B59_8229_EF5CECB05331__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ProcessDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CProcessDlg dialog
class CProcessDlg : public CDialog
{
// Construction
public:
SOCKET m_hConnectSocket;
CString strIP;
CProcessDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CProcessDlg)
enum { IDD = IDD_DIALOG_PROCESS };
CWBButton m_btn_2;
CWBButton m_btn_1;
CHoverEdit m_edit_1;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CProcessDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CProcessDlg)
virtual BOOL OnInitDialog();
afx_msg void OnKillprocess();
afx_msg void OnReflash();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROCESSDLG_H__9BFF28D6_E854_4B59_8229_EF5CECB05331__INCLUDED_)