This commit is contained in:
50
CheckServer/SvrOptionDlg.h
Normal file
50
CheckServer/SvrOptionDlg.h
Normal file
@@ -0,0 +1,50 @@
|
||||
#if !defined(AFX_SVROPTIONDLG_H__0B417E5A_70D3_4CD2_93C8_0901A76CDE7D__INCLUDED_)
|
||||
#define AFX_SVROPTIONDLG_H__0B417E5A_70D3_4CD2_93C8_0901A76CDE7D__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// SvrOptionDlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CSvrOptionDlg dialog
|
||||
|
||||
class CSvrOptionDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
CSvrOptionDlg(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CSvrOptionDlg)
|
||||
enum { IDD = IDD_OPTION_DLG };
|
||||
CString m_strSvrIP;
|
||||
UINT m_nPort;
|
||||
CString m_strURL1;
|
||||
CString m_strURL2;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CSvrOptionDlg)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CSvrOptionDlg)
|
||||
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_SVROPTIONDLG_H__0B417E5A_70D3_4CD2_93C8_0901A76CDE7D__INCLUDED_)
|
||||
Reference in New Issue
Block a user