OpenMoHAA
0.82.0
Loading...
Searching...
No Matches
ConnectPage.h
1
#if !defined(AFX_CONNECTPAGE_H__70C3619F_ED14_49F8_9155_9F96147FF4C2__INCLUDED_)
2
#define AFX_CONNECTPAGE_H__70C3619F_ED14_49F8_9155_9F96147FF4C2__INCLUDED_
3
4
#if _MSC_VER > 1000
5
#pragma once
6
#endif
// _MSC_VER > 1000
7
// ConnectPage.h : header file
8
//
9
11
// CConnectPage dialog
12
13
class
CConnectPage :
public
CPropertyPage
14
{
15
DECLARE_DYNCREATE(CConnectPage)
16
17
// Construction
18
public
:
19
CConnectPage();
20
~CConnectPage();
21
22
// Dialog Data
23
//{{AFX_DATA(CConnectPage)
24
enum
{ IDD = IDD_CONNECT_PAGE };
25
CString m_nick;
26
CString m_title;
27
BOOL m_groupRooms;
28
CString m_key;
29
//}}AFX_DATA
30
31
32
// Overrides
33
// ClassWizard generate virtual function overrides
34
//{{AFX_VIRTUAL(CConnectPage)
35
public
:
36
virtual
BOOL OnSetActive();
37
virtual
LRESULT OnWizardNext();
38
protected
:
39
virtual
void
DoDataExchange(CDataExchange* pDX);
// DDX/DDV support
40
//}}AFX_VIRTUAL
41
42
// Implementation
43
protected
:
44
// Generated message map functions
45
//{{AFX_MSG(CConnectPage)
46
// NOTE: the ClassWizard will add member functions here
47
//}}AFX_MSG
48
DECLARE_MESSAGE_MAP()
49
50
};
51
52
//{{AFX_INSERT_LOCATION}}
53
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
54
55
extern
CConnectPage
* ConnectPage;
56
57
#endif
// !defined(AFX_CONNECTPAGE_H__70C3619F_ED14_49F8_9155_9F96147FF4C2__INCLUDED_)
CConnectPage
Definition
ConnectPage.h:14
code
gamespy
Peer
PeerLobby
ConnectPage.h
Generated by
1.13.2