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