OpenMoHAA 0.82.0
Loading...
Searching...
No Matches
ConnectDlg.h
1#if !defined(AFX_CONNECTDLG_H__999D9DD8_12B0_4F46_BF46_F607FB3341A0__INCLUDED_)
2#define AFX_CONNECTDLG_H__999D9DD8_12B0_4F46_BF46_F607FB3341A0__INCLUDED_
3
4#if _MSC_VER > 1000
5#pragma once
6#endif // _MSC_VER > 1000
7// ConnectDlg.h : header file
8//
9
11// CConnectDlg dialog
12
13class CConnectDlg : public CDialog
14{
15// Construction
16public:
17 CConnectDlg(CWnd* pParent = NULL); // standard constructor
18
19// Dialog Data
20 //{{AFX_DATA(CConnectDlg)
21 enum { IDD = IDD_CONNECT };
22 CString m_address;
23 CString m_nick;
24 int m_port;
25 //}}AFX_DATA
26
27
28// Overrides
29 // ClassWizard generated virtual function overrides
30 //{{AFX_VIRTUAL(CConnectDlg)
31 protected:
32 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
33 //}}AFX_VIRTUAL
34
35// Implementation
36protected:
37
38 // Generated message map functions
39 //{{AFX_MSG(CConnectDlg)
40 // NOTE: the ClassWizard will add member functions here
41 //}}AFX_MSG
42 DECLARE_MESSAGE_MAP()
43};
44
45//{{AFX_INSERT_LOCATION}}
46// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
47
48#endif // !defined(AFX_CONNECTDLG_H__999D9DD8_12B0_4F46_BF46_F607FB3341A0__INCLUDED_)