home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
CHEMPLOT.ZIP
/
TPlot
/
Displace.hpp
< prev
next >
Wrap
C/C++ Source or Header
|
2001-07-31
|
2KB
|
71 lines
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Displace.pas' rev: 3.00
#ifndef DisplaceHPP
#define DisplaceHPP
#include <Plotdefs.hpp>
#include <Nedit.hpp>
#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 Displace
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TDisplacementForm;
class PASCALIMPLEMENTATION TDisplacementForm : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Buttons::TBitBtn* CancelBitBtn;
Buttons::TBitBtn* OKBitBtn;
Stdctrls::TLabel* SeriesLabel;
Stdctrls::TLabel* XLabel;
Stdctrls::TLabel* YLabel;
Nedit::TNEdit* DeltaXNEdit;
Nedit::TNEdit* DeltaYNEdit;
Buttons::TBitBtn* ApplyBitBtn;
Buttons::TBitBtn* HelpBitBtn;
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall ApplyBitBtnClick(System::TObject* Sender);
public:
System::TObject* TheSeries;
void __fastcall DoHintsFromResource(void);
public:
/* TCustomForm.Create */ __fastcall virtual TDisplacementForm(Classes::TComponent* AOwner) : Forms::
TForm(AOwner) { }
/* TCustomForm.CreateNew */ __fastcall TDisplacementForm(Classes::TComponent* AOwner, int Dummy) :
Forms::TForm(AOwner, Dummy) { }
/* TCustomForm.Destroy */ __fastcall virtual ~TDisplacementForm(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TDisplacementForm(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TDisplacementForm* DisplacementForm;
} /* namespace Displace */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Displace;
#endif
//-- end unit ----------------------------------------------------------------
#endif // Displace