home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / PARSHEAD.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  2KB  |  58 lines

  1. //----------------------------------------------------------------------------
  2. // ParsHead.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: ParsHead.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef ParsHeadHPP
  6. #define ParsHeadHPP
  7. //----------------------------------------------------------------------------
  8. #include <DBGrids.hpp>
  9. #include <Grids.hpp>
  10. #include <DBCtrls.hpp>
  11. #include <ExtCtrls.hpp>
  12. #include <DB.hpp>
  13. #include <DBTables.hpp>
  14. #include <Dialogs.hpp>
  15. #include <Forms.hpp>
  16. #include <Controls.hpp>
  17. #include <Graphics.hpp>
  18. #include <Classes.hpp>
  19. #include <SysUtils.hpp>
  20. #include <Messages.hpp>
  21. #include <Windows.hpp>
  22. #include <System.hpp>
  23. namespace Parshead
  24. {
  25. //-- type declarations -------------------------------------------------------
  26. class __declspec(delphiclass) TParseHeaders;
  27. class __declspec(pascalimplementation) TParseHeaders : public Forms::TForm
  28. {
  29.     typedef Forms::TForm inherited;
  30.     
  31. __published:
  32.     Dbtables::TTable* HeadersToParseTab;
  33.     Db::TDataSource* DataSource1;
  34.     Dbgrids::TDBGrid* DBGrid1;
  35.     Dbctrls::TDBNavigator* DBNavigator1;
  36. public:
  37.     /* TForm.Create */ __fastcall virtual TParseHeaders(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  38.         ) { }
  39.     /* TForm.CreateNew */ __fastcall TParseHeaders(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  40.         AOwner, Dummy) { }
  41.     /* TForm.Destroy */ __fastcall virtual ~TParseHeaders(void) { }
  42.     
  43. public:
  44.     /* TWinControl.CreateParented */ __fastcall TParseHeaders(HWND ParentWindow) : Forms::TForm(ParentWindow
  45.         ) { }
  46.     
  47. };
  48.  
  49. //-- var, const, procedure ---------------------------------------------------
  50. extern TParseHeaders* ParseHeaders;
  51.  
  52. }    /* namespace Parshead */
  53. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  54. using namespace Parshead;
  55. #endif
  56. //-- end unit ----------------------------------------------------------------
  57. #endif    // ParsHead
  58.