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