home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / CHEMPLOT.ZIP / TPlot / Functons.hpp < prev    next >
C/C++ Source or Header  |  2001-06-01  |  2KB  |  65 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 <Misc.hpp>
  10. #include <StdCtrls.hpp>
  11. #include <Graphics.hpp>
  12. #include <Forms.hpp>
  13. #include <Controls.hpp>
  14. #include <Buttons.hpp>
  15. #include <Windows.hpp>
  16. #include <SysUtils.hpp>
  17. #include <Classes.hpp>
  18. #include <SysInit.hpp>
  19. #include <System.hpp>
  20.  
  21. //-- user supplied -----------------------------------------------------------
  22.  
  23. namespace Functons
  24. {
  25. //-- type declarations -------------------------------------------------------
  26. class DELPHICLASS TFunctionsForm;
  27. class PASCALIMPLEMENTATION TFunctionsForm : public Forms::TForm 
  28. {
  29.     typedef Forms::TForm inherited;
  30.     
  31. __published:
  32.     Buttons::TBitBtn* HelpBitBtn;
  33.     Buttons::TBitBtn* CancelBitBtn;
  34.     Buttons::TBitBtn* OKBitBtn;
  35.     Stdctrls::TLabel* SeriesLabel;
  36.     Stdctrls::TMemo* FunctionMemo;
  37.     Stdctrls::TComboBox* FunctionComboBox;
  38.     Buttons::TBitBtn* InsertBitBtn;
  39.     Stdctrls::TLabel* FunctionHintLabel;
  40.     void __fastcall FormCreate(System::TObject* Sender);
  41.     void __fastcall InsertBitBtnClick(System::TObject* Sender);
  42.     void __fastcall FunctionComboBoxClick(System::TObject* Sender);
  43. public:
  44.     /* TCustomForm.Create */ __fastcall virtual TFunctionsForm(Classes::TComponent* AOwner) : Forms::TForm(
  45.         AOwner) { }
  46.     /* TCustomForm.CreateNew */ __fastcall TFunctionsForm(Classes::TComponent* AOwner, int Dummy) : Forms::
  47.         TForm(AOwner, Dummy) { }
  48.     /* TCustomForm.Destroy */ __fastcall virtual ~TFunctionsForm(void) { }
  49.     
  50. public:
  51.     /* TWinControl.CreateParented */ __fastcall TFunctionsForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  52.         ) { }
  53.     
  54. };
  55.  
  56. //-- var, const, procedure ---------------------------------------------------
  57. extern PACKAGE TFunctionsForm* FunctionsForm;
  58.  
  59. }    /* namespace Functons */
  60. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  61. using namespace Functons;
  62. #endif
  63. //-- end unit ----------------------------------------------------------------
  64. #endif    // Functons
  65.