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) 'EsLabel1.pas' rev: 3.00
-
- #ifndef EsLabel1HPP
- #define EsLabel1HPP
- #include <StdCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Eslabel1
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TSaveSchemeFrm;
- class PASCALIMPLEMENTATION TSaveSchemeFrm : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TLabel* Label1;
- Stdctrls::TEdit* SchemeNameEd;
- Stdctrls::TButton* OkBtn;
- Stdctrls::TButton* CancelBtn;
- void __fastcall FormCreate(System::TObject* Sender);
- public:
- /* TCustomForm.Create */ __fastcall virtual TSaveSchemeFrm(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TSaveSchemeFrm(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TSaveSchemeFrm(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TSaveSchemeFrm(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Eslabel1 */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Eslabel1;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // EsLabel1
-