00001 /* 00002 =========================================================================== 00003 Copyright (C) 1999-2005 Id Software, Inc. 00004 00005 This file is part of Quake III Arena source code. 00006 00007 Quake III Arena source code is free software; you can redistribute it 00008 and/or modify it under the terms of the GNU General Public License as 00009 published by the Free Software Foundation; either version 2 of the License, 00010 or (at your option) any later version. 00011 00012 Quake III Arena source code is distributed in the hope that it will be 00013 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 GNU General Public License for more details. 00016 00017 You should have received a copy of the GNU General Public License 00018 along with Foobar; if not, write to the Free Software 00019 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 00020 =========================================================================== 00021 */ 00022 #if !defined(AFX_NAMEDLG_H__624F3290_976A_48A9_AE89_50CD1E6E2F9A__INCLUDED_) 00023 #define AFX_NAMEDLG_H__624F3290_976A_48A9_AE89_50CD1E6E2F9A__INCLUDED_ 00024 00025 #if _MSC_VER > 1000 00026 #pragma once 00027 #endif // _MSC_VER > 1000 00028 // NameDlg.h : header file 00029 // 00030 00032 // CNameDlg dialog 00033 00034 class CNameDlg : public CDialog 00035 { 00036 CString m_strCaption; 00037 // Construction 00038 public: 00039 CNameDlg(const char *pName, CWnd* pParent = NULL); // standard constructor 00040 00041 // Dialog Data 00042 //{{AFX_DATA(CNameDlg) 00043 enum { IDD = IDD_NEWNAME }; 00044 CString m_strName; 00045 //}}AFX_DATA 00046 00047 00048 // Overrides 00049 // ClassWizard generated virtual function overrides 00050 //{{AFX_VIRTUAL(CNameDlg) 00051 protected: 00052 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00053 //}}AFX_VIRTUAL 00054 00055 // Implementation 00056 protected: 00057 00058 // Generated message map functions 00059 //{{AFX_MSG(CNameDlg) 00060 virtual void OnOK(); 00061 virtual BOOL OnInitDialog(); 00062 //}}AFX_MSG 00063 DECLARE_MESSAGE_MAP() 00064 }; 00065 00066 //{{AFX_INSERT_LOCATION}} 00067 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00068 00069 #endif // !defined(AFX_NAMEDLG_H__624F3290_976A_48A9_AE89_50CD1E6E2F9A__INCLUDED_)
1.3.9.1