?? addshellformfile.h
字號:
//---------------------------------------------------------------------------
#ifndef AddShellFormFileH
#define AddShellFormFileH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "CSPIN.h"
#include "DiskInfo.hpp"
#include "Explform.hpp"
#include "XPMenu.hpp"
#include <Buttons.hpp>
#include "PascalFunctions.hpp"
#include <ExtCtrls.hpp>
#include <ComCtrls.hpp>
#include <Dialogs.hpp>
#include "Compress_LH5.hpp"
//---------------------------------------------------------------------------
class TAddShellForm : public TForm
{
__published: // IDE-managed Components
TBevel *Bevel4;
TGroupBox *GroupBox1;
TLabel *Label2;
TSpeedButton *Open;
TEdit *FileName;
TGroupBox *GroupBox2;
TCheckBox *UseNormalEncrypt;
TGroupBox *InputPassword;
TLabel *Label3;
TLabel *Label4;
TEdit *Password;
TEdit *Repeat;
TCheckBox *UseLimitTime;
TGroupBox *InputTime;
TLabel *Label5;
TLabel *Label6;
TLabel *Label7;
TCSpinEdit *ST;
TCSpinEdit *ET;
TCheckBox *UseCDVOL;
TCheckBox *UseBanMove;
TStatusBar *StatusBar;
TDiskInfo *DiskInfo;
TExplodeForm *ExplodeForm1;
TOpenDialog *OpenDialog;
TXPMenu *XPMenu;
TPanel *Panel1;
TSpeedButton *StartAdd;
TBevel *Bevel1;
TSpeedButton *EncryptFile;
TSpeedButton *DecryptFile;
TSpeedButton *ViewHelp;
TSpeedButton *OpenAbout;
TBevel *Bevel2;
TSpeedButton *SetupAllDelete;
TBevel *Bevel3;
TSpeedButton *Exit;
void __fastcall EncryptFileClick(TObject *Sender);
void __fastcall OpenClick(TObject *Sender);
void __fastcall OpenAboutClick(TObject *Sender);
void __fastcall UseNormalEncryptClick(TObject *Sender);
void __fastcall UseLimitTimeClick(TObject *Sender);
void __fastcall UseCDVOLClick(TObject *Sender);
void __fastcall StartAddClick(TObject *Sender);
void __fastcall DecryptFileClick(TObject *Sender);
void __fastcall FormActivate(TObject *Sender);
void __fastcall ViewHelpClick(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall SetupAllDeleteClick(TObject *Sender);
void __fastcall ExitClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TAddShellForm(TComponent* Owner);
void __fastcall ShowHint(TObject * Sender);
};
//---------------------------------------------------------------------------
extern PACKAGE TAddShellForm *AddShellForm;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -