📄 backuprestore.h
字号:
#if !defined(AFX_BACKUPRESTORE_H__485FBD07_EF20_4F1D_95DF_ED4936A009C3__INCLUDED_)
#define AFX_BACKUPRESTORE_H__485FBD07_EF20_4F1D_95DF_ED4936A009C3__INCLUDED_
#include "XTabCtrl.h"
#include "RestoreDialog.h"
#include "BackupDialog.h"
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// BackupRestore.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBackupRestore form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CBackupRestore : public CFormView
{
public:
CBackupRestore(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CBackupRestore)
// Form Data
public:
//{{AFX_DATA(CBackupRestore)
enum { IDD = IDD_STORAGE_BACKUP };
CXTabCtrl m_tabctrl;
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Attributes
public:
CImageList m_imagelistTab;
CRestoreDialog * m_RestoreDialog;
CBackupDialog * m_BackupDialog;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBackupRestore)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CBackupRestore();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CBackupRestore)
afx_msg void On_BackupLogout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BACKUPRESTORE_H__485FBD07_EF20_4F1D_95DF_ED4936A009C3__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -