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