aboutformfile.h

来自「可以使用硬件指纹作为密钥加密文件」· C头文件 代码 · 共 44 行

H
44
字号
//---------------------------------------------------------------------------

#ifndef AboutFormFileH
#define AboutFormFileH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include "PascalFunctions.hpp"
#include <Forms.hpp>
#include "XPMenu.hpp"
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <vcl\Registry.hpp>
//---------------------------------------------------------------------------
class TAboutForm : public TForm
{
__published:	// IDE-managed Components
        TXPMenu *XPMenu;
        TSpeedButton *Exit;
        TSpeedButton *AddShell;
        TSpeedButton *DecryptFile;
        TSpeedButton *EncryptFile;
        TMemo *Introduction;
        TBevel *Bevel1;
        TSpeedButton *ViewHelp;
        TSpeedButton *SetupAllDelete;
        void __fastcall EncryptFileClick(TObject *Sender);
        void __fastcall DecryptFileClick(TObject *Sender);
        void __fastcall ExitClick(TObject *Sender);
        void __fastcall AddShellClick(TObject *Sender);
        void __fastcall ViewHelpClick(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall SetupAllDeleteClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TAboutForm(TComponent* Owner);
        TRegistry *Registry;      
};
//---------------------------------------------------------------------------
extern PACKAGE TAboutForm *AboutForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?