⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 signaturesform.h

📁 著名的SecureBlackBox控件完整源码
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef SignaturesFormH
#define SignaturesFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>

#include "SBPGP.hpp"
#include "SBPGPKeys.hpp"
#include "SBPGPStreams.hpp"

//---------------------------------------------------------------------------
class TfrmSignatures : public TForm
{
__published:	// IDE-managed Components
        TListView *lvSignatures;
private:	// User declarations
public:		// User declarations
        __fastcall TfrmSignatures(TComponent* Owner);
        void Init(const TElPGPSignature **Signatures, const TSBPGPSignatureValidity** Validities,  TElPGPKeyring* pgpKeyring);

};
//---------------------------------------------------------------------------
extern PACKAGE TfrmSignatures *frmSignatures;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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