📄 trialsoftwareabout.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'TrialSoftwareAbout.pas' rev: 5.00
#ifndef TrialSoftwareAboutHPP
#define TrialSoftwareAboutHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <ShellAPI.hpp> // Pascal unit
#include <StdCtrls.hpp> // Pascal unit
#include <ExtCtrls.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 Trialsoftwareabout
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TAboutForm;
class PASCALIMPLEMENTATION TAboutForm : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Extctrls::TPanel* Panello;
Extctrls::TBevel* Bevel1;
Extctrls::TBevel* Bevel2;
Extctrls::TBevel* Bevel3;
Stdctrls::TButton* OK;
Stdctrls::TLabel* Label1;
Extctrls::TBevel* Bevel5;
Stdctrls::TLabel* Label2;
Extctrls::TBevel* Bevel6;
Extctrls::TBevel* Bevel7;
Extctrls::TImage* Logo;
Extctrls::TPanel* Panello2;
Extctrls::TImage* Image0;
Stdctrls::TLabel* Label8;
Extctrls::TPanel* Panel1;
Extctrls::TImage* Image1;
Extctrls::TPanel* Panel2;
Extctrls::TImage* Image2;
Extctrls::TPanel* Panel3;
Extctrls::TImage* Image3;
Extctrls::TPanel* Panel4;
Extctrls::TImage* Image4;
Extctrls::TPanel* Panel5;
Extctrls::TImage* Image5;
Extctrls::TPanel* Panel6;
Extctrls::TImage* Image6;
Extctrls::TPanel* Panel7;
Extctrls::TImage* Image7;
Extctrls::TPanel* Panel8;
Extctrls::TImage* Image8;
Extctrls::TPanel* Panel9;
Extctrls::TImage* Image9;
Stdctrls::TLabel* Label3;
Stdctrls::TMemo* Memo;
Stdctrls::TLabel* Label4;
void __fastcall OKClick(System::TObject* Sender);
void __fastcall Label8Click(System::TObject* Sender);
void __fastcall Image0Click(System::TObject* Sender);
void __fastcall Image1Click(System::TObject* Sender);
void __fastcall Image2Click(System::TObject* Sender);
void __fastcall Image3Click(System::TObject* Sender);
void __fastcall Image4Click(System::TObject* Sender);
void __fastcall Image5Click(System::TObject* Sender);
void __fastcall Image6Click(System::TObject* Sender);
void __fastcall Image7Click(System::TObject* Sender);
void __fastcall Image8Click(System::TObject* Sender);
void __fastcall Image9Click(System::TObject* Sender);
void __fastcall MemoKeyPress(System::TObject* Sender, char &Key);
public:
void __fastcall ShowAbout(void);
public:
#pragma option push -w-inl
/* TCustomForm.Create */ inline __fastcall virtual TAboutForm(Classes::TComponent* AOwner) : Forms::TForm(
AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TAboutForm(Classes::TComponent* AOwner, int Dummy
) : Forms::TForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TAboutForm(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TAboutForm(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TAboutForm* AboutForm;
} /* namespace Trialsoftwareabout */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Trialsoftwareabout;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // TrialSoftwareAbout
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -