TipsDlg2.h 680 B

1234567891011121314151617181920212223242526
  1. // TipsDlg2.h: interface for the TipsDlg2 class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_TipsDlg2_H__9E2611E5_0E62_4671_A849_BE55510672CB__INCLUDED_)
  5. #define AFX_TipsDlg2_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 TipsDlg2 : public MyDlg
  11. {
  12. public:
  13. TipsDlg2();
  14. virtual ~TipsDlg2();
  15. void BtnClick(WPARAM wParam, LPARAM lParam);
  16. void Init();
  17. void Destory();
  18. BOOL PreTransMsg(MSG* pMsg);
  19. void OnFSCommand(LPCTSTR command, LPCTSTR args);
  20. };
  21. #endif // !defined(AFX_TipsDlg2_H__9E2611E5_0E62_4671_A849_BE55510672CB__INCLUDED_)