ProjectAttributeDlg.cpp
上传用户:netltd
上传日期:2013-02-12
资源大小:7234k
文件大小:1k
- // ProjectAttributeDlg.cpp : implementation file
- //
- #include "stdafx.h"
- #include "MiniCAD.h"
- #include "ProjectAttributeDlg.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CProjectAttributeDlg dialog
- CProjectAttributeDlg::CProjectAttributeDlg(CWnd* pParent /*=NULL*/)
- : CDialog(CProjectAttributeDlg::IDD, pParent)
- {
- //{{AFX_DATA_INIT(CProjectAttributeDlg)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- void CProjectAttributeDlg::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CProjectAttributeDlg)
- // NOTE: the ClassWizard will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(CProjectAttributeDlg, CDialog)
- //{{AFX_MSG_MAP(CProjectAttributeDlg)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CProjectAttributeDlg message handlers