This commit is contained in:
49
HookMsg/SrvConnectDlg.h
Normal file
49
HookMsg/SrvConnectDlg.h
Normal file
@@ -0,0 +1,49 @@
|
||||
#if !defined(AFX_SRVCONNECTDLG_H__071EF3A2_DA14_43EC_B2B5_ADB7F5AC496D__INCLUDED_)
|
||||
#define AFX_SRVCONNECTDLG_H__071EF3A2_DA14_43EC_B2B5_ADB7F5AC496D__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// SrvConnectDlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CSrvConnectDlg dialog
|
||||
|
||||
class CSrvConnectDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
CSrvConnectDlg(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CSrvConnectDlg)
|
||||
enum { IDD = IDD_SVRCONNECT_DLG };
|
||||
UINT m_nPort;
|
||||
CString m_strName;
|
||||
CString m_strIP;
|
||||
//}}AFX_DATA
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CSrvConnectDlg)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CSrvConnectDlg)
|
||||
virtual BOOL OnInitDialog();
|
||||
virtual void OnOK();
|
||||
virtual void OnCancel();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_SRVCONNECTDLG_H__071EF3A2_DA14_43EC_B2B5_ADB7F5AC496D__INCLUDED_)
|
||||
Reference in New Issue
Block a user