📄 sigpropsform.h
字号:
//---------------------------------------------------------------------------
#ifndef SigPropsFormH
#define SigPropsFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Dialogs.hpp>
#include <ExtCtrls.hpp>
#include <SBPDF.hpp>
//---------------------------------------------------------------------------
class TfrmSignaturesProps : public TForm
{
__published: // IDE-managed Components
TLabel *lSignatures;
TComboBox *cbSignatures;
TButton *btnOK;
TPanel *pSignatureInfo;
TLabel *lAuthorName;
TLabel *lReason;
TLabel *lTimestamp;
TEdit *editAuthorName;
TEdit *editReason;
TButton *btnValidate;
TButton *btnExtractSigned;
TSaveDialog *SaveDialog;
void __fastcall cbSignaturesChange(TObject *Sender);
void __fastcall btnValidateClick(TObject *Sender);
void __fastcall btnExtractSignedClick(TObject *Sender);
void __fastcall btnOKClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TfrmSignaturesProps(TComponent* Owner);
void Initialize(TElPDFDocument* Document);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmSignaturesProps *frmSignaturesProps;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -