📄 uqrkc.h
字号:
//----------------------------------------------------------------------------
#ifndef UqrKCH
#define UqrKCH
//----------------------------------------------------------------------------
#include <vcl\ExtCtrls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Quickrpt.hpp>
#include <vcl\Dialogs.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\Classes.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Messages.hpp>
#include <vcl\Windows.hpp>
#include <vcl\System.hpp>
#include <Qrctrls.hpp>
#include <QuickRpt.hpp>
//----------------------------------------------------------------------------
class TqrlfKC : public TQuickRep
{
__published:
TQuickRep *qrInto;
TQRBand *DetailBand1;
TQRDBText *QRDBText2;
TQRDBText *QRDBText1;
TQRDBText *QRDBText4;
TQRDBText *QRDBText6;
TQRDBText *QRDBText7;
TQRDBText *QRDBText9;
TQRShape *QRShape3;
TQRShape *QRShape4;
TQRShape *QRShape5;
TQRShape *QRShape6;
TQRShape *QRShape7;
TQRShape *QRShape8;
TQRShape *QRShape9;
TQRShape *QRShape11;
TQRShape *QRShape17;
TQRBand *TitleBand1;
TQRBand *ColumnHeaderBand1;
TQRLabel *qrlLQ;
TQRLabel *QRLabel1;
TQRLabel *QRLabel13;
TQRLabel *qrlType;
TQRLabel *QRLabel7;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TQRLabel *QRLabel4;
TQRLabel *QRLabel8;
TQRLabel *QRLabel12;
TQRLabel *QRLabel5;
TQRShape *QRShape1;
TQRShape *QRShape2;
TQRBand *QRBand2;
TQRLabel *QRLabel9;
TQRExpr *QRExpr2;
TQRExpr *QRExpr1;
TQRLabel *QRLabel11;
TQRLabel *QRLabel10;
TQRSysData *QRSysData2;
TQRLabel *QRLabel6;
TQRLabel *QRLabel14;
TQRDBText *QRDBText3;
void __fastcall qrIntoPreview(TObject *Sender);
private:
public:
virtual __fastcall TqrlfKC(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TqrlfKC *qrlfKC;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -