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 >
C/C++ Source or Header  |  2001-07-31  |  3KB  |  88 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 <Plotdefs.hpp>
  10. #include <Nedit.hpp>
  11. #include <Misc.hpp>
  12. #include <StdCtrls.hpp>
  13. #include <Grids.hpp>
  14. #include <Graphics.hpp>
  15. #include <Forms.hpp>
  16. #include <ComCtrls.hpp>
  17. #include <Controls.hpp>
  18. #include <Clipbrd.hpp>
  19. #include <Buttons.hpp>
  20. #include <Windows.hpp>
  21. #include <SysUtils.hpp>
  22. #include <Classes.hpp>
  23. #include <SysInit.hpp>
  24. #include <System.hpp>
  25.  
  26. //-- user supplied -----------------------------------------------------------
  27.  
  28. namespace Dataedit
  29. {
  30. //-- type declarations -------------------------------------------------------
  31. class DELPHICLASS TDataEditorForm;
  32. class PASCALIMPLEMENTATION TDataEditorForm : public Forms::TForm 
  33. {
  34.     typedef Forms::TForm inherited;
  35.     
  36. __published:
  37.     Grids::TStringGrid* DataStringGrid;
  38.     Buttons::TBitBtn* HelpBitBtn;
  39.     Buttons::TBitBtn* CancelBitBtn;
  40.     Buttons::TBitBtn* OKBitBtn;
  41.     Stdctrls::TLabel* ZDataLabel;
  42.     Buttons::TBitBtn* AddRowBitBtn;
  43.     Buttons::TBitBtn* DeleteRowBitBtn;
  44.     Nedit::TNEdit* ZDataNEdit;
  45.     Buttons::TBitBtn* CopyBitBtn;
  46.     Buttons::TBitBtn* ApplyBitBtn;
  47.     Stdctrls::TLabel* SeriesNameLabel;
  48.     void __fastcall FormCreate(System::TObject* Sender);
  49.     void __fastcall FormResize(System::TObject* Sender);
  50.     void __fastcall DataStringGridKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift
  51.         );
  52.     void __fastcall AddRowBitBtnClick(System::TObject* Sender);
  53.     void __fastcall DeleteRowBitBtnClick(System::TObject* Sender);
  54.     void __fastcall CopyBitBtnClick(System::TObject* Sender);
  55.     void __fastcall HelpBitBtnClick(System::TObject* Sender);
  56.     void __fastcall ApplyBitBtnClick(System::TObject* Sender);
  57.     
  58. public:
  59.     bool NumericDataChanged;
  60.     bool StringDataChanged;
  61.     bool RowCountChanged;
  62.     bool ExternalXSeries;
  63.     bool DependentXSeries;
  64.     System::TObject* TheSeries;
  65.     void __fastcall DoHintsFromResource(void);
  66. public:
  67.     /* TCustomForm.Create */ __fastcall virtual TDataEditorForm(Classes::TComponent* AOwner) : Forms::TForm(
  68.         AOwner) { }
  69.     /* TCustomForm.CreateNew */ __fastcall TDataEditorForm(Classes::TComponent* AOwner, int Dummy) : Forms::
  70.         TForm(AOwner, Dummy) { }
  71.     /* TCustomForm.Destroy */ __fastcall virtual ~TDataEditorForm(void) { }
  72.     
  73. public:
  74.     /* TWinControl.CreateParented */ __fastcall TDataEditorForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  75.         ) { }
  76.     
  77. };
  78.  
  79. //-- var, const, procedure ---------------------------------------------------
  80. extern PACKAGE TDataEditorForm* DataEditorForm;
  81.  
  82. }    /* namespace Dataedit */
  83. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  84. using namespace Dataedit;
  85. #endif
  86. //-- end unit ----------------------------------------------------------------
  87. #endif    // Dataedit
  88.