home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / CHEMPLOT.ZIP / TPlot / PlotZoom.hpp < prev    next >
C/C++ Source or Header  |  2001-06-01  |  2KB  |  68 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) 'PlotZoom.pas' rev: 3.00
  6.  
  7. #ifndef PlotZoomHPP
  8. #define PlotZoomHPP
  9. #include <Nedit.hpp>
  10. #include <Misc.hpp>
  11. #include <StdCtrls.hpp>
  12. #include <Graphics.hpp>
  13. #include <Forms.hpp>
  14. #include <Controls.hpp>
  15. #include <Buttons.hpp>
  16. #include <Windows.hpp>
  17. #include <SysUtils.hpp>
  18. #include <Classes.hpp>
  19. #include <SysInit.hpp>
  20. #include <System.hpp>
  21.  
  22. //-- user supplied -----------------------------------------------------------
  23.  
  24. namespace Plotzoom
  25. {
  26. //-- type declarations -------------------------------------------------------
  27. class DELPHICLASS TZoomForm;
  28. class PASCALIMPLEMENTATION TZoomForm : public Forms::TForm 
  29. {
  30.     typedef Forms::TForm inherited;
  31.     
  32. __published:
  33.     Buttons::TBitBtn* BitBtn1;
  34.     Buttons::TBitBtn* BitBtn2;
  35.     Buttons::TBitBtn* ZoomBitBtn;
  36.     Stdctrls::TLabel* Label1;
  37.     Stdctrls::TLabel* Label2;
  38.     Stdctrls::TLabel* Label3;
  39.     Stdctrls::TLabel* Label4;
  40.     Nedit::TNEdit* XMinNEdit;
  41.     Nedit::TNEdit* XMaxNEdit;
  42.     Nedit::TNEdit* YMinNEdit;
  43.     Nedit::TNEdit* YMaxNEdit;
  44.     void __fastcall FormCreate(System::TObject* Sender);
  45.     void __fastcall FormClose(System::TObject* Sender, Forms::TCloseAction &Action);
  46. public:
  47.     /* TCustomForm.Create */ __fastcall virtual TZoomForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  48.         ) { }
  49.     /* TCustomForm.CreateNew */ __fastcall TZoomForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  50.         AOwner, Dummy) { }
  51.     /* TCustomForm.Destroy */ __fastcall virtual ~TZoomForm(void) { }
  52.     
  53. public:
  54.     /* TWinControl.CreateParented */ __fastcall TZoomForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  55.         ) { }
  56.     
  57. };
  58.  
  59. //-- var, const, procedure ---------------------------------------------------
  60. extern PACKAGE TZoomForm* ZoomForm;
  61.  
  62. }    /* namespace Plotzoom */
  63. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  64. using namespace Plotzoom;
  65. #endif
  66. //-- end unit ----------------------------------------------------------------
  67. #endif    // PlotZoom
  68.