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 >
Wrap
C/C++ Source or Header
|
1997-02-14
|
2KB
|
64 lines
//----------------------------------------------------------------------------
//Borland C++Builder
//Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
//----------------------------------------------------------------------------
//---------------------------------------------------------------------------
#ifndef BioRepH
#define BioRepH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\QuickRep.hpp>
#include <vcl\ExtCtrls.hpp>
#include <vcl\DBCtrls.hpp>
#include <vcl\DBTables.hpp>
#include <vcl\DB.hpp>
//---------------------------------------------------------------------------
class TBioForm : public TForm
{
__published: // IDE-managed Components
TQRBand *DetailBand;
TQRDBText *QRDBText1;
TQRDBText *QRDBText3;
TQRLabel *QRLabel1;
TQRDBText *QRDBText4;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TQRDBText *QRDBText5;
TQRLabel *QRLabel4;
TQRLabel *QRLabel5;
TQRDBText *QRDBText2;
TDBImage *DBImage1;
TQRBand *TitleBand;
TImage *Image1;
TQRLabel *QRLabel6;
TQRLabel *QRLabel7;
TQRLabel *QRLabel8;
TQRShape *QRShape2;
TQRBand *QRBand1;
TQRShape *QRShape1;
TQRBand *QRBand2;
TQRSysData *QRSysData1;
TTable *Table1;
TFloatField *Table1SpeciesNo;
TStringField *Table1Category;
TStringField *Table1Common_Name;
TStringField *Table1SpeciesName;
TFloatField *Table1Lengthcm;
TFloatField *Table1Length_In;
TMemoField *Table1Notes;
TGraphicField *Table1Graphic;
TDataSource *DataSource1;
TQuickReport *Biorep;
TQRDetailLink *QRDetailLink1;
private: // User declarations
public: // User declarations
virtual __fastcall TBioForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TBioForm *BioForm;
//---------------------------------------------------------------------------
#endif