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