PerDlg.cpp
资源名称:PasRTDat.rar [点击查看]
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:1k
源码类别:
能源行业(电力石油煤炭)
开发平台:
Visual C++
- // PerDlg.cpp : implementation file
- //
- #include "stdafx.h"
- #include "PasRTDat.h"
- #include "PerDlg.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CPerDlg dialog
- CPerDlg::CPerDlg(CWnd* pParent /*=NULL*/)
- : CDialog(CPerDlg::IDD, pParent)
- {
- //{{AFX_DATA_INIT(CPerDlg)
- m_nSeconds = 0;
- //}}AFX_DATA_INIT
- }
- void CPerDlg::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CPerDlg)
- DDX_Text(pDX, IDC_EDIT_PERIOD, m_nSeconds);
- DDV_MinMaxInt(pDX, m_nSeconds, 10, 300);
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(CPerDlg, CDialog)
- //{{AFX_MSG_MAP(CPerDlg)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CPerDlg message handlers