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