restore.h

来自「速达开源ERP系统」· C头文件 代码 · 共 43 行

H
43
字号
//---------------------------------------------------------------------------

#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 + =
减小字号Ctrl + -
显示快捷键?