⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 biolife.h

📁 suite component ace report
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef biolifeH
#define biolifeH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\DBTables.hpp>
#include <vcl\DB.hpp>
#include <vcl\DBCtrls.hpp>
#include <vcl\ExtCtrls.hpp>
#include <vcl\DBGrids.hpp>
#include <vcl\Grids.hpp>
#include "SctBtn.hpp"
#include <vcl\Buttons.hpp>
#include "SctRep.hpp"
#include "SctVar.hpp"
#include "SctCtrl.hpp"
#include "AcePage.hpp"
#include <Db.hpp>
//---------------------------------------------------------------------------
class TFormBioLife : public TForm
{
__published:	// IDE-managed Components 
	TTable *BioLifeTable;
	TDataSource *BioLifeSource;
	TDBNavigator *DBNavigator1;
	TDBImage *DBImage1;
	TDBGrid *DBGrid1;
	TDBMemo *DBMemo1;
	TFloatField *BioLifeTableSpeciesNo;
	TStringField *BioLifeTableCategory;
	TStringField *BioLifeTableCommon_Name;
	TStringField *BioLifeTableSpeciesName;
	TFloatField *BioLifeTableLengthcm;
	TFloatField *BioLifeTableLength_In;
	TMemoField *BioLifeTableNotes;
	TGraphicField *BioLifeTableGraphic;
	TSctReportButton *SctReportButton1;
	TSctReportButton *SctReportButton2;
	TSctReport *SctReport1;
	TSctGrouppage *ReportPage;
	TSctBand *ReportHeaderBand;
	TSctLevel *ReportHeaderBandlevel;
	TSctBand *PageHeaderBand;
	TSctLevel *PageHeaderBandlevel;
	TSctBand *DetailBand;
	TSctLevel *DetailBandlevel;
	TSctBand *PageFooterBand;
	TSctLevel *PageFooterBandlevel;
	TSctBand *ReportFooterBand;
	TSctLevel *ReportFooterBandlevel;
	TSctDateTimeVar *svarDateTime;
	TSctPageVar *svarPage;
	TSctDataSourceGuide *DataSourceGuide;
	TSctDBVar *biolifetableSPECIES_NO;
	TSctDBVar *biolifetableCATEGORY1;
	TSctDBVar *biolifetableCOMMON_NAME1;
	TSctDBVar *biolifetableSPECIES_NAME;
	TSctDBVar *biolifetableLENGTH__CM_;
	TSctDBVar *biolifetableLENGTH_IN1;
	TSctDBVar *biolifetableNOTES1;
	TSctDBVar *biolifetableGRAPHIC1;
	TSctvarlabel *varlabel;
	TSctTextLabel *TextLabel;
	TSctvarlabel *varlabel1;
	TSctImageLabel *ImageLabel;
	TSctvarlabel *varlabel2;
	TSctTextLabel *TextLabel3;
	TSctvarlabel *varlabel3;
	TSctTextLabel *TextLabel4;
	TSctvarlabel *varlabel4;
	TSctvarlabel *varlabel5;
	TSctTextLabel *TextLabel6;
	TSctvarlabel *varlabel6;
	TSctTextLabel *TextLabel7;
	TSctBarCodeLabel *SctBarCodeLabel1;
	TSctVerticalDivider *SctVerticalDivider1;
	void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private:	// User declarations
public:		// User declarations
	virtual __fastcall TFormBioLife(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TFormBioLife *FormBioLife;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -