📄 sqbreport.pas
字号:
unit sqbreport;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
datamodule, ExtCtrls, QuickRpt, Qrctrls, Db, DBTables;
type
TsqbreportForm = class(TForm)
QuickRep: TQuickRep;
QRBand1: TQRBand;
rwmcQR: TQRDBText;
QRLabel4: TQRLabel;
lshQR: TQRDBText;
sqdwQR: TQRDBText;
QRLabel5: TQRLabel;
QRShape1: TQRShape;
yxnxQR: TQRDBText;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel26: TQRLabel;
QRLabel27: TQRLabel;
QRLabel28: TQRLabel;
year: TQRLabel;
month: TQRLabel;
day: TQRLabel;
QRBand2: TQRBand;
QRShape2: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRLabel15: TQRLabel;
QRBand3: TQRBand;
cpmcQR: TQRDBText;
QRShape15: TQRShape;
QRShape16: TQRShape;
QRShape17: TQRShape;
QRShape18: TQRShape;
QRShape19: TQRShape;
QRShape21: TQRShape;
QRShape22: TQRShape;
QRShape23: TQRShape;
xhggQR: TQRDBText;
jldwQR: TQRDBText;
sbslQR: TQRDBText;
gjjeQR: TQRDBText;
sccjQR: TQRDBText;
yyhrwQR: TQRDBText;
sjyqQR: TQRDBText;
bzQR: TQRDBText;
QRBand4: TQRBand;
QRLabel8: TQRLabel;
bzrQR: TQRDBText;
QRLabel16: TQRLabel;
QRLabel19: TQRLabel;
xqfzrQR: TQRDBText;
xqqzrqQR: TQRDBText;
QRLabel17: TQRLabel;
QRLabel21: TQRLabel;
pzrQR: TQRDBText;
pzrqQR: TQRDBText;
QRLabel18: TQRLabel;
QRLabel20: TQRLabel;
shrQR: TQRDBText;
shrqQR: TQRDBText;
QRLabel22: TQRLabel;
bzrqQR: TQRDBText;
QRBand5: TQRBand;
QRLabel24: TQRLabel;
QRSysData1: TQRSysData;
QRLabel25: TQRLabel;
QRSysData2: TQRSysData;
QRBand6: TQRBand;
QRLabel1: TQRLabel;
QRLabel23: TQRLabel;
sqbidQR: TQRDBText;
QRShape3: TQRShape;
QRShape20: TQRShape;
procedure gjjeQRPrint(sender: TObject; var Value: String);
procedure sbslQRPrint(sender: TObject; var Value: String);
private
{ Private declarations }
public
{ Public declarations }
end;
var
sqbreportForm: TsqbreportForm;
implementation
{$R *.DFM}
procedure TsqbreportForm.gjjeQRPrint(sender: TObject; var Value: String);
begin
value:=Format('%.2f',[strtofloat(value)]);
end;
procedure TsqbreportForm.sbslQRPrint(sender: TObject; var Value: String);
begin
value:=Format('%.2f',[strtofloat(value)]);
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -