home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTQuickInfo.pas' rev: 3.00
-
- #ifndef AHMTQuickInfoHPP
- #define AHMTQuickInfoHPP
- #include <AHMFreeware.hpp>
- #include <ComCtrls.hpp>
- #include <ExtCtrls.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtquickinfo
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMQuickInfoForm;
- class PASCALIMPLEMENTATION TAHMQuickInfoForm : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TLabel* Label1;
- Stdctrls::TLabel* Label2;
- Stdctrls::TLabel* Label3;
- Stdctrls::TLabel* Label4;
- Stdctrls::TLabel* Label5;
- Stdctrls::TLabel* Label6;
- Stdctrls::TLabel* Label7;
- Stdctrls::TLabel* Label8;
- Stdctrls::TLabel* Label9;
- Stdctrls::TLabel* Label10;
- Buttons::TBitBtn* BitBtn1;
- Extctrls::TBevel* Bevel1;
- Comctrls::TStatusBar* StatusBar1;
- void __fastcall BitBtn1Click(System::TObject* Sender);
- public:
- /* TCustomForm.Create */ __fastcall virtual TAHMQuickInfoForm(Classes::TComponent* AOwner) : Forms::
- TForm(AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TAHMQuickInfoForm(Classes::TComponent* AOwner, int Dummy) :
- Forms::TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TAHMQuickInfoForm(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TAHMQuickInfoForm(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- class DELPHICLASS TAHMQuickInfo;
- class PASCALIMPLEMENTATION TAHMQuickInfo : public Classes::TComponent
- {
- typedef Classes::TComponent inherited;
-
- private:
- Ahmfreeware::TAHMAboutFreeStr FAbout;
- System::AnsiString fl1;
- System::AnsiString fl2;
- System::AnsiString fl3;
- System::AnsiString fl4;
- System::AnsiString fl5;
- System::AnsiString fl6;
- System::AnsiString fl7;
- System::AnsiString fl8;
- System::AnsiString fl9;
- System::AnsiString fl10;
- Graphics::TFont* ffon;
- TAlignment fx;
- System::AnsiString fcap;
- void __fastcall Setfon(Graphics::TFont* value);
-
- public:
- __fastcall virtual TAHMQuickInfo(Classes::TComponent* AOwner);
- __fastcall virtual ~TAHMQuickInfo(void);
- bool __fastcall Execute(void);
-
- __published:
- __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
- __property Classes::TAlignment Alignment = {read=fx, write=fx, nodefault};
- __property System::AnsiString Line1 = {read=fl1, write=fl1};
- __property System::AnsiString Line2 = {read=fl2, write=fl2};
- __property System::AnsiString Line3 = {read=fl3, write=fl3};
- __property System::AnsiString Line4 = {read=fl4, write=fl4};
- __property System::AnsiString Line5 = {read=fl5, write=fl5};
- __property System::AnsiString Line6 = {read=fl6, write=fl6};
- __property System::AnsiString Line7 = {read=fl7, write=fl7};
- __property System::AnsiString Line8 = {read=fl8, write=fl8};
- __property System::AnsiString Line9 = {read=fl9, write=fl9};
- __property System::AnsiString Line10 = {read=fl10, write=fl10};
- __property System::AnsiString InfoboxCaption = {read=fcap, write=fcap};
- __property Graphics::TFont* Fonts = {read=ffon, write=Setfon};
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtquickinfo */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtquickinfo;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTQuickInfo
-