Dialog1.cpp
上传用户:jyxwjx
上传日期:2020-03-13
资源大小:221k
文件大小:1k
源码类别:

多显示器编程

开发平台:

Visual C++

  1. // Dialog1.cpp : 备泅 颇老涝聪促.
  2. //
  3. #include "stdafx.h"
  4. #include "MM.h"
  5. #include "Dialog1.h"
  6. // CDialog1 措拳 惑磊涝聪促.
  7. IMPLEMENT_DYNAMIC(CDialog1, CDialog)
  8. CDialog1::CDialog1(CWnd* pParent /*=NULL*/)
  9. : CDialog(CDialog1::IDD, pParent)
  10. {
  11. }
  12. CDialog1::~CDialog1()
  13. {
  14. }
  15. void CDialog1::DoDataExchange(CDataExchange* pDX)
  16. {
  17. CDialog::DoDataExchange(pDX);
  18. }
  19. BEGIN_MESSAGE_MAP(CDialog1, CDialog)
  20. END_MESSAGE_MAP()
  21. // CDialog1 皋矫瘤 贸府扁涝聪促.
  22. BOOL CDialog1::Create(CWnd* pParentWnd)
  23. {
  24. // TODO: 咯扁俊 漂荐拳等 内靛甫 眠啊 棺/肚绰 扁夯 努贰胶甫 龋免钦聪促.
  25. return CDialog::Create(CDialog1::IDD, pParentWnd);
  26. }
  27. BOOL CDialog1::OnInitDialog()
  28. {
  29. CDialog::OnInitDialog();
  30. // TODO:  咯扁俊 眠啊 檬扁拳 累诀阑 眠啊钦聪促.
  31. SetWindowText(m_MonitorInfoEx.szDevice);
  32. return TRUE;  // return TRUE unless you set the focus to a control
  33. // 抗寇: OCX 加己 其捞瘤绰 FALSE甫 馆券秦具 钦聪促.
  34. }