repcl_t.pas
来自「材料租赁」· PAS 代码 · 共 79 行
PAS
79 行
unit repcl_t;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls;
type
TqRepCl_T = class(TQuickRep)
SummaryBand1: TQRBand;
DetailBand1: TQRBand;
ColumnHeaderBand1: TQRBand;
lblTitle: TQRLabel;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
lblname: TQRLabel;
lblffdate: TQRLabel;
lblmb: TQRLabel;
lblZy: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape6: TQRShape;
QRShape8: TQRShape;
QRShape10: TQRShape;
QRShape12: TQRShape;
QRShape14: TQRShape;
QRShape15: TQRShape;
QRShape16: TQRShape;
lblTotal: TQRLabel;
QRShape17: TQRShape;
QRLabel9: TQRLabel;
lblNo: TQRLabel;
lblFhr: TQRLabel;
lblJzr: TQRLabel;
lblJsr: TQRLabel;
lblHTotal: TQRLabel;
QRShape18: TQRShape;
QRShape19: TQRShape;
QRShape20: TQRShape;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRShape5: TQRShape;
QRShape7: TQRShape;
QRShape9: TQRShape;
QRShape11: TQRShape;
QRShape13: TQRShape;
QRShape21: TQRShape;
QRShape22: TQRShape;
private
public
end;
var
qRepCl_T: TqRepCl_T;
implementation
uses U_clffd,U_clhsd,main;
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?