home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Essentials / SETUP.EXE / %MAINDIR% / EsLabel1.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-28  |  1.7 KB  |  58 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'EsLabel1.pas' rev: 3.00
  6.  
  7. #ifndef EsLabel1HPP
  8. #define EsLabel1HPP
  9. #include <StdCtrls.hpp>
  10. #include <Dialogs.hpp>
  11. #include <Forms.hpp>
  12. #include <Controls.hpp>
  13. #include <Graphics.hpp>
  14. #include <Classes.hpp>
  15. #include <SysUtils.hpp>
  16. #include <Messages.hpp>
  17. #include <Windows.hpp>
  18. #include <SysInit.hpp>
  19. #include <System.hpp>
  20.  
  21. //-- user supplied -----------------------------------------------------------
  22.  
  23. namespace Eslabel1
  24. {
  25. //-- type declarations -------------------------------------------------------
  26. class DELPHICLASS TSaveSchemeFrm;
  27. class PASCALIMPLEMENTATION TSaveSchemeFrm : public Forms::TForm 
  28. {
  29.     typedef Forms::TForm inherited;
  30.     
  31. __published:
  32.     Stdctrls::TLabel* Label1;
  33.     Stdctrls::TEdit* SchemeNameEd;
  34.     Stdctrls::TButton* OkBtn;
  35.     Stdctrls::TButton* CancelBtn;
  36.     void __fastcall FormCreate(System::TObject* Sender);
  37. public:
  38.     /* TCustomForm.Create */ __fastcall virtual TSaveSchemeFrm(Classes::TComponent* AOwner) : Forms::TForm(
  39.         AOwner) { }
  40.     /* TCustomForm.CreateNew */ __fastcall TSaveSchemeFrm(Classes::TComponent* AOwner, int Dummy) : Forms::
  41.         TForm(AOwner, Dummy) { }
  42.     /* TCustomForm.Destroy */ __fastcall virtual ~TSaveSchemeFrm(void) { }
  43.     
  44. public:
  45.     /* TWinControl.CreateParented */ __fastcall TSaveSchemeFrm(HWND ParentWindow) : Forms::TForm(ParentWindow
  46.         ) { }
  47.     
  48. };
  49.  
  50. //-- var, const, procedure ---------------------------------------------------
  51.  
  52. }    /* namespace Eslabel1 */
  53. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  54. using namespace Eslabel1;
  55. #endif
  56. //-- end unit ----------------------------------------------------------------
  57. #endif    // EsLabel1
  58.