📄 restore.h
字号:
//---------------------------------------------------------------------------
#ifndef RestoreH
#define RestoreH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "fpanel.h"
#include "RecListForm.h"
#include "SDEdit.h"
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class PACKAGE TfrmRestore;
class TfrmRestore : public TRecListForm
{
__published: // IDE-managed Components
TFloatPanel *FloatPanel1;
TListView *ListBackupFile;
TSDEdit *seRestoreFile;
TLabel *Label1;
TBitBtn *BtnReStore;
TBitBtn *BtnCancel;
TOpenDialog *OpenReStoreDialog;
TLabel *Label2;
void __fastcall FormShow(TObject *Sender);
void __fastcall ListBackupFileDblClick(TObject *Sender);
void __fastcall BtnCancelClick(TObject *Sender);
void __fastcall BtnReStoreClick(TObject *Sender);
void __fastcall seRestoreFileButtonClick(TObject *Sender);
private: // User declarations
void __fastcall InitEditControl();
public: // User declarations
__fastcall TfrmRestore(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmRestore *frmRestore;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -