📄 unit_rubb_pilianglingliao.pas
字号:
unit Unit_Rubb_pilianglingliao;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, Quickrpt, QRCtrls, Db, DBTables;
type
TForm_QReport_piliang = class(TQuickRep)
ColumnHeaderBand1: TQRBand;
DetailBand1: TQRBand;
TitleBand1: TQRBand;
SummaryBand1: TQRBand;
Table1: TTable;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRLabel7: TQRLabel;
QRDBText5: TQRDBText;
QRLabel8: TQRLabel;
QRExpr1: TQRExpr;
QRExpr2: TQRExpr;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRDBText6: TQRDBText;
private
public
end;
var
Form_QReport_piliang: TForm_QReport_piliang;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -