ChoosePhotoSkin.h 1021 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // ChoosePhotoSkin.h: interface for the ChoosePhotoSkin class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_ChoosePhotoSkin_H__9E2611E5_0E62_4671_A849_BE55510672CB__INCLUDED_)
  5. #define AFX_ChoosePhotoSkin_H__9E2611E5_0E62_4671_A849_BE55510672CB__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. //#include "MyDlg.h"
  10. class ChoosePhotoSkin : public MyDlg
  11. {
  12. CFont tpFont;
  13. CEdit m_edit;
  14. CComboBox m_combobox;
  15. CButton m_button;
  16. CStringArray m_userarray;
  17. CArray<CStringArray, CStringArray>m_List1array;
  18. public:
  19. void RemoveExist(CString str);
  20. int m_exitcode;
  21. int m_mode;
  22. CString m_psw;
  23. BOOL m_bsave;
  24. CString m_account;
  25. void SaveLongin();
  26. ChoosePhotoSkin();
  27. virtual ~ChoosePhotoSkin();
  28. void BtnClick(WPARAM wParam, LPARAM lParam);
  29. void Init();
  30. void Destory();
  31. BOOL PreTransMsg(MSG* pMsg);
  32. void OnFSCommand(LPCTSTR command, LPCTSTR args);
  33. };
  34. #endif // !defined(AFX_ChoosePhotoSkin_H__9E2611E5_0E62_4671_A849_BE55510672CB__INCLUDED_)