|
Revision 5, 1.4 kB
(checked in by qbert, 6 years ago)
|
Initial ( and last :( ) commit
|
| Line | |
|---|
| 1 |
#if !defined(AFX_BACKUPPROJECTDLG_H__CF7FE513_4B03_4DA0_A3FF_8EA9B668997B__INCLUDED_) |
|---|
| 2 |
#define AFX_BACKUPPROJECTDLG_H__CF7FE513_4B03_4DA0_A3FF_8EA9B668997B__INCLUDED_ |
|---|
| 3 |
|
|---|
| 4 |
#if _MSC_VER > 1000 |
|---|
| 5 |
#pragma once |
|---|
| 6 |
#endif // _MSC_VER > 1000 |
|---|
| 7 |
// BackupProjectDlg.h : header file |
|---|
| 8 |
// |
|---|
| 9 |
|
|---|
| 10 |
///////////////////////////////////////////////////////////////////////////// |
|---|
| 11 |
// CBackupProjectDlg dialog |
|---|
| 12 |
|
|---|
| 13 |
class CBackupProjectDlg : public CXTResizeDialog |
|---|
| 14 |
{ |
|---|
| 15 |
// Construction |
|---|
| 16 |
public: |
|---|
| 17 |
CBackupProjectDlg(CWnd* pParent = NULL); // standard constructor |
|---|
| 18 |
|
|---|
| 19 |
// Dialog Data |
|---|
| 20 |
//{{AFX_DATA(CBackupProjectDlg) |
|---|
| 21 |
enum { IDD = IDD_BACKUP_PROJECT }; |
|---|
| 22 |
CStatic m_s1; |
|---|
| 23 |
CListCtrl m_constants; |
|---|
| 24 |
CElephantEdit m_name; |
|---|
| 25 |
CElephantEdit m_path; |
|---|
| 26 |
CXTButton m_browse; |
|---|
| 27 |
//}}AFX_DATA |
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
// Overrides |
|---|
| 31 |
// ClassWizard generated virtual function overrides |
|---|
| 32 |
//{{AFX_VIRTUAL(CBackupProjectDlg) |
|---|
| 33 |
protected: |
|---|
| 34 |
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support |
|---|
| 35 |
//}}AFX_VIRTUAL |
|---|
| 36 |
|
|---|
| 37 |
// Implementation |
|---|
| 38 |
protected: |
|---|
| 39 |
|
|---|
| 40 |
// Generated message map functions |
|---|
| 41 |
//{{AFX_MSG(CBackupProjectDlg) |
|---|
| 42 |
virtual BOOL OnInitDialog(); |
|---|
| 43 |
afx_msg void OnSize(UINT nType, int cx, int cy); |
|---|
| 44 |
afx_msg void OnBackup(); |
|---|
| 45 |
afx_msg void OnDestroy(); |
|---|
| 46 |
//}}AFX_MSG |
|---|
| 47 |
DECLARE_MESSAGE_MAP() |
|---|
| 48 |
}; |
|---|
| 49 |
|
|---|
| 50 |
//{{AFX_INSERT_LOCATION}} |
|---|
| 51 |
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. |
|---|
| 52 |
|
|---|
| 53 |
#endif // !defined(AFX_BACKUPPROJECTDLG_H__CF7FE513_4B03_4DA0_A3FF_8EA9B668997B__INCLUDED_) |
|---|