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

  1. //----------------------------------------------------------------------------
  2. //Borland C++Builder
  3. //Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef BioRepH
  7. #define BioRepH
  8. //---------------------------------------------------------------------------
  9. #include <vcl\Classes.hpp>
  10. #include <vcl\Controls.hpp>
  11. #include <vcl\StdCtrls.hpp>
  12. #include <vcl\Forms.hpp>
  13. #include <vcl\QuickRep.hpp>
  14. #include <vcl\ExtCtrls.hpp>
  15. #include <vcl\DBCtrls.hpp>
  16. #include <vcl\DBTables.hpp>
  17. #include <vcl\DB.hpp>
  18. //---------------------------------------------------------------------------
  19. class TBioForm : public TForm
  20. {
  21. __published:    // IDE-managed Components 
  22.     TQRBand *DetailBand;
  23.     TQRDBText *QRDBText1;
  24.     TQRDBText *QRDBText3;
  25.     TQRLabel *QRLabel1;
  26.     TQRDBText *QRDBText4;
  27.     TQRLabel *QRLabel2;
  28.     TQRLabel *QRLabel3;
  29.     TQRDBText *QRDBText5;
  30.     TQRLabel *QRLabel4;
  31.     TQRLabel *QRLabel5;
  32.     TQRDBText *QRDBText2;
  33.     TDBImage *DBImage1;
  34.     TQRBand *TitleBand;
  35.     TImage *Image1;
  36.     TQRLabel *QRLabel6;
  37.     TQRLabel *QRLabel7;
  38.     TQRLabel *QRLabel8;
  39.     TQRShape *QRShape2;
  40.     TQRBand *QRBand1;
  41.     TQRShape *QRShape1;
  42.     TQRBand *QRBand2;
  43.     TQRSysData *QRSysData1;
  44.     TTable *Table1;
  45.     TFloatField *Table1SpeciesNo;
  46.     TStringField *Table1Category;
  47.     TStringField *Table1Common_Name;
  48.     TStringField *Table1SpeciesName;
  49.     TFloatField *Table1Lengthcm;
  50.     TFloatField *Table1Length_In;
  51.     TMemoField *Table1Notes;
  52.     TGraphicField *Table1Graphic;
  53.     TDataSource *DataSource1;
  54.     TQuickReport *Biorep;
  55.     TQRDetailLink *QRDetailLink1;
  56. private:        // User declarations
  57. public:         // User declarations
  58.     virtual __fastcall TBioForm(TComponent* Owner);
  59. };
  60. //---------------------------------------------------------------------------
  61. extern TBioForm *BioForm;
  62. //---------------------------------------------------------------------------
  63. #endif
  64.