Dialog1.cpp
资源名称:MM.zip [点击查看]
上传用户:jyxwjx
上传日期:2020-03-13
资源大小:221k
文件大小:1k
源码类别:
多显示器编程
开发平台:
Visual C++
- // Dialog1.cpp : 备泅 颇老涝聪促.
- //
- #include "stdafx.h"
- #include "MM.h"
- #include "Dialog1.h"
- // CDialog1 措拳 惑磊涝聪促.
- IMPLEMENT_DYNAMIC(CDialog1, CDialog)
- CDialog1::CDialog1(CWnd* pParent /*=NULL*/)
- : CDialog(CDialog1::IDD, pParent)
- {
- }
- CDialog1::~CDialog1()
- {
- }
- void CDialog1::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- }
- BEGIN_MESSAGE_MAP(CDialog1, CDialog)
- END_MESSAGE_MAP()
- // CDialog1 皋矫瘤 贸府扁涝聪促.
- BOOL CDialog1::Create(CWnd* pParentWnd)
- {
- // TODO: 咯扁俊 漂荐拳等 内靛甫 眠啊 棺/肚绰 扁夯 努贰胶甫 龋免钦聪促.
- return CDialog::Create(CDialog1::IDD, pParentWnd);
- }
- BOOL CDialog1::OnInitDialog()
- {
- CDialog::OnInitDialog();
- // TODO: 咯扁俊 眠啊 檬扁拳 累诀阑 眠啊钦聪促.
- SetWindowText(m_MonitorInfoEx.szDevice);
- return TRUE; // return TRUE unless you set the focus to a control
- // 抗寇: OCX 加己 其捞瘤绰 FALSE甫 馆券秦具 钦聪促.
- }