hashcmp1.h

来自「delphi加密组件」· C头文件 代码 · 共 35 行

H
35
字号
//---------------------------------------------------------------------------
#ifndef HashCmp1H
#define HashCmp1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "LbCipher.hpp"
#include "LbClass.hpp"
#include "LbUtils.hpp"
#include <Dialogs.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
    TButton *btnHashFile;
    TEdit *edtHash;
    TRadioGroup *rgHashMethod;
    TButton *btnHashString;
    TLbMD5 *LbMD51;
    TLbSHA1 *LbSHA11;
    TOpenDialog *OpenDialog1;
    void __fastcall btnHashFileClick(TObject *Sender);
    void __fastcall btnHashStringClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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