1 Star 2 Fork 3

youngoldman/MFC-Upper-computer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ParaMeterTool.h 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
Mr.Teng 提交于 2017-08-11 17:19 +08:00 . Add files via upload
#pragma once
#include "resource.h"
#include "afxwin.h"
#include "DisplayEdit.h"
// ParaMeterTool 对话框
class ParaMeterTool : public CDialogEx
{
DECLARE_DYNAMIC(ParaMeterTool)
public:
ParaMeterTool(CWnd* pParent = NULL); // 标准构造函数
virtual ~ParaMeterTool();
// 对话框数据
enum { IDD = IDD_PARAMETERTOOl };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
virtual BOOL OnInitDialog();
DisplayEdit displaycalc36p;
DECLARE_MESSAGE_MAP()
public:
CString CharToStr(UCHAR *dat, USHORT len);
BOOL StrToChar(CString str, UCHAR *dat);
CString ReverseMeterID(int meternum);
afx_msg void OnBnClickedButton1();
afx_msg void OnCbnEditchangeCombo1();
private:
CComboBox m_combo1;
public:
afx_msg void OnBnClickedButton2();
afx_msg void OnBnClickedButton3();
afx_msg void OnBnClickedButton4();
afx_msg void OnBnClickedButton5();
afx_msg void OnOK();
//afx_msg void OnCancel();
afx_msg void OnBnClickedButton7();
afx_msg void OnBnClickedButton8();
afx_msg void OnBnClickedButton34();
afx_msg void OnBnClickedButton35();
afx_msg void OnBnClickedButton36();
afx_msg void OnBnClickedButton37();
afx_msg void OnBnClickedButton38();
afx_msg void OnBnClickedButton40();
afx_msg void OnBnClickedButton39();
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/youngoldman/MFC-Upper-computer.git
git@gitee.com:youngoldman/MFC-Upper-computer.git
youngoldman
MFC-Upper-computer
MFC-Upper-computer
master

搜索帮助