📄 bargraph.h
字号:
//---------------------------------------------------------------------------
#ifndef BargraphH
#define BargraphH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\DB.hpp>
#include <vcl\DBTables.hpp>
#include "SctRep.hpp"
#include <vcl\ExtCtrls.hpp>
#include "SctVar.hpp"
#include "SctBtn.hpp"
#include <vcl\Buttons.hpp>
#include <vcl\DBGrids.hpp>
#include <vcl\Grids.hpp>
#include "SctCtrl.hpp"
#include <vcl\DBCtrls.hpp>
#include <vcl\Mask.hpp>
#include "AcePage.hpp"
#include <Db.hpp>
//---------------------------------------------------------------------------
class TFormBarGraph : public TForm
{
__published: // IDE-managed Components
TDataSource *sourceCountry;
TTable *tableCountry;
TSctReport *SctReport1;
TSctGrouppage *ReportPage;
TSctBand *ReportHeaderBand;
TSctLevel *ReportHeaderBandlevel;
TSctBand *PageHeaderBand;
TSctLevel *PageHeaderBandlevel;
TSctBand *DetailBand;
TSctLevel *DetailBandlevel;
TSctBand *PageFooterBand;
TSctLevel *PageFooterBandlevel;
TSctBand *ReportFooterBand;
TSctLevel *ReportFooterBandlevel;
TSctReportButton *SctReportButton1;
TDBGrid *DBGrid1;
TSctTextLabel *SctTextLabel1;
TSctvarlabel *Sctvarlabel1;
TSctDateTimeVar *svarDateTime;
TSctPageVar *svarPage;
TSctDataSourceGuide *DataSourceGuide;
TSctDBVar *countrytableNAME;
TSctDBVar *countrytableCAPITAL;
TSctDBVar *countrytableCONTINENT;
TSctDBVar *countrytableAREA;
TSctDBVar *countrytablePOPULATION;
TSctVerticalDivider *SctVerticalDivider1;
TSctVerticalDivider *SctVerticalDivider2;
TSctTextLabel *SctTextLabel2;
TSctTextLabel *SctTextLabel4;
TSctTextLabel *SctTextLabel3;
TSctTextLabel *SctTextLabel5;
TSctTextLabel *SctTextLabel6;
TSctVerticalDivider *SctVerticalDivider7;
TSctVerticalDivider *SctVerticalDivider4;
TSctVerticalDivider *SctVerticalDivider8;
TSctTextLabel *SctTextLabel7;
TSctVerticalDivider *SctVerticalDivider5;
TSctVerticalDivider *SctVerticalDivider3;
TSctTextLabel *TSctTextLabel1;
TSctTextLabel *TSctTextLabel2;
TSctTextLabel *SctTextLabel8;
TSctVerticalDivider *SctVerticalDivider9;
TSctTextLabel *PopulationLabel;
TSctVerticalDivider *SctVerticalDivider12;
TSctVerticalDivider *SctVerticalDivider10;
TSctVerticalDivider *SctVerticalDivider13;
TSctVerticalDivider *SctVerticalDivider11;
TSctTextLabel *SctTextLabel9;
TSctVerticalDivider *SctVerticalDivider6;
TSctTextLabel *SctTextLabel11;
TSctTextLabel *SctTextLabel10;
TSctTextLabel *SctTextLabel12;
TSctTextLabel *SctTextLabel13;
TSctTextLabel *AreaLabel;
TDBNavigator *DBNavigator1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TDBEdit *DBEdit1;
TDBEdit *DBEdit2;
TDBEdit *DBEdit3;
TDBEdit *DBEdit4;
TDBEdit *DBEdit5;
TLabel *Label5;
void __fastcall AreaLabelBeforePrint(TSctLabel *lb);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall SctTextLabel7LabelPrintWhen(TSctLabel *lb, bool &Result);
void __fastcall SctTextLabel9LabelPrintWhen(TSctLabel *lb, bool &Result);
void __fastcall PopulationLabelBeforePrint(TSctLabel *lb);
private: // User declarations
public: // User declarations
virtual __fastcall TFormBarGraph(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TFormBarGraph *FormBarGraph;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -