addshellformfile.h

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

H
83
字号
//---------------------------------------------------------------------------

#ifndef AddShellFormFileH
#define AddShellFormFileH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "CSPIN.h"
#include "DiskInfo.hpp"
#include "Explform.hpp"
#include "XPMenu.hpp"
#include <Buttons.hpp>
#include "PascalFunctions.hpp"
#include <ExtCtrls.hpp>
#include <ComCtrls.hpp>
#include <Dialogs.hpp>
#include "Compress_LH5.hpp"
//---------------------------------------------------------------------------
class TAddShellForm : public TForm
{
__published:	// IDE-managed Components
        TBevel *Bevel4;
        TGroupBox *GroupBox1;
        TLabel *Label2;
        TSpeedButton *Open;
        TEdit *FileName;
        TGroupBox *GroupBox2;
        TCheckBox *UseNormalEncrypt;
        TGroupBox *InputPassword;
        TLabel *Label3;
        TLabel *Label4;
        TEdit *Password;
        TEdit *Repeat;
        TCheckBox *UseLimitTime;
        TGroupBox *InputTime;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label7;
        TCSpinEdit *ST;
        TCSpinEdit *ET;
        TCheckBox *UseCDVOL;
        TCheckBox *UseBanMove;
        TStatusBar *StatusBar;
        TDiskInfo *DiskInfo;
        TExplodeForm *ExplodeForm1;
        TOpenDialog *OpenDialog;
        TXPMenu *XPMenu;
        TPanel *Panel1;
        TSpeedButton *StartAdd;
        TBevel *Bevel1;
        TSpeedButton *EncryptFile;
        TSpeedButton *DecryptFile;
        TSpeedButton *ViewHelp;
        TSpeedButton *OpenAbout;
        TBevel *Bevel2;
        TSpeedButton *SetupAllDelete;
        TBevel *Bevel3;
        TSpeedButton *Exit;
        void __fastcall EncryptFileClick(TObject *Sender);
        void __fastcall OpenClick(TObject *Sender);
        void __fastcall OpenAboutClick(TObject *Sender);
        void __fastcall UseNormalEncryptClick(TObject *Sender);
        void __fastcall UseLimitTimeClick(TObject *Sender);
        void __fastcall UseCDVOLClick(TObject *Sender);
        void __fastcall StartAddClick(TObject *Sender);
        void __fastcall DecryptFileClick(TObject *Sender);
        void __fastcall FormActivate(TObject *Sender);
        void __fastcall ViewHelpClick(TObject *Sender);
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
        void __fastcall SetupAllDeleteClick(TObject *Sender);
        void __fastcall ExitClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TAddShellForm(TComponent* Owner);
         void __fastcall ShowHint(TObject * Sender);
};
//---------------------------------------------------------------------------
extern PACKAGE TAddShellForm *AddShellForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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