📄 trialsoftwareform.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'TrialSoftwareForm.pas' rev: 5.00
#ifndef TrialSoftwareFormHPP
#define TrialSoftwareFormHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <ShellAPI.hpp> // Pascal unit
#include <ExtCtrls.hpp> // Pascal unit
#include <Registry.hpp> // Pascal unit
#include <ImgList.hpp> // Pascal unit
#include <ComCtrls.hpp> // Pascal unit
#include <StdCtrls.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <Messages.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Trialsoftwareform
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TTrialForm;
class PASCALIMPLEMENTATION TTrialForm : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Comctrls::TPageControl* PageControl1;
Comctrls::TTabSheet* T1;
Comctrls::TTabSheet* T3;
Comctrls::TTabSheet* T4;
Stdctrls::TButton* Continua;
Extctrls::TPanel* Panel1;
Extctrls::TImage* Image1;
Stdctrls::TLabel* Label17;
Stdctrls::TLabel* Label19;
Stdctrls::TEdit* Serial;
Stdctrls::TButton* Registra;
Stdctrls::TLabel* TabApplication;
Extctrls::TPanel* Panel4;
Extctrls::TImage* LogoHouse;
Controls::TImageList* Immagini;
Stdctrls::TLabel* Label13;
Stdctrls::TLabel* Scritta;
Stdctrls::TEdit* UserName;
Stdctrls::TLabel* HC;
Comctrls::TProgressBar* Barra;
Stdctrls::TLabel* TabEMail;
Stdctrls::TButton* Ordina;
Extctrls::TBevel* Bevel2;
Extctrls::TBevel* Bevel3;
Stdctrls::TLabel* TabHomepage;
Stdctrls::TLabel* Label7;
Stdctrls::TLabel* Label5;
Stdctrls::TMemo* Memo1;
Stdctrls::TLabel* TabCopyright;
Stdctrls::TLabel* TabHouse;
Extctrls::TBevel* Bevel1;
Stdctrls::TLabel* Label1;
void __fastcall ContinuaClick(System::TObject* Sender);
void __fastcall FormClose(System::TObject* Sender, Forms::TCloseAction &Action);
void __fastcall RegistraClick(System::TObject* Sender);
void __fastcall TabEMailClick(System::TObject* Sender);
void __fastcall OrdinaClick(System::TObject* Sender);
void __fastcall FormShow(System::TObject* Sender);
void __fastcall TabHomepageClick(System::TObject* Sender);
AnsiString __fastcall Codificatore(AnsiString cod);
void __fastcall Label1Click(System::TObject* Sender);
public:
#pragma option push -w-inl
/* TCustomForm.Create */ inline __fastcall virtual TTrialForm(Classes::TComponent* AOwner) : Forms::TForm(
AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TTrialForm(Classes::TComponent* AOwner, int Dummy
) : Forms::TForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TTrialForm(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TTrialForm(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TTrialForm* TrialForm;
extern PACKAGE AnsiString HomePageSt;
extern PACKAGE AnsiString EMailSt;
extern PACKAGE AnsiString OrderURLST;
extern PACKAGE Classes::TStringList* LinesST;
extern PACKAGE bool TrialClose;
} /* namespace Trialsoftwareform */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Trialsoftwareform;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // TrialSoftwareForm
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -