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_DIALOGTEXTURES_H__F3F3F984_E47E_11D1_B61B_00AA00A410FC__INCLUDED_) 00023 #define AFX_DIALOGTEXTURES_H__F3F3F984_E47E_11D1_B61B_00AA00A410FC__INCLUDED_ 00024 00025 #if _MSC_VER >= 1000 00026 #pragma once 00027 #endif // _MSC_VER >= 1000 00028 // DialogTextures.h : header file 00029 // 00030 00032 // CDialogTextures dialog 00033 00034 class CDialogTextures : public CDialog 00035 { 00036 // Construction 00037 public: 00038 CDialogTextures(CWnd* pParent = NULL); // standard constructor 00039 00040 // Dialog Data 00041 //{{AFX_DATA(CDialogTextures) 00042 enum { IDD = IDD_DIALOG_TEXTURELIST }; 00043 CListBox m_wndList; 00044 //}}AFX_DATA 00045 int m_nSelection; 00046 00047 00048 // Overrides 00049 // ClassWizard generated virtual function overrides 00050 //{{AFX_VIRTUAL(CDialogTextures) 00051 protected: 00052 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00053 //}}AFX_VIRTUAL 00054 00055 // Implementation 00056 protected: 00057 // Generated message map functions 00058 //{{AFX_MSG(CDialogTextures) 00059 virtual void OnOK(); 00060 afx_msg void OnDblclkListTextures(); 00061 virtual BOOL OnInitDialog(); 00062 //}}AFX_MSG 00063 DECLARE_MESSAGE_MAP() 00064 }; 00065 00066 //{{AFX_INSERT_LOCATION}} 00067 // Microsoft Developer Studio will insert additional declarations immediately before the previous line. 00068 00069 #endif // !defined(AFX_DIALOGTEXTURES_H__F3F3F984_E47E_11D1_B61B_00AA00A410FC__INCLUDED_)
1.3.9.1