1234567891011121314151617181920212223242526 |
- // TipsDlg2.h: interface for the TipsDlg2 class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_TipsDlg2_H__9E2611E5_0E62_4671_A849_BE55510672CB__INCLUDED_)
- #define AFX_TipsDlg2_H__9E2611E5_0E62_4671_A849_BE55510672CB__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "MyDlg.h"
- class TipsDlg2 : public MyDlg
- {
- public:
- TipsDlg2();
- virtual ~TipsDlg2();
- void BtnClick(WPARAM wParam, LPARAM lParam);
- void Init();
- void Destory();
- BOOL PreTransMsg(MSG* pMsg);
- void OnFSCommand(LPCTSTR command, LPCTSTR args);
- };
- #endif // !defined(AFX_TipsDlg2_H__9E2611E5_0E62_4671_A849_BE55510672CB__INCLUDED_)
|