rp_partsell3.pas
来自「主要是介绍DELPHI三层应用以及分布式数据库的应用」· PAS 代码 · 共 96 行
PAS
96 行
unit rp_partsell3;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls, DB, ADODB;
type
TQReport_sell3 = class(TQuickRep)
ColumnHeaderBand1: TQRBand;
DetailBand1: TQRBand;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRLabel15: TQRLabel;
QRLabel16: TQRLabel;
QRDBText1: TQRDBText;
ADOQuery1: TADOQuery;
DataSource1: TDataSource;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
QRDBText10: TQRDBText;
QRSysData1: TQRSysData;
SummaryBand1: TQRBand;
QRExpr1: TQRExpr;
QRLabel17: TQRLabel;
QRShape8: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRShape13: TQRShape;
QRShape14: TQRShape;
QRShape15: TQRShape;
QRShape16: TQRShape;
QRShape17: TQRShape;
QRShape18: TQRShape;
QRShape19: TQRShape;
QRShape20: TQRShape;
QRShape21: TQRShape;
QRShape22: TQRShape;
QRShape23: TQRShape;
QRShape24: TQRShape;
QRShape25: TQRShape;
QRShape26: TQRShape;
QRShape27: TQRShape;
QRShape28: TQRShape;
QRShape29: TQRShape;
QRShape30: TQRShape;
QRShape31: TQRShape;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRLabel18: TQRLabel;
QRLabel19: TQRLabel;
QRLabel20: TQRLabel;
QRLabel21: TQRLabel;
QRLabel22: TQRLabel;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
PageFooterBand1: TQRBand;
QRLabel3: TQRLabel;
QRSysData2: TQRSysData;
QRLabel4: TQRLabel;
QRShape4: TQRShape;
QRShape5: TQRShape;
private
public
end;
var
QReport_sell3: TQReport_sell3;
implementation
uses wxp_dm;
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?