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