home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / CHEMPLOT.ZIP / TPlot / Dataedit.hpp < prev    next >
C/C++ Source or Header  |  2001-06-01  |  3KB  |  84 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'Dataedit.pas' rev: 3.00
  6.  
  7. #ifndef DataeditHPP
  8. #define DataeditHPP
  9. #include <Nedit.hpp>
  10. #include <StdCtrls.hpp>
  11. #include <Grids.hpp>
  12. #include <Graphics.hpp>
  13. #include <Forms.hpp>
  14. #include <ComCtrls.hpp>
  15. #include <Controls.hpp>
  16. #include <Clipbrd.hpp>
  17. #include <Buttons.hpp>
  18. #include <Windows.hpp>
  19. #include <SysUtils.hpp>
  20. #include <Classes.hpp>
  21. #include <SysInit.hpp>
  22. #include <System.hpp>
  23.  
  24. //-- user supplied -----------------------------------------------------------
  25.  
  26. namespace Dataedit
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. class DELPHICLASS TDataEditorForm;
  30. class PASCALIMPLEMENTATION TDataEditorForm : public Forms::TForm 
  31. {
  32.     typedef Forms::TForm inherited;
  33.     
  34. __published:
  35.     Grids::TStringGrid* DataStringGrid;
  36.     Buttons::TBitBtn* HelpBitBtn;
  37.     Buttons::TBitBtn* CancelBitBtn;
  38.     Buttons::TBitBtn* OKBitBtn;
  39.     Stdctrls::TLabel* ZDataLabel;
  40.     Buttons::TBitBtn* AddRowBitBtn;
  41.     Buttons::TBitBtn* DeleteRowBitBtn;
  42.     Nedit::TNEdit* ZDataNEdit;
  43.     Buttons::TBitBtn* CopyBitBtn;
  44.     Buttons::TBitBtn* ApplyBitBtn;
  45.     void __fastcall FormCreate(System::TObject* Sender);
  46.     void __fastcall FormResize(System::TObject* Sender);
  47.     void __fastcall DataStringGridKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift
  48.         );
  49.     void __fastcall AddRowBitBtnClick(System::TObject* Sender);
  50.     void __fastcall DeleteRowBitBtnClick(System::TObject* Sender);
  51.     void __fastcall CopyBitBtnClick(System::TObject* Sender);
  52.     void __fastcall HelpBitBtnClick(System::TObject* Sender);
  53.     void __fastcall ApplyBitBtnClick(System::TObject* Sender);
  54.     
  55. public:
  56.     bool NumericDataChanged;
  57.     bool StringDataChanged;
  58.     bool RowCountChanged;
  59.     bool ExternalXSeries;
  60.     bool DependentXSeries;
  61.     System::TObject* TheSeries;
  62. public:
  63.     /* TCustomForm.Create */ __fastcall virtual TDataEditorForm(Classes::TComponent* AOwner) : Forms::TForm(
  64.         AOwner) { }
  65.     /* TCustomForm.CreateNew */ __fastcall TDataEditorForm(Classes::TComponent* AOwner, int Dummy) : Forms::
  66.         TForm(AOwner, Dummy) { }
  67.     /* TCustomForm.Destroy */ __fastcall virtual ~TDataEditorForm(void) { }
  68.     
  69. public:
  70.     /* TWinControl.CreateParented */ __fastcall TDataEditorForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  71.         ) { }
  72.     
  73. };
  74.  
  75. //-- var, const, procedure ---------------------------------------------------
  76. extern PACKAGE TDataEditorForm* DataEditorForm;
  77.  
  78. }    /* namespace Dataedit */
  79. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  80. using namespace Dataedit;
  81. #endif
  82. //-- end unit ----------------------------------------------------------------
  83. #endif    // Dataedit
  84.