⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bhgsqbreport.pas

📁 一个仓库管理中的子系统--采购子系统
💻 PAS
字号:
unit bhgsqbreport;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  Qrctrls, QuickRpt, ExtCtrls;

type
  TbhgsqreportForm = class(TForm)
    QuickRep: TQuickRep;
    QRBand1: TQRBand;
    QRBand2: TQRBand;
    QRShape2: TQRShape;
    QRShape5: TQRShape;
    QRShape6: TQRShape;
    QRLabel6: TQRLabel;
    QRLabel7: TQRLabel;
    QRShape7: TQRShape;
    QRShape8: TQRShape;
    QRShape9: TQRShape;
    QRShape10: TQRShape;
    QRShape11: TQRShape;
    QRShape12: TQRShape;
    QRShape13: TQRShape;
    QRLabel9: TQRLabel;
    QRLabel10: TQRLabel;
    QRLabel11: TQRLabel;
    QRLabel12: TQRLabel;
    QRLabel14: TQRLabel;
    QRLabel15: TQRLabel;
    QRBand3: TQRBand;
    cpmcqr: TQRDBText;
    QRShape16: TQRShape;
    QRShape17: TQRShape;
    QRShape18: TQRShape;
    QRShape19: TQRShape;
    QRShape20: TQRShape;
    QRShape21: TQRShape;
    QRShape22: TQRShape;
    QRShape23: TQRShape;
    xhggQR: TQRDBText;
    JLDWQR: TQRDBText;
    SBSLQR: TQRDBText;
    GJJEQR: TQRDBText;
    SCCJQR: TQRDBText;
    YYHRWQR: TQRDBText;
    SJYQQR: TQRDBText;
    lyQR: TQRDBText;
    QRBand4: TQRBand;
    QRLabel5: TQRLabel;
    QRLabel8: TQRLabel;
    bzfzrQR: TQRDBText;
    bzqzQR: TQRDBText;
    QRLabel17: TQRLabel;
    pzrQR: TQRDBText;
    pzrqQR: TQRDBText;
    QRLabel16: TQRLabel;
    shrQR: TQRDBText;
    shrqQR: TQRDBText;
    rwmcQR: TQRDBText;
    QRLabel2: TQRLabel;
    yxnxQR: TQRDBText;
    QRLabel4: TQRLabel;
    QRLabel3: TQRLabel;
    lshQR: TQRDBText;
    sqdwQR: TQRDBText;
    QRLabel22: TQRLabel;
    QRBand5: TQRBand;
    QRLabel1: TQRLabel;
    QRBand6: TQRBand;
    QRLabel24: TQRLabel;
    QRSysData1: TQRSysData;
    QRLabel25: TQRLabel;
    QRSysData2: TQRSysData;
    QRLabel23: TQRLabel;
    sqbidQR: TQRDBText;
    year: TQRLabel;
    QRLabel26: TQRLabel;
    month: TQRLabel;
    QRLabel27: TQRLabel;
    day: TQRLabel;
    QRLabel28: TQRLabel;
    procedure SBSLQRPrint(sender: TObject; var Value: String);
    procedure GJJEQRPrint(sender: TObject; var Value: String);
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  bhgsqreportForm: TbhgsqreportForm;

implementation

uses Datamodule;

{$R *.DFM}

procedure TbhgsqreportForm.SBSLQRPrint(sender: TObject; var Value: String);
begin
    value:=Format('%.2f',[strtofloat(value)]);
end;

procedure TbhgsqreportForm.GJJEQRPrint(sender: TObject; var Value: String);
begin
   value:=Format('%.2f',[strtofloat(value)]);
end;

end.
 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -