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