DlgJobSetting.cpp
资源名称:ROA3.40.rar [点击查看]
上传用户:tianheyiqi
上传日期:2010-04-16
资源大小:282k
文件大小:1k
源码类别:
外挂编程
开发平台:
Visual C++
- // DlgJobSetting.cpp : implementation file
- //
- #include "stdafx.h"
- #include "roa.h"
- #include "DlgJobSetting.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CDlgJobSetting
- IMPLEMENT_DYNAMIC(CDlgJobSetting, CPropertySheet)
- CDlgJobSetting::CDlgJobSetting(UINT nIDCaption, CWnd* pParentWnd, UINT iSelectPage)
- :CPropertySheet(nIDCaption, pParentWnd, iSelectPage)
- {
- }
- CDlgJobSetting::CDlgJobSetting(LPCTSTR pszCaption, CWnd* pParentWnd, UINT iSelectPage)
- :CPropertySheet(pszCaption, pParentWnd, iSelectPage)
- {
- }
- CDlgJobSetting::~CDlgJobSetting()
- {
- }
- BEGIN_MESSAGE_MAP(CDlgJobSetting, CPropertySheet)
- //{{AFX_MSG_MAP(CDlgJobSetting)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CDlgJobSetting message handlers