home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
CHEMPLOT.ZIP
/
TPlot
/
Dataedit.hpp
< prev
next >
Wrap
C/C++ Source or Header
|
2001-07-31
|
3KB
|
88 lines
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Dataedit.pas' rev: 3.00
#ifndef DataeditHPP
#define DataeditHPP
#include <Plotdefs.hpp>
#include <Nedit.hpp>
#include <Misc.hpp>
#include <StdCtrls.hpp>
#include <Grids.hpp>
#include <Graphics.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <Controls.hpp>
#include <Clipbrd.hpp>
#include <Buttons.hpp>
#include <Windows.hpp>
#include <SysUtils.hpp>
#include <Classes.hpp>
#include <SysInit.hpp>
#include <System.hpp>
//-- user supplied -----------------------------------------------------------
namespace Dataedit
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TDataEditorForm;
class PASCALIMPLEMENTATION TDataEditorForm : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Grids::TStringGrid* DataStringGrid;
Buttons::TBitBtn* HelpBitBtn;
Buttons::TBitBtn* CancelBitBtn;
Buttons::TBitBtn* OKBitBtn;
Stdctrls::TLabel* ZDataLabel;
Buttons::TBitBtn* AddRowBitBtn;
Buttons::TBitBtn* DeleteRowBitBtn;
Nedit::TNEdit* ZDataNEdit;
Buttons::TBitBtn* CopyBitBtn;
Buttons::TBitBtn* ApplyBitBtn;
Stdctrls::TLabel* SeriesNameLabel;
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall FormResize(System::TObject* Sender);
void __fastcall DataStringGridKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift
);
void __fastcall AddRowBitBtnClick(System::TObject* Sender);
void __fastcall DeleteRowBitBtnClick(System::TObject* Sender);
void __fastcall CopyBitBtnClick(System::TObject* Sender);
void __fastcall HelpBitBtnClick(System::TObject* Sender);
void __fastcall ApplyBitBtnClick(System::TObject* Sender);
public:
bool NumericDataChanged;
bool StringDataChanged;
bool RowCountChanged;
bool ExternalXSeries;
bool DependentXSeries;
System::TObject* TheSeries;
void __fastcall DoHintsFromResource(void);
public:
/* TCustomForm.Create */ __fastcall virtual TDataEditorForm(Classes::TComponent* AOwner) : Forms::TForm(
AOwner) { }
/* TCustomForm.CreateNew */ __fastcall TDataEditorForm(Classes::TComponent* AOwner, int Dummy) : Forms::
TForm(AOwner, Dummy) { }
/* TCustomForm.Destroy */ __fastcall virtual ~TDataEditorForm(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TDataEditorForm(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TDataEditorForm* DataEditorForm;
} /* namespace Dataedit */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Dataedit;
#endif
//-- end unit ----------------------------------------------------------------
#endif // Dataedit