QuakeGod
2022-05-10 65f7136c6dfebde14a07c89c4366fb8bed2fe37f
提交 | 用户 | age
0ed438 1 // CDialogCoilMon.cpp: 实现文件
Q 2 //
3
4 #include "pch.h"
5 #include "MTerm2.h"
65f713 6 #include "DialogCoilMon.h"
0ed438 7 #include "afxdialogex.h"
Q 8
9
10 // CDialogCoilMon 对话框
11
12 IMPLEMENT_DYNAMIC(CDialogCoilMon, CDialogEx)
13
14 CDialogCoilMon::CDialogCoilMon(CWnd* pParent /*=nullptr*/)
15     : CDialogEx(IDD_DIALOG_COIL_MON, pParent)
16 {
17
18 }
19
20 CDialogCoilMon::~CDialogCoilMon()
21 {
22 }
23
24 void CDialogCoilMon::DoDataExchange(CDataExchange* pDX)
25 {
26     CDialogEx::DoDataExchange(pDX);
27 }
28
29
30 BEGIN_MESSAGE_MAP(CDialogCoilMon, CDialogEx)
31 END_MESSAGE_MAP()
32
33
34 // CDialogCoilMon 消息处理程序