📄 miquickrep1.h
字号:
//---------------------------------------------------------------------------
#ifndef MIQuickRep1H
#define MIQuickRep1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QRCtrls.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class TMIQuickRep1Form : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *PageHeaderBand1;
TQRLabel *QRLabel2;
TQRBand *TitleBand1;
TQRLabel *QRLabel18;
TQRLabel *QRLabel22;
TQRLabel *QRLabel3;
TQRLabel *QRLabel5;
TQRLabel *QRLabel8;
TQRDBText *QRDBText9;
TQRDBText *QRDBText10;
TQRDBText *QRDBText5;
TQRLabel *QRLabel19;
TQRLabel *QRLabel23;
TQRLabel *QRLabel4;
TQRLabel *QRLabel6;
TQRLabel *QRLabel9;
TQRLabel *QRLabel12;
TQRDBText *QRDBText6;
TQRDBText *QRDBText12;
TQRDBText *QRDBText11;
TQRLabel *QRLabel20;
TQRLabel *QRLabel24;
TQRDBText *QRDBText14;
TQRDBText *QRDBText13;
TQRLabel *QRLabel21;
TQRLabel *QRLabel25;
TQRDBText *QRDBText16;
TQRDBText *QRDBText15;
TQRLabel *QRLabel1;
TQRLabel *QRLabel7;
TQRLabel *QRLabel10;
TQRLabel *QRLabel13;
TQRLabel *QRLabel15;
TQRLabel *QRLabel16;
TQRDBText *QRDBText1;
TQRDBText *QRDBText3;
TQRDBText *QRDBText4;
TQRDBText *QRDBText7;
TQRDBText *QRDBText8;
TQRDBText *QRDBText17;
TQRDBText *QRDBText18;
TQRDBText *QRDBText19;
TQRDBText *QRDBText20;
TQRDBText *QRDBText21;
TQRDBText *QRDBText22;
TQRLabel *PrepregQRLabel;
TQRLabel *QRLabel27;
TQRLabel *QRLabel28;
TQRDBText *QRDBText2;
TQRLabel *QRLabel26;
TQRDBText *QRDBText23;
TQRDBText *QRDBText24;
TQRLabel *QRLabel29;
TQRLabel *QRLabel30;
TQRLabel *QRLabel31;
TQRDBText *QRDBText25;
TQRDBText *QRDBText26;
TQRLabel *QRLabel32;
TQRLabel *QRLabel33;
TQRDBText *QRDBText27;
TQRDBText *QRDBText28;
TQRLabel *QRLabel34;
TQRBand *ColumnHeaderBand1;
TQRLabel *QRLabel14;
TQRLabel *Route1QRLabel;
TQRLabel *Route2QRLabel;
TQRShape *QRShape1;
TQRLabel *QRLabel11;
TQRLabel *QRLabel17;
TQRLabel *QRLabel35;
TQRDBText *QRDBText29;
TQRDBText *QRDBText30;
TQRDBText *QRDBText31;
TQRDBText *QRDBText32;
TQRLabel *QRLabel36;
TQRLabel *QRLabel37;
TQRLabel *QRLabel38;
TQRLabel *QRLabel39;
TQRLabel *QRLabel40;
TQRLabel *QRLabel41;
TQRDBText *QRDBText33;
TQRLabel *QRLabel42;
void __fastcall ColumnHeaderBand1BeforePrint(TQRCustomBand *Sender,
bool &PrintBand);
void __fastcall TitleBand1BeforePrint(TQRCustomBand *Sender,
bool &PrintBand);
private: // User declarations
public: // User declarations
__fastcall TMIQuickRep1Form(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TMIQuickRep1Form *MIQuickRep1Form;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -