attdlg.h
资源名称:edptdb.rar [点击查看]
上传用户:detv0711
上传日期:2014-09-18
资源大小:360k
文件大小:1k
源码类别:
CAD
开发平台:
Visual C++
- #if !defined(AFX_ATTDLG_H__7627FD61_CD6A_11D9_86C5_000021CECA2D__INCLUDED_)
- #define AFX_ATTDLG_H__7627FD61_CD6A_11D9_86C5_000021CECA2D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // attdlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // attdlg dialog
- class attdlg : public CDialog
- {
- // Construction
- public:
- attdlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(attdlg)
- enum { IDD = IDD_DIALOG1 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(attdlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(attdlg)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ATTDLG_H__7627FD61_CD6A_11D9_86C5_000021CECA2D__INCLUDED_)