home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / TPlot / Plotzoom.hpp < prev    next >
C/C++ Source or Header  |  2001-07-31  |  2KB  |  75 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 <Plotdefs.hpp>
  10. #include <Nedit.hpp>
  11. #include <Misc.hpp>
  12. #include <StdCtrls.hpp>
  13. #include <Graphics.hpp>
  14. #include <Forms.hpp>
  15. #include <Controls.hpp>
  16. #include <Buttons.hpp>
  17. #include <Windows.hpp>
  18. #include <SysUtils.hpp>
  19. #include <Classes.hpp>
  20. #include <SysInit.hpp>
  21. #include <System.hpp>
  22.  
  23. //-- user supplied -----------------------------------------------------------
  24.  
  25. namespace Plotzoom
  26. {
  27. //-- type declarations -------------------------------------------------------
  28. class DELPHICLASS TZoomForm;
  29. class PASCALIMPLEMENTATION TZoomForm : public Forms::TForm 
  30. {
  31.     typedef Forms::TForm inherited;
  32.     
  33. __published:
  34.     Buttons::TBitBtn* HelpBitBtn;
  35.     Buttons::TBitBtn* CancelBitBtn;
  36.     Buttons::TBitBtn* ApplyBitBtn;
  37.     Stdctrls::TLabel* XMinLabel;
  38.     Stdctrls::TLabel* XMaxLabel;
  39.     Stdctrls::TLabel* YMinLabel;
  40.     Stdctrls::TLabel* YMaxLabel;
  41.     Nedit::TNEdit* XMinNEdit;
  42.     Nedit::TNEdit* XMaxNEdit;
  43.     Nedit::TNEdit* YMinNEdit;
  44.     Nedit::TNEdit* YMaxNEdit;
  45.     Buttons::TBitBtn* OKBitBtn;
  46.     void __fastcall FormCreate(System::TObject* Sender);
  47.     void __fastcall FormClose(System::TObject* Sender, Forms::TCloseAction &Action);
  48.     void __fastcall ApplyBitBtnClick(System::TObject* Sender);
  49.     
  50. public:
  51.     System::TObject* ThePlot;
  52.     void __fastcall DoHintsFromResource(void);
  53. public:
  54.     /* TCustomForm.Create */ __fastcall virtual TZoomForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  55.         ) { }
  56.     /* TCustomForm.CreateNew */ __fastcall TZoomForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  57.         AOwner, Dummy) { }
  58.     /* TCustomForm.Destroy */ __fastcall virtual ~TZoomForm(void) { }
  59.     
  60. public:
  61.     /* TWinControl.CreateParented */ __fastcall TZoomForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  62.         ) { }
  63.     
  64. };
  65.  
  66. //-- var, const, procedure ---------------------------------------------------
  67. extern PACKAGE TZoomForm* ZoomForm;
  68.  
  69. }    /* namespace Plotzoom */
  70. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  71. using namespace Plotzoom;
  72. #endif
  73. //-- end unit ----------------------------------------------------------------
  74. #endif    // Plotzoom
  75.