📄 aboutformfile.h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -