home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / CHEMPLOT.ZIP / TPlot / Plot_reg.hpp < prev    next >
C/C++ Source or Header  |  2001-06-01  |  2KB  |  52 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) 'Plot_Reg.pas' rev: 3.00
  6.  
  7. #ifndef Plot_RegHPP
  8. #define Plot_RegHPP
  9. #include <Plotmenu.hpp>
  10. #include <Plotimagelist.hpp>
  11. #include <Plottoolbar.hpp>
  12. #include <Plot.hpp>
  13. #include <ComCtrls.hpp>
  14. #include <DsgnIntf.hpp>
  15. #include <Classes.hpp>
  16. #include <SysInit.hpp>
  17. #include <System.hpp>
  18.  
  19. //-- user supplied -----------------------------------------------------------
  20.  
  21. namespace Plot_reg
  22. {
  23. //-- type declarations -------------------------------------------------------
  24. class DELPHICLASS TPlotComponentEditor;
  25. class PASCALIMPLEMENTATION TPlotComponentEditor : public Dsgnintf::TComponentEditor 
  26. {
  27.     typedef Dsgnintf::TComponentEditor inherited;
  28.     
  29. public:
  30.     virtual System::AnsiString __fastcall GetVerb(int Index);
  31.     virtual int __fastcall GetVerbCount(void);
  32.     virtual void __fastcall ExecuteVerb(int Index);
  33.     virtual void __fastcall Edit(void);
  34. public:
  35.     /* TComponentEditor.Create */ __fastcall virtual TPlotComponentEditor(Classes::TComponent* AComponent
  36.         , Dsgnintf::TFormDesigner* ADesigner) : Dsgnintf::TComponentEditor(AComponent, ADesigner) { }
  37.     
  38. public:
  39.     /* TObject.Destroy */ __fastcall virtual ~TPlotComponentEditor(void) { }
  40.     
  41. };
  42.  
  43. //-- var, const, procedure ---------------------------------------------------
  44. extern PACKAGE void __fastcall Register(void);
  45.  
  46. }    /* namespace Plot_reg */
  47. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  48. using namespace Plot_reg;
  49. #endif
  50. //-- end unit ----------------------------------------------------------------
  51. #endif    // Plot_Reg
  52.