home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'Functons.pas' rev: 3.00
-
- #ifndef FunctonsHPP
- #define FunctonsHPP
- #include <Misc.hpp>
- #include <StdCtrls.hpp>
- #include <Graphics.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Buttons.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <Classes.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Functons
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TFunctionsForm;
- class PASCALIMPLEMENTATION TFunctionsForm : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Buttons::TBitBtn* HelpBitBtn;
- Buttons::TBitBtn* CancelBitBtn;
- Buttons::TBitBtn* OKBitBtn;
- Stdctrls::TLabel* SeriesLabel;
- Stdctrls::TMemo* FunctionMemo;
- Stdctrls::TComboBox* FunctionComboBox;
- Buttons::TBitBtn* InsertBitBtn;
- Stdctrls::TLabel* FunctionHintLabel;
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall InsertBitBtnClick(System::TObject* Sender);
- void __fastcall FunctionComboBoxClick(System::TObject* Sender);
- public:
- /* TCustomForm.Create */ __fastcall virtual TFunctionsForm(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TFunctionsForm(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TFunctionsForm(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TFunctionsForm(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE TFunctionsForm* FunctionsForm;
-
- } /* namespace Functons */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Functons;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Functons
-