ChgPwd.h
上传用户:cydong117
上传日期:2009-11-10
资源大小:638k
文件大小:1k
- // LoginProcess.h: interface for the CLoginProcess class.
- //
- //////////////////////////////////////////////////////////////////////
- #ifndef _LOGIN_H
- #define _LOGIN_H
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CLogin : public CBMWnd
- {
- /////////////////////////////////////////////////////////////////////////////////////////
- // Functions
- public:
- CLogin();
- ~CLogin();
- virtual VOID Create(CWHWilImageData* pxImage);
- virtual HRESULT OnButtonDown(WPARAM wParam, LPARAM lParam);
- virtual HRESULT OnButtonDown(POINT ptMouse);
- virtual HRESULT OnButtonUp(WPARAM wParam, LPARAM lParam);
- virtual HRESULT OnButtonUp(POINT ptMouse);
- virtual HRESULT OnKeyDown(WPARAM wParam, LPARAM lParam);
- virtual LRESULT OnMouseMove(WPARAM wParam, LPARAM lParam);
- virtual VOID Render(INT nLoopTime);
- private:
- protected:
- VOID SetFocusBefore(VOID);
- VOID SetFocusAfter(VOID);
- /////////////////////////////////////////////////////////////////////////////////////////
- // Variable
- public:
- private:
- INPUTSTATE m_xInputState[2];
- _LOGINIMAGEINFO m_xInputImg[4]; // 捞固瘤 昏力 丑饶
- CMirButton m_xButtons[3];
- INT m_nUserState;
- BOOL m_fIsButtonDown;
- protected:
- CWHWilImageData *m_pxImage;
- CMirButton *m_pBtn;
- };
- #endif //_LOGIN_H