📄 jfgs_report.pas
字号:
unit jfgs_report;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Qrctrls, QuickRpt, ExtCtrls;
type
Tjfgs_ReportForm = class(TForm)
QuickRep1: TQuickRep;
QRBand1: TQRBand;
QRLabel1: TQRLabel;
QRBand2: TQRBand;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRBand3: TQRBand;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRShape13: TQRShape;
QRShape14: TQRShape;
xhQR: TQRDBText;
lbQR: TQRDBText;
jeQR: TQRDBText;
fsQR: TQRDBText;
wzzlsQR: TQRDBText;
QRBand4: TQRBand;
QRShape17: TQRShape;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
procedure jeQRPrint(sender: TObject; var Value: String);
private
{ Private declarations }
public
{ Public declarations }
end;
var
jfgs_ReportForm: Tjfgs_ReportForm;
implementation
uses Datamodule;
{$R *.DFM}
procedure Tjfgs_ReportForm.jeQRPrint(sender: TObject; var Value: String);
begin
value:=Format('%.2f',[strtofloat(value)]);
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -