?? prt.~h
字號(hào):
//---------------------------------------------------------------------------
#ifndef prtH
#define prtH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QRCtrls.hpp>
#include <QuickRpt.hpp>
#include <Chart.hpp>
#include <DbChart.hpp>
#include <QRTEE.hpp>
#include <Series.hpp>
#include <TeEngine.hpp>
#include <TeeProcs.hpp>
//---------------------------------------------------------------------------
class Tprint : public TForm
{
__published: // IDE-managed Components
TQuickRep *onstock;
TQRSubDetail *QRSubDetail1;
TQRBand *QRBand1;
TQRDBText *QRDBText1;
TQRDBText *QRDBText2;
TQRDBText *QRDBText3;
TQRDBText *QRDBText4;
TQRDBText *QRDBText5;
TQRDBText *QRDBText6;
TQRLabel *QRLabel5;
TQRLabel *QRLabel4;
TQRLabel *QRLabel3;
TQRLabel *QRLabel2;
TQRLabel *QRLabel1;
TQRLabel *QRLabel6;
TQRLabel *QRLabel7;
TQRLabel *QRLabel8;
TQRLabel *QRLabel9;
TQRLabel *QRLabel10;
TQRLabel *QRLabel11;
TQRLabel *QRLabel12;
TQRBand *QRBand2;
TQRLabel *QRLabel13;
TQRSysData *QRSysData1;
TQRLabel *QRLabel14;
TQRSysData *QRSysData2;
TQRSysData *QRSysData3;
TQRLabel *QRLabel15;
TQRLabel *QRLabel16;
TQuickRep *QuickRep1;
TQRSubDetail *QRSubDetail2;
TQRDBChart *QRDBChart1;
TQRChart *QRChart1;
TPieSeries *Series1;
TQRDBChart *QRDBChart2;
TQRChart *QRChart2;
TPieSeries *Series2;
private: // User declarations
public: // User declarations
__fastcall Tprint(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tprint *print;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -