?? kcdyprinm.~pas
字號:
unit KcDyPrinM;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, Quickrpt, QRCtrls;
type
TKcDyPrin = class(TQuickRep)
ColumnHeaderBand1: TQRBand;
SummaryBand1: TQRBand;
TitleBand1: TQRBand;
QRLabel1: TQRLabel;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRLabel13: TQRLabel;
QRLabel15: TQRLabel;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape12: TQRShape;
QRShape14: TQRShape;
DetailBand1: TQRBand;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText6: TQRDBText;
QRDBText3: TQRDBText;
QRShape4: TQRShape;
QRShape18: TQRShape;
QRShape19: TQRShape;
QRShape20: TQRShape;
QRShape23: TQRShape;
QRShape24: TQRShape;
QRShape16: TQRShape;
QRLabel2: TQRLabel;
QRShape15: TQRShape;
QRShape26: TQRShape;
QRShape27: TQRShape;
QRDBText8: TQRDBText;
QRExpr3: TQRExpr;
QRLabel4: TQRLabel;
QRShape29: TQRShape;
QRLabel5: TQRLabel;
QRDBText5: TQRDBText;
QRDBText7: TQRDBText;
QRExpr1: TQRExpr;
QRLabel3: TQRLabel;
QRShape7: TQRShape;
QRShape11: TQRShape;
QRLabel6: TQRLabel;
QRDBText4: TQRDBText;
procedure rePrint(sender: TObject; var Value: String);
procedure QRDBText4Print(sender: TObject; var Value: String);
procedure QRDBText7Print(sender: TObject; var Value: String);
private
public
end;
var
KcDyPrin: TKcDyPrin;
implementation
uses datamz1;
{$R *.DFM}
procedure TKcDyPrin.rePrint(sender: TObject; var Value: String);
begin
value:=inttostr(KcDyPrin.RecordNumber);
end;
procedure TKcDyPrin.QRDBText4Print(sender: TObject; var Value: String);
begin
if value='0.00' then
value:='' ;
end;
procedure TKcDyPrin.QRDBText7Print(sender: TObject; var Value: String);
begin
if value='0.00' then
value:='' ;
end;
end.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -