1234567891011121314151617181920212223242526 |
- // SLiaDlg.h: interface for the SLiaDlg class.
- //
- //////////////////////////////////////////////////////////////////////
- class SLiaDlg : public MyDlg
- {
- public:
- SLiaDlg();
- virtual ~SLiaDlg();
- void BtnClick(WPARAM wParam, LPARAM lParam);
- void Init();
- void Destory();
- BOOL PreTransMsg(MSG* pMsg);
- void OnFSCommand(LPCTSTR command, LPCTSTR args);
- };
|