// ChoosePhotoSkin.h: interface for the ChoosePhotoSkin class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_ChoosePhotoSkin_H__9E2611E5_0E62_4671_A849_BE55510672CB__INCLUDED_) #define AFX_ChoosePhotoSkin_H__9E2611E5_0E62_4671_A849_BE55510672CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 //#include "MyDlg.h" class ChoosePhotoSkin : public MyDlg { CFont tpFont; CEdit m_edit; CComboBox m_combobox; CButton m_button; CStringArray m_userarray; CArraym_List1array; public: void RemoveExist(CString str); int m_exitcode; int m_mode; CString m_psw; BOOL m_bsave; CString m_account; void SaveLongin(); ChoosePhotoSkin(); virtual ~ChoosePhotoSkin(); void BtnClick(WPARAM wParam, LPARAM lParam); void Init(); void Destory(); BOOL PreTransMsg(MSG* pMsg); void OnFSCommand(LPCTSTR command, LPCTSTR args); }; #endif // !defined(AFX_ChoosePhotoSkin_H__9E2611E5_0E62_4671_A849_BE55510672CB__INCLUDED_)