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 >
Wrap
C/C++ Source or Header
|
2001-07-31
|
2KB
|
73 lines
// 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 <Plotdefs.hpp>
#include <Misc.hpp>
#include <Parser10.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;
Buttons::TBitBtn* TestBitBtn;
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall InsertBitBtnClick(System::TObject* Sender);
void __fastcall FunctionComboBoxClick(System::TObject* Sender);
void __fastcall TestBitBtnClick(System::TObject* Sender);
public:
int SeriesCount;
void __fastcall DoHintsFromResource(void);
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