📄 rp_cjyfk.pas
字号:
unit rp_cjyfk;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls, DB, ADODB;
type
TQRpt_cjyfk = class(TQuickRep)
PageHeaderBand1: TQRBand;
DetailBand1: TQRBand;
QRLabel151: TQRLabel;
QRLabel152: TQRLabel;
TitleBand1: TQRBand;
QRLabel5: TQRLabel;
ColumnHeaderBand1: TQRBand;
QRShape1: TQRShape;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel15: TQRLabel;
QRLabel14: TQRLabel;
QRShape2: TQRShape;
QRLabel1: TQRLabel;
QRLabel4: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRLabel13: TQRLabel;
QRLabel16: TQRLabel;
QRLabel17: TQRLabel;
QRLabel19: TQRLabel;
QRLabel21: TQRLabel;
QRLabel22: TQRLabel;
QRLabel23: TQRLabel;
QRLabel2: TQRLabel;
QRLabel29: TQRLabel;
QRLabel3: TQRLabel;
QRShape18: TQRShape;
QRShape20: TQRShape;
QRShape26: TQRShape;
QRShape27: TQRShape;
QRLabel36: TQRLabel;
Query1: TADOQuery;
QRSysData1: TQRSysData;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText6: TQRDBText;
QRDBText8: TQRDBText;
QRDBText10: TQRDBText;
QRDBText11: TQRDBText;
QRDBText12: TQRDBText;
QRDBText13: TQRDBText;
QRDBText14: TQRDBText;
QRDBText16: TQRDBText;
QRDBText18: TQRDBText;
QRDBText19: TQRDBText;
QRShape19: TQRShape;
QRShape28: TQRShape;
QRShape29: TQRShape;
QRShape30: TQRShape;
QRShape32: TQRShape;
QRShape34: TQRShape;
QRShape35: TQRShape;
QRShape37: TQRShape;
QRShape39: TQRShape;
QRShape40: TQRShape;
QRShape42: TQRShape;
QRShape43: TQRShape;
QRShape45: TQRShape;
QRShape47: TQRShape;
SummaryBand1: TQRBand;
QRLabel37: TQRLabel;
QRExpr6: TQRExpr;
QRLabel18: TQRLabel;
QRShape15: TQRShape;
QRLabel12: TQRLabel;
QRShape17: TQRShape;
QRShape21: TQRShape;
QRShape22: TQRShape;
QRShape12: TQRShape;
QRShape3: TQRShape;
QRShape11: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape4: TQRShape;
QRDBText5: TQRDBText;
QRExpr1: TQRExpr;
Query1DSDesigner: TAutoIncField;
Query1DSDesigner2: TDateTimeField;
Query1DSDesigner3: TStringField;
Query1DSDesigner4: TStringField;
Query1DSDesigner5: TStringField;
Query1DSDesigner6: TIntegerField;
Query1DSDesigner7: TBCDField;
Query1DSDesigner8: TBCDField;
Query1DSDesigner9: TStringField;
Query1DSDesigner10: TStringField;
Query1DSDesigner11: TDateTimeField;
Query1DSDesigner12: TStringField;
Query1DSDesigner13: TBCDField;
Query1DSDesigner14: TBCDField;
Query1DSDesigner15: TBCDField;
Query1DSDesigner16: TStringField;
Query1DSDesigner17: TStringField;
Query1DSDesigner18: TStringField;
Query1DSDesigner19: TStringField;
Query1DSDesigner20: TStringField;
Query1DSDesigner21: TStringField;
Query1DSDesigner22: TDateTimeField;
Query1DSDesigner23: TStringField;
Query1DSDesigner24: TDateTimeField;
QRExpr2: TQRExpr;
QRExpr3: TQRExpr;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape13: TQRShape;
QRShape14: TQRShape;
QRLabel20: TQRLabel;
QRLabel24: TQRLabel;
private
public
end;
var
QRpt_cjyfk: TQRpt_cjyfk;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -