home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / TPlot / Displace.hpp < prev    next >
C/C++ Source or Header  |  2001-07-31  |  2KB  |  71 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) 'Displace.pas' rev: 3.00
  6.  
  7. #ifndef DisplaceHPP
  8. #define DisplaceHPP
  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 Displace
  26. {
  27. //-- type declarations -------------------------------------------------------
  28. class DELPHICLASS TDisplacementForm;
  29. class PASCALIMPLEMENTATION TDisplacementForm : public Forms::TForm 
  30. {
  31.     typedef Forms::TForm inherited;
  32.     
  33. __published:
  34.     Buttons::TBitBtn* CancelBitBtn;
  35.     Buttons::TBitBtn* OKBitBtn;
  36.     Stdctrls::TLabel* SeriesLabel;
  37.     Stdctrls::TLabel* XLabel;
  38.     Stdctrls::TLabel* YLabel;
  39.     Nedit::TNEdit* DeltaXNEdit;
  40.     Nedit::TNEdit* DeltaYNEdit;
  41.     Buttons::TBitBtn* ApplyBitBtn;
  42.     Buttons::TBitBtn* HelpBitBtn;
  43.     void __fastcall FormCreate(System::TObject* Sender);
  44.     void __fastcall ApplyBitBtnClick(System::TObject* Sender);
  45.     
  46. public:
  47.     System::TObject* TheSeries;
  48.     void __fastcall DoHintsFromResource(void);
  49. public:
  50.     /* TCustomForm.Create */ __fastcall virtual TDisplacementForm(Classes::TComponent* AOwner) : Forms::
  51.         TForm(AOwner) { }
  52.     /* TCustomForm.CreateNew */ __fastcall TDisplacementForm(Classes::TComponent* AOwner, int Dummy) : 
  53.         Forms::TForm(AOwner, Dummy) { }
  54.     /* TCustomForm.Destroy */ __fastcall virtual ~TDisplacementForm(void) { }
  55.     
  56. public:
  57.     /* TWinControl.CreateParented */ __fastcall TDisplacementForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  58.         ) { }
  59.     
  60. };
  61.  
  62. //-- var, const, procedure ---------------------------------------------------
  63. extern PACKAGE TDisplacementForm* DisplacementForm;
  64.  
  65. }    /* namespace Displace */
  66. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  67. using namespace Displace;
  68. #endif
  69. //-- end unit ----------------------------------------------------------------
  70. #endif    // Displace
  71.