1234567891011121314151617181920212223242526 |
- // TipsDlg2.h: interface for the TipsDlg2 class.
- //
- //////////////////////////////////////////////////////////////////////
- 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);
- };
|