📄 rp_order.pas
字号:
unit rp_order;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls, DB, ADODB;
type
TQReport_order = class(TQuickRep)
ADOQuery1: TADOQuery;
QRBand2: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRBand3: TQRBand;
QRShape15: TQRShape;
QRShape16: TQRShape;
QRShape17: TQRShape;
QRShape18: TQRShape;
QRShape19: TQRShape;
QRShape20: TQRShape;
QRShape21: TQRShape;
QRShape22: TQRShape;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRDBText12: TQRDBText;
QRDBText11: TQRDBText;
QRDBText10: TQRDBText;
QRDBText5: TQRDBText;
QRDBText8: TQRDBText;
QRDBText7: TQRDBText;
QRSysData2: TQRSysData;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
PageFooterBand1: TQRBand;
QRLabel10: TQRLabel;
QRSysData1: TQRSysData;
QRLabel11: TQRLabel;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRLabel15: TQRLabel;
QRLabel16: TQRLabel;
QRLabel17: TQRLabel;
QRLabel9: TQRLabel;
QRLabel8: TQRLabel;
private
public
end;
var
QReport_order: TQReport_order;
implementation
uses wxp_dm;
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -