?? 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 + -