home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d12345
/
CHEMPLOT.ZIP
/
TPlot
/
PlotZoom.hpp
< prev
next >
Wrap
C/C++ Source or Header
|
2001-06-01
|
2KB
|
68 lines
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'PlotZoom.pas' rev: 3.00
#ifndef PlotZoomHPP
#define PlotZoomHPP
#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 Plotzoom
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TZoomForm;
class PASCALIMPLEMENTATION TZoomForm : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Buttons::TBitBtn* BitBtn1;
Buttons::TBitBtn* BitBtn2;
Buttons::TBitBtn* ZoomBitBtn;
Stdctrls::TLabel* Label1;
Stdctrls::TLabel* Label2;
Stdctrls::TLabel* Label3;
Stdctrls::TLabel* Label4;
Nedit::TNEdit* XMinNEdit;
Nedit::TNEdit* XMaxNEdit;
Nedit::TNEdit* YMinNEdit;
Nedit::TNEdit* YMaxNEdit;
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall FormClose(System::TObject* Sender, Forms::TCloseAction &Action);
public:
/* TCustomForm.Create */ __fastcall virtual TZoomForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner
) { }
/* TCustomForm.CreateNew */ __fastcall TZoomForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
AOwner, Dummy) { }
/* TCustomForm.Destroy */ __fastcall virtual ~TZoomForm(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TZoomForm(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TZoomForm* ZoomForm;
} /* namespace Plotzoom */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Plotzoom;
#endif
//-- end unit ----------------------------------------------------------------
#endif // PlotZoom