00001 // 00002 // DlgDecodeMetadata.h 00003 // 00004 // Date: "$Date: 2005/03/11 02:20:01 $" 00005 // Revision: "$Revision: 1.1 $" 00006 // Last change by: "$Author: rolandas $" 00007 // 00008 // Copyright (c) Shareaza Development Team, 2002-2005. 00009 // This file is part of SHAREAZA (www.shareaza.com) 00010 // 00011 // Shareaza is free software; you can redistribute it 00012 // and/or modify it under the terms of the GNU General Public License 00013 // as published by the Free Software Foundation; either version 2 of 00014 // the License, or (at your option) any later version. 00015 // 00016 // Shareaza is distributed in the hope that it will be useful, 00017 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00019 // GNU General Public License for more details. 00020 // 00021 // You should have received a copy of the GNU General Public License 00022 // along with Shareaza; if not, write to the Free Software 00023 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00024 // 00025 00026 #ifndef DLGDECODEMETADATA_H_INCLUDED 00027 #define DLGDECODEMETADATA_H_INCLUDED 00028 00029 #include "DlgSkinDialog.h" 00030 00031 class CDecodeMetadataDlg : public CSkinDialog 00032 { 00033 // Construction 00034 public: 00035 CDecodeMetadataDlg(CWnd* pParent = NULL); 00036 00037 // Dialog Data 00038 public: 00039 //{{AFX_DATA(CDecodeMetadataDlg) 00040 enum { IDD = IDD_CODEPAGES }; 00041 CButton m_wndOK; 00042 CComboBox m_wndCodepages; 00043 //}}AFX_DATA 00044 00045 CPtrList m_pFiles; 00046 void AddFile(CLibraryFile* pFile); 00047 00048 // Overrides 00049 public: 00050 //{{AFX_VIRTUAL(CDecodeMetadataDlg) 00051 protected: 00052 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00053 //}}AFX_VIRTUAL 00054 00055 // Implementation 00056 protected: 00057 //{{AFX_MSG(CDecodeMetadataDlg) 00058 virtual BOOL OnInitDialog(); 00059 virtual void OnOK(); 00060 //}}AFX_MSG 00061 }; 00062 00063 //{{AFX_INSERT_LOCATION}} 00064 00065 #endif // #ifndef DLGDECODEMETADATA_H_INCLUDED