cgzxqk_report.pas
来自「一个仓库管理中的子系统--采购子系统」· PAS 代码 · 共 64 行
PAS
64 行
unit cgzxqk_report;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Qrctrls, QuickRpt, ExtCtrls;
type
Tcgzxqk_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;
tjxmQR: TQRDBText;
sqbsmQR: TQRDBText;
xmsmQR: TQRDBText;
cphjsmQR: TQRDBText;
wcqkQR: TQRDBText;
QRBand4: TQRBand;
QRLabel7: TQRLabel;
QRSysData1: TQRSysData;
QRLabel8: TQRLabel;
QRSysData2: TQRSysData;
procedure cphjsmQRPrint(sender: TObject; var Value: String);
private
{ Private declarations }
public
{ Public declarations }
end;
var
cgzxqk_reportForm: Tcgzxqk_reportForm;
implementation
uses Datamodule;
{$R *.DFM}
procedure Tcgzxqk_reportForm.cphjsmQRPrint(sender: TObject;
var Value: String);
begin
value:=Format('%.2f',[strtofloat(value)]);
end;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?