OpenMoHAA
0.82.0
Loading...
Searching...
No Matches
EnterDlg.h
1
#if !defined(AFX_ENTERDLG_H__56D121BA_9750_4FF9_AEA2_0CDAC1CB1DC2__INCLUDED_)
2
#define AFX_ENTERDLG_H__56D121BA_9750_4FF9_AEA2_0CDAC1CB1DC2__INCLUDED_
3
4
#if _MSC_VER > 1000
5
#pragma once
6
#endif
// _MSC_VER > 1000
7
// EnterDlg.h : header file
8
//
9
11
// CEnterDlg dialog
12
13
class
CEnterDlg :
public
CDialog
14
{
15
// Construction
16
public
:
17
CEnterDlg(CWnd* pParent = NULL);
// standard constructor
18
19
// Dialog Data
20
//{{AFX_DATA(CEnterDlg)
21
enum
{ IDD = IDD_ENTER };
22
CString m_channel;
23
CString m_password;
24
//}}AFX_DATA
25
26
CString m_quickChannel;
27
28
29
// Overrides
30
// ClassWizard generated virtual function overrides
31
//{{AFX_VIRTUAL(CEnterDlg)
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(CEnterDlg)
41
afx_msg
void
OnQuick1();
42
afx_msg
void
OnQuick2();
43
afx_msg
void
OnQuick3();
44
afx_msg
void
OnQuick4();
45
//}}AFX_MSG
46
DECLARE_MESSAGE_MAP()
47
};
48
49
//{{AFX_INSERT_LOCATION}}
50
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
51
52
#endif
// !defined(AFX_ENTERDLG_H__56D121BA_9750_4FF9_AEA2_0CDAC1CB1DC2__INCLUDED_)
code
gamespy
Chat
chatty
EnterDlg.h
Generated by
1.13.2