LiftControl.h
资源名称:LIFTT.rar [点击查看]
上传用户:jmteguang
上传日期:2022-05-24
资源大小:61k
文件大小:0k
源码类别:
进程与线程
开发平台:
Visual C++
- #pragma once
- #include "stdafx.h"
- // CLiftControl
- class CLiftControl : public CButton
- {
- DECLARE_DYNAMIC(CLiftControl)
- public:
- CLiftControl();
- virtual ~CLiftControl();
- afx_msg void OnBnClicked();
- void SetAllNum(int temp);
- void SetButtonNum(int temp);
- lift GetLiftInfo();
- private:
- lift liftInfo;
- protected:
- DECLARE_MESSAGE_MAP()
- };