00001 // 00002 // PageProfileProfile.h 00003 // 00004 // Copyright (c) Shareaza Development Team, 2002-2005. 00005 // This file is part of SHAREAZA (www.shareaza.com) 00006 // 00007 // Shareaza is free software; you can redistribute it 00008 // and/or modify it under the terms of the GNU General Public License 00009 // as published by the Free Software Foundation; either version 2 of 00010 // the License, or (at your option) any later version. 00011 // 00012 // Shareaza is distributed in the hope that it will be useful, 00013 // 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 Shareaza; if not, write to the Free Software 00019 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00020 // 00021 00022 #if !defined(AFX_PAGEPROFILEPROFILE_H__A45BF28A_6652_470F_9E69_C1EBD900F148__INCLUDED_) 00023 #define AFX_PAGEPROFILEPROFILE_H__A45BF28A_6652_470F_9E69_C1EBD900F148__INCLUDED_ 00024 00025 #pragma once 00026 00027 #include "WndSettingsPage.h" 00028 00029 class CWorldGPS; 00030 00031 00032 class CProfileProfilePage : public CSettingsPage 00033 { 00034 // Construction 00035 public: 00036 CProfileProfilePage(); 00037 virtual ~CProfileProfilePage(); 00038 00039 DECLARE_DYNCREATE(CProfileProfilePage) 00040 00041 // Dialog Data 00042 public: 00043 //{{AFX_DATA(CProfileProfilePage) 00044 enum { IDD = IDD_PROFILE_PROFILE }; 00045 CButton m_wndInterestRemove; 00046 CButton m_wndInterestAdd; 00047 CComboBox m_wndInterestAll; 00048 CListBox m_wndInterestList; 00049 CComboBox m_wndAge; 00050 CComboBox m_wndCity; 00051 CComboBox m_wndCountry; 00052 CString m_sLocCity; 00053 CString m_sLocCountry; 00054 CString m_sLocLatitude; 00055 CString m_sLocLongitude; 00056 CString m_sAge; 00057 CString m_sGender; 00058 //}}AFX_DATA 00059 00060 CWorldGPS* m_pWorld; 00061 00062 // Overrides 00063 public: 00064 //{{AFX_VIRTUAL(CProfileProfilePage) 00065 protected: 00066 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00067 virtual void OnOK(); 00068 //}}AFX_VIRTUAL 00069 00070 // Implementation 00071 protected: 00072 //{{AFX_MSG(CProfileProfilePage) 00073 virtual BOOL OnInitDialog(); 00074 afx_msg void OnCloseUpCountry(); 00075 afx_msg void OnCloseUpCity(); 00076 afx_msg void OnSelChangeInterestList(); 00077 afx_msg void OnSelChangeInterestAll(); 00078 afx_msg void OnEditChangeInterestAll(); 00079 afx_msg void OnInterestAdd(); 00080 afx_msg void OnInterestRemove(); 00081 //}}AFX_MSG 00082 00083 DECLARE_MESSAGE_MAP() 00084 00085 }; 00086 00087 //{{AFX_INSERT_LOCATION}} 00088 00089 #endif // !defined(AFX_PAGEPROFILEPROFILE_H__A45BF28A_6652_470F_9E69_C1EBD900F148__INCLUDED_)