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